# 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-utils" version = "0.7.0" description = """ Utility functions for deno. """ homepage = "https://github.com/tyrchen/deno-utils" documentation = "https://docs.rs/deno-utils" readme = "README.md" keywords = [ "loader", "deno", "v8", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/deno-utils" resolver = "2" [dependencies.async-trait] version = "0.1.57" [dependencies.data-url] version = "0.1.1" [dependencies.deno-transpiler] version = "0.4.0" optional = true [dependencies.deno_core] version = "0.147.0" [dependencies.deno_graph] version = "0.30.0" optional = true [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.23" [dependencies.mime] version = "0.3.16" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.pin-project] version = "1.0.12" [dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "stream", "gzip", "brotli", ] default-features = false [dependencies.tokio] version = "1.20.1" features = [ "rt", "rt-multi-thread", "fs", "sync", ] [dev-dependencies.tokio] version = "1.20.1" features = [ "rt", "macros", ] [features] bundle = ["deno_graph"] transpile = ["deno-transpiler"]