age-core 0.6.0

[BETA] Common functions used across the age crates
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.base64]
version = "0.13"

[dependencies.c2-chacha]
version = "0.3"

[dependencies.chacha20poly1305]
default-features = false
features = ["alloc"]
version = "0.7"

[dependencies.cookie-factory]
version = "0.3.1"

[dependencies.hkdf]
version = "0.11"

[dependencies.nom]
default-features = false
features = ["alloc"]
version = "6"

[dependencies.rand]
version = "0.7"

[dependencies.secrecy]
version = "0.7"

[dependencies.sha2]
version = "0.9"

[dependencies.tempfile]
optional = true
version = "3.2.0"

[features]
plugin = ["tempfile"]
unstable = []

[lib]
bench = false

[package]
authors = ["Jack Grigg <thestr4d@gmail.com>"]
description = "[BETA] Common functions used across the age crates"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "age-core"
readme = "README.md"
repository = "https://github.com/str4d/rage"
version = "0.6.0"