# 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" rust-version = "1.67.0" name = "esp-idf-part" version = "0.5.0" authors = ["Jesse Braham "] description = "A library for parsing and generating ESP-IDF partition tables" readme = "README.md" keywords = [ "esp-idf", "partition", "partition-table", ] categories = [ "embedded", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-idf-part" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.csv] version = "1.3.0" optional = true [dependencies.deku] version = "0.16.0" optional = true [dependencies.heapless] version = "0.8.0" features = ["serde"] [dependencies.md5] version = "0.7.0" default-features = false [dependencies.parse_int] version = "0.6.0" optional = true [dependencies.regex] version = "1.10.3" optional = true [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.serde_plain] version = "1.0.2" [dependencies.strum] version = "0.26.1" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.57" optional = true [features] default = ["std"] std = [ "csv", "deku", "md5/std", "parse_int", "regex", "serde/std", "strum/std", "thiserror", ]