clavis 0.1.0

A Rust library for secure, encrypted communication over asynchronous streams
Documentation
[badges.maintenance]
status = "actively-developed"

[[bench]]
name = "key_exchange"
path = "benches/key_exchange.rs"

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

[dependencies.aes-gcm-siv]
version = "0.11.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.hkdf]
version = "0.12.4"

[dependencies.rand]
version = "0.8"

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

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1.40"

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

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"

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

[package]
authors = ["Pyro"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "asynchronous", "network-programming"]
description = "A Rust library for secure, encrypted communication over asynchronous streams"
edition = "2021"
keywords = ["encryption", "communication", "async", "security"]
license = "MIT"
name = "clavis"
readme = false
repository = "https://github.com/pyrohost/clavis"
version = "0.1.0"