crabenv 0.0.3

The simplest, opinionated way to keep .env files, schemas, and examples aligned.
# 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 = "crabenv"
version = "0.0.3"
authors = ["Carlo Taleon"]
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/src/**/*.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simplest, opinionated way to keep .env files, schemas, and examples aligned."
homepage = "https://github.com/blankeos/crabenv"
readme = "README.md"
keywords = [
    "env",
    "cli",
    "config",
    "dotenv",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "config",
]
license = "MIT"
repository = "https://github.com/blankeos/crabenv"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.cliclack]
version = "0.5"

[dependencies.colored]
version = "2"

[dependencies.ctrlc]
version = "3"

[dependencies.oxc_allocator]
version = "0.135.0"

[dependencies.oxc_parser]
version = "0.135.0"

[dependencies.oxc_span]
version = "0.135.0"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shlex]
version = "1.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

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

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

[profile.dist]
lto = "thin"
inherits = "release"