[package] name = "gopher-core" version = "0.5.0" authors = ["Matt Brubeck "] license = "MIT / Apache-2.0" description = "A library implementing the Internet Gopher protocol" repository = "https://github.com/mbrubeck/gopher-rs" documentation = "https://docs.rs/gopher-core" keywords = ["gopher", "client", "server", "tokio", "protocol"] categories = ["network-programming"] [dependencies] bytes = "0.4.4" tokio-io = "0.1.2" [dev-dependencies] futures = "0.1" tokio-service = "0.1.0" tokio-core = "0.1.7"