mingling-cli 0.4.0

Mingling's scaffolding tool for generating, analyzing, and modifying Mingling 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 = "mingling-cli"
version = "0.4.0"
authors = ["Weicao-CatilGrass"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mingling's scaffolding tool for generating, analyzing, and modifying Mingling projects"
readme = "README.md"
keywords = [
    "cli",
    "cli-framework",
    "command-line",
    "tools",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mingling-rs/mingling/tree/main/mingling_cli"

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

[[bin]]
name = "mingling-cli"
path = "src/bin/cli.rs"

[[bin]]
name = "mling"
path = "src/bin/wrapper.rs"

[dependencies.annotate-snippets]
version = "0.12.16"

[dependencies.cargo_metadata]
version = "0.23.1"
features = ["builder"]

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.just_fmt]
version = "0.2.0"

[dependencies.just_template]
version = "0.2.1"

[dependencies.mingling]
version = "0.4.0"
features = [
    "extras",
    "picker",
    "pathf",
    "dispatch_tree",
    "async",
    "comp",
]

[dependencies.proc-macro2]
version = "1.0.107"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.47"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "3.0.2"
features = [
    "full",
    "extra-traits",
]

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

[dependencies.toml_edit]
version = "0.25.13"

[build-dependencies.just_template]
version = "0.2.1"

[build-dependencies.mingling]
version = "0.4.0"
features = [
    "build",
    "pathf",
    "dispatch_tree",
    "comp",
]

[build-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.151"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true