json_env 1.3.0

Loads an environment variables from JSON files (`.env.json` per default) and starts a subprocess with them.
[[bin]]
name = "json_env"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.62"

[dependencies.clap]
features = ["derive"]
version = "4.0.8"

[dependencies.jsonpath-rust]
version = "0.2.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
categories = ["command-line-utilities", "development-tools"]
description = "Loads an environment variables from  JSON files (`.env.json` per default) and starts a subprocess with them."
edition = "2021"
homepage = "https://github.com/brodo/json_env"
license = "Apache-2.0"
name = "json_env"
readme = "Readme.md"
repository = "https://github.com/brodo/json_env.git"
version = "1.3.0"