# 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 = "2018" name = "mpsc_requests" version = "0.3.4" authors = [ "Johan Bjäreholt ", "Erik Bjäreholt ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mpsc channels but with a response" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/activitywatch/mpsc_requests" [lib] name = "mpsc_requests" path = "src/lib.rs" [[example]] name = "database" path = "examples/database.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.crossbeam-channel] version = "0.5"