[package] name = "osync" version = "1.5.0" authors = ["Aloïs Micard "] edition = "2018" description = "Tool to synchronize in a optimized way a LOT of files to a FTP server" license = "GPL-3.0" repository = "https://github.com/creekorful/osync" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sha-1 = "0.9.1" ftp = "3.0.1" clap = "2.33.1" walkdir = "2.3.1" url = "2.1.1" indicatif = "0.15.0" [dev-dependencies] tempdir = "0.3.7"