esp-storage 0.8.0

Implementation of embedded-storage traits to access unencrypted ESP32 flash
Documentation
[build-dependencies.esp-metadata-generated]
features = ["build-script"]
version = "0.2.0"

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

[dependencies.document-features]
version = "0.2"

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

[dependencies.esp-hal]
default-features = false
optional = true
version = "1.0.0-rc.1"

[dependencies.esp-rom-sys]
optional = true
version = "0.1.2"

[dependencies.esp-sync]
optional = true
version = "0.1.0"

[dependencies.procmacros]
package = "esp-hal-procmacros"
version = "0.20.0"

[features]
bytewise-read = []
critical-section = []
default = ["critical-section"]
defmt = ["dep:defmt"]
emulation = []
esp32 = ["esp-hal/esp32", "esp-hal/unstable", "esp-rom-sys/esp32", "esp-sync/esp32"]
esp32c2 = ["esp-hal/esp32c2", "esp-hal/unstable", "esp-rom-sys/esp32c2", "esp-sync/esp32c2"]
esp32c3 = ["esp-hal/esp32c3", "esp-hal/unstable", "esp-rom-sys/esp32c3", "esp-sync/esp32c3"]
esp32c6 = ["esp-hal/esp32c6", "esp-hal/unstable", "esp-rom-sys/esp32c6", "esp-sync/esp32c6"]
esp32h2 = ["esp-hal/esp32h2", "esp-hal/unstable", "esp-rom-sys/esp32h2", "esp-sync/esp32h2"]
esp32s2 = ["esp-hal/esp32s2", "esp-hal/unstable", "esp-rom-sys/esp32s2", "esp-sync/esp32s2"]
esp32s3 = ["esp-hal/esp32s3", "esp-hal/unstable", "esp-rom-sys/esp32s3", "esp-sync/esp32s3"]

[lib]
bench = false
name = "esp_storage"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "hardware-support", "no-std"]
description = "Implementation of embedded-storage traits to access unencrypted ESP32 flash"
documentation = "https://docs.espressif.com/projects/rust/esp-storage/latest/"
edition = "2024"
keywords = ["embedded-storage", "esp32", "espressif", "no-std"]
license = "MIT OR Apache-2.0"
name = "esp-storage"
readme = "README.md"
repository = "https://github.com/esp-rs/esp-hal"
rust-version = "1.86.0"
version = "0.8.0"

[package.metadata.docs.rs]
default-target = "riscv32imac-unknown-none-elf"
features = ["esp32c6"]

[[package.metadata.espressif.check-configs]]
features = []

[[package.metadata.espressif.check-configs]]
features = ["critical-section"]

[[package.metadata.espressif.check-configs]]
features = ["bytewise-read"]

[[package.metadata.espressif.check-configs]]
features = ["critical-section", "bytewise-read"]

[[package.metadata.espressif.clippy-configs]]
features = ["critical-section", "bytewise-read"]