[dependencies.ahash]
version = "0.8.6"
[dependencies.digest]
features = ["core-api"]
version = "0.10.7"
[dependencies.filepath]
version = "0.1.1"
[dependencies.memmap2]
version = "0.9.3"
[dependencies.rayon]
version = "1.8.0"
[dependencies.sha3]
version = "0.10.8"
[dev-dependencies.tempfile]
version = "3.8.1"
[package]
authors = ["Adam Killam <adammkillam@gmail.com>"]
categories = ["concurrency", "filesystem", "rust-patterns"]
description = "A library for high-performance, memory-mapped file I/O utilities."
edition = "2021"
license = "GPL-3.0-or-later"
name = "file_rw"
readme = "README.md"
repository = "https://github.com/amkillam/file_rw"
version = "0.2.1"