alp-cli 0.1.6

The native `alp` CLI for ALP SDK embedded projects: board.yaml validate/generate, project scaffolding, toolchain bootstrap, and west build/flash with a stable JSON envelope.
# 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.85"
name = "alp-cli"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The native `alp` CLI for ALP SDK embedded projects: board.yaml validate/generate, project scaffolding, toolchain bootstrap, and west build/flash with a stable JSON envelope."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/alplabai/alp-sdk-vscode/tree/main/cli-rs"
resolver = "2"

[package.metadata.binstall]
pkg-url = "https://github.com/alplabai/alp-sdk-vscode/releases/download/cli-rs-v{ version }/alp-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[[bin]]
name = "alp"
path = "src/main.rs"

[dependencies.alp-core]
version = "0.1.6"

[dependencies.anyhow]
version = "1"

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

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.9"

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.ureq]
version = "2"
features = ["json"]