# 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 = "awedio_esp32" version = "0.5.0" authors = ["Ben Hansen "] description = "ESP32 backend for the awedio audio playback library" readme = "README.md" keywords = [ "audio", "playback", "backend", ] categories = [ "multimedia::audio", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/10buttons/awedio_esp32" [package.metadata.docs.rs] cargo-args = [ "-Z", "build-std", ] default-target = "riscv32imc-esp-espidf" targets = [] [dependencies.awedio] version = "0.4" default-features = false [dependencies.esp-idf-hal] version = "0.42" features = ["native"] default-features = false [features] report-render-time = []