nemicosm/Cargo.toml

19 lines
481 B
TOML
Raw Normal View History

2022-01-11 01:18:31 +00:00
[package]
name = "nemicosm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.52"
2022-01-15 01:13:46 +00:00
bytes = "1.1.0"
leb128 = "0.2.5"
native-tls = "0.2.8"
2022-01-12 21:29:39 +00:00
rustls = { version = "0.20.2", features = ["dangerous_configuration"] }
2022-01-11 01:32:42 +00:00
trust-dns-resolver = { version = "0.20.3", features = ["dns-over-rustls"] }
2022-01-11 03:15:46 +00:00
uuid = { version = "0.8.2", features = ["v4"] }
2022-01-11 01:18:31 +00:00
webpki-roots = "0.22.2"
2022-01-11 01:32:42 +00:00
[features]