# 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" name = "cyper-core" version = "0.1.3" authors = ["Berrysoft "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core adaptors and services for compio running on hyper" readme = "README.md" keywords = [ "async", "net", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/compio-rs/cyper" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "cyper_core" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.compio] version = "0.12.0" features = [ "io-compat", "time", ] [dependencies.futures-util] version = "0.3.30" [dependencies.hyper] version = "1.4.1" [dependencies.hyper-util] version = "0.1.8" optional = true [dependencies.rustls-platform-verifier] version = "0.3.4" optional = true [dependencies.send_wrapper] version = "0.6" features = ["futures"] [dependencies.tower-service] version = "0.3.2" optional = true [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"]