# 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 = "2021" name = "deno_fs" version = "0.87.0" authors = ["the Deno authors"] build = 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" [lib] name = "deno_fs" path = "lib.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.base32] version = "=0.5.1" [dependencies.deno_core] version = "0.318.0" [dependencies.deno_io] version = "0.87.0" [dependencies.deno_path_util] version = "=0.2.1" [dependencies.deno_permissions] version = "0.37.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] version = "1.0.149" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [features] sync_fs = [] [target."cfg(unix)".dependencies.nix] version = "=0.27.1" features = [ "fs", "user", ] [target."cfg(windows)".dependencies.junction] version = "=0.2.0" [target."cfg(windows)".dependencies.winapi] version = "=0.3.9" features = ["winbase"] [target."cfg(windows)".dependencies.windows-sys] version = "0.52.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", ]