envstash 0.1.11

Manage .env files across git branches with versioning, diffing, and optional encryption
# 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 = "envstash"
version = "0.1.11"
authors = ["Franz Geffke <mail@gofranz.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage .env files across git branches with versioning, diffing, and optional encryption"
homepage = "https://github.com/franzos/envstash"
readme = "README.md"
keywords = [
    "env",
    "dotenv",
    "git",
    "encryption",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0"
repository = "https://github.com/franzos/envstash"

[package.metadata.deb]
maintainer = "Franz Geffke <mail@gofranz.com>"
section = "utils"
assets = [[
    "target/release/envstash",
    "usr/bin/",
    "755",
]]

[[package.metadata.generate-rpm.assets]]
source = "target/release/envstash"
dest = "/usr/bin/envstash"
mode = "755"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.colored]
version = "3"

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

[dependencies.git2]
version = "0.19"
features = ["vendored-libgit2"]
default-features = false

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rpassword]
version = "5"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.rusqlite_migration]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9.11"

[dependencies.ureq]
version = "3"
features = ["multipart"]

[dependencies.zeroize]
version = "1"

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