cscall 0.1.1

基于 UDP 和对称加密的安全的高性能通信框架
Documentation
[dependencies.aes-gcm]
optional = true
version = "0.10.3"

[dependencies.argon2]
optional = true
version = "0.5.3"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["io-util", "net", "rt", "time"]
version = "1.48.0"

[dependencies.tracing]
version = "0.1.44"

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

[features]
aes256gcm = ["dep:aes-gcm", "dep:argon2"]
default = ["aes256gcm"]

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

[package]
authors = ["share121 <me@s121.top>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "基于 UDP 和对称加密的安全的高性能通信框架"
documentation = "https://docs.rs/cscall"
edition = "2024"
exclude = ["/.github"]
homepage = "https://github.com/share121/cscall"
license = "MIT"
name = "cscall"
readme = "README.md"
repository = "https://github.com/share121/cscall"
version = "0.1.1"