# 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 = "tari_broadcast_channel" version = "0.3.0" authors = [ "Filip Dulic ", "Vladan Popovic ", "Bojan Petrovic ", "The Tari Development Community", ] description = "Bounded non-blocking single-producer-multi-consumer broadcast channel" homepage = "https://tari.com" readme = "README.md" keywords = [ "pubsub", "lock-free", "queue", "async", "futures", ] license = "Apache-2.0/MIT" repository = "https://github.com/tari-project/broadcast_channel" [[example]] name = "raw-simple" path = "examples/raw-simple.rs" [[example]] name = "async-simple" path = "examples/async-simple.rs" [[bench]] name = "benches_main" harness = false [dependencies.arc-swap] version = "0.4.2" [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.futures] version = "^0.3.1" [dependencies.log] version = "0.4.6" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.tokio] version = "1.19.2" features = [ "rt", "rt-multi-thread", ]