[package] name = "sprocket" version = "0.9.0" description = "A package manager for the Workflow Description Language files" authors = ["Clay McLeod "] license = "MIT OR Apache-2.0" edition = "2021" homepage = "https://github.com/stjude-rust-labs/sprocket" repository = "https://github.com/stjude-rust-labs/sprocket" documentation = "https://docs.rs/sprocket" readme = "README.md" [dependencies] anyhow = "1.0.91" clap = { version = "4.5.20", features = ["derive", "string"] } codespan-reporting = "0.11.1" git-testament = "0.2.5" indexmap = "2.6.0" nonempty = "0.10.0" pest = { version = "2.7.14", features = ["pretty-print"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" wdl = { version = "0.10.0", features = ["codespan", "lsp", "analysis", "format"] } walkdir = "2.5.0" colored = "2.1.0" tokio = { version = "1.41.0", features = ["full"] } tracing-log = "0.2.0" indicatif = "0.17.8" clap-verbosity-flag = "2.2.2"