# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "denver" version = "0.3.1" authors = ["sam raker "] description = "dotenv replacement that merges multiple .env files" homepage = "https://github.com/swizzard/denver" readme = "README.md" keywords = ["dotenv", "environment"] categories = ["config", "development-tools"] license-file = "LICENSE" repository = "https://github.com/swizzard/denver" [dependencies.clap] version = "~2.33.3" [dependencies.ctrlc] version = "3.2.0" [dependencies.nix] version = "0.22.1" [dependencies.subprocess] version = "0.2.6"