# 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-sftp-client-lowlevel" version = "0.6.0" authors = ["Jiahao XU "] description = "Lowlevel utilities to communicate with openssh sftp server." keywords = [ "ssh", "multiplex", "async", "network", "sftp", ] categories = [ "asynchronous", "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/openssh-rust/openssh-sftp-client" resolver = "2" [dependencies.awaitable] version = "0.4.0" [dependencies.bytes] version = "1.2.1" [dependencies.concurrent_arena] version = "0.1.7" [dependencies.derive_destructure2] version = "0.1.0" [dependencies.openssh-sftp-error] version = "0.4.0" [dependencies.openssh-sftp-protocol] version = "0.24.0" features = ["bytes"] [dependencies.pin-project] version = "1.0.10" [dependencies.tokio] version = "1.11.0" features = [ "io-util", "sync", ] [dependencies.tokio-io-utility] version = "0.7.1" features = ["read-exact-to-bytes"] [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.11.0" features = [ "rt", "macros", ]