# 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 = "deployer" version = "0.0.2" authors = ["Samir Djelal "] exclude = [ "deployer-test.yml", ".github/*", "screenshot/*", "examples/*", ] description = "Laravel Zero Downtime" homepage = "https://github.com/samirdjelal/deployer" documentation = "https://docs.rs/deployer" readme = "README.md" keywords = [ "laravel", "deployer", "deploy", "zero-downtime", "continuous-delivery", ] license = "MIT" repository = "https://github.com/samirdjelal/deployer" resolver = "2" [lib] name = "deployer" path = "src/lib.rs" [[bin]] name = "deployer" path = "src/main.rs" [dependencies.colored] version = "2" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.ssh2] version = "0.9"