# 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 = "sharded_queue" version = "2.0.1" description = "ShardedQueue is currently the fastest concurrent collection which can be used under highest concurrency and load" homepage = "https://github.com/ivanivanyuk1993/utility.sharded_queue" readme = "readme.md" keywords = [ "concurrency", "concurrent-queue", "mpmc", "sharded-queue", "queue", ] categories = [ "algorithms", "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivanivanyuk1993/utility.sharded_queue" [profile.release] lto = true [[bench]] name = "sharded_queue" harness = false [dependencies.crossbeam-utils] version = "0.8.16" [dev-dependencies.concurrent-queue] version = "2.2.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.crossbeam-queue] version = "0.3" [dev-dependencies.nameof] version = "1.2.2"