# 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 = "espilepsy" version = "0.3.0" authors = ["Joe Neeman "] description = "Blinking WS2812b LEDs with esp-hal and embassy" license = "MIT OR Apache-2.0" [profile.dev] opt-level = 2 [dependencies.embassy-executor] version = "0.5" [dependencies.embassy-futures] version = "0.1.1" [dependencies.embassy-sync] version = "0.5.0" [dependencies.embassy-time] version = "0.3" [dependencies.hal] version = "0.17.0" features = [ "esp32c3", "embassy", "async", ] package = "esp-hal" [dev-dependencies.embassy-executor] version = "0.5" features = ["nightly"] [dev-dependencies.embassy-time] version = "0.3" features = ["generic-queue-8"] [dev-dependencies.esp-backtrace] version = "0.11.1" features = [ "esp32c3", "exception-handler", "panic-handler", "println", ] [dev-dependencies.esp-println] version = "0.9.1" features = ["esp32c3"] [dev-dependencies.hal] version = "0.17.0" features = [ "esp32c3", "embassy", "async", "embassy-executor-thread", "embassy-time-systick-16mhz", ] package = "esp-hal" [dev-dependencies.static_cell] version = "2.1.0" [features] embassy-time-systick = ["hal/embassy-time-systick-16mhz"] embassy-time-timg0 = ["hal/embassy-time-timg0"]