# 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 = "basic_deno_ts_module_loader" version = "0.1.1" authors = ["Peter Jiang"] description = "A basic Deno TypeScript module loader" readme = "README.md" license = "MIT" repository = "https://github.com/CheatCod/basic_deno_ts_module_loader" [dependencies.anyhow] version = "1.0.72" [dependencies.deno_ast] version = "0.27.3" features = ["transpiling"] [dependencies.deno_core] version = "0.195.0" [dependencies.deno_runtime] version = "0.120.0" [dependencies.reqwest] version = "0.11.18" [dependencies.tokio] version = "1.29.1" features = ["fs"]