minifind 0.7.2

minimal find reimplementation
# 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.7.2"
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

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

[dependencies.anstyle]
version = "1.0.13"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bstr]
version = "1.12.1"

[dependencies.clap]
version = "4.5.60"
features = [
    "wrap_help",
    "unicode",
    "derive",
]

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

[dependencies.globset]
version = "0.4.18"

[dependencies.ignore]
version = "0.4.25"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
version = "0.2.182"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.normpath]
version = "1.5.0"

[dependencies.regex]
version = "1.12.3"

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

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

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

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