# 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 = "e-ring" version = "0.3.0" authors = ["Riccardo Casatta "] description = "A no_std append only ring buffer, when full new element replace oldest one" documentation = "https://docs.rs/e-ring" keywords = ["ring", "buffer", "embedded", "no_std", "const-generics"] categories = ["embedded", "no-std", "data-structures"] license = "MIT" repository = "https://github.com/RCasatta/e-ring" [dependencies.embedded-graphics] version = "0.7" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [features] hist = ["embedded-graphics"]