privatebox 0.1.0

A small and easy to use API to encrypt your data.
[dependencies.chacha20poly1305]
default-features = false
features = ["xchacha20poly1305"]
version = "0.8.0"

[dependencies.rand_core]
default-features = false
version = "0.6.2"

[dependencies.zeroize]
default-features = false
version = "1.3.0"
[dev-dependencies.rand]
version = "0.8.3"

[features]
alloc = ["chacha20poly1305/alloc"]
default = ["alloc"]

[package]
authors = ["Jordan Isaacs"]
categories = ["cryptography", "no-std"]
description = "A small and easy to use API to encrypt your data."
edition = "2018"
homepage = "https://github.com/jordanisaacs/privatebox"
keywords = ["encryption", "storage", "container", "xchachapoly1305"]
license = "MIT"
name = "privatebox"
readme = "README.md"
repository = "https://github.com/jordanisaacs/privatebox"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_rs"]