laminar 0.2.2

A simple semi-reliable UDP protocol for multiplayer games
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]
edition = "2018"
name = "laminar"
version = "0.2.2"
authors = ["Lucio Franco <luciofranco14@gmail.com>", "Fletcher Haynes <fletcher@capitalprawn.com>", "TimonPost <timonpost@hotmail.nl>", "Justin LeFebvre <jstnlefebvre@gmail.com>"]
exclude = ["examples/*", "docs/*", "benches/*"]
autobenches = false
description = "A simple semi-reliable UDP protocol for multiplayer games"
readme = "README.md"
keywords = ["gamedev", "networking", "udp", "amethyst"]
categories = ["game-engines", "network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/laminar"

[[bin]]
name = "laminar-tester"
required-features = ["tester"]

[[bench]]
name = "packet_processing"
harness = false
[dependencies.byteorder]
version = "1.2"

[dependencies.clap]
version = "2.32"
features = ["yaml"]
optional = true

[dependencies.crc]
version = "1.8"

[dependencies.crossbeam-channel]
version = "0.3"

[dependencies.env_logger]
version = "0.6"
optional = true

[dependencies.lazy_static]
version = "1.1"

[dependencies.log]
version = "0.4"

[dependencies.mio]
version = "0.6"

[dependencies.rand]
version = "0.5"
[dev-dependencies.bincode]
version = "1.0"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[features]
tester = ["env_logger", "clap"]
[badges.travis-ci]
branch = "master"
repository = "amethyst/laminar"