[package] name = "bantamweight" description = "A lightweight TCP-based network library. Does basic peer-to-peer networking and offers a basic protocol for easy communication." keywords = ["network", "tcp", "communication"] categories = ["network-programming"] license = "GPL-3.0" version = "0.1.21" authors = ["Niklas Vd"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] } plain-binary-stream = "0.1.0"