# 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 = "shivr" version = "0.1.5" authors = ["Jake Laurie"] exclude = ["*.zip"] description = "Monorepo package command runner" homepage = "https://github.com/xtenduke/shiv" readme = "README.md" keywords = [ "monorepo", "command", "ci", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" [dependencies.argh] version = "0.1.10" [dependencies.git2] version = "0.17.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.threadpool] version = "1.8.1"