# 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 = "2021" name = "chord-cli" version = "0.1.21" authors = ["bit-ranger "] description = "async parallel case executor" homepage = "https://github.com/bit-ranger/chord" readme = "README.md" keywords = [ "async", "parallel", "executor", "case", "test", ] categories = [ "development-tools", "development-tools::testing", "development-tools::profiling", ] license = "MIT/Apache-2.0" repository = "https://github.com/bit-ranger/chord" resolver = "1" [[bin]] name = "chord" path = "src/main.rs" [dependencies.async-recursion] version = "1.0.0" [dependencies.chord-action] version = "0.1.21" features = [ "act_restapi", "act_crypto", "act_dubbo", "act_redis", "act_database", "act_mongodb", "act_url", "act_cdylib", "act_docker", "act_lua", "act_program", ] [dependencies.chord-core] version = "0.1.21" [dependencies.chord-flow] version = "0.1.21" [dependencies.chord-input] version = "0.1.21" [dependencies.chord-output] version = "0.1.21" features = [ "report_csv", "report_webhook", ] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.colored] version = "2" [dependencies.dirs] version = "4.0.0" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.25" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "fs", "time", "tracing", "process", "macros", "rt", "io-util", ]