# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mock-io" version = "0.3.2" authors = ["Devashish Dixit "] include = ["Cargo.toml", "src/**/*.rs", "README.md"] description = "A crate with mock IO stream and listener implementations" homepage = "https://github.com/devashishdxt/mock-io" readme = "README.md" keywords = ["mock", "io", "mock-stream", "mockstream"] categories = ["development-tools::testing", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/devashishdxt/mock-io" [package.metadata.docs.rs] all-features = true [dependencies.async-channel] version = "1.6.1" optional = true [dependencies.futures-io] version = "0.3.15" optional = true [dependencies.pin-project-lite] version = "0.2.6" optional = true [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.7.1" features = ["sync"] optional = true [dev-dependencies.tokio] version = "1.7.1" features = ["io-util", "macros", "rt-multi-thread"] [features] async-futures = ["async-channel", "futures-io", "pin-project-lite"] async-tokio = ["pin-project-lite", "tokio"] default = ["sync"] doc = [] full = ["async-futures", "async-tokio", "sync"] sync = []