ubt-cli 1.1.0

Universal build tool — one CLI for every ecosystem
Documentation
# 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.93"
name = "ubt-cli"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal build tool — one CLI for every ecosystem"
readme = "README.md"
keywords = [
    "build",
    "cli",
    "universal",
    "tooling",
    "dev",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/pl-buiquang/ubt"

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

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "6"

[dependencies.globset]
version = ">=0.4, <0.4.16"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.open]
version = "5"

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

[dependencies.shell-words]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.temp-env]
version = "0.3"

[dev-dependencies.tempfile]
version = ">=3, <3.19"