# 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 = "0.14.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hierarchical environment variable management" readme = "README.md" keywords = [ "development", "environment", ] license = "BSD-3-Clause" repository = "https://github.com/sysid/rs-env" [package.metadata.test] parallel = false [lib] name = "rsenv" path = "src/lib.rs" [[bin]] name = "rsenv" path = "src/main.rs" [[test]] name = "test_dag" path = "tests/test_dag.rs" [[test]] name = "test_edit" path = "tests/test_edit.rs" [[test]] name = "test_lib" path = "tests/test_lib.rs" [[test]] name = "test_tree" path = "tests/test_tree.rs" [[test]] name = "test_tree_stack" path = "tests/test_tree_stack.rs" [[test]] name = "test_update_dot_envrc" path = "tests/test_update_dot_envrc.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.camino] version = "1.1.9" [dependencies.camino-tempfile] version = "1.1.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap_complete] version = "4.5.24" [dependencies.colored] version = "2.1.0" [dependencies.crossbeam] version = "0.8.4" [dependencies.crossterm] version = "0.27.0" [dependencies.ctor] version = "0.2.8" [dependencies.env_logger] version = "0.11.5" [dependencies.fs_extra] version = "1.3.0" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.pathdiff] version = "0.2.1" features = ["camino"] [dependencies.regex] version = "1.10.6" [dependencies.rstest] version = "0.19.0" [dependencies.skim] version = "0.10.4" [dependencies.stdext] version = "0.3.3" [dependencies.termtree] version = "0.4.1" [dependencies.walkdir] version = "2.5.0" [dev-dependencies]