# 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" rust-version = "1.77.0" name = "esp32-gpio-wrapper" version = "0.4.0" authors = ["Doge815 <42283470+Doge815@users.noreply.github.com>"] description = "Wrapper around the ESP32 GPIO pins" license = "GPL-3.0-or-later" repository = "https://github.com/Doge815/ESP32-GPIO-Wrapper" resolver = "2" [dependencies.async-trait] version = "0.1.80" [dependencies.downcast-rs] version = "1.2.1" [dependencies.esp-idf-svc] version = "0.48" default-features = false [dependencies.tokio] version = "1.37.0" features = [ "sync", "rt", "net", "io-util", "time", ] [build-dependencies.embuild] version = "0.32.0" features = ["espidf"] [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", ]