# 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 = "activate" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A sane way to manage environment-specific configurations." readme = "README.md" license = "MIT" repository = "https://github.com/mcmah309/activate" [[bin]] name = "activate" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.ignore] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.8" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.predicates] version = "3"