# 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.56" name = "boxed_array_ringbuffer" version = "0.1.1" authors = ["Andreas Grois"] description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque." keywords = ["ringbuffer", "fixed-size"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/soulsource/boxed_array_ringbuffer" resolver = "2"