nbd 0.2.1

Rust library for NBD (network block device) servers and clients.
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 = "nbd"
version = "0.2.1"
authors = ["Vitaly \"_Vi\" Shukela <vi0oss@gmail.com>"]
description = "Rust library for NBD (network block device) servers and clients."
readme = "README.md"
keywords = ["nbd", "network-block-device"]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/vi/rust-nbd"
[dependencies.byteorder]
version = "1.0"
[dev-dependencies.pipe]
version = "0.0.3"

[dev-dependencies.proptest]
version = "0.8.4"

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

[dev-dependencies.readwrite]
version = "0.1.0"