rsenv 5.1.2

Unified development environment manager: hierarchical env vars, file guarding, and swap-in/out
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 = "2021"
name = "rsenv"
version = "5.1.2"
authors = ["sysid"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified development environment manager: hierarchical env vars, file guarding, and swap-in/out"
readme = false
keywords = [
    "environment",
    "dotenv",
    "direnv",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/sysid/rsenv"

[lib]
name = "rsenv"
path = "src/lib.rs"

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

[[test]]
name = "builder_test"
path = "tests/builder_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "dotfile_test"
path = "tests/dotfile_test.rs"

[[test]]
name = "editor_test"
path = "tests/editor_test.rs"

[[test]]
name = "env_file_test"
path = "tests/env_file_test.rs"

[[test]]
name = "environment_service_test"
path = "tests/environment_service_test.rs"

[[test]]
name = "envrc_basic_test"
path = "tests/envrc_basic_test.rs"

[[test]]
name = "expand_vars_test"
path = "tests/expand_vars_test.rs"

[[test]]
name = "filesystem_test"
path = "tests/filesystem_test.rs"

[[test]]
name = "gitignore_service_test"
path = "tests/gitignore_service_test.rs"

[[test]]
name = "hook_test"
path = "tests/hook_test.rs"

[[test]]
name = "selector_test"
path = "tests/selector_test.rs"

[[test]]
name = "sops_service_test"
path = "tests/sops_service_test.rs"

[[test]]
name = "swap_service_test"
path = "tests/swap_service_test.rs"

[[test]]
name = "tree_test"
path = "tests/tree_test.rs"

[[test]]
name = "v1_compatibility_test"
path = "tests/v1_compatibility_test.rs"

[[test]]
name = "vault_service_test"
path = "tests/vault_service_test.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.config]
version = "0.14"

[dependencies.directories]
version = "5"

[dependencies.fs_extra]
version = "1"

[dependencies.generational-arena]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.hostname]
version = "0.4"

[dependencies.itertools]
version = "0.13"

[dependencies.pathdiff]
version = "0.2"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.skim]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.termtree]
version = "0.5"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.rstest]
version = "0.23"