# 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-util" 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.futures] version = "0.3.25" [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.reqwest] version = "0.11.12" features = ["stream"] [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0"