# 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_pwm_reader" version = "0.1.2" include = [ "src/*", "Cargo.toml", ] description = "Wrapper around the mcpwm capture module for reading pwm signals." homepage = "https://github.com/daschr/esp_pwm_reader" documentation = "https://daschr.github.io/esp_pwm_reader/esp_pwm_reader/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/daschr/esp_pwm_reader" [dependencies.esp-idf-hal] version = "0.42" [dependencies.esp-idf-svc] version = "0.47" default-features = false [dependencies.esp-idf-sys] version = "0.33" features = ["native"] default-features = true [build-dependencies.embuild] version = "0.31.3" [features] alloc = ["esp-idf-svc/alloc"] default = [ "std", "embassy", "esp-idf-svc/native", ] embassy = [ "esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-svc/embassy-time-driver", ] experimental = ["esp-idf-svc/experimental"] nightly = ["esp-idf-svc/nightly"] pio = ["esp-idf-svc/pio"] std = [ "alloc", "esp-idf-svc/binstart", "esp-idf-svc/std", ]