# 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" rust-version = "1.66.0" name = "googletest" version = "0.11.0" authors = [ "Bradford Hovinen ", "Bastien Jacot-Guillarmod ", "Maciej Pietrzak ", "Martin Geisler ", ] description = "A rich assertion and matcher library inspired by GoogleTest for C++" readme = "README.md" keywords = [ "unit", "matcher", "testing", "assertions", ] categories = [ "development-tools", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/google/googletest-rust" [dependencies.anyhow] version = "1" optional = true [dependencies.googletest_macro] version = "0.11.0" [dependencies.num-traits] version = "0.2.17" [dependencies.proptest] version = "1.2.0" optional = true [dependencies.regex] version = "1.7.3" [dependencies.rustversion] version = "1.0.14" [dev-dependencies.indoc] version = "2" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.serial_test] version = "2.0.0"