# 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 = "fastenv" version = "0.1.0" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FastEnv: Unintrusive, on-demand environment manager creating lightweight shims for projects, without shell hooks or auto-loading scripts." homepage = "https://trinhminhtriet.com" documentation = "https://github.com/trinhminhtriet/fastenv" readme = "README.md" keywords = [ "environment", "manager", "shims", "rust", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/fastenv" [[bin]] name = "fastenv" path = "src/main.rs" [[test]] name = "acceptance" path = "tests/acceptance.rs" [[test]] name = "acceptance_helpers" path = "tests/acceptance_helpers.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.blake3] version = "1.3.1" [dependencies.clap] version = "4" features = [ "derive", "std", "color", ] default-features = false [dependencies.console] version = "0.15.0" default-features = false [dependencies.ctrlc] version = "3.2.2" [dependencies.dialoguer] version = "0.11.0" default-features = false [dependencies.env_logger] version = "0.11.5" default-features = false [dependencies.exec] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.68" [dependencies.uutils_term_grid] version = "0.6.0" [dependencies.which] version = "7" [dev-dependencies.insta] version = "1.41.0" features = ["filters"] default-features = false [dev-dependencies.insta-cmd] version = "0.6.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.regex] version = "1.6.0" default-features = false