nacrypt 1.2.7

A secure and easy-to-use file encryption utility
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 = "2024"
name = "nacrypt"
version = "1.2.7"
authors = ["basicallygit 91993321+basicallygit@users.noreply.github.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A secure and easy-to-use file encryption utility"
homepage = "https://github.com/basicallygit/nacrypt"
readme = "README.md"
keywords = [
    "encryption",
    "cryptography",
    "sodium",
    "libsodium",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/basicallygit/nacrypt"

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

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

[[bin]]
name = "nacrypt-inspect"
path = "src/bin/nacrypt-inspect.rs"

[[bin]]
name = "nacrypt-overhead"
path = "src/bin/nacrypt-overhead.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.libsodium-rs]
version = "0.2.2"

[dependencies.rpassword]
version = "7.4.0"