deno_fs 0.88.0

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

[dependencies.base32]
version = "=0.5.1"

[dependencies.boxed_error]
version = "0.2.2"

[dependencies.deno_core]
version = "0.321.0"

[dependencies.deno_io]
version = "0.88.0"

[dependencies.deno_path_util]
version = "=0.2.1"

[dependencies.deno_permissions]
version = "0.38.0"

[dependencies.filetime]
version = "0.2.16"

[dependencies.libc]
version = "0.2.126"

[dependencies.rand]
version = "=0.8.5"

[dependencies.rayon]
version = "1.8.0"

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

[dependencies.thiserror]
version = "1.0.61"

[features]
sync_fs = []

[lib]
name = "deno_fs"
path = "lib.rs"

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.88.0"

[target."cfg(unix)".dependencies.nix]
features = ["fs", "user"]
version = "=0.27.1"

[target."cfg(windows)".dependencies.junction]
version = "=0.2.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase"]
version = "=0.3.9"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Media", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_WindowsProgramming", "Wdk", "Wdk_System", "Wdk_System_SystemInformation", "Win32_Security", "Win32_System_Pipes", "Wdk_Storage_FileSystem", "Win32_System_Registry", "Win32_System_Kernel"]
version = "0.52.0"