# 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.0" name = "esp-hal-smartled" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RMT adapter for smartleds" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-hal" [package.metadata.docs.rs] features = ["esp32c3"] targets = ["riscv32imc-unknown-none-elf"] [lib] name = "esp_hal_smartled" path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.document-features] version = "0.2.10" [dependencies.esp-hal] version = "0.20.0" [dependencies.fugit] version = "0.3.7" [dependencies.smart-leds-trait] version = "0.3.0" [features] defmt = [ "dep:defmt", "esp-hal/defmt", ] esp32 = ["esp-hal/esp32"] esp32c3 = ["esp-hal/esp32c3"] esp32c6 = ["esp-hal/esp32c6"] esp32h2 = ["esp-hal/esp32h2"] esp32s2 = ["esp-hal/esp32s2"] esp32s3 = ["esp-hal/esp32s3"]