# 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-pbuf" version = "0.2.0" description = "safe bindings for esp-idf's pbuf api" license = "MIT" repository = "https://github.com/haileys/esp-pbuf" [package.metadata.esp-idf-sys] esp_idf_version = "v5.1" [dependencies.esp-idf-sys] version = "0.33" features = ["native"] default-features = false [build-dependencies.embuild] version = "0.31"