beru-cli 0.2.1

Beru command-line interface
# 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 = "beru-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beru command-line interface"
homepage = "https://github.com/KnightShadows/Beru"
documentation = "https://github.com/KnightShadows/Beru/blob/main/USER_MANUAL.md"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/KnightShadows/Beru"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.beru-core]
version = "0.2.1"

[dependencies.beru-manifest]
version = "0.2.1"

[dependencies.beru-recipe]
version = "0.2.1"

[dependencies.beru-resolve]
version = "0.2.1"

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

[dependencies.console]
version = "0.15"

[dependencies.indicatif]
version = "0.18"

[dependencies.tracing]
version = "0.1"

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