# 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 = "2018" name = "openssh-mux-client" version = "0.17.6" authors = ["Jiahao XU "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "openssh mux client." readme = "README.md" keywords = [ "ssh", "openssh", "multiplex", "async", "network", ] categories = [ "asynchronous", "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/openssh-rust/openssh-mux-client" [lib] name = "openssh_mux_client" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.non-zero-byte-slice] version = "0.1.0" [dependencies.once_cell] version = "1.10.0" [dependencies.openssh-mux-client-error] version = "0.1" [dependencies.sendfd] version = "0.4.1" features = ["tokio"] [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.ssh_format] version = "0.14.1" [dependencies.tokio] version = "1.11.0" features = [ "net", "io-util", ] [dependencies.tokio-io-utility] version = "0.7.1" [dependencies.typed-builder] version = "0.20.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tokio] version = "1.11.0" features = [ "rt", "macros", "time", ] [dev-dependencies.tokio-pipe] version = "0.2.1"