kraven 0.3.0

Manage named environment variable profiles
# 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.85"
name = "kraven"
version = "0.3.0"
authors = ["tilacog"]
build = false
exclude = [
    ".github/",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage named environment variable profiles"
homepage = "https://github.com/tilacog/kraven"
documentation = "https://docs.rs/kraven"
readme = "README.md"
keywords = [
    "environment",
    "dotenv",
    "cli",
    "profile",
    "env",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0"
repository = "https://github.com/tilacog/kraven"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.dirs]
version = "5"

[dependencies.zeroize]
version = "1.8.2"