# 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 = "2018" rust-version = "1.49" name = "tokio-util_wasi" version = "0.7.5" authors = ["Tokio Contributors "] description = """ Additional utilities for working with Tokio. """ homepage = "https://github.com/WasmEdge/tokio" readme = "README.md" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/WasmEdge/tokio" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--cfg", "tokio_unstable", ] rustc-args = [ "--cfg", "docsrs", "--cfg", "tokio_unstable", ] [lib] name = "tokio_util" path = "src/lib.rs" [dependencies.bytes] version = "1.0.0" [dependencies.futures-core] version = "0.3.0" [dependencies.futures-io] version = "0.3.0" optional = true [dependencies.futures-sink] version = "0.3.0" [dependencies.futures-util] version = "0.3.0" optional = true [dependencies.pin-project-lite] version = "0.2.0" [dependencies.slab] version = "0.4.4" optional = true [dependencies.tokio_wasi] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1.25" features = ["std"] optional = true default-features = false [features] __docs_rs = ["futures-util"] codec = ["tracing"] compat = ["futures-io"] default = [] full = [ "codec", "compat", "io-util", "time", "net", "rt", ] io = [] io-util = [ "io", "tokio_wasi/rt", "tokio_wasi/io-util", ] net = ["tokio_wasi/net"] rt = [ "tokio_wasi/rt", "tokio_wasi/sync", "futures-util", "hashbrown", ] time = [ "tokio_wasi/time", "slab", ] [target."cfg(tokio_unstable)".dependencies.hashbrown] version = "0.12.0" optional = true