tokio_kcp 0.4.1

A kcp implementation for tokio
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tokio_kcp"
version = "0.4.1"
authors = ["Matrix <113445886@qq.com>", "Y. T. Chung <zonyitoo@gmail.com>"]
description = "A kcp implementation for tokio"
documentation = "https://docs.rs/tokio_kcp"
readme = "README.md"
keywords = ["kcp", "udp", "reliable", "tokio"]
license = "MIT"
repository = "https://github.com/Matrix-Zhang/tokio_kcp"
[dependencies.log]
version = "0.3"

[dependencies.futures]
version = "0.1"

[dependencies.time]
version = "0.1"

[dependencies.bytes]
version = "0.4"

[dependencies.kcp]
version = "0.4"

[dependencies.mio]
version = "0.6"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.3"