# 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 = "sequential-storage" version = "3.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for storing data in flash with minimal erase cycles." homepage = "https://github.com/tweedegolf/sequential-storage" readme = "README.md" keywords = [ "no_std", "embedded", "flash", "storage", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/sequential-storage" [lib] name = "sequential_storage" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" optional = true [dependencies.arrayvec] version = "0.7.4" optional = true default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-storage-async] version = "0.4.1" [dependencies.futures] version = "0.3.30" features = ["executor"] optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.futures] version = "0.3.30" features = ["executor"] [dev-dependencies.futures-test] version = "0.3.30" [features] _test = [ "dep:futures", "dep:approx", "std", "arrayvec", ] arrayvec = ["dep:arrayvec"] defmt-03 = ["dep:defmt"] std = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing_repro)"]