[go: up one dir, main page]

flume 0.1.0

A blazingly fast multi-producer channel
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 = "flume"
version = "0.1.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
description = "A blazingly fast multi-producer channel"
keywords = ["mpsc", "fifo", "channel", "thread", "fast"]
categories = ["concurrency", "data-structures"]
license = "Apache-2.0/MIT"
repository = "https://github.com/zesterer/flume"
[profile.release]
debug = true

[[bench]]
name = "basic"
harness = false
[dependencies.deque]
version = "0.3"

[dependencies.spin]
version = "0.5"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.crossbeam-channel]
version = "0.3"