[dependencies.cfg-if]
version = "1.0.0"
[dependencies.compio]
features = ["io-compat", "time"]
version = "0.16.0"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.hyper]
version = "1.4.1"
[dependencies.hyper-util]
optional = true
version = "0.1.8"
[dependencies.rustls-platform-verifier]
optional = true
version = "0.6.0"
[dependencies.send_wrapper]
features = ["futures"]
version = "0.6"
[dependencies.tower-service]
optional = true
version = "0.3.2"
[features]
all = ["native-tls", "rustls", "client", "server", "http2"]
client = ["hyper-util/client-legacy", "hyper-util/http1", "dep:tower-service"]
default = ["native-tls"]
http2 = ["hyper-util/http2"]
native-tls = ["compio/native-tls"]
nightly = ["compio/nightly"]
rustls = ["compio/rustls", "dep:rustls-platform-verifier"]
server = ["hyper-util/server-auto"]
[lib]
name = "cyper_core"
path = "src/lib.rs"
[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "Core adaptors and services for compio running on hyper"
edition = "2021"
keywords = ["async", "net"]
license = "MIT"
name = "cyper-core"
readme = "README.md"
repository = "https://github.com/compio-rs/cyper"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]