pipe 0.2.0

Synchronous Read/Write memory pipe
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]
name = "pipe"
version = "0.2.0"
authors = ["arcnmx"]
description = "Synchronous Read/Write memory pipe"
documentation = "http://docs.rs/pipe/"
readme = "README.md"
keywords = ["pipe", "synchronous", "read", "write"]
license = "MIT"
repository = "https://github.com/arcnmx/pipe-rs"
[package.metadata.docs.rs]
features = ["bidirectional", "unstable-doc-cfg"]

[lib]
bench = false

[[bench]]
name = "pipe"
harness = false
[dependencies.crossbeam-channel]
version = "^0.3.8"

[dependencies.readwrite]
version = "^0.1.1"
optional = true
[dev-dependencies.criterion]
version = "^0.2.11"

[dev-dependencies.os_pipe]
version = "^0.8.1"

[features]
bidirectional = ["readwrite"]
unstable-doc-cfg = []