# 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" name = "atomic-queue" version = "2.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue." homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" resolver = "2" [package.metadata.augmented] private = false [lib] name = "atomic_queue" path = "src/lib.rs" [[bench]] name = "atomic_queue_benchmark" path = "benches/atomic_queue_benchmark.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.log] version = "^0.4.14" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.ringbuf] version = "^0.2.6" [dev-dependencies.wisual-logger] version = "0.1"