async-fs 1.6.0

Async filesystem primitives
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.async-lock]
version = "2.3.0"

[dependencies.blocking]
version = "1.0.0"

[dependencies.futures-lite]
version = "1.2.0"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Async filesystem primitives"
documentation = "https://docs.rs/async-fs"
edition = "2018"
exclude = ["/.*"]
homepage = "https://github.com/smol-rs/async-fs"
keywords = ["asynchronous", "file", "filesystem", "io"]
license = "Apache-2.0 OR MIT"
name = "async-fs"
readme = "README.md"
repository = "https://github.com/smol-rs/async-fs"
rust-version = "1.47"
version = "1.6.0"
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.78"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["winbase"]
version = "0.3.9"