rsync-list 1.2.0

List files using rsync.
Documentation
[package]
name = "rsync-list"
version = "1.2.0"
description = "List files using rsync."
license = "Apache-2.0"
homepage = "https://gitlab.com/kevincox/rsync-list"
authors = ["Kevin Cox <kevincox@kevincox.ca>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.11"
tokio = {version="0.2.13", features=["io-util", "macros", "process", "rt-threaded", "stream"]}
futures = "0.3.4"
failure = "0.1.7"
subslice = "0.2.2"
futures-await-test = "0.3.0"
getset = "0.1.0"