partial-io 0.3.1

Helpers to test partial, interrupted and would-block I/O operations.
Documentation
# 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 = "partial-io"
version = "0.3.1"
authors = ["Rain <rain1@fb.com>"]
exclude = ["TARGETS", "publish-docs.sh", "rust-partial-io.iml", ".travis.yml", "**/*.bk"]
description = "Helpers to test partial, interrupted and would-block I/O operations."
documentation = "https://docs.rs/partial-io"
readme = "README.md"
keywords = ["partial", "interrupted", "wouldblock", "tokio", "quickcheck"]
categories = ["development-tools::testing", "asynchronous"]
license = "MIT"
repository = "https://github.com/facebookincubator/rust-partial-io"
[package.metadata.docs.rs]
features = ["tokio", "quickcheck"]

[[example]]
name = "buggy_write"
required-features = ["quickcheck"]
[dependencies.futures]
version = "0.1"
optional = true

[dependencies.quickcheck]
version = "0.6"
optional = true

[dependencies.tokio-io]
version = "0.1"
optional = true
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.tokio-core]
version = "0.1"

[features]
tokio = ["tokio-io", "futures"]
[badges.travis-ci]
repository = "facebookincubator/rust-partial-io"