Hong Shin | 5e2f4fa | 2023-10-16 10:53:16 -0700 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "autocfg" |
| 16 | version = "1.1.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "direct-cargo-bazel-deps" |
| 22 | version = "0.0.1" |
| 23 | dependencies = [ |
| 24 | "googletest", |
Protobuf Team Bot | e1bb7d6 | 2023-10-17 14:15:37 -0700 | [diff] [blame] | 25 | "paste", |
Hong Shin | 5e2f4fa | 2023-10-16 10:53:16 -0700 | [diff] [blame] | 26 | ] |
| 27 | |
| 28 | [[package]] |
| 29 | name = "googletest" |
| 30 | version = "0.10.0" |
| 31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 32 | checksum = "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e" |
| 33 | dependencies = [ |
| 34 | "googletest_macro", |
| 35 | "num-traits", |
| 36 | "regex", |
| 37 | "rustversion", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "googletest_macro" |
| 42 | version = "0.10.0" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d" |
| 45 | dependencies = [ |
| 46 | "quote", |
| 47 | "syn", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "memchr" |
| 52 | version = "2.6.4" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
| 55 | |
| 56 | [[package]] |
| 57 | name = "num-traits" |
| 58 | version = "0.2.17" |
| 59 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 60 | checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
| 61 | dependencies = [ |
| 62 | "autocfg", |
| 63 | ] |
| 64 | |
| 65 | [[package]] |
Protobuf Team Bot | e1bb7d6 | 2023-10-17 14:15:37 -0700 | [diff] [blame] | 66 | name = "paste" |
| 67 | version = "1.0.14" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
| 70 | |
| 71 | [[package]] |
Hong Shin | 5e2f4fa | 2023-10-16 10:53:16 -0700 | [diff] [blame] | 72 | name = "proc-macro2" |
| 73 | version = "1.0.69" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
| 76 | dependencies = [ |
| 77 | "unicode-ident", |
| 78 | ] |
| 79 | |
| 80 | [[package]] |
| 81 | name = "quote" |
| 82 | version = "1.0.33" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
| 85 | dependencies = [ |
| 86 | "proc-macro2", |
| 87 | ] |
| 88 | |
| 89 | [[package]] |
| 90 | name = "regex" |
| 91 | version = "1.10.0" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" |
| 94 | dependencies = [ |
| 95 | "aho-corasick", |
| 96 | "memchr", |
| 97 | "regex-automata", |
| 98 | "regex-syntax", |
| 99 | ] |
| 100 | |
| 101 | [[package]] |
| 102 | name = "regex-automata" |
| 103 | version = "0.4.1" |
| 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 | checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" |
| 106 | dependencies = [ |
| 107 | "aho-corasick", |
| 108 | "memchr", |
| 109 | "regex-syntax", |
| 110 | ] |
| 111 | |
| 112 | [[package]] |
| 113 | name = "regex-syntax" |
| 114 | version = "0.8.1" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" |
| 117 | |
| 118 | [[package]] |
| 119 | name = "rustversion" |
| 120 | version = "1.0.14" |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
| 123 | |
| 124 | [[package]] |
| 125 | name = "syn" |
| 126 | version = "2.0.38" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
| 129 | dependencies = [ |
| 130 | "proc-macro2", |
| 131 | "quote", |
| 132 | "unicode-ident", |
| 133 | ] |
| 134 | |
| 135 | [[package]] |
| 136 | name = "unicode-ident" |
| 137 | version = "1.0.12" |
| 138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 139 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |