[go: up one dir, main page]

cyper-core 0.6.0

Core adaptors and services for compio running on hyper
[dependencies.compio]
features = ["io-compat", "time"]
version = "0.16.0"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.hyper]
version = "1.4.1"

[dependencies.send_wrapper]
features = ["futures"]
version = "0.6"

[features]
default = []
nightly = ["compio/nightly"]

[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.6.0"

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