gencrypt 0.7.7

Personal usage hashing utility.
# 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.
cargo-features = ["panic-immediate-abort"]

[package]
edition = "2024"
name = "gencrypt"
version = "0.7.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Personal usage hashing utility."
readme = false
license = "MIT OR Apache-2.0"

[[bin]]
name = "gencrypt"
path = "src/main.rs"
windows_subsystem = "windows"

[dependencies.aes-gcm]
version = "0.10.3"
features = ["aes"]

[dependencies.arboard]
version = "3.6.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.iced]
version = "0.14.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.zstd]
version = "0.13.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.pbkdf2]
version = "0.12.2"

[dependencies.rfd]
version = "0.16.0"

[dependencies.sha2]
version = "0.10.9"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true