# 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 = "rumi2" version = "0.1.0" authors = ["ONDONDA Prince Merveil @princefr"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rumi2 simplifies the process of deploying your web applications and servers. With seamless SSH2 integration, it effortlessly manages the publishing process to your existing server infrastructure, ensuring secure and efficient transfers every time." documentation = "https://docs.rs/rumi2/0.1.0/rumi2/" readme = "readme.md" keywords = ["CLI"] license = "MIT" repository = "https://github.com/Bourse-numerique-d-afrique/rumi_rs" [lib] name = "rumi2" path = "src/lib.rs" [[bin]] name = "rumi2" path = "src/main.rs" [dependencies.clap] version = "4.5.10" [dependencies.ssh2] version = "0.9.4" [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "serde", "macro-diagnostics", ]