# 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-cli" 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 - cli." 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" [[bin]] name = "ssh-test-server-cli" path = "src/main.rs" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.ssh-test-server] version = "0.1.1" [dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", "signal", "fs", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "tracing-log", ]