minifind 0.10.1

minimal find reimplementation
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.85.1"
name = "minifind"
version = "0.10.1"
authors = ["Dinko Korunic <dinko.korunic@gmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "minimal find reimplementation"
homepage = "https://github.com/dkorunic/minifind"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dkorunic/minifind"

[package.metadata.wix]
upgrade-guid = "EBD8E920-75F5-4C5B-9829-180971E88F3C"
path-guid = "6D1E177C-8B8D-4043-9C5C-D4001C57A524"
license = false
eula = false

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

[[bin]]
name = "minifind"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.crossbeam-deque]
version = "0.8"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.globset]
version = "0.4.18"

[dependencies.governor]
version = "0.10"
features = [
    "std",
    "quanta",
]
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.lexopt]
version = "0.3.2"

[dependencies.libc]
version = "0.2.186"

[dependencies.mimalloc]
version = "0.1.52"

[dependencies.normpath]
version = "1.5.1"

[dependencies.regex]
version = "1.12.4"

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "process",
]

[dependencies.signal-hook]
version = "0.4.4"

[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false

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

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

[lints.clippy]
redundant_clone = "deny"

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

[profile.dist]
lto = "fat"
inherits = "release"

[profile.profiling]
debug = 2
inherits = "release"
strip = false

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