# 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 = "ws2812-esp32-rmt-driver" version = "0.10.0" authors = ["@cat_in_136"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "WS2812 driver using ESP32 RMT" homepage = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds" readme = "README.md" keywords = [ "embedded-graphics", "esp32", "neopixel", "smart-leds", "ws2812", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = "z" debug = 2 strip = true [profile.release] opt-level = "s" strip = true [lib] name = "ws2812_esp32_rmt_driver" path = "src/lib.rs" [[example]] name = "m5atom_embedded_graphics" path = "examples/m5atom_embedded_graphics.rs" [[example]] name = "m5atom_smart_leds" path = "examples/m5atom_smart_leds.rs" [[example]] name = "smart_leds_sk6812_rgbw" path = "examples/smart_leds_sk6812_rgbw.rs" [dependencies.embedded-graphics-core] version = "0.4" optional = true [dependencies.heapless] version = "0.8" [dependencies.smart-leds-trait] version = "0.3" optional = true [dev-dependencies.embedded-graphics] version = "0.8" [dev-dependencies.smart-leds] version = "0.4" [build-dependencies.embuild] version = "0.32" [features] alloc = ["esp-idf-hal/alloc"] default = ["std"] std = [ "alloc", "esp-idf-hal/std", "esp-idf-sys/std", ] [target.'cfg(not(target_vendor = "espressif"))'.dependencies.paste] version = "1" [target.'cfg(target_vendor = "espressif")'.dependencies.esp-idf-hal] version = "0.44" default-features = false [target.'cfg(target_vendor = "espressif")'.dependencies.esp-idf-sys] version = "0.35" default-features = false