[package] name = "http2byond" version = "0.1.0" authors = ["Tigercat2000 "] edition = "2018" license = "MIT" description = "A library that handles /world/Topic() communication with BYOND servers." keywords = ["byond", "gamedev"] repository = "https://github.com/tigercat2000/rust_http2byond" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "0.6.0"