# 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 = "node_resolver" version = "0.16.0" authors = ["the Deno authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Node.js module resolution algorithm used in Deno" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno" [lib] name = "node_resolver" path = "lib.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.async-trait] version = "0.1.73" [dependencies.deno_media_type] version = "0.2.0" features = ["module_specifier"] [dependencies.deno_package_json] version = "0.1.2" default-features = false [dependencies.deno_path_util] version = "=0.2.1" [dependencies.futures] version = "0.3.21" [dependencies.lazy-regex] version = "3" [dependencies.once_cell] version = "1.17.1" [dependencies.path-clean] version = "=0.1.0" [dependencies.regex] version = "^1.7.0" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.url] version = "< 2.5.0" features = [ "serde", "expose_internals", ] [features] sync = ["deno_package_json/sync"]