deno_io 0.88.0

IO primitives for Deno extensions
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.deno_core]
version = "0.321.0"

[dependencies.filetime]
version = "0.2.16"

[dependencies.fs3]
version = "0.5.0"

[dependencies.log]
features = ["kv"]
version = "0.4.20"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.pin-project]
version = "1.0.11"

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

[dependencies.uuid]
features = ["v4"]
version = "1.3.0"

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

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "IO primitives for Deno extensions"
edition = "2021"
license = "MIT"
name = "deno_io"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.88.0"

[target."cfg(not(windows))".dependencies.libc]
version = "0.2.126"

[target."cfg(not(windows))".dependencies.os_pipe]
features = ["io_safety"]
version = "=1.1.5"

[target."cfg(windows)".dependencies.parking_lot]
version = "0.12.0"

[target."cfg(windows)".dependencies.rand]
version = "=0.8.5"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "processenv", "errhandlingapi"]
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"