# 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 = "deployah" version = "0.1.2" authors = ["Sebastian Plamauer "] description = "A tool to deploy services from git repos" homepage = "https://gitlab.motius.de/open/deployah/deployah" documentation = "https://gitlab.motius.de/open/deployah/deployah" readme = "README.md" license = "MIT" repository = "https://gitlab.motius.de/open/deployah/deployah" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.eyre] version = "0.6.5" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.text_io] version = "0.1.8" [dependencies.toml] version = "0.5" [dependencies.users] version = "0.11.0" [dependencies.whoami] version = "1.1.2"