# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "http_desync_guardian" version = "0.1.3" authors = ["Eugene Retunsky "] build = "build.rs" publish = true description = "HTTP/1.1 request analysis to prevent HTTP Desync attacks" homepage = "https://github.com/aws/http-desync-guardian" readme = "README.md" keywords = ["http-desync", "http-smuggling"] license = "Apache-2.0" repository = "https://github.com/aws/http-desync-guardian" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "http_desync_guardian" crate-type = ["staticlib", "cdylib", "lib"] [[bench]] name = "benchmarks" harness = false [dependencies.lazy_static] version = "1.4" [dependencies.smallvec] version = "1.2" [dependencies.strum] version = "0.18" [dependencies.strum_macros] version = "0.18" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.snailquote] version = "0.3" [dev-dependencies.yaml-rust] version = "0.4"