esp-storage 0.9.0

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

[[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",
]

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

[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",
]
esp32c5 = [
    "esp-hal/esp32c5",
    "esp-hal/unstable",
    "esp-rom-sys/esp32c5",
    "esp-sync/esp32c5",
]
esp32c6 = [
    "esp-hal/esp32c6",
    "esp-hal/unstable",
    "esp-rom-sys/esp32c6",
    "esp-sync/esp32c6",
]
esp32c61 = [
    "esp-hal/esp32c61",
    "esp-hal/unstable",
    "esp-rom-sys/esp32c61",
    "esp-sync/esp32c61",
]
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]
name = "esp_storage"
path = "src/lib.rs"
bench = false

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

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

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

[dependencies.esp-hal]
version = "~1.1.0-rc.0"
optional = true
default-features = false

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

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

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

[build-dependencies.esp-metadata-generated]
version = "0.4.0"
features = ["build-script"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(test)"]