cyrce-forge-cli 0.6.0

CLI del build system FORGE
# 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"
name = "cyrce-forge-cli"
version = "0.6.0"
authors = ["SkyShoot <enri312>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI del build system FORGE"
readme = false
license = "MIT"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "color",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.ctrlc]
version = "3.4"

[dependencies.cyrce-forge-core]
version = "0.6.0"

[dependencies.cyrce-forge-deps]
version = "0.6.0"

[dependencies.cyrce-forge-langs]
version = "0.6.0"

[dependencies.dirs]
version = "5.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "7.0"
features = ["macos_kqueue"]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.5"