[package] name = "chord-flow" version = "0.1.21" authors = ["bit-ranger "] edition = "2021" 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chord-core = { path = "../core", version = "0.1.21" } itertools = "0.10.5" futures = "0.3.25" handlebars = "4.3.5" log = { version = "0.4.14", features = ["std"] } chrono = "0.4.19" lazy_static = "1.4.0" jsonpath-rust = "0.2.0" thiserror = "1.0"