enk 0.3.6

Simple data en/decryption
# 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 = "enk"
version = "0.3.6"
authors = [
    "Ariel Horwitz <ariel.ninja>",
    "github.com/pepa65 <pepa65@passchier.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple data en/decryption"
documentation = "https://docs.rs/enk"
readme = "README.md"
keywords = [
    "cli",
    "encryption",
    "symmetric",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/pepa65/enk"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/enk"
pkg-fmt = "bin"
target = "x86_64-unknown-linux-musl"
disabled-strategies = [
    "quick-install",
    "compile",
]
target-family = "Linux"
target-arch = "X86_64"

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

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

[dependencies.anyhow]
version = "1.0.79"

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

[dependencies.console]
version = "0.16.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.sha2]
version = "0.10"