Mon, 30 Dec 2024 15:46:28 -0500
Use anyhow::Error in DynError
0 | 1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
3 | version = 3 | |
4 | ||
5 | [[package]] | |
6 | name = "alg_tools" | |
40
daf0e3a70c79
New iteration interface, allowing for loops.
Tuomo Valkonen <tuomov@iki.fi>
parents:
37
diff
changeset
|
7 | version = "0.3.0-dev" |
0 | 8 | dependencies = [ |
76
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
9 | "anyhow", |
0 | 10 | "colored", |
11 | "cpu-time", | |
12 | "csv", | |
13 | "itertools", | |
14 | "nalgebra", | |
15 | "num", | |
16 | "num-traits", | |
17 | "numeric_literals", | |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
18 | "rayon", |
0 | 19 | "serde", |
20 | "serde_json", | |
59
9226980e45a7
Significantly simplify Mapping / Apply through Instance
Tuomo Valkonen <tuomov@iki.fi>
parents:
56
diff
changeset
|
21 | "simba", |
0 | 22 | ] |
23 | ||
24 | [[package]] | |
76
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
25 | name = "anyhow" |
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
26 | version = "1.0.95" |
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
28 | checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
29 | |
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
30 | [[package]] |
0 | 31 | name = "approx" |
32 | version = "0.5.1" | |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
34 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" | |
35 | dependencies = [ | |
36 | "num-traits", | |
37 | ] | |
38 | ||
39 | [[package]] | |
40 | name = "autocfg" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
41 | version = "1.4.0" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
43 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
0 | 44 | |
45 | [[package]] | |
46 | name = "bytemuck" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
47 | version = "1.20.0" |
0 | 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
49 | checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
50 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
51 | [[package]] |
0 | 52 | name = "colored" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
53 | version = "2.1.0" |
0 | 54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
55 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
0 | 56 | dependencies = [ |
57 | "lazy_static", | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
58 | "windows-sys", |
0 | 59 | ] |
60 | ||
61 | [[package]] | |
62 | name = "cpu-time" | |
63 | version = "1.0.0" | |
64 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
65 | checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" | |
66 | dependencies = [ | |
67 | "libc", | |
68 | "winapi", | |
69 | ] | |
70 | ||
71 | [[package]] | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
72 | name = "crossbeam-deque" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
73 | version = "0.8.5" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
75 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
76 | dependencies = [ |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
77 | "crossbeam-epoch", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
78 | "crossbeam-utils", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
79 | ] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
80 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
81 | [[package]] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
82 | name = "crossbeam-epoch" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
83 | version = "0.9.18" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
85 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
86 | dependencies = [ |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
87 | "crossbeam-utils", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
88 | ] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
89 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
90 | [[package]] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
91 | name = "crossbeam-utils" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
92 | version = "0.8.20" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
94 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
95 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
96 | [[package]] |
0 | 97 | name = "csv" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
98 | version = "1.3.1" |
0 | 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
100 | checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" |
0 | 101 | dependencies = [ |
102 | "csv-core", | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
103 | "itoa", |
0 | 104 | "ryu", |
105 | "serde", | |
106 | ] | |
107 | ||
108 | [[package]] | |
109 | name = "csv-core" | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
110 | version = "0.1.11" |
0 | 111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
112 | checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
0 | 113 | dependencies = [ |
114 | "memchr", | |
115 | ] | |
116 | ||
117 | [[package]] | |
118 | name = "either" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
119 | version = "1.13.0" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
121 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
0 | 122 | |
123 | [[package]] | |
124 | name = "itertools" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
125 | version = "0.13.0" |
0 | 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
127 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
0 | 128 | dependencies = [ |
129 | "either", | |
130 | ] | |
131 | ||
132 | [[package]] | |
133 | name = "itoa" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
134 | version = "1.0.14" |
0 | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
136 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
0 | 137 | |
138 | [[package]] | |
139 | name = "lazy_static" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
140 | version = "1.5.0" |
0 | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
142 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
0 | 143 | |
144 | [[package]] | |
145 | name = "libc" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
146 | version = "0.2.168" |
0 | 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
148 | checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" |
0 | 149 | |
150 | [[package]] | |
151 | name = "matrixmultiply" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
152 | version = "0.3.9" |
0 | 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
154 | checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" |
0 | 155 | dependencies = [ |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
156 | "autocfg", |
0 | 157 | "rawpointer", |
158 | ] | |
159 | ||
160 | [[package]] | |
161 | name = "memchr" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
162 | version = "2.7.4" |
0 | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
164 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
165 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
166 | [[package]] |
0 | 167 | name = "nalgebra" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
168 | version = "0.33.2" |
0 | 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
170 | checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" |
0 | 171 | dependencies = [ |
172 | "approx", | |
173 | "matrixmultiply", | |
174 | "nalgebra-macros", | |
175 | "num-complex", | |
176 | "num-rational", | |
177 | "num-traits", | |
178 | "simba", | |
179 | "typenum", | |
180 | ] | |
181 | ||
182 | [[package]] | |
183 | name = "nalgebra-macros" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
184 | version = "0.2.2" |
0 | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
186 | checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" |
0 | 187 | dependencies = [ |
188 | "proc-macro2", | |
189 | "quote", | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
190 | "syn 2.0.90", |
0 | 191 | ] |
192 | ||
193 | [[package]] | |
194 | name = "num" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
195 | version = "0.4.3" |
0 | 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
197 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
0 | 198 | dependencies = [ |
199 | "num-bigint", | |
200 | "num-complex", | |
201 | "num-integer", | |
202 | "num-iter", | |
203 | "num-rational", | |
204 | "num-traits", | |
205 | ] | |
206 | ||
207 | [[package]] | |
208 | name = "num-bigint" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
209 | version = "0.4.6" |
0 | 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
211 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
0 | 212 | dependencies = [ |
213 | "num-integer", | |
214 | "num-traits", | |
215 | ] | |
216 | ||
217 | [[package]] | |
218 | name = "num-complex" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
219 | version = "0.4.6" |
0 | 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
221 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
0 | 222 | dependencies = [ |
223 | "num-traits", | |
224 | ] | |
225 | ||
226 | [[package]] | |
227 | name = "num-integer" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
228 | version = "0.1.46" |
0 | 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
230 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
0 | 231 | dependencies = [ |
232 | "num-traits", | |
233 | ] | |
234 | ||
235 | [[package]] | |
236 | name = "num-iter" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
237 | version = "0.1.45" |
0 | 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
239 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
0 | 240 | dependencies = [ |
241 | "autocfg", | |
242 | "num-integer", | |
243 | "num-traits", | |
244 | ] | |
245 | ||
246 | [[package]] | |
247 | name = "num-rational" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
248 | version = "0.4.2" |
0 | 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
250 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
0 | 251 | dependencies = [ |
252 | "num-bigint", | |
253 | "num-integer", | |
254 | "num-traits", | |
255 | ] | |
256 | ||
257 | [[package]] | |
258 | name = "num-traits" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
259 | version = "0.2.19" |
0 | 260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
261 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
0 | 262 | dependencies = [ |
263 | "autocfg", | |
264 | ] | |
265 | ||
266 | [[package]] | |
267 | name = "numeric_literals" | |
268 | version = "0.2.0" | |
269 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
270 | checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" | |
271 | dependencies = [ | |
272 | "quote", | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
273 | "syn 1.0.109", |
0 | 274 | ] |
275 | ||
276 | [[package]] | |
277 | name = "paste" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
278 | version = "1.0.15" |
0 | 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
280 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
0 | 281 | |
282 | [[package]] | |
283 | name = "proc-macro2" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
284 | version = "1.0.92" |
0 | 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
286 | checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
0 | 287 | dependencies = [ |
288 | "unicode-ident", | |
289 | ] | |
290 | ||
291 | [[package]] | |
292 | name = "quote" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
293 | version = "1.0.37" |
0 | 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
295 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
0 | 296 | dependencies = [ |
297 | "proc-macro2", | |
298 | ] | |
299 | ||
300 | [[package]] | |
301 | name = "rawpointer" | |
302 | version = "0.2.1" | |
303 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
304 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
305 | ||
306 | [[package]] | |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
307 | name = "rayon" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
308 | version = "1.10.0" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
310 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
311 | dependencies = [ |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
312 | "either", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
313 | "rayon-core", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
314 | ] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
315 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
316 | [[package]] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
317 | name = "rayon-core" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
318 | version = "1.12.1" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
320 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
321 | dependencies = [ |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
322 | "crossbeam-deque", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
323 | "crossbeam-utils", |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
324 | ] |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
325 | |
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
326 | [[package]] |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
327 | name = "ryu" |
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
328 | version = "1.0.18" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
330 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
0 | 331 | |
332 | [[package]] | |
333 | name = "safe_arch" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
334 | version = "0.7.2" |
0 | 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
336 | checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" |
0 | 337 | dependencies = [ |
338 | "bytemuck", | |
339 | ] | |
340 | ||
341 | [[package]] | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
342 | name = "serde" |
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
343 | version = "1.0.216" |
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
345 | checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" |
0 | 346 | dependencies = [ |
347 | "serde_derive", | |
348 | ] | |
349 | ||
350 | [[package]] | |
351 | name = "serde_derive" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
352 | version = "1.0.216" |
0 | 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
354 | checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" |
0 | 355 | dependencies = [ |
356 | "proc-macro2", | |
357 | "quote", | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
358 | "syn 2.0.90", |
0 | 359 | ] |
360 | ||
361 | [[package]] | |
362 | name = "serde_json" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
363 | version = "1.0.133" |
0 | 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
365 | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
0 | 366 | dependencies = [ |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
367 | "itoa", |
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
368 | "memchr", |
0 | 369 | "ryu", |
370 | "serde", | |
371 | ] | |
372 | ||
373 | [[package]] | |
374 | name = "simba" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
375 | version = "0.9.0" |
0 | 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
377 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
0 | 378 | dependencies = [ |
379 | "approx", | |
380 | "num-complex", | |
381 | "num-traits", | |
382 | "paste", | |
383 | "wide", | |
384 | ] | |
385 | ||
386 | [[package]] | |
387 | name = "syn" | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
388 | version = "1.0.109" |
0 | 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
390 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
391 | dependencies = [ |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
392 | "proc-macro2", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
393 | "quote", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
394 | "unicode-ident", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
395 | ] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
396 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
397 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
398 | name = "syn" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
399 | version = "2.0.90" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
401 | checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
0 | 402 | dependencies = [ |
403 | "proc-macro2", | |
404 | "quote", | |
405 | "unicode-ident", | |
406 | ] | |
407 | ||
408 | [[package]] | |
409 | name = "typenum" | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
410 | version = "1.17.0" |
0 | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
412 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
0 | 413 | |
414 | [[package]] | |
415 | name = "unicode-ident" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
416 | version = "1.0.14" |
0 | 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
418 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
0 | 419 | |
420 | [[package]] | |
421 | name = "wide" | |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
422 | version = "0.7.30" |
0 | 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
424 | checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" |
0 | 425 | dependencies = [ |
426 | "bytemuck", | |
427 | "safe_arch", | |
428 | ] | |
429 | ||
430 | [[package]] | |
431 | name = "winapi" | |
432 | version = "0.3.9" | |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
434 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
435 | dependencies = [ | |
436 | "winapi-i686-pc-windows-gnu", | |
437 | "winapi-x86_64-pc-windows-gnu", | |
438 | ] | |
439 | ||
440 | [[package]] | |
441 | name = "winapi-i686-pc-windows-gnu" | |
442 | version = "0.4.0" | |
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
444 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
445 | ||
446 | [[package]] | |
447 | name = "winapi-x86_64-pc-windows-gnu" | |
448 | version = "0.4.0" | |
449 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
450 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
451 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
452 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
453 | name = "windows-sys" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
454 | version = "0.48.0" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
456 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
457 | dependencies = [ |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
458 | "windows-targets", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
459 | ] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
460 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
461 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
462 | name = "windows-targets" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
463 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
465 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
466 | dependencies = [ |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
467 | "windows_aarch64_gnullvm", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
468 | "windows_aarch64_msvc", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
469 | "windows_i686_gnu", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
470 | "windows_i686_msvc", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
471 | "windows_x86_64_gnu", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
472 | "windows_x86_64_gnullvm", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
473 | "windows_x86_64_msvc", |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
474 | ] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
475 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
476 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
477 | name = "windows_aarch64_gnullvm" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
478 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
480 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
481 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
482 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
483 | name = "windows_aarch64_msvc" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
484 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
486 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
487 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
488 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
489 | name = "windows_i686_gnu" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
490 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
492 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
493 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
494 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
495 | name = "windows_i686_msvc" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
496 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
498 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
499 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
500 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
501 | name = "windows_x86_64_gnu" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
502 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
504 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
505 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
506 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
507 | name = "windows_x86_64_gnullvm" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
508 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
510 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
511 | |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
512 | [[package]] |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
513 | name = "windows_x86_64_msvc" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
514 | version = "0.48.5" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
516 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |