m2s2-cli 0.1.6

CLI for scaffolding M²S² design system projects
# 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"
name = "m2s2-cli"
version = "0.1.6"
authors = ["M²S² Engineering Group <contact@m2s2.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for scaffolding M²S² design system projects"
homepage = "https://github.com/M2S2-Engineering-Group/m2s2-cli"
readme = "README.md"
keywords = [
    "cli",
    "scaffold",
    "react",
    "angular",
    "m2s2",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/M2S2-Engineering-Group/m2s2-cli"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.handlebars]
version = "6"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rust-embed]
version = "8"
features = ["include-exclude"]

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[profile.dist]
lto = "thin"
inherits = "release"