[package]
name = "codewalk"
version = "0.2.4"
edition = "2024"
authors = ["Corum Collective LLC <contact@santh.io>"]
license = "MIT"
description = "Walk code trees with binary detection, bounded reads, and scanner-oriented filtering"
repository = "https://github.com/santhsecurity/codewalk"
homepage = "https://github.com/santhsecurity/codewalk"
readme = "README.md"
[dependencies]
ignore = "0.4"
serde = { version = "1", features = ["derive"] }
thiserror = "2"
toml = "0.8"
tokio = { version = "1", features = ["process", "time", "fs"] }
tempfile = "3"
url = "2"
tracing = "0.1"
[dev-dependencies]
proptest = "1.11.0"
tempfile = "3"
[lints]
workspace = true