wdl 0.22.2

Lexing, parsing, validation, linting, documentation, analysis, and execution for Workflow Description Language (WDL) documents
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"
rust-version = "1.91.1"
name = "wdl"
version = "0.22.2"
authors = ["The Sprocket project contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexing, parsing, validation, linting, documentation, analysis, and execution for Workflow Description Language (WDL) documents"
homepage = "https://sprocket.bio"
documentation = "https://docs.rs/wdl"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/sprocket/tree/main/crates/wdl"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
analysis = ["dep:wdl-analysis"]
ast = ["dep:wdl-ast"]
default = [
    "analysis",
    "ast",
    "engine",
    "format",
    "doc",
    "grammar",
    "lint",
    "lsp",
]
doc = ["dep:wdl-doc"]
engine = ["dep:wdl-engine"]
format = ["dep:wdl-format"]
grammar = ["dep:wdl-grammar"]
lint = ["dep:wdl-lint"]
lsp = ["dep:wdl-lsp"]

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

[[example]]
name = "explore"
path = "examples/explore.rs"

[[example]]
name = "parse"
path = "examples/parse.rs"

[dependencies.wdl-analysis]
version = "0.18.0"
optional = true

[dependencies.wdl-ast]
version = "0.22.0"
optional = true

[dependencies.wdl-doc]
version = "0.13.0"
optional = true

[dependencies.wdl-engine]
version = "0.13.0"
optional = true

[dependencies.wdl-format]
version = "0.16.0"
optional = true

[dependencies.wdl-grammar]
version = "0.21.0"
optional = true

[dependencies.wdl-lint]
version = "0.21.0"
optional = true

[dependencies.wdl-lsp]
version = "0.17.2"
optional = true

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.clap]
version = "4.5.57"
features = [
    "derive",
    "string",
]

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

[lints.clippy]
missing_docs_in_private_items = "warn"
new_without_default = "allow"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docker_tests_disabled)"]

[lints.rustdoc]
broken_intra_doc_links = "warn"