codewalk 0.1.0

Fast, security-aware file tree walker — gitignore, binary detection, memmap2, parallel
Documentation
[package]
name = "codewalk"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
repository = "https://github.com/santhsecurity/codewalk"
description = "Fast, security-aware file tree walker — gitignore, binary detection, memmap2, parallel"
keywords = ["filesystem", "walker", "security", "scanner", "gitignore"]
categories = ["filesystem"]

[dependencies]
ignore = "0.4"
memmap2 = "0.9"
serde = { version = "1", features = ["derive"] }
toml = "0.8"

[dev-dependencies]
tempfile = "3"