[package] name = "disk-mpmc" version = "0.4.2" edition = "2021" authors = ["Maxi Saparov "] description = "on-disk mpmc" documentation = "https://docs.rs/disk-mpmc" homepage = "https://github.com/MostlyMaxi/disk-mpmc" repository = "https://github.com/MostlyMaxi/disk-mpmc" readme = "README.md" keywords = ["ringbuffer", "queue"] license = "MIT" categories = ["database-implementations", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] const-str = "0.5.7" linux-futex = "1.0.0" mmapcell = "0.1.2" parking_lot = "0.12.3" tracing = "0.1.40" [dev-dependencies] rand = "0.8.5" tracing-subscriber = "0.3.18"