# 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 = "2018" name = "arrsync" version = "0.2.1" authors = ["Julius Michaelis "] description = "Asynchronous Retrieving Rust rSYNc Client" readme = "README.md" keywords = ["rsync"] categories = [ "filesystem", "network-programming", ] license = "MIT" repository = "https://github.com/jcaesar/ftp2mfs" resolver = "2" [dependencies.anyhow] version = "1.0.41" [dependencies.async-stream] version = "0.3.2" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.19" [dependencies.hexdump] version = "0.1.1" [dependencies.log] version = "0.4.14" [dependencies.tokio] version = "1.7.1" features = [ "net", "time", "io-util", "rt", ] [dependencies.tokio-util] version = "0.6.7" features = ["io"] [dependencies.unix_mode] version = "0.1.1" [dependencies.url] version = "2.2.2" [dev-dependencies.tokio] version = "1.7.1" features = ["full"]