# 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 = "disk-mpmc" version = "0.4.2" authors = ["Maxi Saparov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "on-disk mpmc" homepage = "https://github.com/MostlyMaxi/disk-mpmc" documentation = "https://docs.rs/disk-mpmc" readme = "README.md" keywords = [ "ringbuffer", "queue", ] categories = [ "database-implementations", "data-structures", ] license = "MIT" repository = "https://github.com/MostlyMaxi/disk-mpmc" [lib] name = "disk_mpmc" path = "src/lib.rs" [dependencies.const-str] version = "0.5.7" [dependencies.linux-futex] version = "1.0.0" [dependencies.mmapcell] version = "0.1.2" [dependencies.parking_lot] version = "0.12.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tracing-subscriber] version = "0.3.18"