[package] name = "kcp-rust-native" version = "0.1.0" edition = "2021" authors = ["b23r0 "] description = "KCP bindings for Rust." repository = "https://github.com/b23r0/kcp-rust-native" readme = "README.md" license = "MIT" keywords = ["kcp", "bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] bindgen = "0.53.1"