[package] name = "clap-and-async-test" version = "0.1.2" edition = "2018" description = "Is a example to use clap with tokio and futures, how run concurrently some functions with a loop inside" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.19" clap = "2.33.3" futures = "0.3.17" rand = "0.8.4" tokio = { version = "1.12.0", features = ["full", "time"] } tracing = "0.1.29" tracing-subscriber = "0.3.0"