# 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 = "ringbuf-blocking" version = "0.1.0-rc.3" authors = ["Alexey Gerasev "] description = "Blocking version of ringbuf" documentation = "https://docs.rs/ringbuf-blocking" keywords = [ "blocking", "spsc", "ring-buffer", "rb", "fifo", ] categories = [ "concurrency", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/agerasev/ringbuf.git" [dependencies.ringbuf] version = "0.4.0-rc.2" [features] alloc = ["ringbuf/alloc"] default = ["std"] std = [ "ringbuf/std", "alloc", ]