deno_io 0.167.0

IO primitives for Deno extensions
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.async-trait]
version = "0.1.73"

[dependencies.deno_core]
version = "0.410.0"
features = [
    "reactor-tokio",
    "v8_use_custom_libcxx",
]
default-features = false

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_permissions]
version = "0.116.0"

[dependencies.filetime]
version = "0.2.16"

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

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

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

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

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

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

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

[target."cfg(windows)".dependencies.deno_subprocess_windows]
version = "0.52.0"

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

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

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
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",
    "Win32_System_Threading",
    "Win32_UI",
    "Win32_UI_Shell",
    "Win32_System_Console",
]