[package]
name = "baelNET"
version = "3.4.1"
edition = "2021"
repository = "https://github.com/devrodts/Bael-Crypt"
license = "MIT OR Apache-2.0"
authors = ["Rodolfo Rodrigues <dev_rodts@outlook.com>"]
description = "BaelNET: Post-Quantum Hybrid Encryption with high throughput and authenticated wire format."
keywords = ["post-quantum", "encryption", "ratchet", "performance", "hybrid"]
categories = ["cryptography", "network-programming", "command-line-utilities"]
readme = "README.md"
documentation = "https://docs.rs/baelNET"
exclude = ["test_files/**", "research/**", ".github/**", "wintun.dll", "Dockerfile", "README_reproduce.md"]
[lib]
name = "baelNET"
[dependencies]
pqc_kyber = "0.7.0"
x25519-dalek = { version = "2.0.0", features = ["static_secrets", "getrandom"] }
chacha20poly1305 = "0.10.1"
blake3 = "1.5.0"
rand = "0.8.5"
zeroize = { version = "1.7.0", features = ["derive"] }
anyhow = "1.0"
rayon = "1.10"
wintun = "0.5.1"
env_logger = "0.11.8"
log = "0.4.29"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["handleapi", "processthreadsapi", "securitybaseapi", "winnt"] }
[target.'cfg(unix)'.dependencies]
libc = "0.2"