# 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 = "multiqueue2" version = "0.1.7" authors = ["Sam Schetterer ", "Abby Chau "] description = "A fast mpmc broadcast queue" documentation = "https://docs.rs/multiqueue2" readme = "Readme.md" keywords = ["queue", "mpmc", "lockless", "broadcast", "message"] categories = ["asynchronous", "concurrency", "data-structures", "algorithms"] license = "MIT" repository = "https://github.com/abbychau/multiqueue2" [dependencies.atomic_utilities] version = "0.5.0" [dependencies.crossbeam] version = "0.8.0" [dependencies.futures] version = "0.1.30" [dependencies.parking_lot] version = "0.11.1" [dependencies.smallvec] version = "1.5.1" [dependencies.time] version = "0.2.23"