# 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 = "as7331-rs" version = "0.1.1" authors = ["tuemb "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "as7331 driver in Rust for embedded devices" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/TuEmb/as7331-rs" [lib] name = "as7331_rs" path = "src/lib.rs" [[example]] name = "uv" path = "examples/uv.rs" [dependencies.esp-backtrace] version = "0.11.0" features = [ "exception-handler", "panic-handler", "println", ] [dependencies.esp-hal] version = "0.17.0" [dependencies.esp-println] version = "0.9.0" features = ["log"] [dependencies.log] version = "0.4.20" [features] default = ["esp32c6"] esp32 = [ "esp-hal/esp32", "esp-backtrace/esp32", "esp-println/esp32", ] esp32c2 = [ "esp-hal/esp32c2", "esp-backtrace/esp32c2", "esp-println/esp32c2", ] esp32c3 = [ "esp-hal/esp32c3", "esp-backtrace/esp32c3", "esp-println/esp32c3", ] esp32c6 = [ "esp-hal/esp32c6", "esp-backtrace/esp32c6", "esp-println/esp32c6", ] esp32h2 = [ "esp-hal/esp32h2", "esp-backtrace/esp32h2", "esp-println/esp32h2", ] esp32s2 = [ "esp-hal/esp32s2", "esp-backtrace/esp32s2", "esp-println/esp32s2", ] esp32s3 = [ "esp-hal/esp32s3", "esp-backtrace/esp32s3", "esp-println/esp32s3", ]