[package] name = "rfs" version = "1.0.0" edition = "2021" license = "MIT" description = "Breadth first search of directories" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" lazy_static = "1.4.0" structopt = "0.3" tokio = {version = "1.17.0", features = ["full"]} futures = "0.3.21"