kcp 0.4.10

Reliable-UDP Library for Rust
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 = "kcp"
version = "0.4.10"
authors = ["Matrix <113445886@qq.com>", "Y. T. Chung <zonyitoo@gmail.com>"]
description = "Reliable-UDP Library for Rust"
documentation = "https://docs.rs/kcp"
readme = "README.md"
keywords = ["kcp", "udp", "reliable"]
license = "MIT"
repository = "https://github.com/Matrix-Zhang/kcp"
[dependencies.bytes]
version = "0.4"

[dependencies.log]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.4"

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

[dev-dependencies.time]
version = "0.1"