mx25v 0.1.0

Platform-agnostic Rust driver for the macronix MX25V NOR flash.
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 = "mx25v"
version = "0.1.0"
authors = ["rossporter506 <rossporter506@gmail.com>"]
build = false
exclude = [
    "flake.nix",
    "flake.lock",
    ".envrc",
    "nrf52840",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic Rust driver for the macronix MX25V NOR flash."
homepage = "https://github.com/rossporter506/mx25v-rs"
documentation = "https://docs.rs/mx25v"
readme = "README.md"
keywords = [
    "nor-flash",
    "spi",
    "driver",
    "embedded-hal-driver",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rossporter506/mx25v-rs"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.bit]
version = "0.1.1"

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

[dependencies.embassy-futures]
version = "0.1"

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

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

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

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