compio-btls 0.5.4

An implementation of SSL streams for Compio backed by BoringSSL
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.85"
name = "compio-btls"
version = "0.5.4"
authors = ["0x676e67 <gngppz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
An implementation of SSL streams for Compio backed by BoringSSL
"""
homepage = "https://github.com/0x676e67/btls"
documentation = "https://docs.rs/compio-btls"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/0x676e67/btls"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["btls/default"]
fips = ["btls/fips"]
prefix-symbols = ["btls/prefix-symbols"]

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

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

[dependencies.btls]
version = "0.5.4"

[dependencies.btls-sys]
version = "0.5.4"

[dependencies.compio]
version = "0.18.0"

[dependencies.compio-io]
version = "0.9.1"
features = ["compat"]

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

[dev-dependencies.compio]
version = "0.18.0"
features = ["macros"]

[dev-dependencies.compio-net]
version = "0.11.1"

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