weavatrix-scan 0.2.0

Deterministic, safe repository scanner for code intelligence
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.88"
name = "weavatrix-scan"
version = "0.2.0"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic, safe repository scanner for code intelligence"
homepage = "https://weavatrix.com"
documentation = "https://docs.rs/weavatrix-scan"
readme = "README.md"
keywords = [
    "repository",
    "scanner",
    "gitignore",
    "static-analysis",
    "code-intelligence",
]
categories = [
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/weavatrix-scan"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

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

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

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

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

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

[[bench]]
name = "compare_competitors"
path = "benches/compare_competitors.rs"
harness = false

[[bench]]
name = "real_repository"
path = "benches/real_repository.rs"
harness = false

[[bench]]
name = "scan_repository"
path = "benches/scan_repository.rs"
harness = false

[dependencies.serde]
version = "1.0.229"
features = ["derive"]
optional = true

[dev-dependencies.ignore]
version = "0.4.31"

[dev-dependencies.jwalk]
version = "0.8.1"

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.walkdir]
version = "2.5.0"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.11"

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

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

[lints.rust]
unsafe_code = "forbid"