burst-pool 0.5.1

A SPMC channel optimised for bursts of activity
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 = "burst-pool"
version = "0.5.1"
authors = ["Alex Sayers <alex.sayers@gmail.com>"]
exclude = ["benches/old/*", "benches.png"]
description = "A SPMC channel optimised for bursts of activity"
documentation = "https://docs.rs/burst-pool/"
readme = "README.md"
keywords = ["threadpool", "spmc", "channel"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asayers/burst-pool"

[lib]
name = "burst_pool"
path = "lib.rs"

[[bench]]
name = "burst_chan"
path = "benches/burst_chan.rs"
harness = false

[[bench]]
name = "spmc"
path = "benches/spmc.rs"
harness = false
[dependencies.nix]
version = "0.9.0"

[dependencies.byteorder]
version = "1.1.0"
[dev-dependencies.pbr]
version = "1.0.0"

[dev-dependencies.spmc]
version = "0.2.2"