# 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 = "demogorgon" version = "0.2.1" authors = ["Dan Trickey "] description = "It's a proxy and it will eat you." homepage = "https://github.com/trickeydan/demogorgon" keywords = ["reverse-proxy", "hyper", "http", "jwt"] categories = ["authentication", "web-programming::http-server"] license = "AGPL-3.0-only" repository = "https://github.com/trickeydan/demogorgon" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.hyper] version = "0.14" features = ["http1", "client", "server"] [dependencies.hyper-rustls] version = "0.22" [dependencies.jsonwebtoken] version = "7.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rustls] version = "0.19" [dependencies.rustls-native-certs] version = "0.5" [dependencies.rustls-pemfile] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.2" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.unicase] version = "2.6" [dependencies.uuid] version = "0.8" features = ["serde"]