# 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 = "json_env" version = "1.3.0" description = "Loads an environment variables from JSON files (`.env.json` per default) and starts a subprocess with them." homepage = "https://github.com/brodo/json_env" readme = "Readme.md" categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/brodo/json_env.git" [[bin]] name = "json_env" path = "src/main.rs" [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "4.0.8" features = ["derive"] [dependencies.jsonpath-rust] version = "0.2.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"