# 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.4.0" authors = ["arcnmx"] description = "Synchronous Read/Write memory pipe" documentation = "https://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.5.0" [dependencies.readwrite] version = "^0.1.1" optional = true [dev-dependencies.criterion] version = "^0.3.0" [dev-dependencies.os_pipe] version = "^0.9.0" [features] bidirectional = ["readwrite"] unstable-doc-cfg = []