scanit 0.3.9

A fast, multi-threaded filesystem search tool
Documentation
[[bin]]
name = "scanit"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.clap_complete]
version = "4.5.44"

[dependencies.fnmatch-regex2]
version = "0.3.0"

[dependencies.ignore]
version = "0.4.23"

[dependencies.memchr]
version = "2.7.4"

[dependencies.regex]
features = ["perf-dfa-full", "perf-literal", "unicode-perl"]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.11"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["filesystem", "command-line-utilities", "concurrency"]
description = "A fast, multi-threaded filesystem search tool"
documentation = "https://docs.rs/scanit"
edition = "2021"
keywords = ["search", "filesystem", "parallel", "regex", "cli"]
license = "MIT"
name = "scanit"
readme = "README.md"
repository = "https://github.com/alexcu2718/scanit"
rust-version = "1.74.1"
version = "0.3.9"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"
strip = "symbols"

[target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator]
version = "0.5"

[target.'cfg(target_env = "msvc")'.dependencies.mimalloc]
version = "0.1.43"