protocol 3.1.2

Easy protocol definitions
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 = "protocol"
version = "3.1.2"
authors = ["Dylan McKay <me@dylanmckay.io>"]
description = "Easy protocol definitions"
documentation = "https://docs.rs/protocol"
readme = "../README.md"
keywords = ["protocol", "tcp", "udp", "connection", "encoding"]
license = "MIT"
repository = "https://github.com/dylanmckay/protocol"

[[example]]
name = "basic"
path = "../examples/basic.rs"

[[example]]
name = "compression"
path = "../examples/compression.rs"

[[example]]
name = "custom_middleware"
path = "../examples/custom_middleware.rs"

[[example]]
name = "packet_headers"
path = "../examples/packet_headers.rs"

[[example]]
name = "udp"
path = "../examples/udp.rs"
[dependencies.byteorder]
version = "1.3"

[dependencies.error-chain]
version = "0.12"

[dependencies.flate2]
version = "1.0"
features = ["zlib"]
default-features = false

[dependencies.num-traits]
version = "0.2"

[dependencies.uuid]
version = "0.7"
optional = true
[dev-dependencies.protocol-derive]
version = "3.1.2"

[features]
default = ["uuid"]