[dependencies.atomic-wait]
version = "1.1.0"
[dependencies.base62]
version = "2.2.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.memmap2]
version = "0.9.5"
[dependencies.tokio]
features = ["full"]
version = "1.41.0"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.const-str]
version = "0.6.0"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
[lib]
name = "disk_chan"
path = "src/lib.rs"
[package]
authors = ["Maxi Saparov <maxi.saparov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "data-structures"]
description = "An on-disk, (almost) lock-free, async, mpmc channel."
documentation = "https://docs.rs/disk-chan"
edition = "2021"
homepage = "https://github.com/MostlyMaxi/disk-chan"
keywords = ["ringbuffer", "queue"]
license = "MIT"
name = "disk-chan"
readme = "README.md"
repository = "https://github.com/MostlyMaxi/disk-chan"
version = "0.3.0"
[[test]]
name = "mpmc"
path = "tests/mpmc.rs"
[[test]]
name = "seq"
path = "tests/seq.rs"