# 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" name = "warp-openssl" version = "0.5.4" authors = [ "Sandeep Bansal ", "René Rössler ", ] autotests = true description = "OpenSSL bindings for Warp TLS server" documentation = "https://docs.rs/warp-openssl" readme = "README.md" keywords = [ "warp", "openssl", "tls", "https", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/Azure/warp-openssl" [[test]] name = "server" path = "tests/server.rs" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "stream", "server", "http1", "http2", "tcp", "client", ] [dependencies.openssl] version = "0.10" [dependencies.tokio] version = "1" [dependencies.tokio-openssl] version = "0.6" [dependencies.tracing] version = "0.1" [dependencies.warp] version = "0.3" [dev-dependencies.clap] version = "4.4.18" features = ["derive"] [dev-dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "native-tls", ] [dev-dependencies.rstest] version = "0.18.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] openssl-vendored = ["openssl/vendored"]