async-fs 2.1.2

Async filesystem primitives
Documentation
[dependencies.async-lock]
version = "3.0.0"

[dependencies.blocking]
version = "1.3.0"

[dependencies.futures-lite]
version = "2.0.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.63"
version = "2.1.2"
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.78"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Storage_FileSystem"]
version = "0.52"