-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCargo.toml
34 lines (29 loc) · 815 Bytes
/
Cargo.toml
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
26
27
28
29
30
31
32
33
34
[package]
name = "majsoul_max_rs"
version = "0.6.4"
edition = "2024"
[lib]
[[bin]]
name = "majsoul_max_rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aws-lc-rs = { version = "1", features = ["bindgen"] }
anyhow = "1"
base64 = "0.22"
bytes = "1"
prost-reflect = { version = "0.14", features = ["serde"] }
reqwest = { version = "0.12", features = [
"json",
"rustls-tls",
], default-features = false }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["rt-multi-thread", "fs"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "chrono"] }
tracing = "0.1"
prost = "0.13"
hudsucker = "0.23"
const_format = "0.2"
rand = "0.9"
[build-dependencies]
prost-build = "0.13"