# 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 = "2018" name = "deqp-runner" version = "0.20.2" authors = ["Emma Anholt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A VK-GL-CTS/dEQP wrapper program to parallelize it across CPUs and report results against a baseline." readme = "README.md" keywords = [ "graphics", "deqp", ] categories = [ "command-line-utilities", "concurrency", "development-tools::testing", ] license = "MIT" repository = "https://gitlab.freedesktop.org/mesa/deqp-runner" [lib] name = "deqp_runner" path = "src/lib.rs" [[bin]] name = "deqp-runner" path = "src/bin/deqp.rs" doc = false [[bin]] name = "fluster-runner" path = "src/bin/fluster.rs" [[bin]] name = "gtest-runner" path = "src/bin/gtest.rs" [[bin]] name = "igt-runner" path = "src/bin/igt.rs" [[bin]] name = "piglit-runner" path = "src/bin/piglit.rs" [[bin]] name = "skqp-runner" path = "src/bin/skqp.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [[bench]] name = "overhead" path = "benches/overhead.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.crossbeam-utils] version = "0.8" [dependencies.flate2] version = "1.0.18" [dependencies.junit-report] version = "=0.4.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.8" features = [ "os-ext", "os-poll", ] [dependencies.rand] version = ">= 0.6, <= 0.7" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.roxmltree] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-tuple-vec-map] version = "1.0.0" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "=0.9.21" [dependencies.stderrlog] version = ">= 0.4, < 0.6" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.2" [dependencies.toml] version = "0.5" [dependencies.zstd] version = "0.13.0" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.tempfile] version = "3.2"