1056 "crossbeam-utils", |
1066 "crossbeam-utils", |
1057 "num_cpus", |
1067 "num_cpus", |
1058 ] |
1068 ] |
1059 |
1069 |
1060 [[package]] |
1070 [[package]] |
|
1071 name = "regex" |
|
1072 version = "1.7.0" |
|
1073 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1074 checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" |
|
1075 dependencies = [ |
|
1076 "aho-corasick", |
|
1077 "memchr", |
|
1078 "regex-syntax", |
|
1079 ] |
|
1080 |
|
1081 [[package]] |
1061 name = "regex-automata" |
1082 name = "regex-automata" |
1062 version = "0.1.10" |
1083 version = "0.1.10" |
1063 source = "registry+https://github.com/rust-lang/crates.io-index" |
1084 source = "registry+https://github.com/rust-lang/crates.io-index" |
1064 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
1085 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
1086 |
|
1087 [[package]] |
|
1088 name = "regex-syntax" |
|
1089 version = "0.6.28" |
|
1090 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1091 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" |
1065 |
1092 |
1066 [[package]] |
1093 [[package]] |
1067 name = "rgb" |
1094 name = "rgb" |
1068 version = "0.8.34" |
1095 version = "0.8.34" |
1069 source = "registry+https://github.com/rust-lang/crates.io-index" |
1096 source = "registry+https://github.com/rust-lang/crates.io-index" |