futures-boring 0.2.8

An implementation of SSL streams for Futures built on top of the BoringSSL.
Documentation
[dependencies.boring]
version = "^4.4.0"

[dependencies.futures]
version = "^0.3"

[dependencies.log]
version = "^0.4"

[dev-dependencies.futures]
features = ["executor", "thread-pool"]
version = "^0.3"

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

[dev-dependencies.rasi]
version = "^0.2"

[dev-dependencies.rasi-mio]
version = "^0.2"

[features]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An implementation of SSL streams for Futures built on top of the BoringSSL."
documentation = "https://docs.rs/futures-boring"
edition = "2021"
license = "MIT"
name = "futures-boring"
readme = "README.md"
repository = "https://github.com/HalaOS/futures.git"
version = "0.2.8"

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