Sun, 18 May 2025 23:31:48 -0500
Dist argument order changed to reflect other changes
| 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" | |
|
97
4e80fb049dca
MinMaxMapping trait to allow alternatives to BTFN with relevant properties.
Tuomo Valkonen <tuomov@iki.fi>
parents:
92
diff
changeset
|
7 | version = "0.4.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", | |
| 144 | 18 | "pyo3", |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
19 | "rayon", |
| 94 | 20 | "rustc_version", |
| 0 | 21 | "serde", |
| 22 | "serde_json", | |
|
59
9226980e45a7
Significantly simplify Mapping / Apply through Instance
Tuomo Valkonen <tuomov@iki.fi>
parents:
56
diff
changeset
|
23 | "simba", |
| 0 | 24 | ] |
| 25 | ||
| 26 | [[package]] | |
|
76
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
27 | name = "anyhow" |
|
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
28 | version = "1.0.95" |
|
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
29 | 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
|
30 | checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
|
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
31 | |
|
99ad55974e62
Use anyhow::Error in DynError
Tuomo Valkonen <tuomov@iki.fi>
parents:
59
diff
changeset
|
32 | [[package]] |
| 0 | 33 | name = "approx" |
| 34 | version = "0.5.1" | |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 36 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" | |
| 37 | dependencies = [ | |
| 38 | "num-traits", | |
| 39 | ] | |
| 40 | ||
| 41 | [[package]] | |
| 42 | name = "autocfg" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
43 | 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
|
44 | 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
|
45 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| 0 | 46 | |
| 47 | [[package]] | |
| 48 | name = "bytemuck" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
49 | version = "1.20.0" |
| 0 | 50 | 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
|
51 | checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
52 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
53 | [[package]] |
| 0 | 54 | name = "colored" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
55 | version = "2.1.0" |
| 0 | 56 | 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
|
57 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
| 0 | 58 | dependencies = [ |
| 59 | "lazy_static", | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
60 | "windows-sys", |
| 0 | 61 | ] |
| 62 | ||
| 63 | [[package]] | |
| 64 | name = "cpu-time" | |
| 65 | version = "1.0.0" | |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 67 | checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" | |
| 68 | dependencies = [ | |
| 69 | "libc", | |
| 70 | "winapi", | |
| 71 | ] | |
| 72 | ||
| 73 | [[package]] | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
74 | name = "crossbeam-deque" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
75 | version = "0.8.5" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
76 | 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
|
77 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
78 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
79 | "crossbeam-epoch", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
80 | "crossbeam-utils", |
|
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 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
83 | [[package]] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
84 | name = "crossbeam-epoch" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
85 | version = "0.9.18" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
86 | 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
|
87 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
88 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
89 | "crossbeam-utils", |
|
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 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
92 | [[package]] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
93 | name = "crossbeam-utils" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
94 | version = "0.8.20" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
95 | 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
|
96 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
97 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
98 | [[package]] |
| 0 | 99 | name = "csv" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
100 | version = "1.3.1" |
| 0 | 101 | 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
|
102 | checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" |
| 0 | 103 | dependencies = [ |
| 104 | "csv-core", | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
105 | "itoa", |
| 0 | 106 | "ryu", |
| 107 | "serde", | |
| 108 | ] | |
| 109 | ||
| 110 | [[package]] | |
| 111 | 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
|
112 | version = "0.1.11" |
| 0 | 113 | 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
|
114 | checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| 0 | 115 | dependencies = [ |
| 116 | "memchr", | |
| 117 | ] | |
| 118 | ||
| 119 | [[package]] | |
| 120 | name = "either" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
121 | 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
|
122 | 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
|
123 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| 0 | 124 | |
| 125 | [[package]] | |
| 144 | 126 | name = "heck" |
| 127 | version = "0.5.0" | |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 129 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
| 130 | ||
| 131 | [[package]] | |
| 132 | name = "indoc" | |
| 133 | version = "2.0.6" | |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 135 | checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" | |
| 136 | ||
| 137 | [[package]] | |
| 0 | 138 | name = "itertools" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
139 | version = "0.13.0" |
| 0 | 140 | 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
|
141 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 0 | 142 | dependencies = [ |
| 143 | "either", | |
| 144 | ] | |
| 145 | ||
| 146 | [[package]] | |
| 147 | name = "itoa" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
148 | version = "1.0.14" |
| 0 | 149 | 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
|
150 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
| 0 | 151 | |
| 152 | [[package]] | |
| 153 | name = "lazy_static" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
154 | version = "1.5.0" |
| 0 | 155 | 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
|
156 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 0 | 157 | |
| 158 | [[package]] | |
| 159 | name = "libc" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
160 | version = "0.2.168" |
| 0 | 161 | 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
|
162 | checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" |
| 0 | 163 | |
| 164 | [[package]] | |
| 165 | name = "matrixmultiply" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
166 | version = "0.3.9" |
| 0 | 167 | 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
|
168 | checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" |
| 0 | 169 | dependencies = [ |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
170 | "autocfg", |
| 0 | 171 | "rawpointer", |
| 172 | ] | |
| 173 | ||
| 174 | [[package]] | |
| 175 | name = "memchr" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
176 | version = "2.7.4" |
| 0 | 177 | 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
|
178 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
179 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
180 | [[package]] |
| 144 | 181 | name = "memoffset" |
| 182 | version = "0.9.1" | |
| 183 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 184 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
| 185 | dependencies = [ | |
| 186 | "autocfg", | |
| 187 | ] | |
| 188 | ||
| 189 | [[package]] | |
| 0 | 190 | name = "nalgebra" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
191 | version = "0.33.2" |
| 0 | 192 | 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
|
193 | checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" |
| 0 | 194 | dependencies = [ |
| 195 | "approx", | |
| 196 | "matrixmultiply", | |
| 197 | "nalgebra-macros", | |
| 198 | "num-complex", | |
| 199 | "num-rational", | |
| 200 | "num-traits", | |
| 201 | "simba", | |
| 202 | "typenum", | |
| 203 | ] | |
| 204 | ||
| 205 | [[package]] | |
| 206 | name = "nalgebra-macros" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
207 | version = "0.2.2" |
| 0 | 208 | 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
|
209 | checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" |
| 0 | 210 | dependencies = [ |
| 211 | "proc-macro2", | |
| 212 | "quote", | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
213 | "syn 2.0.90", |
| 0 | 214 | ] |
| 215 | ||
| 216 | [[package]] | |
| 217 | name = "num" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
218 | version = "0.4.3" |
| 0 | 219 | 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
|
220 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 0 | 221 | dependencies = [ |
| 222 | "num-bigint", | |
| 223 | "num-complex", | |
| 224 | "num-integer", | |
| 225 | "num-iter", | |
| 226 | "num-rational", | |
| 227 | "num-traits", | |
| 228 | ] | |
| 229 | ||
| 230 | [[package]] | |
| 231 | name = "num-bigint" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
232 | version = "0.4.6" |
| 0 | 233 | 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
|
234 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 0 | 235 | dependencies = [ |
| 236 | "num-integer", | |
| 237 | "num-traits", | |
| 238 | ] | |
| 239 | ||
| 240 | [[package]] | |
| 241 | name = "num-complex" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
242 | version = "0.4.6" |
| 0 | 243 | 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
|
244 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 0 | 245 | dependencies = [ |
| 246 | "num-traits", | |
| 247 | ] | |
| 248 | ||
| 249 | [[package]] | |
| 250 | name = "num-integer" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
251 | version = "0.1.46" |
| 0 | 252 | 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
|
253 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 0 | 254 | dependencies = [ |
| 255 | "num-traits", | |
| 256 | ] | |
| 257 | ||
| 258 | [[package]] | |
| 259 | name = "num-iter" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
260 | version = "0.1.45" |
| 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 = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 0 | 263 | dependencies = [ |
| 264 | "autocfg", | |
| 265 | "num-integer", | |
| 266 | "num-traits", | |
| 267 | ] | |
| 268 | ||
| 269 | [[package]] | |
| 270 | name = "num-rational" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
271 | version = "0.4.2" |
| 0 | 272 | 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
|
273 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 0 | 274 | dependencies = [ |
| 275 | "num-bigint", | |
| 276 | "num-integer", | |
| 277 | "num-traits", | |
| 278 | ] | |
| 279 | ||
| 280 | [[package]] | |
| 281 | name = "num-traits" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
282 | version = "0.2.19" |
| 0 | 283 | 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
|
284 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 0 | 285 | dependencies = [ |
| 286 | "autocfg", | |
| 287 | ] | |
| 288 | ||
| 289 | [[package]] | |
| 290 | name = "numeric_literals" | |
| 291 | version = "0.2.0" | |
| 292 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 293 | checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" | |
| 294 | dependencies = [ | |
| 295 | "quote", | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
296 | "syn 1.0.109", |
| 0 | 297 | ] |
| 298 | ||
| 299 | [[package]] | |
| 144 | 300 | name = "once_cell" |
| 301 | version = "1.21.3" | |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 303 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| 304 | ||
| 305 | [[package]] | |
| 0 | 306 | name = "paste" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
307 | version = "1.0.15" |
| 0 | 308 | 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
|
309 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 0 | 310 | |
| 311 | [[package]] | |
| 144 | 312 | name = "portable-atomic" |
| 313 | version = "1.11.0" | |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 315 | checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" | |
| 316 | ||
| 317 | [[package]] | |
| 0 | 318 | name = "proc-macro2" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
319 | version = "1.0.92" |
| 0 | 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 = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| 0 | 322 | dependencies = [ |
| 323 | "unicode-ident", | |
| 324 | ] | |
| 325 | ||
| 326 | [[package]] | |
| 144 | 327 | name = "pyo3" |
| 328 | version = "0.25.0" | |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 330 | checksum = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4" | |
| 331 | dependencies = [ | |
| 332 | "indoc", | |
| 333 | "libc", | |
| 334 | "memoffset", | |
| 335 | "once_cell", | |
| 336 | "portable-atomic", | |
| 337 | "pyo3-build-config", | |
| 338 | "pyo3-ffi", | |
| 339 | "pyo3-macros", | |
| 340 | "unindent", | |
| 341 | ] | |
| 342 | ||
| 343 | [[package]] | |
| 344 | name = "pyo3-build-config" | |
| 345 | version = "0.25.0" | |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 347 | checksum = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d" | |
| 348 | dependencies = [ | |
| 349 | "once_cell", | |
| 350 | "target-lexicon", | |
| 351 | ] | |
| 352 | ||
| 353 | [[package]] | |
| 354 | name = "pyo3-ffi" | |
| 355 | version = "0.25.0" | |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 357 | checksum = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e" | |
| 358 | dependencies = [ | |
| 359 | "libc", | |
| 360 | "pyo3-build-config", | |
| 361 | ] | |
| 362 | ||
| 363 | [[package]] | |
| 364 | name = "pyo3-macros" | |
| 365 | version = "0.25.0" | |
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 367 | checksum = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214" | |
| 368 | dependencies = [ | |
| 369 | "proc-macro2", | |
| 370 | "pyo3-macros-backend", | |
| 371 | "quote", | |
| 372 | "syn 2.0.90", | |
| 373 | ] | |
| 374 | ||
| 375 | [[package]] | |
| 376 | name = "pyo3-macros-backend" | |
| 377 | version = "0.25.0" | |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 379 | checksum = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e" | |
| 380 | dependencies = [ | |
| 381 | "heck", | |
| 382 | "proc-macro2", | |
| 383 | "pyo3-build-config", | |
| 384 | "quote", | |
| 385 | "syn 2.0.90", | |
| 386 | ] | |
| 387 | ||
| 388 | [[package]] | |
| 0 | 389 | name = "quote" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
390 | version = "1.0.37" |
| 0 | 391 | 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
|
392 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| 0 | 393 | dependencies = [ |
| 394 | "proc-macro2", | |
| 395 | ] | |
| 396 | ||
| 397 | [[package]] | |
| 398 | name = "rawpointer" | |
| 399 | version = "0.2.1" | |
| 400 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 401 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
| 402 | ||
| 403 | [[package]] | |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
404 | name = "rayon" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
405 | version = "1.10.0" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
406 | 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
|
407 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
408 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
409 | "either", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
410 | "rayon-core", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
411 | ] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
412 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
413 | [[package]] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
414 | name = "rayon-core" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
415 | version = "1.12.1" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
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 = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
418 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
419 | "crossbeam-deque", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
420 | "crossbeam-utils", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
421 | ] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
422 | |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
423 | [[package]] |
| 94 | 424 | name = "rustc_version" |
| 425 | version = "0.4.1" | |
| 426 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 427 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
| 428 | dependencies = [ | |
| 429 | "semver", | |
| 430 | ] | |
| 431 | ||
| 432 | [[package]] | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
433 | name = "ryu" |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
434 | 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
|
435 | 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
|
436 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| 0 | 437 | |
| 438 | [[package]] | |
| 439 | name = "safe_arch" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
440 | version = "0.7.2" |
| 0 | 441 | 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
|
442 | checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" |
| 0 | 443 | dependencies = [ |
| 444 | "bytemuck", | |
| 445 | ] | |
| 446 | ||
| 447 | [[package]] | |
| 94 | 448 | name = "semver" |
| 449 | version = "1.0.26" | |
| 450 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 451 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" | |
| 452 | ||
| 453 | [[package]] | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
454 | name = "serde" |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
455 | version = "1.0.216" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
456 | 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
|
457 | checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" |
| 0 | 458 | dependencies = [ |
| 459 | "serde_derive", | |
| 460 | ] | |
| 461 | ||
| 462 | [[package]] | |
| 463 | name = "serde_derive" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
464 | version = "1.0.216" |
| 0 | 465 | 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
|
466 | checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" |
| 0 | 467 | dependencies = [ |
| 468 | "proc-macro2", | |
| 469 | "quote", | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
470 | "syn 2.0.90", |
| 0 | 471 | ] |
| 472 | ||
| 473 | [[package]] | |
| 474 | name = "serde_json" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
475 | version = "1.0.133" |
| 0 | 476 | 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
|
477 | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
| 0 | 478 | dependencies = [ |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
479 | "itoa", |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
480 | "memchr", |
| 0 | 481 | "ryu", |
| 482 | "serde", | |
| 483 | ] | |
| 484 | ||
| 485 | [[package]] | |
| 486 | name = "simba" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
487 | version = "0.9.0" |
| 0 | 488 | 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
|
489 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
| 0 | 490 | dependencies = [ |
| 491 | "approx", | |
| 492 | "num-complex", | |
| 493 | "num-traits", | |
| 494 | "paste", | |
| 495 | "wide", | |
| 496 | ] | |
| 497 | ||
| 498 | [[package]] | |
| 499 | name = "syn" | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
500 | version = "1.0.109" |
| 0 | 501 | 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
|
502 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
503 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
504 | "proc-macro2", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
505 | "quote", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
506 | "unicode-ident", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
507 | ] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
508 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
509 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
510 | name = "syn" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
511 | 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
|
512 | 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
|
513 | checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
| 0 | 514 | dependencies = [ |
| 515 | "proc-macro2", | |
| 516 | "quote", | |
| 517 | "unicode-ident", | |
| 518 | ] | |
| 519 | ||
| 520 | [[package]] | |
| 144 | 521 | name = "target-lexicon" |
| 522 | version = "0.13.2" | |
| 523 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 524 | checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" | |
| 525 | ||
| 526 | [[package]] | |
| 0 | 527 | name = "typenum" |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
528 | version = "1.17.0" |
| 0 | 529 | 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
|
530 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 0 | 531 | |
| 532 | [[package]] | |
| 533 | name = "unicode-ident" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
534 | version = "1.0.14" |
| 0 | 535 | 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
|
536 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| 0 | 537 | |
| 538 | [[package]] | |
| 144 | 539 | name = "unindent" |
| 540 | version = "0.2.4" | |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 542 | checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" | |
| 543 | ||
| 544 | [[package]] | |
| 0 | 545 | name = "wide" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
546 | version = "0.7.30" |
| 0 | 547 | 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
|
548 | checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" |
| 0 | 549 | dependencies = [ |
| 550 | "bytemuck", | |
| 551 | "safe_arch", | |
| 552 | ] | |
| 553 | ||
| 554 | [[package]] | |
| 555 | name = "winapi" | |
| 556 | version = "0.3.9" | |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 558 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| 559 | dependencies = [ | |
| 560 | "winapi-i686-pc-windows-gnu", | |
| 561 | "winapi-x86_64-pc-windows-gnu", | |
| 562 | ] | |
| 563 | ||
| 564 | [[package]] | |
| 565 | name = "winapi-i686-pc-windows-gnu" | |
| 566 | version = "0.4.0" | |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 568 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| 569 | ||
| 570 | [[package]] | |
| 571 | name = "winapi-x86_64-pc-windows-gnu" | |
| 572 | version = "0.4.0" | |
| 573 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 574 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
575 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
576 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
577 | name = "windows-sys" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
578 | 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
|
579 | 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
|
580 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
581 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
582 | "windows-targets", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
583 | ] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
584 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
585 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
586 | name = "windows-targets" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
587 | 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
|
588 | 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
|
589 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
590 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
591 | "windows_aarch64_gnullvm", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
592 | "windows_aarch64_msvc", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
593 | "windows_i686_gnu", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
594 | "windows_i686_msvc", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
595 | "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
|
596 | "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
|
597 | "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
|
598 | ] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
599 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
600 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
601 | 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
|
602 | 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
|
603 | 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
|
604 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
605 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
606 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
607 | 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
|
608 | 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
|
609 | 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
|
610 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
611 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
612 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
613 | 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
|
614 | 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
|
615 | 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
|
616 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
617 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
618 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
619 | 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
|
620 | 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
|
621 | 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
|
622 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
623 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
624 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
625 | 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
|
626 | 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
|
627 | 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
|
628 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
629 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
630 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
631 | 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
|
632 | 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
|
633 | 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
|
634 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
635 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
636 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
637 | 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
|
638 | 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
|
639 | 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
|
640 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |