envgen 1.0.6

Generate and validate .env files from one spec - self-documenting config, consistent across environments, secrets stay out of git.
# 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"
rust-version = "1.88.0"
name = "envgen"
version = "1.0.6"
build = "build.rs"
include = [
    "/src/**",
    "/schemas/**",
    "/build.rs",
    "/SCHEMA_VERSION",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate and validate .env files from one spec - self-documenting config, consistent across environments, secrets stay out of git."
readme = "README.md"
keywords = [
    "dotenv",
    "config",
    "yaml",
    "schema",
    "secrets",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/smorinlabs/envgen"

[package.metadata.cargo-machete]
ignored = ["time"]

[[bin]]
name = "envgen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "2"

[dependencies.comfy-table]
version = "=7.1.0"

[dependencies.dialoguer]
version = "0.11"

[dependencies.jsonschema]
version = "0.18"
features = ["draft202012"]

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.time]
version = "=0.3.47"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"