# 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 = "w25q32jv" version = "0.4.0" authors = [ "Janno Onink", "Dion Dokter", "Henk Dieter Oordt", ] description = "An embedded-hal driver for the W25Q32JV" homepage = "https://github.com/tweedegolf/w25q32jv" readme = "README.md" keywords = [ "no_std", "embedded", "flash", "w25q32jv", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/w25q32jv" [profile.release] lto = true debug = 2 [[example]] name = "erase-write-read" required-features = ["async"] [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 [dev-dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.embedded-hal-bus] version = "0.1.0" features = ["async"] [features] async = [ "dep:embedded-hal-async", "dep:embedded-storage-async", ] default = [ "readback-check", "async", ] defmt = ["dep:defmt"] readback-check = []