# 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" rust-version = "1.59.0" name = "mockpipe" version = "0.1.6" authors = ["Dmitry Demin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = " A lightweight, thread-safe in-memory pipe, perfect for testing and mocking communication interfaces" readme = "README.md" keywords = [ "pipe", "io", "testing", "mocking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dmidem/mockpipe" [lib] name = "mockpipe" path = "src/lib.rs" [[example]] name = "loopback" path = "examples/loopback.rs" [[example]] name = "pair_with_threads" path = "examples/pair_with_threads.rs" [[example]] name = "pair_with_timeout" path = "examples/pair_with_timeout.rs" [[bench]] name = "read_write" path = "benches/read_write.rs" harness = false [dev-dependencies.criterion] version = "0.5.1"