async-native-tls 0.6.0

Native TLS using futures
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 = "2018"
name = "async-native-tls"
version = "0.6.0"
authors = ["dignifiedquire <me@dignifiedquire.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Native TLS using futures
"""
homepage = "https://docs.rs/crate/async-native-tls/"
documentation = "https://docs.rs/crate/async-native-tls/"
readme = "README.md"
categories = [
    "asynchronous",
    "cryptography",
    "network-programming",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/async-email/async-native-tls"

[features]
default = ["runtime-smol"]
runtime-smol = ["futures-util"]
runtime-tokio = ["tokio"]
vendored = ["native-tls/vendored"]

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

[[test]]
name = "bad"
path = "tests/bad.rs"
required-features = ["runtime-smol"]

[[test]]
name = "google"
path = "tests/google.rs"
required-features = ["runtime-smol"]

[[test]]
name = "google-tokio"
path = "tests/google-tokio.rs"
required-features = ["runtime-tokio"]

[[test]]
name = "smoke"
path = "tests/smoke.rs"
required-features = ["runtime-smol"]

[dependencies.futures-util]
version = "0.3.1"
features = ["io"]
optional = true

[dependencies.native-tls]
version = "0.2.8"
features = ["alpn"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.0"
features = ["io-util"]
optional = true
default-features = false

[dependencies.url]
version = "2.1.1"

[dev-dependencies.cfg-if]
version = "1.0.0"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.futures]
version = "0.3.1"

[dev-dependencies.smol]
version = "2.0.2"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]