# 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-grammar" version = "0.5.0" authors = ["Clay McLeod "] description = "A parse tree for Workflow Description Language (WDL) documents" homepage = "https://github.com/stjude-rust-labs/wdl" documentation = "https://docs.rs/wdl-grammar" license = "MIT OR Apache-2.0" repository = "https://github.com/stjude-rust-labs/wdl" [[test]] name = "parsing" harness = false required-features = ["codespan"] [dependencies.codespan-reporting] version = "0.11.1" optional = true [dependencies.logos] version = "0.14.0" [dependencies.rowan] version = "0.15.15" [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 = ["dep:codespan-reporting"]