secry 1.2.4

AES-256-GCM / ChaCha20-Poly1305 / XChaCha20-Poly1305 token encryption CLI
# 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 = "secry"
version = "1.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AES-256-GCM / ChaCha20-Poly1305 / XChaCha20-Poly1305 token encryption CLI"
homepage = "https://github.com/rushpym-dotcom/secry-rs"
readme = "README.md"
keywords = [
    "encryption",
    "crypto",
    "aes",
    "chacha20",
    "cli",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/rushpym-dotcom/secry-rs"

[[bin]]
name = "sec"
path = "src/main_sec.rs"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.bcrypt]
version = "0.19.0"

[dependencies.blake3]
version = "1"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.dirs-next]
version = "2.0"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rpassword]
version = "7.3"

[dependencies.scrypt]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2.9"

[dependencies.zeroize]
version = "1.7"