# 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 = "esp32c3_wifi" version = "0.1.3" authors = [ "banchen21 ", "Sergio Gasquez ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for managing WiFi on the ESP32-C3 microcontroller." homepage = "https://github.com/banchen21/esp32c3_wifi" documentation = "https://docs.rs/esp32c3_wifi" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/banchen21/esp32c3_wifi.git" [lib] name = "esp32c3_wifi" path = "src/lib.rs" [dependencies.anyhow] version = "=1.0.86" [dependencies.esp-idf-svc] version = "=0.49.0" [dependencies.log] version = "=0.4.22" [dev-dependencies.toml-cfg] version = "=0.1.3" [build-dependencies.embuild] version = "=0.32.0"