| # 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.59.0" |
| name = "googletest" |
| version = "0.10.0" |
| authors = [ |
| "Bradford Hovinen <hovinen@google.com>", |
| "Bastien Jacot-Guillarmod <bjacotg@google.com>", |
| "Maciej Pietrzak <mpi@google.com>", |
| "Martin Geisler <mgeisler@google.com>", |
| ] |
| 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" |
| resolver = "1" |
| |
| [dependencies.anyhow] |
| version = "1" |
| optional = true |
| |
| [dependencies.googletest_macro] |
| version = "0.10.0" |
| |
| [dependencies.num-traits] |
| version = "0.2.15" |
| |
| [dependencies.proptest] |
| version = "1.2.0" |
| optional = true |
| |
| [dependencies.regex] |
| version = "1.6.0" |
| |
| [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" |