# 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 = "suppaftp-cli" version = "6.0.1" authors = [ "Christian Visintin ", "Matt McCoy ", ] include = [ "src/**/*", "../LICENSE", "../README.md", "../CHANGELOG.md", ] description = "FTP command line client, based on suppaftp" homepage = "https://github.com/veeso/suppaftp" readme = "README.md" keywords = [ "ftp", "ftps", "network-protocol", "async", "ftp-client", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/veeso/suppaftp" [[bin]] name = "suppaftp" path = "src/main.rs" [dependencies.argh] version = "^0.1" [dependencies.env_logger] version = "^0.11" [dependencies.log] version = "^0.4" [dependencies.rpassword] version = "^7.2" [dependencies.suppaftp] version = "^6.0" features = ["native-tls"]