# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "checklist" version = "0.3.0" authors = ["Mike Stipicevic "] description = "A program to run through a checklist of manual and automated processes." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wickedchicken/checklist" [dependencies.console] version = "0.11.2" [dependencies.dialoguer] version = "0.6.2" [dependencies.duct_sh] version = "0.13.4" [dependencies.failure] version = "0.1.8" [dependencies.indicatif] version = "0.15.0" [dependencies.maplit] version = "1.0.2" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.102" [dependencies.serde_yaml] version = "0.8.13" [dependencies.structopt] version = "0.3.15" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.assert_fs] version = "1.0.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rexpect] version = "0.4.0" [badges.travis-ci] repository = "wickedchicken/checklist"