# 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 = "pushenv" version = "1.1.2" description = """ A CLI utility that reads a .env file before starting a process. Example usage: pushenv -- echo $SOME_VAR pushenv some.env.file -- echo $SOME_VAR """ readme = "README.md" license = "GPL-3.0" repository = "https://github.com/JensGM/pushenv" [[bin]] name = "pushenv" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.tempfile] version = "3.10.1"