# 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 = "rhodium" version = "1.0.3" authors = ["Ignacio Carlos Monzalvo Milan", "Juan Pablo Martínez Delbugio"] description = "Hyper wrapper" homepage = "https://github.com/imonzalvo/rhodium" documentation = "https://docs.rs/rhodium" readme = "README.md" keywords = ["web-programming", "server", "proxy", "waf"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/imonzalvo/rhodium" [dependencies.async-trait] version = "0.1.30" [dependencies.futures-util] version = "0.3.4" [dependencies.hyper] version = "0.14.4" features = ["server", "http1", "http2", "tcp", "client"] [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.7.5" [dependencies.tokio] version = "1.3" features = ["full"] [dependencies.tokio-rustls] version = "0.22.0" [dependencies.tokio-stream] version = "0.1.4" features = ["net"] [dev-dependencies.hyper-tls] version = "0.5.0" [dev-dependencies.native-tls] version = "0.2.4"