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" 14name = "googletest_macro" 15version = "0.11.0" 16authors = ["Bradford Hovinen <[email protected]>"] 17description = "Procedural macros for GoogleTest Rust" 18readme = "README.md" 19keywords = [ 20 "unit", 21 "matcher", 22 "testing", 23 "assertions", 24] 25categories = [ 26 "development-tools", 27 "development-tools::testing", 28] 29license = "Apache-2.0" 30repository = "https://github.com/google/googletest-rust" 31 32[lib] 33name = "googletest_macro" 34proc-macro = true 35 36[dependencies.quote] 37version = "1.0.33" 38 39[dependencies.syn] 40version = "2.0.39" 41features = ["full"] 42