# 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 = "2018" name = "depploy" version = "0.2.3" authors = ["michael.lichtenecker@gmail.com"] description = "Depploy is a cli tool that makes it easy to create docker images, for every programming language." homepage = "https://github.com/MichaelProjects/depploy" readme = "README.md" keywords = [ "cli", "container", "docker", ] categories = ["command-line-utilities"] license = "Apache-2.0" [dependencies.env_logger] version = "0.9.0" [dependencies.git2] version = "0.14" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.64" [dependencies.shiplift] version = "0.7" [dependencies.simple_logger] version = "2.1.0" [dependencies.structopt] version = "0.3.25" [dependencies.text_io] version = "0.1.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.whoami] version = "1.2.1" [dev-dependencies.assert_cmd] version = "2.0.4"