# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rbl_circular_buffer" version = "0.1.2" authors = ["Simone Mosciatti "] description = "A zero-allocation, fast, circular buffer implementation in Rust." documentation = "https://docs.rs/crate/rbl_circular_buffer" readme = "README.md" keywords = ["buffer", "circular", "circular-buffer", "zero", "allocation"] license = "MIT" repository = "https://github.com/RedBeardLab/circular-buffer-rs" [[bench]] name = "fast_fill_vs_fill" harness = false [[bench]] name = "fast_fill_vs_fill_by_hand" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "0.9.6"