# 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 = "getit" version = "0.1.0" authors = ["Eric Evans (CireSnave@gmail.com)"] description = "An easy to use file getter for local and remote files" homepage = "https://github.com/ciresnave/getit" documentation = "https://github.com/ciresnave/getit" readme = "README.md" keywords = [ "file", "ftp", ] categories = [ "filesystem", "network-programming", ] license = "MIT" repository = "https://github.com/ciresnave/getit" [dependencies.bytes] version = "1.6.0" [dependencies.reqwest] version = "0.12.4" [dependencies.suppaftp] version = "6.0.1" features = ["native-tls"] optional = true [dependencies.tokio] version = "1.37.0" features = [ "full", "tracing", ] [dependencies.url] version = "2.5.0" [features] default = ["ftp"] ftp = ["dep:suppaftp"]