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