kombrucha 0.2.3

Fast, parallel package manager compatible with Homebrew formulae
Documentation
[[bench]]
harness = false
name = "core_operations"
path = "benches/core_operations.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.moka]
features = ["future"]
version = "0.12"

[dependencies.rayon]
version = "1"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.term_size]
version = "0.3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

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

[dev-dependencies.testcontainers]
version = "0.23"

[[example]]
name = "bottle_installation"
path = "examples/bottle_installation.rs"

[[example]]
name = "check_upgrades"
path = "examples/check_upgrades.rs"

[[example]]
name = "cleanup-test"
path = "examples/cleanup-test.rs"

[[example]]
name = "dependency_tree"
path = "examples/dependency_tree.rs"

[[example]]
name = "install-test"
path = "examples/install-test.rs"

[[example]]
name = "integration-test"
path = "examples/integration-test.rs"

[[example]]
name = "list_installed"
path = "examples/list_installed.rs"

[[example]]
name = "query_formula"
path = "examples/query_formula.rs"

[[example]]
name = "search_packages"
path = "examples/search_packages.rs"

[[example]]
name = "upgrade-test"
path = "examples/upgrade-test.rs"

[[example]]
name = "workflow-test"
path = "examples/workflow-test.rs"

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

[package]
authors = ["Nick <nijaru@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Fast, parallel package manager compatible with Homebrew formulae"
documentation = "https://github.com/nijaru/kombrucha#readme"
edition = "2024"
exclude = ["ai/*", "docs/*", "benchmarks/*", ".github/*", "scripts/*"]
homepage = "https://github.com/nijaru/kombrucha"
keywords = ["homebrew", "package-manager", "cli", "macos", "bottles"]
license = "MIT OR Apache-2.0"
name = "kombrucha"
readme = "README.md"
repository = "https://github.com/nijaru/kombrucha"
rust-version = "1.85"
version = "0.2.3"

[profile.release]
codegen-units = 1
debug = 2
lto = true
opt-level = 3
strip = true

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

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

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

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

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

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

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