# 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 = "bufchan" version = "0.1.0" authors = ["Kurt Lawrence "] description = "A simple buffered MPSC channel" homepage = "https://github.com/kurtlawrence/bufchan" documentation = "https://docs.rs/bufchan/" readme = "README.md" keywords = [ "mpsc", "fifo", "channel", "thread", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/kurtlawrence/bufchan" [[bench]] name = "bench" path = "src/bench.rs" harness = false [dependencies.parking_lot] version = "0.12" [dev-dependencies.crossbeam] version = "0.8.2" [dev-dependencies.divan] version = "0.1" [dev-dependencies.fastrand] version = "2" [dev-dependencies.flume] version = "0.11.0" [dev-dependencies.kanal] version = "0.1.0-pre8" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rayon] version = "1.8.0"