# 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 = "middleman" version = "0.3.1" authors = ["sirkibsirkib "] description = "A wrapper for a mio::TcpStream to send and receive serializable Structs (blocking or non blocking) of arbitrary size" readme = "README.md" keywords = ["network", "message", "serialization", "mio"] license-file = "LICENSE.md" repository = "https://github.com/sirkibsirkib/middleman" [dependencies.bincode] version = "1.0.0" [dependencies.byteorder] version = "1.2.2" [dependencies.mio] version = "0.6.14" [dependencies.serde] version = "1.0.27" [dev-dependencies.serde_derive] version = "1.0.27"