env-gen 0.1.1

A command line tool for generating an environment variable file.
Documentation
# 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 = "2024"
name = "env-gen"
version = "0.1.1"
authors = ["Bryson Ward"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool for generating an environment variable file."
homepage = "https://github.com/brysonbw/env-gen"
documentation = "https://docs.rs/env-gen"
readme = "README.md"
keywords = [
    "env",
    "dotenv",
    "environment",
    "config",
    "generator",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/brysonbw/env-gen"

[lib]
name = "env_gen"
path = "src/lib.rs"

[[bin]]
name = "env-gen"
path = "src/main.rs"

[dependencies.chroma-print]
version = "1.0.0"

[dependencies.dialoguer]
version = "0.12.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[profile.test]
opt-level = 1