# 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 = "esp-partition-table" version = "0.1.2" authors = ["K. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read/write ESP flash partition table" readme = "README.md" keywords = [ "embedded-storage", "esp", "esp32", "no-std", "partition-table", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/katyo/esp-partition-table" [lib] name = "esp_partition_table" path = "src/lib.rs" [dependencies.embedded-storage] version = "0.3" optional = true [dependencies.heapless] version = "0.8" optional = true [dependencies.md5] version = "0.7" optional = true default-features = false [features] default = [ "embedded-storage", "md5", ]