# 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 = "simple_proxy" version = "1.3.4" authors = ["Terry Raimondo "] description = "Simple proxy with middlewares, easy to customize, easy to use." homepage = "https://github.com/terry90/rs-simple-proxy" license = "Apache-2.0" repository = "https://github.com/terry90/rs-simple-proxy" [package.metadata.docs.rs] features = ["docs"] [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.futures] version = "0.3.5" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.14.5" features = ["client", "tcp", "http1", "server"] [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.8.3" features = ["small_rng"] [dependencies.regex] version = "1.3.9" optional = true [dependencies.serde] version = "1.0.112" [dependencies.serde_derive] version = "1.0.112" [dependencies.serde_json] version = "1.0.55" [dependencies.serde_regex] version = "1.1.0" optional = true [features] cors = [] docs = ["router", "health", "cors"] health = [] router = ["regex", "serde_regex"]