# 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-basedrop" version = "0.1.1" authors = [ "Alexey Gerasev ", "Billy Messenger ", ] description = "A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc" homepage = "https://github.com/RustyDAW/ringbuf-basedrop" documentation = "https://docs.rs/ringbuf-basedrop" readme = "README.md" keywords = [ "lock-free", "spsc", "ring-buffer", "rb", "fifo", ] categories = [ "concurrency", "data-structures", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/RustyDAW/ringbuf-basedrop.git" resolver = "2" [[example]] name = "simple" [[example]] name = "message" required-features = ["std"] [dependencies.basedrop] version = "0.1" [dependencies.cache-padded] version = "1.2.0" [features] benchmark = [] default = ["std"] std = []