vlt 0.1.1

Fast offline-first CLI for managing .env files across environments
# 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"
rust-version = "1.85"
name = "vlt"
version = "0.1.1"
build = false
exclude = [
    "examples/**",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast offline-first CLI for managing .env files across environments"
homepage = "https://github.com/dieselftw/vlt"
documentation = "https://docs.rs/vlt"
readme = "README.md"
keywords = [
    "dotenv",
    "env",
    "cli",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dieselftw/vlt"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.owo-colors]
version = "4"

[dependencies.regex]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"