# 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 = "rtrb-basedrop" version = "0.1.2" authors = [ "Stjepan Glavina ", "Matthias Geier ", "Billy Messenger ", ] exclude = [".*"] description = "A fork of the `rtrb` crate that uses basedrop's Shared pointer in place of Arc" readme = "README.md" keywords = [ "lock-free", "wait-free", "spsc", "queue", ] categories = [ "concurrency", "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustyDAW/rtrb-basedrop" resolver = "2" [lib] bench = false [[bench]] name = "single_thread_single_byte" harness = false [[bench]] name = "single_thread_two_bytes" harness = false [[bench]] name = "single_thread_with_chunks" harness = false [[bench]] name = "two_threads" harness = false [dependencies.basedrop] version = "0.1" [dependencies.cache-padded] version = "1.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7" [features] default = ["std"] std = []