# 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.12.0" authors = [ "Bradford Hovinen ", "Bastien Jacot-Guillarmod ", "Maciej Pietrzak ", "Martin Geisler ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "googletest" path = "src/lib.rs" [[test]] name = "all_matcher_test" path = "tests/all_matcher_test.rs" [[test]] name = "any_matcher_test" path = "tests/any_matcher_test.rs" [[test]] name = "colorized_diff_test" path = "tests/colorized_diff_test.rs" [[test]] name = "composition_test" path = "tests/composition_test.rs" [[test]] name = "elements_are_matcher_test" path = "tests/elements_are_matcher_test.rs" [[test]] name = "field_matcher_test" path = "tests/field_matcher_test.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "matches_pattern_test" path = "tests/matches_pattern_test.rs" [[test]] name = "no_color_test" path = "tests/no_color_test.rs" [[test]] name = "pointwise_matcher_test" path = "tests/pointwise_matcher_test.rs" [[test]] name = "property_matcher_test" path = "tests/property_matcher_test.rs" [[test]] name = "proptest_integration_test" path = "tests/proptest_integration_test.rs" [[test]] name = "tuple_matcher_test" path = "tests/tuple_matcher_test.rs" [[test]] name = "unordered_elements_are_matcher_test" path = "tests/unordered_elements_are_matcher_test.rs" [dependencies.anyhow] version = "1" optional = true [dependencies.googletest_macro] version = "0.12.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"