21 lines
550 B
TOML
21 lines
550 B
TOML
[package]
|
|
name = "trutls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
h2 = "0.4.4"
|
|
http-body-util = "0.1.1"
|
|
hyper = {version = "1", features=["full"]}
|
|
hyper-rustls = {version = "0.27.1", features=["http2"]}
|
|
hyper-util = {version = "0.1.2", features=["full"]}
|
|
log = "0.4.21"
|
|
rustls-pki-types = "1.4.1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-rustls = "0.26.0"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
webpki-roots = "0.26.1"
|