queue-file 1.0.0

queue-file is a lightning-fast, transactional, file-based FIFO
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 = "queue-file"
version = "1.0.0"
authors = ["ING Systems <contact@ing-systems.com>"]
description = "queue-file is a lightning-fast, transactional, file-based FIFO"
homepage = "https://github.com/ing-systems/queue-file"
readme = "README.md"
keywords = ["io", "fifo", "queue"]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/ing-systems/queue-file"
[dependencies.bytes]
version = "0.4"

[dependencies.error-chain]
version = "0.12"
[dev-dependencies.pretty_assertions]
version = "0.6"

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