random-access-disk 0.3.2

Continuously read,write to disk, using random offsets and lengths
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 = "random-access-disk"
version = "0.3.2"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Continuously read,write to disk, using random offsets and lengths"
documentation = "https://docs.rs/random-access-disk"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/random-access-disk"
[dependencies.failure]
version = "0.1.1"

[dependencies.mkdirp]
version = "0.1.0"

[dependencies.random-access-storage]
version = "0.3.0"
[dev-dependencies.quickcheck]
version = "0.6.2"

[dev-dependencies.tempdir]
version = "0.3.7"