summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d69cc35f151557879a2142f58710f176b1bf3b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "gnix"
version = "0.1.0"
edition = "2021"

[dependencies]
hyper = { version = "1.0.0-rc.2", features = ["full"] }
tokio = { version = "1.25.0", features = ["full"] }
http-body-util = "0.1.0-rc.2"

rustls-pemfile = "1.0.2"
rustls = "0.20.8"
tokio-rustls = "0.23.4"

bytes = "1.4.0"
anyhow = "1.0.69"

env_logger = "0.10.0"
log = "0.4.17"

serde = { version = "1.0.152", features = ["derive"] }
toml = "0.7.2"