tokio-boring 4.19.0

An implementation of SSL streams for Tokio backed by BoringSSL
Documentation
[dependencies.boring]
version = "4.19.0"

[dependencies.boring-sys]
version = "4.19.0"

[dependencies.tokio]
version = "1"

[dev-dependencies.anyhow]
version = "1"

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

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

[[example]]
name = "simple-async"
path = "examples/simple-async.rs"

[features]
fips = ["boring/fips", "boring-sys/fips"]
fips-link-precompiled = ["boring/fips-link-precompiled", "boring-sys/fips-link-precompiled"]
fips-precompiled = ["boring/fips-precompiled"]
pq-experimental = ["boring/pq-experimental"]
rpk = ["boring/rpk"]

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

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
An implementation of SSL streams for Tokio backed by BoringSSL
"""
documentation = "https://docs.rs/tokio-boring"
edition = "2021"
homepage = "https://github.com/cloudflare/boring"
license = "MIT OR Apache-2.0"
name = "tokio-boring"
readme = "README.md"
repository = "https://github.com/cloudflare/boring"
version = "4.19.0"

[package.metadata.docs.rs]
features = ["rpk", "pq-experimental"]
rustdoc-args = ["--cfg", "docsrs"]

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

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

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

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

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

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