[package] name = "spielrs_diff" description= "It is a library which compare two direcories or two files asynchronously" version = "0.2.1" documentation = "https://docs.rs/crate/spielrs_diff/0.2.0" authors = ["Francisco Jesus Navarro Cortes "] readme = "README.md" repository = "https://github.com/spielrs/spielrs-diff" edition = "2018" license= "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio= {version="1.7.0", features=["full"]} futures = "0.3" async-trait= "0.1" tokio-stream= "0.1"