useenv 1.3.2

Setup environment defined in a configuration file
# 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.90"
name = "useenv"
version = "1.3.2"
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Setup environment defined in a configuration file"
readme = "README.md"
keywords = [
    "cli",
    "environment",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/narnaud/use"

[[bin]]
name = "use"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.console]
version = "0.16.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.preferences]
version = "2.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.semver]
version = "1.0.26"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.which]
version = "8.0.0"

[dependencies.yaml_serde]
version = "0.10.3"

[profile.release]
lto = true
strip = true