deno_fs 0.167.0

Ops for interacting with the file system
# 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_fs"
version = "0.167.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ops for interacting with the file system"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[features]
sync_fs = ["deno_maybe_sync/sync"]

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

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

[dependencies.boxed_error]
version = "0.2.3"

[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_io]
version = "0.167.0"

[dependencies.deno_maybe_sync]
version = "0.44.0"

[dependencies.deno_path_util]
version = "=0.6.4"

[dependencies.deno_permissions]
version = "0.116.0"

[dependencies.filetime]
version = "0.2.16"

[dependencies.libc]
version = "0.2.168"

[dependencies.rand]
version = "=0.8.5"

[dependencies.rayon]
version = "1.11.0"

[dependencies.same-file]
version = "1.0.6"

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

[dependencies.thiserror]
version = "2.0.12"

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

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

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

[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_Storage_FileSystem",
]