# 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 = "2018" name = "envoy_http" version = "0.2.2" description = "A minimal and pragmatic Rust web application framework built for rapid development" documentation = "https://docs.rs/envoy_http" readme = "README.md" keywords = [ "envoy", "http", "web", "framework", "async", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/framework-tools/envoy" [dependencies.anyhow] version = "1.0.57" [dependencies.async-trait] version = "0.1.41" [dependencies.async_fn_traits] version = "0.1.1" [dependencies.hyper] version = "0.14.19" features = ["full"] [dependencies.pin-project-lite] version = "0.2.0" [dependencies.routefinder] version = "0.5.0" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1.18.2" features = ["net"] [dependencies.tokio-util] version = "0.7.2" features = ["compat"] [dependencies.tracing] version = "0.1.33" [dev-dependencies.async-std] version = "1.6.5" features = [ "unstable", "attributes", ] [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.logtest] version = "2.0.0" [dev-dependencies.portpicker] version = "0.1.0" [dev-dependencies.serde] version = "1.0.117" features = ["derive"] [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.18.2" features = [ "macros", "rt-multi-thread", ] [features]