# 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_io" version = "0.87.0" authors = ["the Deno authors"] build = 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" [lib] name = "deno_io" path = "lib.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.deno_core] version = "0.318.0" [dependencies.filetime] version = "0.2.16" [dependencies.fs3] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.17.1" [dependencies.pin-project] version = "1.0.11" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.uuid] version = "1.3.0" features = ["v4"] [target."cfg(not(windows))".dependencies.libc] version = "0.2.126" [target."cfg(not(windows))".dependencies.os_pipe] version = "=1.1.5" features = ["io_safety"] [target."cfg(windows)".dependencies.parking_lot] version = "0.12.0" [target."cfg(windows)".dependencies.rand] version = "=0.8.5" [target."cfg(windows)".dependencies.winapi] version = "=0.3.9" features = [ "winbase", "processenv", "errhandlingapi", ] [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", ]