ncrypt-me 0.3.0

Dead simple encryption library
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 = "ncrypt-me"
version = "0.3.0"
authors = ["Michalis Molfetas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dead simple encryption library"
readme = "readme.md"
keywords = [
    "encryption",
    "secure",
    "cryptography",
    "zeroize",
]
categories = [
    "cryptography",
    "security",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/greekfetacheese/ncrypt-me"

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

[dependencies.argon2-rs]
version = "0.2"
features = ["zeroize"]

[dependencies.chacha20poly1305]
version = "0.10.1"
features = ["getrandom"]

[dependencies.secure-types]
version = "0.3"

[dependencies.zeroize]
version = "1.8.2"