[badges.maintenance]
status = "actively-developed"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.memmap2]
version = "0.5"
[dependencies.off64]
version = "0.9"
[dependencies.signal-future]
version = "0.0.1"
[dependencies.tokio]
features = ["fs", "io-util", "rt", "sync", "time"]
version = "1"
[lib]
name = "seekable_async_file"
path = "src/lib.rs"
[package]
authors = ["Wilson Lin <code@wilsonl.in>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Async pread and pwrite, with optional delayed sync and metrics"
edition = "2021"
homepage = "https://github.com/wilsonzlin/seekable-async-file"
keywords = ["async", "delayed", "file", "pread", "pwrite"]
license = "Apache-2.0"
name = "seekable-async-file"
readme = "README.md"
repository = "https://github.com/wilsonzlin/seekable-async-file.git"
resolver = "1"
version = "0.15.0"