[package]
name = "whence"
version = "0.1.0"
edition = "2024"
authors = ["JamesPatrickGill"]
description = "A modern which alternative with colors, symlink resolution, and parallel PATH scanning"
readme = "README.md"
homepage = "https://github.com/JamesPatrickGill/whence"
repository = "https://github.com/JamesPatrickGill/whence"
license = "MIT OR Apache-2.0"
keywords = ["which", "path", "cli", "command-line"]
categories = ["command-line-utilities"]
[[bin]]
name = "whence"
path = "src/main.rs"
[[bin]]
name = "wnc"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
colored = "3.0.0"
chrono = "0.4"
rayon = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[lints.clippy]
pedantic = "deny"