dprint-plugin-typescript 0.95.15

TypeScript and JavaScript code formatter.
Documentation
# 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 = "2024"
name = "dprint-plugin-typescript"
version = "0.95.15"
authors = ["David Sherret <dsherret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript and JavaScript code formatter."
homepage = "https://github.com/dprint/dprint-plugin-typescript"
readme = "README.md"
keywords = [
    "formatting",
    "formatter",
    "typescript",
    "javascript",
]
license = "MIT"
repository = "https://github.com/dprint/dprint-plugin-typescript"

[features]
tracing = ["dprint-core/tracing"]
wasm = [
    "serde_json",
    "dprint-core/wasm",
]

[lib]
name = "dprint_plugin_typescript"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[test]]
name = "specs"
path = "tests/spec_test.rs"
harness = false

[dependencies.anyhow]
version = "1.0.64"

[dependencies.capacity_builder]
version = "0.5.0"

[dependencies.deno_ast]
version = "0.53.0"
features = ["view"]

[dependencies.dprint-core]
version = "0.67.4"
features = ["formatting"]

[dependencies.dprint-core-macros]
version = "0.1.0"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.144"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.dprint-development]
version = "0.10.1"

[dev-dependencies.dprint-plugin-sql]
version = "0.2.0"

[dev-dependencies.malva]
version = "0.11.2"

[dev-dependencies.markup_fmt]
version = "0.19.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false