# 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 = "remotefs-ftp" version = "0.2.2" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "remotefs FTP client library" documentation = "https://docs.rs/remotefs-ftp" readme = "README.md" keywords = [ "remotefs", "ftp-client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/remotefs-rs/remotefs-rs-ftp" [lib] name = "remotefs_ftp" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.remotefs] version = "^0.3" [dependencies.rustls-pki-types] version = "1" optional = true [dependencies.suppaftp] version = "^6" [dependencies.webpki-roots] version = "0.26" optional = true [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1.0.0" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.serial_test] version = "^3" [dev-dependencies.tempfile] version = "^3" [features] default = ["find"] find = ["remotefs/find"] github-actions = [] native-tls = ["suppaftp/native-tls"] no-log = ["log/max_level_off"] rustls = [ "suppaftp/rustls", "dep:rustls-pki-types", "dep:webpki-roots", ] secure = ["native-tls"] vendored = ["suppaftp/native-tls-vendored"] with-containers = ["native-tls"] [target.'cfg(target_os = "windows")'.dependencies.path-slash] version = "^0.1.4"