envtrace 0.1.2

Trace where environment variables are defined and modified
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"
name = "envtrace"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace where environment variables are defined and modified"
homepage = "https://github.com/FlerAlex/envtrace"
readme = "README.md"
keywords = [
    "environment",
    "shell",
    "trace",
    "dotfiles",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/FlerAlex/envtrace"

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

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

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

[dependencies.dirs]
version = "5"

[dependencies.owo-colors]
version = "4"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.shellexpand]
version = "3"

[dependencies.tabled]
version = "0.16"

[dependencies.thiserror]
version = "1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = ["user"]