Mon, 01 Sep 2025 13:51:03 -0500
fubar
| 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" |
| 147 | 328 | version = "0.26.0" |
| 144 | 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | 330 | checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383" |
| 144 | 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" | |
| 147 | 345 | version = "0.26.0" |
| 144 | 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | 347 | checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f" |
| 144 | 348 | dependencies = [ |
| 349 | "target-lexicon", | |
| 350 | ] | |
| 351 | ||
| 352 | [[package]] | |
| 353 | name = "pyo3-ffi" | |
| 147 | 354 | version = "0.26.0" |
| 144 | 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | 356 | checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105" |
| 144 | 357 | dependencies = [ |
| 358 | "libc", | |
| 359 | "pyo3-build-config", | |
| 360 | ] | |
| 361 | ||
| 362 | [[package]] | |
| 363 | name = "pyo3-macros" | |
| 147 | 364 | version = "0.26.0" |
| 144 | 365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | 366 | checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded" |
| 144 | 367 | dependencies = [ |
| 368 | "proc-macro2", | |
| 369 | "pyo3-macros-backend", | |
| 370 | "quote", | |
| 371 | "syn 2.0.90", | |
| 372 | ] | |
| 373 | ||
| 374 | [[package]] | |
| 375 | name = "pyo3-macros-backend" | |
| 147 | 376 | version = "0.26.0" |
| 144 | 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | 378 | checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf" |
| 144 | 379 | dependencies = [ |
| 380 | "heck", | |
| 381 | "proc-macro2", | |
| 382 | "pyo3-build-config", | |
| 383 | "quote", | |
| 384 | "syn 2.0.90", | |
| 385 | ] | |
| 386 | ||
| 387 | [[package]] | |
| 0 | 388 | name = "quote" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
389 | version = "1.0.37" |
| 0 | 390 | 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
|
391 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| 0 | 392 | dependencies = [ |
| 393 | "proc-macro2", | |
| 394 | ] | |
| 395 | ||
| 396 | [[package]] | |
| 397 | name = "rawpointer" | |
| 398 | version = "0.2.1" | |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 400 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
| 401 | ||
| 402 | [[package]] | |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
403 | name = "rayon" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
404 | version = "1.10.0" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
405 | 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
|
406 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
407 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
408 | "either", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
409 | "rayon-core", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
410 | ] |
|
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 | [[package]] |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
413 | name = "rayon-core" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
414 | version = "1.12.1" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
415 | 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
|
416 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
417 | dependencies = [ |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
418 | "crossbeam-deque", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
419 | "crossbeam-utils", |
|
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
420 | ] |
|
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 | [[package]] |
| 94 | 423 | name = "rustc_version" |
| 424 | version = "0.4.1" | |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 426 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
| 427 | dependencies = [ | |
| 428 | "semver", | |
| 429 | ] | |
| 430 | ||
| 431 | [[package]] | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
432 | name = "ryu" |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
433 | 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
|
434 | 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
|
435 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| 0 | 436 | |
| 437 | [[package]] | |
| 438 | name = "safe_arch" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
439 | version = "0.7.2" |
| 0 | 440 | 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
|
441 | checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" |
| 0 | 442 | dependencies = [ |
| 443 | "bytemuck", | |
| 444 | ] | |
| 445 | ||
| 446 | [[package]] | |
| 94 | 447 | name = "semver" |
| 448 | version = "1.0.26" | |
| 449 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 450 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" | |
| 451 | ||
| 452 | [[package]] | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
453 | name = "serde" |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
454 | version = "1.0.216" |
|
8
4e09b7829b51
Multithreaded bisection tree operations
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
455 | 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
|
456 | checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" |
| 0 | 457 | dependencies = [ |
| 458 | "serde_derive", | |
| 459 | ] | |
| 460 | ||
| 461 | [[package]] | |
| 462 | name = "serde_derive" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
463 | version = "1.0.216" |
| 0 | 464 | 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
|
465 | checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" |
| 0 | 466 | dependencies = [ |
| 467 | "proc-macro2", | |
| 468 | "quote", | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
469 | "syn 2.0.90", |
| 0 | 470 | ] |
| 471 | ||
| 472 | [[package]] | |
| 473 | name = "serde_json" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
474 | version = "1.0.133" |
| 0 | 475 | 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
|
476 | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
| 0 | 477 | dependencies = [ |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
478 | "itoa", |
|
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
479 | "memchr", |
| 0 | 480 | "ryu", |
| 481 | "serde", | |
| 482 | ] | |
| 483 | ||
| 484 | [[package]] | |
| 485 | name = "simba" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
486 | version = "0.9.0" |
| 0 | 487 | 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
|
488 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
| 0 | 489 | dependencies = [ |
| 490 | "approx", | |
| 491 | "num-complex", | |
| 492 | "num-traits", | |
| 493 | "paste", | |
| 494 | "wide", | |
| 495 | ] | |
| 496 | ||
| 497 | [[package]] | |
| 498 | name = "syn" | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
499 | version = "1.0.109" |
| 0 | 500 | 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
|
501 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
502 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
503 | "proc-macro2", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
504 | "quote", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
505 | "unicode-ident", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
506 | ] |
|
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 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
509 | name = "syn" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
510 | 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
|
511 | 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
|
512 | checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
| 0 | 513 | dependencies = [ |
| 514 | "proc-macro2", | |
| 515 | "quote", | |
| 516 | "unicode-ident", | |
| 517 | ] | |
| 518 | ||
| 519 | [[package]] | |
| 144 | 520 | name = "target-lexicon" |
| 521 | version = "0.13.2" | |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 523 | checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" | |
| 524 | ||
| 525 | [[package]] | |
| 0 | 526 | name = "typenum" |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
527 | version = "1.17.0" |
| 0 | 528 | 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
|
529 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 0 | 530 | |
| 531 | [[package]] | |
| 532 | name = "unicode-ident" | |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
533 | version = "1.0.14" |
| 0 | 534 | 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
|
535 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| 0 | 536 | |
| 537 | [[package]] | |
| 144 | 538 | name = "unindent" |
| 539 | version = "0.2.4" | |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 541 | checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" | |
| 542 | ||
| 543 | [[package]] | |
| 0 | 544 | name = "wide" |
|
56
5e3c1874797d
Update dependencies. Nalgebra update required code changes.
Tuomo Valkonen <tuomov@iki.fi>
parents:
40
diff
changeset
|
545 | version = "0.7.30" |
| 0 | 546 | 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
|
547 | checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" |
| 0 | 548 | dependencies = [ |
| 549 | "bytemuck", | |
| 550 | "safe_arch", | |
| 551 | ] | |
| 552 | ||
| 553 | [[package]] | |
| 554 | name = "winapi" | |
| 555 | version = "0.3.9" | |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 557 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| 558 | dependencies = [ | |
| 559 | "winapi-i686-pc-windows-gnu", | |
| 560 | "winapi-x86_64-pc-windows-gnu", | |
| 561 | ] | |
| 562 | ||
| 563 | [[package]] | |
| 564 | name = "winapi-i686-pc-windows-gnu" | |
| 565 | version = "0.4.0" | |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 567 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| 568 | ||
| 569 | [[package]] | |
| 570 | name = "winapi-x86_64-pc-windows-gnu" | |
| 571 | version = "0.4.0" | |
| 572 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 573 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
|
22
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
574 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
575 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
576 | name = "windows-sys" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
577 | 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
|
578 | 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
|
579 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
580 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
581 | "windows-targets", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
582 | ] |
|
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 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
585 | name = "windows-targets" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
586 | 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
|
587 | 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
|
588 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
589 | dependencies = [ |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
590 | "windows_aarch64_gnullvm", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
591 | "windows_aarch64_msvc", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
592 | "windows_i686_gnu", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
593 | "windows_i686_msvc", |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
594 | "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
|
595 | "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
|
596 | "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
|
597 | ] |
|
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 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
600 | 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
|
601 | 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
|
602 | 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
|
603 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
604 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
605 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
606 | 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
|
607 | 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
|
608 | 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
|
609 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
610 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
611 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
612 | 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
|
613 | 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
|
614 | 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
|
615 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
616 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
617 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
618 | 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
|
619 | 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
|
620 | 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
|
621 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
622 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
623 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
624 | 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
|
625 | 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
|
626 | 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
|
627 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
628 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
629 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
630 | 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
|
631 | 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
|
632 | 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
|
633 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
634 | |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
635 | [[package]] |
|
013274b0b388
Update Cargo.lock to stop build failures with current nightly rust.
Tuomo Valkonen <tuomov@iki.fi>
parents:
8
diff
changeset
|
636 | 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
|
637 | 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
|
638 | 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
|
639 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |