mock-io 0.2.1

A crate with mock IO stream and listener implementations
Documentation
[dependencies.async-channel]
optional = true
version = "1.5"

[dependencies.futures-io]
optional = true
version = "0.3"

[dependencies.pin-project-lite]
optional = true
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "0.3"
[dev-dependencies.tokio]
features = ["io-util", "macros", "rt-multi-thread"]
version = "0.3"

[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 = []

[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
categories = ["development-tools::testing", "network-programming"]
description = "A crate with mock IO stream and listener implementations"
edition = "2018"
homepage = "https://github.com/devashishdxt/mock-io"
include = ["Cargo.toml", "src/**/*.rs", "README.md"]
keywords = ["mock", "io", "mock-stream", "mockstream"]
license = "MIT/Apache-2.0"
name = "mock-io"
readme = "README.md"
repository = "https://github.com/devashishdxt/mock-io"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true