[package] name = "rsync-list" version = "1.71.0" description = "List files using rsync." license = "Apache-2.0" homepage = "https://gitlab.com/kevincox/rsync-list" authors = ["Kevin Cox "] edition = "2018" [dependencies] chrono = "0.4.19" failure = "0.1.8" futures = "0.3.21" futures-await-test = "0.3.0" getset = "0.1.2" subslice = "0.2.3" tokio = {version="1.18.1", features=["io-util", "macros", "process", "rt-multi-thread"]} tokio-stream = {version="0.1.8", features=["io-util"]}