# 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-action" 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" [dependencies.chord-core] version = "0.1.21" [dependencies.chord-util] version = "0.1.21" optional = true [dependencies.dirs] version = "4.0.0" [dependencies.dynamic_reload] version = "0.4.0" optional = true [dependencies.futures] version = "0.3.25" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.md5] version = "0.7.0" optional = true [dependencies.mongodb] version = "2.3.1" features = ["tokio-runtime"] optional = true default-features = false [dependencies.rbatis] version = "3.1.14" features = [ "default_mode", "all-database", "upper_case_sql_keyword", "runtime-tokio-rustls", ] optional = true default-features = false [dependencies.redis] version = "0.22.1" features = ["tokio-comp"] optional = true [dependencies.reqwest] version = "0.11.12" features = ["stream"] optional = true [dependencies.rlua] version = "0.19.4" optional = true [dependencies.serde] version = "1.0" [dependencies.urlencoding] version = "2.1.2" optional = true [features] act_cdylib = ["dynamic_reload"] act_crypto = ["md5"] act_database = ["rbatis"] act_docker = ["chord-util"] act_dubbo = [] act_lua = ["rlua"] act_mongodb = ["mongodb"] act_program = [] act_redis = ["redis"] act_restapi = ["reqwest"] act_shell = [] act_url = ["urlencoding"] default = []