# 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" rust-version = "1.56.0" name = "hyper-middleware" version = "0.0.9" authors = ["Jose Quintana "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", ] description = "A compact HTTP middleware and handler system for Hyper 0.14" documentation = "https://docs.rs/hyper-middleware" readme = "README.md" keywords = [ "hyper", "hyper-rs", "middleware", "service", "http-middleware", ] categories = [ "network-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/static-web-server/hyper-middleware" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" strip = true [dependencies.anyhow] version = "1.0.79" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1.77" [dependencies.hyper] version = "0.14.28" features = [ "server", "tcp", ] default-features = false [dependencies.thiserror] version = "1.0.56" [dev-dependencies.hyper] version = "0.14" features = [ "tcp", "server", "http1", ] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] default-features = false