# 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 = "cask-cli" version = "0.2.0" description = "Docker-based application deployment tool for developer" readme = "README.md" license = "MIT" [[bin]] name = "cask" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.run_script] version = "^0.10.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_yaml] version = "0.9.13" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.itertools] version = "0.10.5" [build-dependencies.bindgen] version = "0.60.1" [build-dependencies.build-target] version = "0.4.0" [badges.travis-ci] repository = "https://travis-ci.org/javanile/cask"