# 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.39" name = "buf-list" version = "1.0.3" description = "A list of buffers that implements the bytes::Buf trait" readme = "README.md" keywords = [ "buffers", "zero-copy", "io", ] categories = [ "network-programming", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/sunshowers-code/buf-list" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg=doc_cfg"] [dependencies.bytes] version = "1.3.0" [dependencies.futures-io-03] version = "0.3.25" optional = true package = "futures-io" [dependencies.tokio] version = "1.0.0" features = ["io-std"] optional = true [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.dummy-waker] version = "1.1.0" [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.test-strategy] version = "0.3.0" [dev-dependencies.tokio] version = "1.0.0" features = [ "io-std", "io-util", "macros", "rt", ] [features] futures03 = ["futures-io-03"] tokio1 = ["tokio"]