# 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" name = "wdl-lint" version = "0.3.0" authors = ["The Rust WDL project developers"] 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" [[test]] name = "lints" harness = false required-features = ["codespan"] [dependencies.convert_case] version = "0.6.0" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.wdl-ast] version = "0.4.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"]