# 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 = "persistent-buff" version = "0.2.6" authors = ["xgroleau "] exclude = [ "flake.nix", "flake.lock", ".envrc", ] description = "A buffer that stays persistent in ram between boots" homepage = "https://github.com/xgroleau/persistent-buff" documentation = "https://docs.rs/persistent-buff" readme = "README.md" keywords = [ "no-std", "persistent", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xgroleau/persistent-buff" [dev-dependencies.cortex-m] version = "0.7" features = ["critical-section-single-core"] [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.defmt] version = "0.3" [dev-dependencies.defmt-rtt] version = "0.4" [dev-dependencies.panic-probe] version = "0.3" features = ["print-defmt"]