eznacl 3.2.9

A wrapper around NaCl which makes working with cryptography even easier
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 = "eznacl"
version = "3.2.9"
authors = ["Jon Yoder <jon@yoder.cloud>"]
exclude = [".gitignore"]
description = "A wrapper around NaCl which makes working with cryptography even easier"
homepage = "https://gitlab.com/darkwyrm/eznacl"
readme = "README.md"
keywords = [
    "crypto",
    "nacl",
]
categories = ["cryptography"]
license = "MPL-2.0-no-copyleft-exception"
repository = "https://gitlab.com/darkwyrm/eznacl"

[dependencies.base85]
version = "1.1.0"

[dependencies.blake2]
version = "0.10.2"

[dependencies.blake3]
version = "1.3.1"

[dependencies.digest]
version = "0.10.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.5.4"

[dependencies.rust-argon2]
version = "1.0.0"

[dependencies.serde]
version = "1.0.145"
features = ["derive"]
optional = true
default-features = false

[dependencies.sha2]
version = "0.10.1"

[dependencies.sodiumoxide]
version = "0.2.7"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.tiny-keccak]
version = "2.0.2"
features = [
    "k12",
    "sha3",
]

[features]
default = []
use_serde = ["dep:serde"]