# 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 = "spigal" version = "0.3.0" description = "A simple fixed-length ring buffer implementation, intended to be no-frills and easy to use, especially for embedded applications." keywords = [ "ring-buffer", "ring-queue", "circular-buffer", "circular-queue", ] categories = [ "no-std", "data-structures", ] license = "MIT" repository = "https://github.com/linclelinkpart5/spigal" [dependencies] [dev-dependencies.cool_asserts] version = "2" [dev-dependencies.proptest] version = "1" [features] advance_by = []