mirror of
https://github.com/EasyTier/kcp-sys.git
synced 2025-05-19 10:31:09 +00:00
23 lines
522 B
TOML
23 lines
522 B
TOML
[package]
|
|
name = "kcp-sys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["sunsijie@buaa.edu.cn"]
|
|
description = "Safe bindings for KCP transport protocol"
|
|
repository = "https://github.com/EasyTier/kcp-sys"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["kcp", "bindings"]
|
|
|
|
[dependencies]
|
|
bytes = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
dashmap = "6.1.0"
|
|
zerocopy = { version = "0.7", features = ["derive", "simd"] }
|
|
bitflags = "2.5"
|
|
parking_lot = "0.12.3"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.71.1"
|
|
cc = "1.2.7"
|