# 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 = "sprocket" version = "0.9.0" authors = ["Clay McLeod "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A package manager for the Workflow Description Language files" homepage = "https://github.com/stjude-rust-labs/sprocket" documentation = "https://docs.rs/sprocket" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/stjude-rust-labs/sprocket" [lib] name = "sprocket" path = "src/lib.rs" [[bin]] name = "sprocket" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = [ "derive", "string", ] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.colored] version = "2.1.0" [dependencies.git-testament] version = "0.2.5" [dependencies.indexmap] version = "2.6.0" [dependencies.indicatif] version = "0.17.8" [dependencies.nonempty] version = "0.10.0" [dependencies.pest] version = "2.7.14" features = ["pretty-print"] [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0" [dependencies.wdl] version = "0.10.0" features = [ "codespan", "lsp", "analysis", "format", ]