# 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.74" name = "esp-generate" version = "0.1.0" build = false include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src", "template", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Template generation tool to create no_std applications targeting Espressif's chips" readme = "README.md" keywords = [ "esp32", "template", ] categories = [ "command-line-utilities", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-generate" [[bin]] name = "esp-generate" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.env_logger] version = "0.11.5" [dependencies.esp-metadata] version = "0.4.0" features = ["clap"] [dependencies.log] version = "0.4.22" [dependencies.ratatui] version = "0.29.0" features = ["crossterm"] [dependencies.rhai] version = "1.20.0" [build-dependencies.quote] version = "1.0.37" [build-dependencies.walkdir] version = "2.5.0"