# 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_resolver" version = "0.9.0" authors = ["the Deno authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deno resolution algorithm" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno" [lib] name = "deno_resolver" path = "lib.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.base32] version = "=0.5.1" [dependencies.deno_media_type] version = "0.2.0" features = ["module_specifier"] [dependencies.deno_package_json] version = "0.1.2" features = ["sync"] default-features = false [dependencies.deno_path_util] version = "=0.2.1" [dependencies.deno_semver] version = "=0.5.16" [dependencies.node_resolver] version = "0.16.0" [dependencies.thiserror] version = "1.0.61" [dependencies.url] version = "< 2.5.0" features = [ "serde", "expose_internals", ] [dev-dependencies]