# 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 = "2018" rust-version = "1.38" name = "rtrb" version = "0.3.1" authors = [ "Stjepan Glavina ", "Matthias Geier ", ] exclude = [".*"] description = "A realtime-safe single-producer single-consumer ring buffer" 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/mgeier/rtrb" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [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 [dev-dependencies.criterion] version = "0.3" [dev-dependencies.crossbeam-utils] version = "0.8" default-features = false [dev-dependencies.rand] version = "0.8" [features] default = ["std"] std = []