# 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" name = "futures_ringbuf" version = "0.4.0" authors = ["Naja Melan "] exclude = [ "ci", ".travis.yml", "TODO.md", ] description = "Mock Type implementing AsyncRead/AsyncWrite for testing and examples." documentation = "https://docs.rs/futures_ringbuf" readme = "README.md" keywords = [ "futures", "mocking", "stream", "testing", "async", ] categories = [ "asynchronous", "network-programming", "development-tools::testing", ] license = "Unlicense" repository = "https://github.com/najamelan/futures_ringbuf" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] [profile.release] codegen-units = 1 [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.rand] version = "^0.8" optional = true [dependencies.rand_chacha] version = "^0.3" optional = true [dependencies.ringbuf] version = "^0.3" [dev-dependencies.assert_matches] version = "^1" [dev-dependencies.async-std] version = "^1" features = ["attributes"] [dev-dependencies.asynchronous-codec] version = "^0.6" [dev-dependencies.ergo-pin] version = "^0.1" [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.tokio] version = "^1" features = ["io-util"] [dev-dependencies.tokio-util] version = "^0.7" features = [ "codec", "compat", ] [build-dependencies.rustc_version] version = "^0.4" [features] default = [] sketchy = [ "rand", "rand_chacha", "getrandom", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "^0.2" features = ["js"] optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "^0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] version = "^0.4" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/futures_ringbuf"