esp-generate 1.3.0

Template generation tool to create no_std applications targeting Espressif's chips
Documentation
# 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 = "2024"
rust-version = "1.86"
name = "esp-generate"
version = "1.3.0"
build = false
include = [
    "Cargo.toml",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
    "src",
    "template",
]
autolib = false
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"

[features]
default = ["update-informer"]
update-informer = ["dep:update-informer"]

[lib]
name = "esp_generate"
path = "src/lib.rs"

[[bin]]
name = "esp-generate"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.esp-metadata-generated]
version = "0.4.0"
features = ["build-script"]

[dependencies.indexmap]
version = "2.13.0"

[dependencies.inquire]
version = "0.9.1"

[dependencies.log]
version = "0.4.29"

[dependencies.ratatui]
version = "0.29.0"
features = [
    "crossterm",
    "unstable",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.somni-expr]
version = "0.2.0"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.taplo]
version = "0.14.0"

[dependencies.toml_edit]
version = "0.25.11+spec-1.1.0"

[dependencies.update-informer]
version = "1.3.0"
optional = true

[build-dependencies.quote]
version = "1.0.45"

[build-dependencies.walkdir]
version = "2.5.0"