[package] name = "yaml_test_runner" version = "2.1.0" publish = false edition = "2018" authors = ["Elastic and Contributors", "OpenSearch Contributors"] description = "Generates and runs tests from OpenSearch's YAML test specs" repository = "https://github.com/opensearch-project/opensearch-rs" license = "Apache-2.0" [dependencies] opensearch = { path = "../opensearch", features = ["experimental-apis"]} api_generator = { path = "./../api_generator" } anyhow = "1.0" base64 = "^0.21" clap = "~2" itertools = "0.11.0" Inflector = "0.11.4" lazy_static = "1.4.0" log = "0.4.8" once_cell = "1.4.0" path-slash = "0.2" proc-macro2 = "~1.0" quote = "~1.0" regex = "1.3.1" reqwest = { version = "~0.11", features = ["blocking"] } semver = "1.0" serde = "~1" serde_yaml = "0.9" serde_json = { version = "~1", features = ["arbitrary_precision"] } simple_logger = "4.0.0" syn = { version = "~1.0", features = ["full"] } sysinfo = "0.29" url = "2.1.1" tar = "~0.4" flate2 = "~1" globset = "~0.4" [dev-dependencies] tokio = { version = "1.0", default-features = false, features = ["macros", "net", "time"] }