deno_fs 0.24.0

Ops for interacting with the file system
Documentation
[dependencies.async-trait]
version = "0.1.51"

[dependencies.deno_core]
version = "0.199.0"

[dependencies.deno_io]
version = "0.24.0"

[dependencies.filetime]
version = "0.2.16"

[dependencies.fs3]
version = "0.5.0"

[dependencies.libc]
version = "0.2.126"

[dependencies.log]
version = "=0.4.19"

[dependencies.rand]
version = "=0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.149"

[dependencies.tokio]
features = ["full"]
version = "1.28.1"

[features]
sync_fs = []

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Ops for interacting with the file system"
edition = "2021"
license = "MIT"
name = "deno_fs"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.24.0"
[target."cfg(unix)".dependencies.nix]
version = "=0.24.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase"]
version = "=0.3.9"