# 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" name = "rusftp" version = "0.2.1" authors = ["Florian Lemaitre "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "SFTP library based on russh" readme = "README.md" keywords = [ "russh", "sftp", "ssh2", "client", ] license = "Apache-2.0" repository = "https://github.com/aneoconsulting/rusftp" [dependencies.async-trait] version = "0.1" [dependencies.bitflags] version = "2.5" features = ["serde"] [dependencies.bytes] version = "1.6" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.russh] version = "0.44" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.russh-keys] version = "0.44" [dev-dependencies.tokio-test] version = "0.4"