koala-drift 1.0.4

Wiki ↔ code drift detector.
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 = "2021"
rust-version = "1.75"
name = "koala-drift"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wiki ↔ code drift detector."
readme = false
license = "Apache-2.0"
repository = "https://github.com/koala-agent/koala-core"

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

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

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

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

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

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

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

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

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

[dependencies.koala-adr]
version = "1.0.4"

[dependencies.koala-core]
version = "1.0.4"

[dependencies.koala-wiki]
version = "1.0.4"

[dependencies.regex]
version = "1.10"

[dependencies.walkdir]
version = "2.5"

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

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

[lints.rust]
unsafe_code = "forbid"