neuron-encrypt 2.1.0

Military-grade file encryption — AES-256-GCM-SIV · Argon2id · HKDF-SHA512
Documentation
# 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 = "neuron-encrypt"
version = "2.1.0"
authors = ["Ubaid ur Rehman <arifubaid0345@gmail.com>"]
build = "build.rs"
include = [
    "src/**",
    "assets/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "build.rs",
    "build.bat",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Military-grade file encryption — AES-256-GCM-SIV · Argon2id · HKDF-SHA512"
homepage = "https://theredhacker0345.gitlab.io/neuron-encrypt/"
documentation = "https://docs.rs/neuron-encrypt"
readme = "README.md"
keywords = [
    "encryption",
    "aes",
    "argon2",
    "cli",
    "crypto",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "GPL-3.0-only"
repository = "https://gitlab.com/theredhacker0345/neuron-encrypt"

[lib]
name = "neuron_encrypt_core"
path = "src/lib.rs"

[[bin]]
name = "neuron-encrypt"
path = "src/main.rs"

[[bin]]
name = "neuron-encrypt-cli"
path = "src/bin/cli.rs"

[dependencies.aead]
version = "0.5"
features = ["stream"]

[dependencies.aes-gcm-siv]
version = "0.11"
features = [
    "std",
    "aes",
]

[dependencies.argon2]
version = "0.5"
features = ["std"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.hex]
version = "0.4.3"

[dependencies.hkdf]
version = "0.12"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.zeroize]
version = "1.7"
features = ["derive"]

[target.'cfg(not(target_os = "android"))'.dependencies.clap]
version = "4"
features = ["derive"]

[target.'cfg(not(target_os = "android"))'.dependencies.clap_complete]
version = "4"

[target.'cfg(not(target_os = "android"))'.dependencies.eframe]
version = "0.33"
features = ["default"]

[target.'cfg(not(target_os = "android"))'.dependencies.egui]
version = "0.33"

[target.'cfg(not(target_os = "android"))'.dependencies.image]
version = "0.25"

[target.'cfg(not(target_os = "android"))'.dependencies.indicatif]
version = "0.18.4"

[target.'cfg(not(target_os = "android"))'.dependencies.open]
version = "5"

[target.'cfg(not(target_os = "android"))'.dependencies.rfd]
version = "0.15"

[target.'cfg(not(target_os = "android"))'.dependencies.rpassword]
version = "7"

[lints.clippy]
explicit_auto_deref = "allow"

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