# 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-transpiler" version = "0.4.0" description = """ A typescript transpiler using deno core and deno ast. """ homepage = "https://github.com/tyrchen/deno-utils" documentation = "https://docs.rs/deno-transpiler" readme = "README.md" keywords = [ "typescript", "transpiler", "deno", "v8", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/tyrchen/deno-utils" resolver = "2" [dependencies.deno_ast] version = "0.17.0" features = [ "bundler", "transpiling", ] [dependencies.deno_core] version = "0.147.0" [dependencies.swc_ecma_minifier] version = "0.136.1" [dev-dependencies.regex] version = "1.6.0"