1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.66.0" 15name = "googletest" 16version = "0.11.0" 17authors = [ 18 "Bradford Hovinen <hovinen@google.com>", 19 "Bastien Jacot-Guillarmod <bjacotg@google.com>", 20 "Maciej Pietrzak <mpi@google.com>", 21 "Martin Geisler <mgeisler@google.com>", 22] 23description = "A rich assertion and matcher library inspired by GoogleTest for C++" 24readme = "README.md" 25keywords = [ 26 "unit", 27 "matcher", 28 "testing", 29 "assertions", 30] 31categories = [ 32 "development-tools", 33 "development-tools::testing", 34] 35license = "Apache-2.0" 36repository = "https://github.com/google/googletest-rust" 37 38[dependencies.anyhow] 39version = "1" 40optional = true 41 42[dependencies.googletest_macro] 43version = "0.11.0" 44 45[dependencies.num-traits] 46version = "0.2.17" 47 48[dependencies.proptest] 49version = "1.2.0" 50optional = true 51 52[dependencies.regex] 53version = "1.7.3" 54 55[dependencies.rustversion] 56version = "1.0.14" 57 58[dev-dependencies.indoc] 59version = "2" 60 61[dev-dependencies.quickcheck] 62version = "1.0.3" 63 64[dev-dependencies.serial_test] 65version = "2.0.0" 66