[[bench]]
name = "performance_optimizations"
path = "benches/performance_optimizations.rs"
[[bench]]
name = "registry_search_performance"
path = "benches/registry_search_performance.rs"
[[bench]]
harness = false
name = "search_performance"
path = "benches/search_performance.rs"
[dependencies.anyhow]
version = "1"
[dependencies.base64]
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.directories]
version = "5"
[dependencies.futures]
version = "0.3"
[dependencies.fuzzy-matcher]
version = "0.3"
[dependencies.pprof]
features = ["flamegraph", "protobuf-codec"]
optional = true
version = "0.15"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.sysinfo]
version = "0.32"
[dependencies.tantivy]
version = "0.22"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.tree-sitter]
version = "0.24"
[dependencies.tree-sitter-md]
version = "0.3"
[dependencies.url]
version = "2"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.7"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.trybuild]
version = "1"
[dev-dependencies.wiremock]
version = "0.6"
[features]
experimental_benches = []
flamegraph = ["dep:pprof", "pprof/flamegraph"]
[lib]
name = "blz_core"
path = "src/lib.rs"
[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 = false
description = "Core library for fast local llms.txt search"
edition = "2024"
license = "MIT"
name = "blz-core"
readme = false
resolver = "2"
version = "0.3.3"
[target."cfg(not(windows))".dependencies.reqwest]
default-features = false
features = ["json", "gzip", "brotli", "stream", "http2", "rustls-tls-native-roots"]
version = "0.12"
[target."cfg(windows)".dependencies.reqwest]
default-features = false
features = ["json", "gzip", "brotli", "stream", "http2", "native-tls"]
version = "0.12"
[[test]]
name = "integration_flavor_detection"
path = "tests/integration_flavor_detection.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"