# 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-ringbuffer" version = "0.7.4" authors = ["Maxi Saparov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lock free on disk ringbuffer to be used in the implementation of Franz" homepage = "https://github.com/MostlyMaxi/disk-ringbuffer" documentation = "https://docs.rs/disk-ringbuffer" readme = "README.md" keywords = [ "ringbuffer", "queue", ] categories = [ "database-implementations", "data-structures", ] license = "MIT" repository = "https://github.com/MostlyMaxi/disk-ringbuffer" [lib] name = "disk_ringbuffer" path = "src/lib.rs" [dependencies.memmap2] version = "0.9.4" [dependencies.mmap-wrapper] version = "2.0.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.61"