# 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" rust-version = "1.82.0" name = "wdl-lint" version = "0.8.0" authors = ["The Rust WDL project developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lint rules for Workflow Description Language (WDL) documents" homepage = "https://github.com/stjude-rust-labs/wdl" documentation = "https://docs.rs/wdl-lint" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/stjude-rust-labs/wdl" [lib] name = "wdl_lint" path = "src/lib.rs" [[test]] name = "lints" path = "tests/lints.rs" harness = false required-features = ["codespan"] [dependencies.convert_case] version = "0.6.0" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.rowan] version = "0.15.15" [dependencies.wdl-ast] version = "0.9.0" [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" [features] codespan = ["wdl-ast/codespan"] [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"