# 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 = "dprint-plugin-deno-base" version = "0.0.2" authors = ["David Sherret "] description = "Helper code for creating a formatting plugin for dprint with deno_core." homepage = "https://github.com/dprint/dprint-plugin-prettier" keywords = [ "formatting", "formatter", "typescript", "javascript", ] license = "MIT" repository = "https://github.com/dprint/dprint-plugin-prettier" [dependencies.async-channel] version = "1.9.0" [dependencies.deno_core] version = "0.195.0" [dependencies.dprint-core] version = "0.62.1" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sysinfo] version = "0.29.4" default-features = false [dependencies.tokio] version = "1" features = [ "macros", "rt", "time", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.zstd] version = "0.12.0" [dev-dependencies.dprint-development] version = "0.9.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] build = []