-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 782 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "FSAEStats"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
http = "1.1.0"
hyper = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
bytes = "1.6.0"
thiserror = "1.0"
strum_macros = "0.24.1"
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
struct_iterable = "0.1.1"
polars = { version = "0.45", features = ["lazy"] }
duckdb = {version = "*"}
chrono = "=0.4.39"
arrow = { version = "=51.0.0", features = ["prettyprint"] }
base64 = "0.22.1"