# 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 = "is25lp064a" version = "0.1.0" authors = ["Dion Dokter"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An embedded-hal driver for the IS25LP064A" homepage = "https://github.com/tweedegolf/IS25LP064A" readme = "README.md" keywords = [ "no_std", "embedded", "flash", "is25lp064a", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/IS25LP064A" [lib] name = "is25lp064a" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.embedded-storage] version = "0.3.0" [dependencies.embedded-storage-async] version = "0.4.0" optional = true [features] async = [ "dep:embedded-hal-async", "dep:embedded-storage-async", ] default = [ "readback-check", "async", ] defmt = ["dep:defmt"] readback-check = []