[badges.maintenance]
status = "experimental"
[dependencies.base64]
version = "0.21"
[dependencies.chacha20poly1305]
default-features = false
features = ["alloc"]
version = "0.10"
[dependencies.cookie-factory]
version = "0.3.1"
[dependencies.hkdf]
version = "0.12"
[dependencies.io_tee]
version = "0.1.1"
[dependencies.nom]
default-features = false
features = ["alloc"]
version = "7"
[dependencies.rand]
version = "0.8"
[dependencies.secrecy]
version = "0.10"
[dependencies.sha2]
version = "0.10"
[dependencies.tempfile]
optional = true
version = "3.2.0"
[features]
plugin = ["tempfile"]
unstable = []
[lib]
bench = false
name = "anubis_core"
path = "src/lib.rs"
[package]
authors = ["Jack Grigg <thestr4d@gmail.com>", "Anubis Rage Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common functions used across the anubis crates (hybrid PQC support)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "anubis-core"
readme = "README.md"
repository = "https://github.com/AnubisQuantumCipher/anubis-rage"
rust-version = "1.71"
version = "1.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]