# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "clap-and-async-test" version = "0.1.2" description = "Is a example to use clap with tokio and futures, how run concurrently some functions with a loop inside" license = "MIT" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.17" [dependencies.rand] version = "0.8.4" [dependencies.tokio] version = "1.12.0" features = ["full", "time"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.0"