# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "io-pipe" version = "0.6.2" authors = ["Mnwa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and thread-safe library for creating multi-writer and single-reader pipelines in Rust." documentation = "https://docs.rs/io-pipe/latest/io_pipe/" readme = "README.md" keywords = [ "io", "pipe", "multi-writer", "single-reader", "thread-safe", ] categories = [ "algorithms", "data-structures", "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/Mnwa/io-pipe" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "io_pipe" path = "src/lib.rs" [[bench]] name = "io_pipe" path = "benches/io_pipe.rs" harness = false [dependencies.futures-io] version = "0.3" optional = true [dependencies.loole] version = "0.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.futures] version = "0.3" [features] async = ["dep:futures-io"] default = ["sync"] sync = []