# 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.76" name = "esp32s2" version = "0.22.0" include = [ "src/**", "build.rs", "device.x", ] description = "Peripheral access crate for the ESP32-S2" readme = "README.md" keywords = [ "embedded", "esp32s2", "no-std", "wifi", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-pacs" [lib] test = false bench = false [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.defmt] version = "0.3.6" optional = true [dependencies.vcell] version = "0.1.3" [dependencies.xtensa-lx] version = "0.9.0" [features] default = [] defmt = ["dep:defmt"] impl-register-debug = [] rt = []