1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "bitflags"
16version = "1.3.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
19
20[[package]]
21name = "cfg-if"
22version = "1.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
25
26[[package]]
27name = "critical-section"
28version = "1.1.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
31
32[[package]]
33name = "libc"
34version = "0.2.144"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
37
38[[package]]
39name = "memchr"
40version = "2.5.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
43
44[[package]]
45name = "once_cell"
46version = "1.19.0"
47dependencies = [
48 "critical-section",
49 "parking_lot_core",
50 "portable-atomic",
51 "regex",
52]
53
54[[package]]
55name = "parking_lot_core"
56version = "0.9.7"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
59dependencies = [
60 "cfg-if",
61 "libc",
62 "redox_syscall",
63 "smallvec",
64 "windows-sys",
65]
66
67[[package]]
68name = "portable-atomic"
69version = "1.6.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
72
73[[package]]
74name = "redox_syscall"
75version = "0.2.16"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
78dependencies = [
79 "bitflags",
80]
81
82[[package]]
83name = "regex"
84version = "1.8.3"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
87dependencies = [
88 "aho-corasick",
89 "memchr",
90 "regex-syntax",
91]
92
93[[package]]
94name = "regex-syntax"
95version = "0.7.2"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
98
99[[package]]
100name = "smallvec"
101version = "1.10.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
104
105[[package]]
106name = "windows-sys"
107version = "0.45.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
110dependencies = [
111 "windows-targets",
112]
113
114[[package]]
115name = "windows-targets"
116version = "0.42.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
119dependencies = [
120 "windows_aarch64_gnullvm",
121 "windows_aarch64_msvc",
122 "windows_i686_gnu",
123 "windows_i686_msvc",
124 "windows_x86_64_gnu",
125 "windows_x86_64_gnullvm",
126 "windows_x86_64_msvc",
127]
128
129[[package]]
130name = "windows_aarch64_gnullvm"
131version = "0.42.2"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
134
135[[package]]
136name = "windows_aarch64_msvc"
137version = "0.42.2"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
140
141[[package]]
142name = "windows_i686_gnu"
143version = "0.42.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
146
147[[package]]
148name = "windows_i686_msvc"
149version = "0.42.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
152
153[[package]]
154name = "windows_x86_64_gnu"
155version = "0.42.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
158
159[[package]]
160name = "windows_x86_64_gnullvm"
161version = "0.42.2"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
164
165[[package]]
166name = "windows_x86_64_msvc"
167version = "0.42.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
170