# 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" rust-version = "1.74.1" name = "ssh-test-server" version = "0.1.1" authors = ["Mateusz Kondej "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "In memoery ssh server for integration testing." documentation = "https://docs.rs/ssh-test-server" readme = "README.md" keywords = [ "ssh", "test", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mateuszkj/ssh-test-server" [lib] name = "ssh_test_server" path = "src/lib.rs" [[test]] name = "register_custom_command" path = "tests/register_custom_command.rs" [[test]] name = "ssh" path = "tests/ssh.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.cmdline_words_parser] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.random-port] version = "0.1" [dependencies.russh] version = "0.46.0" [dependencies.russh-keys] version = "0.46.0" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.cucumber] version = "0.21.1" features = ["tracing"] [dev-dependencies.ssh2] version = "0.9.4" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]