[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] hyper = {version = "1", features=["full"]} hyper-util = {version = "0.1.2", features=["full"]} tokio = { version = "1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"