divbuf 0.1.0

Buffer object that can be recursively divided into smaller buffers
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 = "divbuf"
version = "0.1.0"
authors = ["Alan Somers <asomers@gmail.com>"]
exclude = [".gitignore"]
description = "Buffer object that can be recursively divided into smaller buffers\n"
readme = "README.md"
keywords = ["buffers", "io", "zero-copy"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/asomers/divbuf"

[[test]]
name = "functional"
path = "tests/test_divbuf.rs"

[[test]]
name = "thread_race"
path = "tests/thread_race.rs"

[dependencies]
[dev-dependencies.lazy_static]
version = "1"