[package] name = "tokio-utp" version = "0.3.0" authors = ["Carl Lerche ", "Andrew Cann "] license = "MIT/Apache-2.0" repository = "https://github.com/canndrew/tokio-utp" documentation = "https://docs.rs/tokio-utp" description = "tokio-based uTP implementation" [dependencies] mio = "0.6.9" bytes = "0.4" rand = "0.3" slab = "0.4.0" byteorder = "1.0" log = "0.3.7" smallvec = "0.4" tokio-core = "0.1.9" tokio-io = "0.1.3" unwrap = "1.1.0" futures = "0.1.16" void = "1" future-utils = "0.6.0" [dev-dependencies] env_logger = "0.4.2"