# 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 = "russh-process" version = "0.1.0" authors = ["Yuki Yamaura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for running a command on a remote server via SSH." homepage = "https://github.com/yamaura/russh_process" readme = "README.md" license = "MIT" repository = "https://github.com/yamaura/russh_process" [lib] name = "russh_process" path = "src/lib.rs" [[example]] name = "client_exec" path = "examples/client_exec.rs" [dependencies.russh] version = "0.46.0" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1.41.1" features = ["io-util"] [dev-dependencies.async-trait] version = "0.1.83" [dev-dependencies.russh-keys] version = "0.46.0" [dev-dependencies.tokio] version = "1.41.1" features = [ "macros", "rt", ]