[package] name = "yadro" description = "custom http server" version = "0.0.1" edition = "2021" publish = true license = "MIT OR Apache-2.0" include = [ "src/**/*.rs", "Cargo.toml", ] [dependencies] async-trait = "0.1.73" matchit = "0.7.2" rustls = "0.21.6" tokio = { version = "1.31.0", features = ["rt", "rt-multi-thread", "net", "io-util", "macros"] } tokio-rustls = "0.24.1" yadro-codegen = "0.0.1"