# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ff_buffer" version = "0.1.0" authors = [ "Luca Rinaldi ", "Valerio Besozzi", ] build = "build.rs" links = "libffbuffer" description = "A fork of ff_buffer that provides FastFlow channels on Rust." homepage = "https://github.com/valebes/ppl-ff-buffer" readme = "README.md" license = "MIT" repository = "https://github.com/valebes/ppl-ff-buffer" [[bench]] name = "producer_consumer" harness = false [[bench]] name = "push_pop" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.cc] version = "1.0.83" features = ["parallel"] [build-dependencies.dirs] version = "5.0.1" [features] crosslto = []