superwhich 3.0.1

Cross-platform smart which alternative
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 = "2024"
rust-version = "1.85"
name = "superwhich"
version = "3.0.1"
authors = ["DarkCeptor44"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform smart which alternative"
homepage = "https://docs.rs/crate/superwhich/latest"
readme = "README.md"
keywords = [
    "alternative",
    "command",
    "find",
    "which",
    "smart",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/DarkCeptor44/superwhich"

[features]
cli = [
    "dep:anyhow",
    "dep:clap",
    "num_cpus",
]
default = []

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

[[bin]]
name = "swhich"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

[dependencies.anyhow]
version = "1.0.102"
optional = true

[dependencies.clap]
version = "4.6.0"
features = ["derive"]
optional = true

[dependencies.colored]
version = "3.1.1"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.jaro_winkler]
version = "0.1.0"

[dependencies.num_cpus]
version = "1.17.0"
optional = true

[dependencies.rayon]
version = "1.11.0"

[dev-dependencies.divan]
version = "0.1.21"

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