code-kb-core 1.0.3

Core library for code-kb AST fact querying, slicing, and progressive disclosure
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.95"
name = "code-kb-core"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for code-kb AST fact querying, slicing, and progressive disclosure"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/anortham/code-kb"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.blake3]
version = "1.5"

[dependencies.dunce]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.ignore]
version = "0.4.33"

[dependencies.notify]
version = "8.0"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "limits",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.17"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.which]
version = "7.0"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"