# 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 = "esp-hal-rmt-onewire" version = "0.2.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "RMT adapter for onewire with esp-hal and embassy" readme = "README.md" license = "MIT OR Apache-2.0" [package.metadata.docs.rs] default-target = "riscv32imc-unknown-none-elf" features = ["esp-hal/esp32c3"] targets = ["riscv32imc-unknown-none-elf"] [lib] name = "esp_hal_rmt_onewire" path = "src/lib.rs" [[example]] name = "thermometer" path = "examples/thermometer.rs" [dependencies.embassy-futures] version = "0.1.1" [dependencies.esp-hal] version = "0.20.1" features = ["async"] [dev-dependencies.embassy-executor] version = "0.6.0" [dev-dependencies.embassy-time] version = "0.3.2" [dev-dependencies.esp-backtrace] version = "0.14.1" features = [ "esp32c3", "println", "exception-handler", "panic-handler", ] [dev-dependencies.esp-hal] version = "0.20.1" features = ["esp32c3"] [dev-dependencies.esp-hal-embassy] version = "0.3.0" features = [ "esp32c3", "integrated-timers", ] [dev-dependencies.esp-println] version = "0.11.0" features = ["esp32c3"] [dev-dependencies.fixed] version = "1.28.0" [features] search-masks = []