wdl-format 0.2.0

Formatting of WDL (Workflow Description Language) documents
Documentation
[dependencies.nonempty]
version = "0.10.0"

[dependencies.wdl-ast]
features = ["codespan"]
version = "0.8.0"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.codespan-reporting]
version = "0.11.1"

[dev-dependencies.colored]
version = "2.1.0"

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

[dev-dependencies.rayon]
version = "1.10.0"

[lib]
name = "wdl_format"
path = "src/lib.rs"

[lints.clippy]
missing_docs_in_private_items = "warn"

[lints.rust]
edition_2024_expr_fragment_specifier = "allow"
missing_docs = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"
rust-2021-compatibility = "warn"
rust-2024-compatibility = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"

[package]
authors = ["The Rust WDL project developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Formatting of WDL (Workflow Description Language) documents"
edition = "2021"
homepage = "https://github.com/stjude-rust-labs/wdl"
license = "MIT OR Apache-2.0"
name = "wdl-format"
readme = false
repository = "https://github.com/stjude-rust-labs/wdl"
version = "0.2.0"

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