dprint-plugin-dockerfile 0.4.0

A WIP dockerfile formatter for dprint.
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-dockerfile"
version = "0.4.0"
authors = ["David Sherret <dsherret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WIP dockerfile formatter for dprint."
homepage = "https://github.com/dprint/dprint-plugin-dockerfile"
readme = "README.md"
keywords = [
    "formatting",
    "formatter",
    "docker",
    "dockerfile",
]
license = "MIT"
repository = "https://github.com/dprint/dprint-plugin-dockerfile"

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

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.dprint-core]
version = "0.68.1"
features = ["formatting"]
default-features = false

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

[dependencies.monch]
version = "0.6.0"

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.dprint-development]
version = "0.11.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