# 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-bundler" version = "0.6.0" description = """ javascript/typescript bundler for deno. """ homepage = "https://github.com/tyrchen/deno-utils" documentation = "https://docs.rs/deno-bundler" readme = "README.md" keywords = [ "bundler", "deno", "v8", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/tyrchen/deno-utils" resolver = "2" [dependencies.askama] version = "0.11.1" [dependencies.base64] version = "0.13.0" [dependencies.deno-utils] version = "0.7.0" features = [ "bundle", "transpile", ] [dependencies.deno_ast] version = "0.17.0" features = ["bundler"] [dependencies.deno_core] version = "0.147.0" [dependencies.deno_graph] version = "0.30.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.futures] version = "0.3.23" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.swc_ecma_minifier] version = "0.136.1" [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.15"