stable-which 0.4.2

Evaluate binary path stability and find stable PATH candidates
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 = "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"