# 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 = "roguewave" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An imperative remote server automation tool" readme = "README.md" keywords = [ "deployment", "ssh", "automation", "infrastructure", "devops", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Riateche/roguewave" [lib] name = "roguewave" path = "src/lib.rs" [[example]] name = "setup_http_server" path = "examples/setup_http_server.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "local" path = "tests/local.rs" [dependencies.anyhow] version = "1.0.82" features = ["backtrace"] [dependencies.format-sql-query] version = "0.4.0" [dependencies.log] version = "0.4.21" [dependencies.openssh] version = "0.10.4" features = ["native-mux"] [dependencies.openssh-sftp-client] version = "0.14.3" [dependencies.tokio] version = "1.37.0" features = ["rt-multi-thread"] [dependencies.type-map] version = "0.5.0" [dev-dependencies.async-trait] version = "0.1.80" [dev-dependencies.clap] version = "4.5.16" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.3"