# 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" rust-version = "1.59" name = "ringbuffer" version = "0.15.0" authors = [ "Victor Roest ", "Jonathan Dönszelmann ", ] description = "A fixed-size circular buffer" readme = "README.md" keywords = [ "ring", "cyclic", "circular", "buffer", "no-std", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/NULLx76/ringbuffer/" [profile.bench] opt-level = 3 lto = true [profile.release] opt-level = 3 lto = true [[bench]] name = "bench" harness = false [dev-dependencies.compiletest_rs] version = "0.10.0" [dev-dependencies.criterion] version = "0.4.0" [features] alloc = [] default = ["alloc"]