# 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_node_transform" version = "0.6.0" authors = ["the Deno authors"] description = "Deno to Node/canonical TypeScript transform." license = "MIT" repository = "https://github.com/denoland/dnt" [dependencies.anyhow] version = "1.0.51" [dependencies.base64] version = "0.13.0" [dependencies.deno_ast] version = "0.15.0" features = [ "module_specifier", "transforms", "view", "visit", "utils", ] [dependencies.deno_graph] version = "0.27.0" features = [] [dependencies.futures] version = "0.3.17" [dependencies.import_map] version = "0.9.0" [dependencies.once_cell] version = "1.9.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["rustls"] optional = true [dependencies.serde] version = "1.0.132" features = ["derive"] optional = true [dependencies.tokio] version = "1" features = ["full"] optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [features] default = ["tokio-loader"] serialization = ["serde"] tokio-loader = [ "tokio", "reqwest", ]