[package]
edition = "2024"
rust-version = "1.85"
name = "stable-which"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evaluate binary path stability and find stable PATH candidates"
readme = "README.md"
keywords = [
"which",
"path",
"executable",
"stability",
"durability",
]
categories = [
"command-line-utilities",
"filesystem",
"os",
]
license = "MIT"
repository = "https://github.com/kawaz/stable-which"
resolver = "2"
[lib]
name = "stable_which"
path = "src/lib.rs"
[dev-dependencies.tempfile]
version = "3"