blz-cli 0.3.1

CLI for blz – fast local llms.txt search
[[bin]]
name = "blz"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blz-core]
version = "0.3.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.pprof]
features = ["flamegraph", "protobuf-codec"]
optional = true
version = "0.15"

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.32"

[dependencies.terminal_size]
version = "0.3"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["fmt", "json"]
version = "0.3.20"

[dependencies.unicode-width]
version = "0.1"

[dependencies.url]
version = "2"

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

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

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

[dev-dependencies.wiremock]
version = "0.6"

[features]
anchors = []
flamegraph = ["dep:pprof", "blz-core/flamegraph"]

[lints.clippy]
cargo_common_metadata = "allow"
expect_used = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
panic = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.todo]
level = "warn"
priority = 1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"

[package]
authors = ["Outfitter Dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "CLI for blz – fast local llms.txt search"
edition = "2024"
license = "MIT"
name = "blz-cli"
readme = false
resolver = "2"
version = "0.3.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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