Thu, 26 Feb 2026 13:05:07 -0500
Allow fitness merge when forward_pdps and sliding_pdps are used as forward-backward with aux variable.
| 0 | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. | |
| 43 | 3 | version = 4 |
| 0 | 4 | |
| 5 | [[package]] | |
| 6 | name = "GSL" | |
| 35 | 7 | version = "7.0.0" |
| 0 | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 9 | checksum = "db3943d5a15b5c46e991124abee6a1bc89c7c9ffb25dbb8aeb4eab926fd9b307" |
| 0 | 10 | dependencies = [ |
| 11 | "GSL-sys", | |
| 12 | "paste", | |
| 13 | ] | |
| 14 | ||
| 15 | [[package]] | |
| 16 | name = "GSL-sys" | |
| 17 | version = "3.0.0" | |
| 18 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 19 | checksum = "4577670dcc0720995dc39f04c438595eaae8ccc27f4aafd3e572dd408d01bd9d" | |
| 20 | dependencies = [ | |
| 21 | "libc", | |
| 22 | "pkg-config", | |
| 23 | ] | |
| 24 | ||
| 25 | [[package]] | |
| 35 | 26 | name = "aho-corasick" |
| 27 | version = "1.1.3" | |
| 0 | 28 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 29 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
30 | dependencies = [ |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
31 | "memchr", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
32 | ] |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
33 | |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
34 | [[package]] |
| 0 | 35 | name = "alg_tools" |
|
60
9738b51d90d7
Bump alg_tools version requirement
Tuomo Valkonen <tuomov@iki.fi>
parents:
58
diff
changeset
|
36 | version = "0.4.0-dev" |
| 0 | 37 | dependencies = [ |
| 35 | 38 | "anyhow", |
| 0 | 39 | "colored", |
| 40 | "cpu-time", | |
| 41 | "csv", | |
| 42 | "itertools", | |
| 43 | "nalgebra", | |
| 44 | "num", | |
| 45 | "num-traits", | |
| 46 | "numeric_literals", | |
| 47 | "rayon", | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
48 | "rustc_version", |
| 0 | 49 | "serde", |
| 50 | "serde_json", | |
| 35 | 51 | "simba", |
| 0 | 52 | ] |
| 53 | ||
| 54 | [[package]] | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
55 | name = "android-tzdata" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
56 | version = "0.1.1" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
58 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
59 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
60 | [[package]] |
| 0 | 61 | name = "android_system_properties" |
| 62 | version = "0.1.5" | |
| 63 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 64 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
| 65 | dependencies = [ | |
| 66 | "libc", | |
| 67 | ] | |
| 68 | ||
| 69 | [[package]] | |
| 35 | 70 | name = "anstream" |
| 71 | version = "0.6.18" | |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 73 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" | |
| 74 | dependencies = [ | |
| 75 | "anstyle", | |
| 76 | "anstyle-parse", | |
| 77 | "anstyle-query", | |
| 78 | "anstyle-wincon", | |
| 79 | "colorchoice", | |
| 80 | "is_terminal_polyfill", | |
| 81 | "utf8parse", | |
| 82 | ] | |
| 83 | ||
| 84 | [[package]] | |
| 85 | name = "anstyle" | |
| 86 | version = "1.0.10" | |
| 87 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 88 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" | |
| 89 | ||
| 90 | [[package]] | |
| 91 | name = "anstyle-parse" | |
| 92 | version = "0.2.6" | |
| 93 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 94 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" | |
| 95 | dependencies = [ | |
| 96 | "utf8parse", | |
| 97 | ] | |
| 98 | ||
| 99 | [[package]] | |
| 100 | name = "anstyle-query" | |
| 101 | version = "1.1.2" | |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 103 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" | |
| 104 | dependencies = [ | |
| 105 | "windows-sys 0.59.0", | |
| 106 | ] | |
| 107 | ||
| 108 | [[package]] | |
| 109 | name = "anstyle-wincon" | |
| 110 | version = "3.0.6" | |
| 111 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 112 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" | |
| 113 | dependencies = [ | |
| 114 | "anstyle", | |
| 115 | "windows-sys 0.59.0", | |
| 116 | ] | |
| 117 | ||
| 118 | [[package]] | |
| 119 | name = "anyhow" | |
| 120 | version = "1.0.95" | |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 122 | checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" | |
| 123 | ||
| 124 | [[package]] | |
| 0 | 125 | name = "approx" |
| 126 | version = "0.5.1" | |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 128 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" | |
| 129 | dependencies = [ | |
| 130 | "num-traits", | |
| 131 | ] | |
| 132 | ||
| 133 | [[package]] | |
| 134 | name = "autocfg" | |
| 135 | version = "1.1.0" | |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 137 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
| 138 | ||
| 139 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
140 | name = "base64" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
141 | version = "0.22.1" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
143 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
144 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
145 | [[package]] |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
146 | name = "bitflags" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
147 | version = "2.4.0" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
149 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
150 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
151 | [[package]] |
| 35 | 152 | name = "bumpalo" |
| 153 | version = "3.16.0" | |
| 0 | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 155 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| 0 | 156 | |
| 157 | [[package]] | |
| 158 | name = "bytemuck" | |
| 35 | 159 | version = "1.20.0" |
| 0 | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 161 | checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
| 0 | 162 | |
| 163 | [[package]] | |
| 164 | name = "cc" | |
| 35 | 165 | version = "1.2.0" |
| 0 | 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 167 | checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
168 | dependencies = [ |
| 35 | 169 | "shlex", |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
170 | ] |
| 0 | 171 | |
| 172 | [[package]] | |
| 173 | name = "cfg-if" | |
| 174 | version = "1.0.0" | |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 176 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
| 177 | ||
| 178 | [[package]] | |
| 179 | name = "chrono" | |
| 35 | 180 | version = "0.4.39" |
| 0 | 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 182 | checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
| 0 | 183 | dependencies = [ |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
184 | "android-tzdata", |
| 0 | 185 | "iana-time-zone", |
| 186 | "js-sys", | |
| 187 | "num-traits", | |
| 188 | "serde", | |
| 189 | "wasm-bindgen", | |
| 35 | 190 | "windows-targets 0.52.6", |
| 0 | 191 | ] |
| 192 | ||
| 193 | [[package]] | |
| 194 | name = "clap" | |
| 35 | 195 | version = "4.5.23" |
| 0 | 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 197 | checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" |
| 0 | 198 | dependencies = [ |
| 35 | 199 | "clap_builder", |
| 0 | 200 | "clap_derive", |
| 35 | 201 | ] |
| 202 | ||
| 203 | [[package]] | |
| 204 | name = "clap_builder" | |
| 205 | version = "4.5.23" | |
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 207 | checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" | |
| 208 | dependencies = [ | |
| 209 | "anstream", | |
| 210 | "anstyle", | |
| 0 | 211 | "clap_lex", |
| 212 | "strsim", | |
| 213 | "terminal_size", | |
| 214 | "unicase", | |
| 215 | "unicode-width", | |
| 216 | ] | |
| 217 | ||
| 218 | [[package]] | |
| 219 | name = "clap_derive" | |
| 35 | 220 | version = "4.5.18" |
| 0 | 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 222 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
| 0 | 223 | dependencies = [ |
| 224 | "heck", | |
| 225 | "proc-macro2", | |
| 226 | "quote", | |
| 35 | 227 | "syn 2.0.93", |
| 0 | 228 | ] |
| 229 | ||
| 230 | [[package]] | |
| 231 | name = "clap_lex" | |
| 35 | 232 | version = "0.7.4" |
| 0 | 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 234 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
| 0 | 235 | |
| 236 | [[package]] | |
| 35 | 237 | name = "colorchoice" |
| 238 | version = "1.0.3" | |
| 0 | 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 240 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
| 0 | 241 | |
| 242 | [[package]] | |
| 243 | name = "colored" | |
| 35 | 244 | version = "2.1.0" |
| 0 | 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 246 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
| 0 | 247 | dependencies = [ |
| 248 | "lazy_static", | |
| 35 | 249 | "windows-sys 0.48.0", |
| 0 | 250 | ] |
| 251 | ||
| 252 | [[package]] | |
| 253 | name = "core-foundation-sys" | |
| 35 | 254 | version = "0.8.7" |
| 0 | 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 256 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 0 | 257 | |
| 258 | [[package]] | |
| 259 | name = "cpu-time" | |
| 260 | version = "1.0.0" | |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 262 | checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" | |
| 263 | dependencies = [ | |
| 264 | "libc", | |
| 265 | "winapi", | |
| 266 | ] | |
| 267 | ||
| 268 | [[package]] | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
269 | name = "crossbeam-deque" |
| 47 | 270 | version = "0.8.6" |
| 0 | 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | 272 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 0 | 273 | dependencies = [ |
| 274 | "crossbeam-epoch", | |
| 275 | "crossbeam-utils", | |
| 276 | ] | |
| 277 | ||
| 278 | [[package]] | |
| 279 | name = "crossbeam-epoch" | |
| 47 | 280 | version = "0.9.18" |
| 0 | 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | 282 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 0 | 283 | dependencies = [ |
| 284 | "crossbeam-utils", | |
| 285 | ] | |
| 286 | ||
| 287 | [[package]] | |
| 288 | name = "crossbeam-utils" | |
| 47 | 289 | version = "0.8.21" |
| 0 | 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | 291 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 0 | 292 | |
| 293 | [[package]] | |
| 35 | 294 | name = "csv" |
| 295 | version = "1.3.1" | |
| 0 | 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 297 | checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" |
| 0 | 298 | dependencies = [ |
| 299 | "csv-core", | |
| 35 | 300 | "itoa", |
| 0 | 301 | "ryu", |
| 302 | "serde", | |
| 303 | ] | |
| 304 | ||
| 305 | [[package]] | |
| 306 | name = "csv-core" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
307 | version = "0.1.11" |
| 0 | 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
309 | checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| 0 | 310 | dependencies = [ |
| 311 | "memchr", | |
| 312 | ] | |
| 313 | ||
| 314 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
315 | name = "darling" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
316 | version = "0.20.10" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
318 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
319 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
320 | "darling_core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
321 | "darling_macro", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
322 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
323 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
324 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
325 | name = "darling_core" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
326 | version = "0.20.10" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
328 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
329 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
330 | "fnv", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
331 | "ident_case", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
332 | "proc-macro2", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
333 | "quote", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
334 | "strsim", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
335 | "syn 2.0.93", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
336 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
337 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
338 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
339 | name = "darling_macro" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
340 | version = "0.20.10" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
342 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
343 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
344 | "darling_core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
345 | "quote", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
346 | "syn 2.0.93", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
347 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
348 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
349 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
350 | name = "deranged" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
351 | version = "0.3.11" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
353 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
354 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
355 | "powerfmt", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
356 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
357 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
358 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
359 | [[package]] |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
360 | name = "either" |
| 35 | 361 | version = "1.13.0" |
| 0 | 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 363 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| 0 | 364 | |
| 365 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
366 | name = "equivalent" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
367 | version = "1.0.1" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
369 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
370 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
371 | [[package]] |
| 0 | 372 | name = "errno" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
373 | version = "0.3.5" |
| 0 | 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
375 | checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
| 0 | 376 | dependencies = [ |
| 377 | "libc", | |
| 35 | 378 | "windows-sys 0.48.0", |
| 0 | 379 | ] |
| 380 | ||
| 381 | [[package]] | |
| 382 | name = "float_extras" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
383 | version = "0.1.7" |
| 0 | 384 | dependencies = [ |
| 385 | "libc", | |
| 386 | ] | |
| 387 | ||
| 388 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
389 | name = "fnv" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
390 | version = "1.0.7" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
392 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
393 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
394 | [[package]] |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
395 | name = "getrandom" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
396 | version = "0.3.4" |
| 0 | 397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
398 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 0 | 399 | dependencies = [ |
| 400 | "cfg-if", | |
| 401 | "libc", | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
402 | "r-efi", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
403 | "wasip2", |
| 0 | 404 | ] |
| 405 | ||
| 406 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
407 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
408 | version = "0.14.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
410 | checksum = "333928d5eb103c5d4050533cec0384302db6be8ef7d3cebd30ec6a35350353da" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
411 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
412 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
413 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
414 | version = "0.15.2" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
416 | checksum = "3abb554f8ee44336b72d522e0a7fe86a29e09f839a36022fa869a7dfe941a54b" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
417 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
418 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
419 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
420 | version = "0.16.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
422 | checksum = "4126c0479ccf7e8664c36a2d719f5f2c140fbb4f9090008098d2c291fa5b3f16" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
423 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
424 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
425 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
426 | version = "0.17.3" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
428 | checksum = "e01732b97afd8508eee3333a541b9f7610f454bb818669e66e90f5f57c93a776" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
429 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
430 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
431 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
432 | version = "0.18.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
434 | checksum = "525a3e490ba77b8e326fb67d4b44b4bd2f920f44d4cc73ccec50adc68e3bee34" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
435 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
436 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
437 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
438 | version = "0.19.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
440 | checksum = "2b8509e6791516e81c1a630d0bd7fbac36d2fa8712a9da8662e716b52d5051ca" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
441 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
442 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
443 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
444 | version = "0.20.5" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
446 | checksum = "f43e957e744be03f5801a55472f593d43fabdebf25a4585db250f04d86b1675f" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
447 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
448 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
449 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
450 | version = "0.21.3" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
452 | checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
453 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
454 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
455 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
456 | version = "0.22.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
458 | checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
459 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
460 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
461 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
462 | version = "0.23.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
464 | checksum = "8e4afd9ad95555081e109fe1d21f2a30c691b5f0919c67dfa690a2e1eb6bd51c" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
465 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
466 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
467 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
468 | version = "0.24.2" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
470 | checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
471 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
472 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
473 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
474 | version = "0.25.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
476 | checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
477 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
478 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
479 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
480 | version = "0.27.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
482 | checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
483 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
484 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
485 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
486 | version = "0.28.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
488 | checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
489 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
490 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
491 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
492 | version = "0.29.3" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
494 | checksum = "8babf46d4c1c9d92deac9f7be466f76dfc4482b6452fc5024b5e8daf6ffeb3ee" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
495 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
496 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
497 | name = "glam" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
498 | version = "0.30.9" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
500 | checksum = "bd47b05dddf0005d850e5644cae7f2b14ac3df487979dbfff3b56f20b1a6ae46" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
501 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
502 | [[package]] |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
503 | name = "hashbrown" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
504 | version = "0.12.3" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
506 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
507 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
508 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
509 | name = "hashbrown" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
510 | version = "0.15.2" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
512 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
513 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
514 | [[package]] |
| 35 | 515 | name = "heck" |
| 516 | version = "0.5.0" | |
| 0 | 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 518 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 0 | 519 | |
| 520 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
521 | name = "hex" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
522 | version = "0.4.3" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
524 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
525 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
526 | [[package]] |
| 0 | 527 | name = "iana-time-zone" |
| 35 | 528 | version = "0.1.61" |
| 0 | 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 530 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
| 0 | 531 | dependencies = [ |
| 532 | "android_system_properties", | |
| 533 | "core-foundation-sys", | |
| 534 | "iana-time-zone-haiku", | |
| 535 | "js-sys", | |
| 536 | "wasm-bindgen", | |
| 35 | 537 | "windows-core", |
| 0 | 538 | ] |
| 539 | ||
| 540 | [[package]] | |
| 541 | name = "iana-time-zone-haiku" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
542 | version = "0.1.2" |
| 0 | 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
544 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 0 | 545 | dependencies = [ |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
546 | "cc", |
| 0 | 547 | ] |
| 548 | ||
| 549 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
550 | name = "ident_case" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
551 | version = "1.0.1" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
553 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
554 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
555 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
556 | name = "indexmap" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
557 | version = "1.9.3" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
559 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
560 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
561 | "autocfg", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
562 | "hashbrown 0.12.3", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
563 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
564 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
565 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
566 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
567 | name = "indexmap" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
568 | version = "2.7.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
570 | checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
571 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
572 | "equivalent", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
573 | "hashbrown 0.15.2", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
574 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
575 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
576 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
577 | [[package]] |
| 35 | 578 | name = "is_terminal_polyfill" |
| 579 | version = "1.70.1" | |
| 0 | 580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 581 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| 0 | 582 | |
| 583 | [[package]] | |
| 584 | name = "itertools" | |
| 35 | 585 | version = "0.13.0" |
| 0 | 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 587 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 0 | 588 | dependencies = [ |
| 589 | "either", | |
| 590 | ] | |
| 591 | ||
| 592 | [[package]] | |
| 593 | name = "itoa" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
594 | version = "1.0.9" |
| 0 | 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
596 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
| 0 | 597 | |
| 598 | [[package]] | |
| 35 | 599 | name = "js-sys" |
| 600 | version = "0.3.76" | |
| 0 | 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 602 | checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" |
| 0 | 603 | dependencies = [ |
| 35 | 604 | "once_cell", |
| 0 | 605 | "wasm-bindgen", |
| 606 | ] | |
| 607 | ||
| 608 | [[package]] | |
| 609 | name = "lazy_static" | |
| 610 | version = "1.4.0" | |
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 612 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
| 613 | ||
| 614 | [[package]] | |
| 615 | name = "libc" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
616 | version = "0.2.177" |
| 0 | 617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
618 | checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" |
| 0 | 619 | |
| 620 | [[package]] | |
| 621 | name = "libm" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
622 | version = "0.2.8" |
| 0 | 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
624 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 0 | 625 | |
| 626 | [[package]] | |
| 627 | name = "linux-raw-sys" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
628 | version = "0.4.10" |
| 0 | 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
630 | checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
| 0 | 631 | |
| 632 | [[package]] | |
| 35 | 633 | name = "log" |
| 634 | version = "0.4.22" | |
| 0 | 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 636 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| 0 | 637 | |
| 638 | [[package]] | |
| 639 | name = "matrixmultiply" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
640 | version = "0.3.8" |
| 0 | 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
642 | checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" |
| 0 | 643 | dependencies = [ |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
644 | "autocfg", |
| 0 | 645 | "rawpointer", |
| 646 | ] | |
| 647 | ||
| 648 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
649 | name = "measures" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
650 | version = "0.1.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
651 | dependencies = [ |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
652 | "alg_tools", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
653 | "nalgebra", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
654 | "numeric_literals", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
655 | "regex", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
656 | "serde", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
657 | ] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
658 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
659 | [[package]] |
| 0 | 660 | name = "memchr" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
661 | version = "2.6.4" |
| 0 | 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
663 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
| 0 | 664 | |
| 665 | [[package]] | |
| 35 | 666 | name = "nalgebra" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
667 | version = "0.34.1" |
| 0 | 668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
669 | checksum = "c4d5b3eff5cd580f93da45e64715e8c20a3996342f1e466599cf7a267a0c2f5f" |
| 0 | 670 | dependencies = [ |
| 671 | "approx", | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
672 | "glam 0.14.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
673 | "glam 0.15.2", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
674 | "glam 0.16.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
675 | "glam 0.17.3", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
676 | "glam 0.18.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
677 | "glam 0.19.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
678 | "glam 0.20.5", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
679 | "glam 0.21.3", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
680 | "glam 0.22.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
681 | "glam 0.23.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
682 | "glam 0.24.2", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
683 | "glam 0.25.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
684 | "glam 0.27.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
685 | "glam 0.28.0", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
686 | "glam 0.29.3", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
687 | "glam 0.30.9", |
| 0 | 688 | "matrixmultiply", |
| 689 | "nalgebra-macros", | |
| 690 | "num-complex", | |
| 691 | "num-rational", | |
| 692 | "num-traits", | |
| 693 | "rand", | |
| 694 | "simba", | |
| 695 | "typenum", | |
| 696 | ] | |
| 697 | ||
| 698 | [[package]] | |
| 699 | name = "nalgebra-macros" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
700 | version = "0.3.0" |
| 0 | 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
702 | checksum = "973e7178a678cfd059ccec50887658d482ce16b0aa9da3888ddeab5cd5eb4889" |
| 0 | 703 | dependencies = [ |
| 704 | "proc-macro2", | |
| 705 | "quote", | |
| 35 | 706 | "syn 2.0.93", |
| 0 | 707 | ] |
| 708 | ||
| 709 | [[package]] | |
| 710 | name = "num" | |
| 35 | 711 | version = "0.4.2" |
| 0 | 712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 713 | checksum = "3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41" |
| 0 | 714 | dependencies = [ |
| 715 | "num-bigint", | |
| 716 | "num-complex", | |
| 717 | "num-integer", | |
| 718 | "num-iter", | |
| 719 | "num-rational", | |
| 720 | "num-traits", | |
| 721 | ] | |
| 722 | ||
| 723 | [[package]] | |
| 724 | name = "num-bigint" | |
| 35 | 725 | version = "0.4.6" |
| 0 | 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 727 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 0 | 728 | dependencies = [ |
| 729 | "num-integer", | |
| 730 | "num-traits", | |
| 731 | ] | |
| 732 | ||
| 733 | [[package]] | |
| 734 | name = "num-complex" | |
| 35 | 735 | version = "0.4.6" |
| 0 | 736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 737 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 0 | 738 | dependencies = [ |
| 739 | "num-traits", | |
| 740 | ] | |
| 741 | ||
| 742 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
743 | name = "num-conv" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
744 | version = "0.1.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
746 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
747 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
748 | [[package]] |
| 0 | 749 | name = "num-integer" |
| 35 | 750 | version = "0.1.46" |
| 0 | 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 752 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 0 | 753 | dependencies = [ |
| 754 | "num-traits", | |
| 755 | ] | |
| 756 | ||
| 757 | [[package]] | |
| 758 | name = "num-iter" | |
| 35 | 759 | version = "0.1.45" |
| 0 | 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 761 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 0 | 762 | dependencies = [ |
| 763 | "autocfg", | |
| 764 | "num-integer", | |
| 765 | "num-traits", | |
| 766 | ] | |
| 767 | ||
| 768 | [[package]] | |
| 769 | name = "num-rational" | |
| 770 | version = "0.4.1" | |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 772 | checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" | |
| 773 | dependencies = [ | |
| 774 | "autocfg", | |
| 775 | "num-bigint", | |
| 776 | "num-integer", | |
| 777 | "num-traits", | |
| 778 | ] | |
| 779 | ||
| 780 | [[package]] | |
| 781 | name = "num-traits" | |
| 35 | 782 | version = "0.2.19" |
| 0 | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 784 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 0 | 785 | dependencies = [ |
| 786 | "autocfg", | |
| 787 | "libm", | |
| 788 | ] | |
| 789 | ||
| 790 | [[package]] | |
| 791 | name = "numeric_literals" | |
| 792 | version = "0.2.0" | |
| 793 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 794 | checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" | |
| 795 | dependencies = [ | |
| 796 | "quote", | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
797 | "syn 1.0.109", |
| 0 | 798 | ] |
| 799 | ||
| 800 | [[package]] | |
| 801 | name = "once_cell" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
802 | version = "1.21.3" |
| 0 | 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
804 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 0 | 805 | |
| 806 | [[package]] | |
| 807 | name = "paste" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
808 | version = "1.0.14" |
| 0 | 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
810 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
| 0 | 811 | |
| 812 | [[package]] | |
| 813 | name = "pkg-config" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
814 | version = "0.3.32" |
| 0 | 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
816 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 0 | 817 | |
| 818 | [[package]] | |
| 819 | name = "pointsource_algs" | |
|
60
9738b51d90d7
Bump alg_tools version requirement
Tuomo Valkonen <tuomov@iki.fi>
parents:
58
diff
changeset
|
820 | version = "3.0.0-dev" |
| 0 | 821 | dependencies = [ |
| 822 | "GSL", | |
| 823 | "alg_tools", | |
| 35 | 824 | "anyhow", |
| 0 | 825 | "chrono", |
| 826 | "clap", | |
| 827 | "colored", | |
| 828 | "cpu-time", | |
| 829 | "float_extras", | |
| 830 | "itertools", | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
831 | "measures", |
| 0 | 832 | "nalgebra", |
| 833 | "num-traits", | |
| 834 | "numeric_literals", | |
| 835 | "rand", | |
| 836 | "rand_distr", | |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
837 | "regex", |
| 0 | 838 | "serde", |
| 839 | "serde_json", | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
840 | "serde_with", |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
841 | "thiserror", |
| 0 | 842 | ] |
| 843 | ||
| 844 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
845 | name = "powerfmt" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
846 | version = "0.2.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
848 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
849 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
850 | [[package]] |
| 0 | 851 | name = "ppv-lite86" |
| 852 | version = "0.2.17" | |
| 853 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 854 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
| 855 | ||
| 856 | [[package]] | |
| 35 | 857 | name = "proc-macro2" |
| 858 | version = "1.0.92" | |
| 0 | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 860 | checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| 0 | 861 | dependencies = [ |
| 862 | "unicode-ident", | |
| 863 | ] | |
| 864 | ||
| 865 | [[package]] | |
| 35 | 866 | name = "quote" |
| 867 | version = "1.0.38" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 869 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| 0 | 870 | dependencies = [ |
| 871 | "proc-macro2", | |
| 872 | ] | |
| 873 | ||
| 874 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
875 | name = "r-efi" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
876 | version = "5.3.0" |
| 0 | 877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
878 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
879 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
880 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
881 | name = "rand" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
882 | version = "0.9.2" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
884 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 0 | 885 | dependencies = [ |
| 886 | "rand_chacha", | |
| 887 | "rand_core", | |
| 888 | ] | |
| 889 | ||
| 890 | [[package]] | |
| 891 | name = "rand_chacha" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
892 | version = "0.9.0" |
| 0 | 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
894 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 0 | 895 | dependencies = [ |
| 896 | "ppv-lite86", | |
| 897 | "rand_core", | |
| 898 | ] | |
| 899 | ||
| 900 | [[package]] | |
| 901 | name = "rand_core" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
902 | version = "0.9.3" |
| 0 | 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
904 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 0 | 905 | dependencies = [ |
| 906 | "getrandom", | |
| 907 | ] | |
| 908 | ||
| 909 | [[package]] | |
| 910 | name = "rand_distr" | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
911 | version = "0.5.1" |
| 0 | 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
913 | checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" |
| 0 | 914 | dependencies = [ |
| 915 | "num-traits", | |
| 916 | "rand", | |
| 917 | ] | |
| 918 | ||
| 919 | [[package]] | |
| 920 | name = "rawpointer" | |
| 921 | version = "0.2.1" | |
| 922 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 923 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
| 924 | ||
| 925 | [[package]] | |
| 926 | name = "rayon" | |
| 35 | 927 | version = "1.10.0" |
| 0 | 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 929 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| 0 | 930 | dependencies = [ |
| 931 | "either", | |
| 932 | "rayon-core", | |
| 933 | ] | |
| 934 | ||
| 935 | [[package]] | |
| 936 | name = "rayon-core" | |
| 35 | 937 | version = "1.12.1" |
| 0 | 938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 939 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| 0 | 940 | dependencies = [ |
| 941 | "crossbeam-deque", | |
| 942 | "crossbeam-utils", | |
| 943 | ] | |
| 944 | ||
| 945 | [[package]] | |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
946 | name = "regex" |
| 35 | 947 | version = "1.11.1" |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 949 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| 950 | dependencies = [ | |
| 951 | "aho-corasick", | |
| 952 | "memchr", | |
| 953 | "regex-automata", | |
| 954 | "regex-syntax", | |
| 955 | ] | |
| 956 | ||
| 957 | [[package]] | |
| 958 | name = "regex-automata" | |
| 959 | version = "0.4.9" | |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 961 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
962 | dependencies = [ |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
963 | "aho-corasick", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
964 | "memchr", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
965 | "regex-syntax", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
966 | ] |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
967 | |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
968 | [[package]] |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
969 | name = "regex-syntax" |
| 35 | 970 | version = "0.8.5" |
| 0 | 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 972 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| 0 | 973 | |
| 974 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
975 | name = "rustc_version" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
976 | version = "0.4.1" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
978 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
979 | dependencies = [ |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
980 | "semver", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
981 | ] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
982 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
983 | [[package]] |
| 0 | 984 | name = "rustix" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
985 | version = "0.38.19" |
| 0 | 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
987 | checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
| 0 | 988 | dependencies = [ |
| 35 | 989 | "bitflags", |
| 0 | 990 | "errno", |
| 991 | "libc", | |
| 35 | 992 | "linux-raw-sys", |
| 993 | "windows-sys 0.48.0", | |
| 0 | 994 | ] |
| 995 | ||
| 996 | [[package]] | |
| 997 | name = "ryu" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
998 | version = "1.0.15" |
| 0 | 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1000 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
| 0 | 1001 | |
| 1002 | [[package]] | |
| 1003 | name = "safe_arch" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1004 | version = "0.7.1" |
| 0 | 1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1006 | checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" |
| 0 | 1007 | dependencies = [ |
| 1008 | "bytemuck", | |
| 1009 | ] | |
| 1010 | ||
| 1011 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1012 | name = "semver" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1013 | version = "1.0.26" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1015 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1016 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1017 | [[package]] |
| 0 | 1018 | name = "serde" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1019 | version = "1.0.189" |
| 0 | 1020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1021 | checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" |
| 0 | 1022 | dependencies = [ |
| 1023 | "serde_derive", | |
| 1024 | ] | |
| 1025 | ||
| 1026 | [[package]] | |
| 1027 | name = "serde_derive" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1028 | version = "1.0.189" |
| 0 | 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1030 | checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" |
| 0 | 1031 | dependencies = [ |
| 1032 | "proc-macro2", | |
| 1033 | "quote", | |
| 35 | 1034 | "syn 2.0.93", |
| 0 | 1035 | ] |
| 1036 | ||
| 1037 | [[package]] | |
| 1038 | name = "serde_json" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1039 | version = "1.0.107" |
| 0 | 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1041 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
| 0 | 1042 | dependencies = [ |
| 35 | 1043 | "itoa", |
| 0 | 1044 | "ryu", |
| 1045 | "serde", | |
| 1046 | ] | |
| 1047 | ||
| 1048 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1049 | name = "serde_with" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1050 | version = "3.12.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1052 | checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1053 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1054 | "base64", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1055 | "chrono", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1056 | "hex", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1057 | "indexmap 1.9.3", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1058 | "indexmap 2.7.0", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1059 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1060 | "serde_derive", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1061 | "serde_json", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1062 | "serde_with_macros", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1063 | "time", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1064 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1065 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1066 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1067 | name = "serde_with_macros" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1068 | version = "3.12.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1070 | checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1071 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1072 | "darling", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1073 | "proc-macro2", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1074 | "quote", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1075 | "syn 2.0.93", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1076 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1077 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1078 | [[package]] |
| 35 | 1079 | name = "shlex" |
| 1080 | version = "1.3.0" | |
| 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1082 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| 1083 | ||
| 1084 | [[package]] | |
| 0 | 1085 | name = "simba" |
| 35 | 1086 | version = "0.9.0" |
| 0 | 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1088 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
| 0 | 1089 | dependencies = [ |
| 1090 | "approx", | |
| 1091 | "num-complex", | |
| 1092 | "num-traits", | |
| 1093 | "paste", | |
| 1094 | "wide", | |
| 1095 | ] | |
| 1096 | ||
| 1097 | [[package]] | |
| 35 | 1098 | name = "strsim" |
| 1099 | version = "0.11.1" | |
| 0 | 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1101 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 0 | 1102 | |
| 1103 | [[package]] | |
| 1104 | name = "syn" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1105 | version = "1.0.109" |
| 0 | 1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1107 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1108 | dependencies = [ |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1109 | "proc-macro2", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1110 | "quote", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1111 | "unicode-ident", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1112 | ] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1113 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1114 | [[package]] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1115 | name = "syn" |
| 35 | 1116 | version = "2.0.93" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1118 | checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" |
| 0 | 1119 | dependencies = [ |
| 1120 | "proc-macro2", | |
| 1121 | "quote", | |
| 1122 | "unicode-ident", | |
| 1123 | ] | |
| 1124 | ||
| 1125 | [[package]] | |
| 35 | 1126 | name = "terminal_size" |
| 1127 | version = "0.4.1" | |
| 0 | 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1129 | checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" |
| 0 | 1130 | dependencies = [ |
| 35 | 1131 | "rustix", |
| 1132 | "windows-sys 0.59.0", | |
| 0 | 1133 | ] |
| 1134 | ||
| 1135 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1136 | name = "thiserror" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1137 | version = "2.0.12" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1139 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1140 | dependencies = [ |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1141 | "thiserror-impl", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1142 | ] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1143 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1144 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1145 | name = "thiserror-impl" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1146 | version = "2.0.12" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1148 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1149 | dependencies = [ |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1150 | "proc-macro2", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1151 | "quote", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1152 | "syn 2.0.93", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1153 | ] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1154 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1155 | [[package]] |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1156 | name = "time" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1157 | version = "0.3.37" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1159 | checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1160 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1161 | "deranged", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1162 | "itoa", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1163 | "num-conv", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1164 | "powerfmt", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1165 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1166 | "time-core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1167 | "time-macros", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1168 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1169 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1170 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1171 | name = "time-core" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1172 | version = "0.1.2" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1174 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1175 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1176 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1177 | name = "time-macros" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1178 | version = "0.2.19" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1180 | checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1181 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1182 | "num-conv", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1183 | "time-core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1184 | ] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1185 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1186 | [[package]] |
| 0 | 1187 | name = "typenum" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1188 | version = "1.17.0" |
| 0 | 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1190 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 0 | 1191 | |
| 1192 | [[package]] | |
| 1193 | name = "unicase" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1194 | version = "2.7.0" |
| 0 | 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1196 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| 0 | 1197 | dependencies = [ |
| 1198 | "version_check", | |
| 1199 | ] | |
| 1200 | ||
| 1201 | [[package]] | |
| 1202 | name = "unicode-ident" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1203 | version = "1.0.12" |
| 0 | 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1205 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 0 | 1206 | |
| 1207 | [[package]] | |
| 1208 | name = "unicode-width" | |
| 35 | 1209 | version = "0.2.0" |
| 0 | 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1211 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 1212 | ||
| 1213 | [[package]] | |
| 1214 | name = "utf8parse" | |
| 1215 | version = "0.2.2" | |
| 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1217 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
| 0 | 1218 | |
| 1219 | [[package]] | |
| 1220 | name = "version_check" | |
| 1221 | version = "0.9.4" | |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1223 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
| 1224 | ||
| 1225 | [[package]] | |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1226 | name = "wasip2" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1227 | version = "1.0.1+wasi-0.2.4" |
| 0 | 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1229 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1230 | dependencies = [ |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1231 | "wit-bindgen", |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1232 | ] |
| 0 | 1233 | |
| 1234 | [[package]] | |
| 1235 | name = "wasm-bindgen" | |
| 35 | 1236 | version = "0.2.99" |
| 0 | 1237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1238 | checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
| 0 | 1239 | dependencies = [ |
| 1240 | "cfg-if", | |
| 35 | 1241 | "once_cell", |
| 0 | 1242 | "wasm-bindgen-macro", |
| 1243 | ] | |
| 1244 | ||
| 1245 | [[package]] | |
| 1246 | name = "wasm-bindgen-backend" | |
| 35 | 1247 | version = "0.2.99" |
| 0 | 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1249 | checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
| 0 | 1250 | dependencies = [ |
| 1251 | "bumpalo", | |
| 1252 | "log", | |
| 1253 | "proc-macro2", | |
| 1254 | "quote", | |
| 35 | 1255 | "syn 2.0.93", |
| 0 | 1256 | "wasm-bindgen-shared", |
| 1257 | ] | |
| 1258 | ||
| 1259 | [[package]] | |
| 1260 | name = "wasm-bindgen-macro" | |
| 35 | 1261 | version = "0.2.99" |
| 0 | 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1263 | checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
| 0 | 1264 | dependencies = [ |
| 1265 | "quote", | |
| 1266 | "wasm-bindgen-macro-support", | |
| 1267 | ] | |
| 1268 | ||
| 1269 | [[package]] | |
| 1270 | name = "wasm-bindgen-macro-support" | |
| 35 | 1271 | version = "0.2.99" |
| 0 | 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1273 | checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
| 0 | 1274 | dependencies = [ |
| 1275 | "proc-macro2", | |
| 1276 | "quote", | |
| 35 | 1277 | "syn 2.0.93", |
| 0 | 1278 | "wasm-bindgen-backend", |
| 1279 | "wasm-bindgen-shared", | |
| 1280 | ] | |
| 1281 | ||
| 1282 | [[package]] | |
| 1283 | name = "wasm-bindgen-shared" | |
| 35 | 1284 | version = "0.2.99" |
| 0 | 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1286 | checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
| 0 | 1287 | |
| 1288 | [[package]] | |
| 1289 | name = "wide" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1290 | version = "0.7.12" |
| 0 | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1292 | checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598" |
| 0 | 1293 | dependencies = [ |
| 1294 | "bytemuck", | |
| 1295 | "safe_arch", | |
| 1296 | ] | |
| 1297 | ||
| 1298 | [[package]] | |
| 1299 | name = "winapi" | |
| 1300 | version = "0.3.9" | |
| 1301 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1302 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| 1303 | dependencies = [ | |
| 1304 | "winapi-i686-pc-windows-gnu", | |
| 1305 | "winapi-x86_64-pc-windows-gnu", | |
| 1306 | ] | |
| 1307 | ||
| 1308 | [[package]] | |
| 1309 | name = "winapi-i686-pc-windows-gnu" | |
| 1310 | version = "0.4.0" | |
| 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1312 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| 1313 | ||
| 1314 | [[package]] | |
| 1315 | name = "winapi-x86_64-pc-windows-gnu" | |
| 1316 | version = "0.4.0" | |
| 1317 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1318 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
| 1319 | ||
| 1320 | [[package]] | |
| 35 | 1321 | name = "windows-core" |
| 1322 | version = "0.52.0" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1324 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1325 | dependencies = [ |
| 35 | 1326 | "windows-targets 0.52.6", |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1327 | ] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1328 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1329 | [[package]] |
| 0 | 1330 | name = "windows-sys" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1331 | version = "0.48.0" |
| 0 | 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1333 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1334 | dependencies = [ |
| 35 | 1335 | "windows-targets 0.48.5", |
| 1336 | ] | |
| 1337 | ||
| 1338 | [[package]] | |
| 1339 | name = "windows-sys" | |
| 1340 | version = "0.59.0" | |
| 1341 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1342 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
| 1343 | dependencies = [ | |
| 1344 | "windows-targets 0.52.6", | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1345 | ] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1346 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1347 | [[package]] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1348 | name = "windows-targets" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1349 | version = "0.48.5" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1351 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 0 | 1352 | dependencies = [ |
| 35 | 1353 | "windows_aarch64_gnullvm 0.48.5", |
| 1354 | "windows_aarch64_msvc 0.48.5", | |
| 1355 | "windows_i686_gnu 0.48.5", | |
| 1356 | "windows_i686_msvc 0.48.5", | |
| 1357 | "windows_x86_64_gnu 0.48.5", | |
| 1358 | "windows_x86_64_gnullvm 0.48.5", | |
| 1359 | "windows_x86_64_msvc 0.48.5", | |
| 1360 | ] | |
| 1361 | ||
| 1362 | [[package]] | |
| 1363 | name = "windows-targets" | |
| 1364 | version = "0.52.6" | |
| 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1366 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
| 1367 | dependencies = [ | |
| 1368 | "windows_aarch64_gnullvm 0.52.6", | |
| 1369 | "windows_aarch64_msvc 0.52.6", | |
| 1370 | "windows_i686_gnu 0.52.6", | |
| 1371 | "windows_i686_gnullvm", | |
| 1372 | "windows_i686_msvc 0.52.6", | |
| 1373 | "windows_x86_64_gnu 0.52.6", | |
| 1374 | "windows_x86_64_gnullvm 0.52.6", | |
| 1375 | "windows_x86_64_msvc 0.52.6", | |
| 0 | 1376 | ] |
| 1377 | ||
| 1378 | [[package]] | |
| 1379 | name = "windows_aarch64_gnullvm" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1380 | version = "0.48.5" |
| 0 | 1381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1382 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 0 | 1383 | |
| 1384 | [[package]] | |
| 35 | 1385 | name = "windows_aarch64_gnullvm" |
| 1386 | version = "0.52.6" | |
| 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1388 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
| 1389 | ||
| 1390 | [[package]] | |
| 0 | 1391 | name = "windows_aarch64_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1392 | version = "0.48.5" |
| 0 | 1393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1394 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 0 | 1395 | |
| 1396 | [[package]] | |
| 35 | 1397 | name = "windows_aarch64_msvc" |
| 1398 | version = "0.52.6" | |
| 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1400 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
| 1401 | ||
| 1402 | [[package]] | |
| 0 | 1403 | name = "windows_i686_gnu" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1404 | version = "0.48.5" |
| 0 | 1405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1406 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 0 | 1407 | |
| 1408 | [[package]] | |
| 35 | 1409 | name = "windows_i686_gnu" |
| 1410 | version = "0.52.6" | |
| 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1412 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
| 1413 | ||
| 1414 | [[package]] | |
| 1415 | name = "windows_i686_gnullvm" | |
| 1416 | version = "0.52.6" | |
| 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1418 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
| 1419 | ||
| 1420 | [[package]] | |
| 0 | 1421 | name = "windows_i686_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1422 | version = "0.48.5" |
| 0 | 1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1424 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 0 | 1425 | |
| 1426 | [[package]] | |
| 35 | 1427 | name = "windows_i686_msvc" |
| 1428 | version = "0.52.6" | |
| 1429 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1430 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
| 1431 | ||
| 1432 | [[package]] | |
| 0 | 1433 | name = "windows_x86_64_gnu" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1434 | version = "0.48.5" |
| 0 | 1435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1436 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 0 | 1437 | |
| 1438 | [[package]] | |
| 35 | 1439 | name = "windows_x86_64_gnu" |
| 1440 | version = "0.52.6" | |
| 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1442 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
| 1443 | ||
| 1444 | [[package]] | |
| 0 | 1445 | name = "windows_x86_64_gnullvm" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1446 | version = "0.48.5" |
| 0 | 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1448 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 0 | 1449 | |
| 1450 | [[package]] | |
| 35 | 1451 | name = "windows_x86_64_gnullvm" |
| 1452 | version = "0.52.6" | |
| 1453 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1454 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
| 1455 | ||
| 1456 | [[package]] | |
| 0 | 1457 | name = "windows_x86_64_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1458 | version = "0.48.5" |
| 0 | 1459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1460 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1461 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1462 | [[package]] |
| 35 | 1463 | name = "windows_x86_64_msvc" |
| 1464 | version = "0.52.6" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1466 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
61
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1467 | |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1468 | [[package]] |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1469 | name = "wit-bindgen" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1470 | version = "0.46.0" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4f468d35fa29
General forward operators, separation of measures into own crate, and other architecture improvements to support the pointsource_pde crate.
Tuomo Valkonen <tuomov@iki.fi>
parents:
60
diff
changeset
|
1472 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |