void-crypto 0.0.4

Cryptographic primitives for void — KeyVault, AES-256-GCM, HKDF, envelope encryption
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 = "void-crypto"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic primitives for void — KeyVault, AES-256-GCM, HKDF, envelope encryption"
readme = "README.md"
license = "0BSD"
repository = "https://dweb.link/ipfs/QmRDjqAkUVHZatDWqqURsfStonZNtTQNeuWd13vriepkKA/"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.bip39]
version = "2.1"
features = ["rand"]

[dependencies.ciborium]
version = "0.2"

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.secp256k1]
version = "0.30"
features = ["global-context"]

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

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

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0"