rust-tls-duplex-stream 0.2.1

Full Duplex stream Wrapper around rust-tls
Documentation
# 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"
rust-version = "1.71.1"
name = "rust-tls-duplex-stream"
version = "0.2.1"
authors = ["Alexander Schütz <aschuetz@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full Duplex stream Wrapper around rust-tls"
readme = "README.md"
keywords = [
    "tls",
    "duplex",
    "stream",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AlexanderSchuetz97/rust-tls-duplex-stream"

[lib]
name = "rust_tls_duplex_stream"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.defer-heavy]
version = "0.1.0"

[dependencies.rustls]
version = "0.23"
features = ["std"]
default-features = false

[dev-dependencies.rustls-graviola]
version = "=0.2.1"