w25 0.7.2

An embedded-hal-async driver for the W25 series
Documentation
# 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 = "2024"
name = "w25"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An embedded-hal-async driver for the W25 series"
homepage = "https://github.com/tweedegolf/w25"
readme = "README.md"
keywords = [
    "no_std",
    "embedded",
    "flash",
    "w25",
]
categories = [
    "no-std::no-alloc",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tweedegolf/w25"

[features]
defmt = ["dep:defmt"]

[lib]
name = "w25"
path = "src/lib.rs"

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.derive_more]
version = "2.1"
features = ["try_from"]
default-features = false

[dependencies.embedded-hal]
version = "1.0"

[dependencies.embedded-hal-async]
version = "1.0"

[dependencies.embedded-storage]
version = "0.3"

[dependencies.embedded-storage-async]
version = "0.4"