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