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