async-fs 1.6.0

Async filesystem primitives
Documentation
[package]
name = "async-fs"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.6.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.47"
description = "Async filesystem primitives"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-fs"
homepage = "https://github.com/smol-rs/async-fs"
documentation = "https://docs.rs/async-fs"
keywords = ["asynchronous", "file", "filesystem", "io"]
categories = ["asynchronous", "concurrency"]
exclude = ["/.*"]

[dependencies]
async-lock = "2.3.0"
blocking = "1.0.0"
futures-lite = "1.2.0"

[build-dependencies]
autocfg = "1"

[target.'cfg(unix)'.dev-dependencies]
libc = "0.2.78"

[target.'cfg(windows)'.dev-dependencies]
winapi = { version = "0.3.9", features = ["winbase"] }