# 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_permissions_extended" version = "0.41.0" authors = ["the Deno authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides the deno permissions implementation." readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno" [lib] name = "deno_permissions_extended" path = "lib.rs" [dependencies.deno_core] version = "0.318.0" [dependencies.deno_path_util] version = "=0.2.1" [dependencies.deno_terminal] version = "0.2.0" [dependencies.fqdn] version = "0.3.4" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.17.1" [dependencies.percent-encoding] version = "2.3.1" features = [] [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.which] version = "4.2.5" [target."cfg(windows)".dependencies.winapi] version = "=0.3.9" features = [ "commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv", "wincon", "wincontypes", ]