# 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" name = "burstq" version = "0.1.0" exclude = ["/archive"] description = "A multi-producer, multi-consumer channel that supports sending or receiving multiple values in a single operation." documentation = "https://docs.rs/burstq" readme = "README.md" keywords = [ "mpsc", "fifo", "channel", "mpmc", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/tedsta/burstq" [[bench]] name = "end_to_end" harness = false [dependencies.async-event] version = "0.1.0" [dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.core_affinity] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flume] version = "0.11" [dev-dependencies.pollster] version = "0.3" [features] alloc = [] default = ["std"] std = [] [target."cfg(loom)".dependencies.loom] version = "0.7" features = ["futures"]