esp-idf-sys 0.37.2

Bindings for ESP-IDF (Espressif's IoT Development Framework)
# 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.82"
name = "esp-idf-sys"
version = "0.37.2"
authors = [
    "Alexey Arbuzov <aarbuzov@termt.com>",
    "sapir <yasapir@gmail.com>",
    "Ivan Markov <ivan.markov@gmail.com>",
    "Dominik Gschwind <dominik.gschwind99@gmail.com>",
]
build = "build/build.rs"
links = "esp_idf"
autolib = false
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"

[features]
alloc_handler = []
binstart = []
default = [
    "std",
    "binstart",
]
libstart = []
native = []
panic_handler = []
pio = ["embuild/pio"]
std = []

[lib]
name = "esp_idf_sys"
path = "src/lib.rs"
harness = false

[[example]]
name = "app_desc"
path = "examples/app_desc.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.cargo_metadata]
version = "0.18"

[build-dependencies.cmake]
version = "0.1.52"

[build-dependencies.embuild]
version = "0.33"
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"