# 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 = "pipebuf_rustls" version = "0.23.1" authors = ["Jim Peters "] description = "PipeBuf wrapper for Rustls" documentation = "https://docs.rs/pipebuf_rustls" readme = "README.md" keywords = [ "rustls", "crypto", "async", "pipebuf", ] categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/uazu/pipebuf_rustls" [[bench]] name = "stream" harness = false [dependencies.pipebuf] version = "0.3.1" [dependencies.rustls] version = "0.23.4" default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [dev-dependencies.rustls] version = "0.23.4" features = [ "std", "ring", ] default-features = false [dev-dependencies.rustls-pemfile] version = "2.1.2" [features] buffered = ["rustls/std"] default = ["buffered"] unbuffered = []