# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "yadro" version = "0.0.1" include = [ "src/**/*.rs", "Cargo.toml", ] publish = true description = "custom http server" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.73" [dependencies.matchit] version = "0.7.2" [dependencies.rustls] version = "0.21.6" [dependencies.tokio] version = "1.31.0" features = [ "rt", "rt-multi-thread", "net", "io-util", "macros", ] [dependencies.tokio-rustls] version = "0.24.1" [dependencies.yadro-codegen] version = "0.0.1"