# 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 = "direct_ring_buffer" version = "0.2.0" authors = ["Seiji Ainoguchi "] description = "A high-performance, lock-free ring buffer for single-producer, single-consumer scenarios." homepage = "https://github.com/ain1084/direct_ring_buffer" documentation = "https://docs.rs/direct_ring_buffer" readme = "README.md" keywords = [ "ring-buffer", "lock-free", "spsc", ] categories = [ "data-structures", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ain1084/direct_ring_buffer" [[bench]] name = "benchmarks" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"