# 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] edition = "2018" name = "future-bus" version = "0.2.1" authors = ["Stefan Kaufhold "] description = "Futures based SPMC channel (bus)" readme = "README.md" keywords = ["futures", "broadcast", "channel", "spmc", "bus"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0" repository = "https://github.com/cere42/future-bus" [lib] name = "future_bus" [dependencies.futures-channel] version = "0.3" features = ["sink"] optional = true [dependencies.futures-core] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.parking_lot] version = "0.9.0" [dependencies.slab] version = "0.4.2" [dev-dependencies.futures] version = "0.3" [features] default = ["default-channels"] default-channels = ["futures-channel"]