# 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.64" name = "openssh-sftp-client" version = "0.15.2" authors = ["Jiahao XU "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Highlevel API used to communicate with openssh sftp server." readme = "README.md" keywords = [ "ssh", "multiplex", "async", "network", "sftp", ] categories = [ "asynchronous", "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/openssh-rust/openssh-sftp-client" [package.metadata.docs.rs] features = [ "openssh", "tracing", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "openssh_sftp_client" path = "src/lib.rs" [[example]] name = "openssh" path = "examples/openssh.rs" [[test]] name = "highlevel" path = "tests/highlevel.rs" [dependencies.bytes] version = "1.2.1" [dependencies.derive_destructure2] version = "0.1.0" [dependencies.futures-core] version = "0.3.28" [dependencies.once_cell] version = "1.9.0" [dependencies.openssh] version = "0.11.0" optional = true default-features = false [dependencies.openssh-sftp-client-lowlevel] version = "0.7.1" [dependencies.openssh-sftp-error] version = "0.5.1" [dependencies.pin-project] version = "1.0.10" [dependencies.scopeguard] version = "1.1.0" [dependencies.tokio] version = "1.11.0" features = [ "sync", "time", "rt", "macros", ] [dependencies.tokio-io-utility] version = "0.7.4" [dependencies.tokio-util] version = "0.7.8" [dependencies.tracing] version = "0.1.37" optional = true [dev-dependencies.futures-util] version = "0.3.28" [dev-dependencies.openssh] version = "0.11.0" features = ["native-mux"] [dev-dependencies.pretty_assertions] version = "1.1.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.11.0" features = [ "rt", "macros", ] [features] __ci-tests = [] openssh = [ "dep:openssh", "openssh-sftp-error/openssh", ] tracing = ["dep:tracing"]