# 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 = "atomicring" version = "1.2.9" authors = ["Crown Software GmbH"] description = "AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer" license = "MIT OR Apache-2.0" repository = "https://github.com/eun-ice/atomicring" resolver = "2" [profile.bench] debug = true [dependencies.parking_lot] version = "0.11" [dev-dependencies.crossbeam-queue] version = "0.3.0" [dev-dependencies.mpmc] version = "0.1.5" [dev-dependencies.serial_test] version = "0.5.1" [features] default = ["index_access"] index_access = []