# 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.66" name = "esp-idf-sys" version = "0.35.0" authors = [ "Alexey Arbuzov ", "sapir ", "Ivan Markov ", "Dominik Gschwind ", ] build = "build/build.rs" links = "esp_idf" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for ESP-IDF (Espressif's IoT Development Framework)" documentation = "https://docs.esp-rs.org/esp-idf-sys/" readme = "README.md" keywords = [ "sys", "idf", "esp-idf", "esp32", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-idf-sys" resolver = "2" [lib] name = "esp_idf_sys" path = "src/lib.rs" [[example]] name = "std_basics" path = "examples/std_basics.rs" [[example]] name = "unsafe_call" path = "examples/unsafe_call.rs" [dependencies.build-time] version = "0.1" [dependencies.const_format] version = "0.2" [dependencies.libc] version = "0.2" [build-dependencies.anyhow] version = "1" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cargo_metadata] version = "0.18" [build-dependencies.embuild] version = "0.32" features = [ "glob", "kconfig", "cmake", "espidf", ] [build-dependencies.envy] version = "0.4.2" [build-dependencies.regex] version = "1.5" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.strum] version = "0.24" features = ["derive"] [build-dependencies.which] version = "4.4" [features] alloc_handler = [] binstart = [] default = [ "std", "binstart", ] libstart = [] native = [] panic_handler = [] pio = ["embuild/pio"] std = []