# 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 = "rustls-tokio-stream" version = "0.3.0" description = "AsyncRead/AsyncWrite interface for RustTLS on Tokio" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/rustls-tokio-stream" [[example]] name = "ssl_trace" [dependencies.futures] version = "0.3" [dependencies.rustls] version = "0.23" features = [ "logging", "std", "tls12", "ring", ] default-features = false [dependencies.socket2] version = "0.5" [dependencies.tokio] version = "1" features = [ "io-util", "net", "rt", "sync", ] [dev-dependencies.fastwebsockets] version = "=0.6.0" features = ["unstable-split"] [dev-dependencies.ntest] version = "0.9" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.rustls-pemfile] version = "2.0.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] trace = []