# 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 = "provola-testrunners" version = "0.2.0" description = "provola extension for test runners" homepage = "https://github.com/alepez/provola" license = "MIT/Apache-2.0" repository = "https://github.com/alepez/provola" resolver = "2" [dependencies.provola-catch2] version = "0.2.0" optional = true [dependencies.provola-core] version = "0.2.0" [dependencies.provola-googletest] version = "0.2.0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.23" [dependencies.strum_macros] version = "0.23" [features] catch2 = ["provola-catch2"] default = ["googletest", "catch2"] googletest = ["provola-googletest"]