mio-byte-fifo 0.1.3

Concurrent non-blocking byte SPSC FIFO buffer intended for use in Mio poll
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 = "mio-byte-fifo"
version = "0.1.3"
authors = ["Alexey Gerasev <alexey.gerasev@gmail.com>"]
description = "Concurrent non-blocking byte SPSC FIFO buffer intended for use in Mio poll"
homepage = "https://github.com/nthend/mio-byte-fifo"
documentation = "https://docs.rs/mio-byte-fifo"
readme = "README.md"
keywords = ["non-blocking", "bytes", "fifo", "mio", "poll"]
categories = ["asynchronous", "concurrency", "data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nthend/mio-byte-fifo.git"
[dependencies.mio]
version = "0.6"

[dependencies.ringbuf]
version = "0.1.4"