Thu, 16 Jul 2026 19:51:51 +0300
README typofix
| 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" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
36 | version = "0.5.2-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" |
| 73 | 650 | version = "0.2.1" |
|
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
|
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 | "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
|
656 | ] |
|
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 | [[package]] |
| 0 | 659 | name = "memchr" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
660 | version = "2.6.4" |
| 0 | 661 | 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
|
662 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
| 0 | 663 | |
| 664 | [[package]] | |
| 35 | 665 | 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
|
666 | version = "0.34.1" |
| 0 | 667 | 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
|
668 | checksum = "c4d5b3eff5cd580f93da45e64715e8c20a3996342f1e466599cf7a267a0c2f5f" |
| 0 | 669 | dependencies = [ |
| 670 | "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
|
671 | "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
|
672 | "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
|
673 | "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
|
674 | "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
|
675 | "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
|
676 | "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
|
677 | "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
|
678 | "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
|
679 | "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
|
680 | "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
|
681 | "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
|
682 | "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
|
683 | "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
|
684 | "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
|
685 | "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
|
686 | "glam 0.30.9", |
| 0 | 687 | "matrixmultiply", |
| 688 | "nalgebra-macros", | |
| 689 | "num-complex", | |
| 690 | "num-rational", | |
| 691 | "num-traits", | |
| 692 | "rand", | |
| 693 | "simba", | |
| 694 | "typenum", | |
| 695 | ] | |
| 696 | ||
| 697 | [[package]] | |
| 698 | 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
|
699 | version = "0.3.0" |
| 0 | 700 | 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
|
701 | checksum = "973e7178a678cfd059ccec50887658d482ce16b0aa9da3888ddeab5cd5eb4889" |
| 0 | 702 | dependencies = [ |
| 703 | "proc-macro2", | |
| 704 | "quote", | |
| 35 | 705 | "syn 2.0.93", |
| 0 | 706 | ] |
| 707 | ||
| 708 | [[package]] | |
| 709 | name = "num" | |
| 35 | 710 | version = "0.4.2" |
| 0 | 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 712 | checksum = "3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41" |
| 0 | 713 | dependencies = [ |
| 714 | "num-bigint", | |
| 715 | "num-complex", | |
| 716 | "num-integer", | |
| 717 | "num-iter", | |
| 718 | "num-rational", | |
| 719 | "num-traits", | |
| 720 | ] | |
| 721 | ||
| 722 | [[package]] | |
| 723 | name = "num-bigint" | |
| 35 | 724 | version = "0.4.6" |
| 0 | 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 726 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 0 | 727 | dependencies = [ |
| 728 | "num-integer", | |
| 729 | "num-traits", | |
| 730 | ] | |
| 731 | ||
| 732 | [[package]] | |
| 733 | name = "num-complex" | |
| 35 | 734 | version = "0.4.6" |
| 0 | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 736 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 0 | 737 | dependencies = [ |
| 738 | "num-traits", | |
| 739 | ] | |
| 740 | ||
| 741 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
742 | name = "num-conv" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
743 | version = "0.1.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
744 | 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
|
745 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
746 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
747 | [[package]] |
| 0 | 748 | name = "num-integer" |
| 35 | 749 | version = "0.1.46" |
| 0 | 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 751 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 0 | 752 | dependencies = [ |
| 753 | "num-traits", | |
| 754 | ] | |
| 755 | ||
| 756 | [[package]] | |
| 757 | name = "num-iter" | |
| 35 | 758 | version = "0.1.45" |
| 0 | 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 760 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 0 | 761 | dependencies = [ |
| 762 | "autocfg", | |
| 763 | "num-integer", | |
| 764 | "num-traits", | |
| 765 | ] | |
| 766 | ||
| 767 | [[package]] | |
| 768 | name = "num-rational" | |
| 769 | version = "0.4.1" | |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 771 | checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" | |
| 772 | dependencies = [ | |
| 773 | "autocfg", | |
| 774 | "num-bigint", | |
| 775 | "num-integer", | |
| 776 | "num-traits", | |
| 777 | ] | |
| 778 | ||
| 779 | [[package]] | |
| 780 | name = "num-traits" | |
| 35 | 781 | version = "0.2.19" |
| 0 | 782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 783 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 0 | 784 | dependencies = [ |
| 785 | "autocfg", | |
| 786 | "libm", | |
| 787 | ] | |
| 788 | ||
| 789 | [[package]] | |
| 790 | name = "numeric_literals" | |
| 791 | version = "0.2.0" | |
| 792 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 793 | checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" | |
| 794 | dependencies = [ | |
| 795 | "quote", | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
796 | "syn 1.0.109", |
| 0 | 797 | ] |
| 798 | ||
| 799 | [[package]] | |
| 800 | 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
|
801 | version = "1.21.3" |
| 0 | 802 | 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
|
803 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 0 | 804 | |
| 805 | [[package]] | |
| 806 | name = "paste" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
807 | version = "1.0.14" |
| 0 | 808 | 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
|
809 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
| 0 | 810 | |
| 811 | [[package]] | |
| 812 | 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
|
813 | version = "0.3.32" |
| 0 | 814 | 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
|
815 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 0 | 816 | |
| 817 | [[package]] | |
| 818 | name = "pointsource_algs" | |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
819 | version = "3.1.0-dev" |
| 0 | 820 | dependencies = [ |
| 821 | "GSL", | |
| 822 | "alg_tools", | |
| 35 | 823 | "anyhow", |
| 0 | 824 | "chrono", |
| 825 | "clap", | |
| 826 | "colored", | |
| 827 | "cpu-time", | |
| 828 | "float_extras", | |
| 829 | "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
|
830 | "measures", |
| 0 | 831 | "nalgebra", |
| 832 | "num-traits", | |
| 833 | "numeric_literals", | |
| 834 | "rand", | |
| 835 | "rand_distr", | |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
836 | "regex", |
| 0 | 837 | "serde", |
| 838 | "serde_json", | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
839 | "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
|
840 | "thiserror", |
| 0 | 841 | ] |
| 842 | ||
| 843 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
844 | name = "powerfmt" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
845 | version = "0.2.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
846 | 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
|
847 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
848 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
849 | [[package]] |
| 0 | 850 | name = "ppv-lite86" |
| 851 | version = "0.2.17" | |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 853 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
| 854 | ||
| 855 | [[package]] | |
| 35 | 856 | name = "proc-macro2" |
| 857 | version = "1.0.92" | |
| 0 | 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 859 | checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| 0 | 860 | dependencies = [ |
| 861 | "unicode-ident", | |
| 862 | ] | |
| 863 | ||
| 864 | [[package]] | |
| 35 | 865 | name = "quote" |
| 866 | version = "1.0.38" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 868 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| 0 | 869 | dependencies = [ |
| 870 | "proc-macro2", | |
| 871 | ] | |
| 872 | ||
| 873 | [[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
|
874 | 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
|
875 | version = "5.3.0" |
| 0 | 876 | 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
|
877 | 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
|
878 | |
|
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 | [[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
|
880 | 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
|
881 | 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
|
882 | 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
|
883 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 0 | 884 | dependencies = [ |
| 885 | "rand_chacha", | |
| 886 | "rand_core", | |
| 887 | ] | |
| 888 | ||
| 889 | [[package]] | |
| 890 | 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
|
891 | version = "0.9.0" |
| 0 | 892 | 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
|
893 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 0 | 894 | dependencies = [ |
| 895 | "ppv-lite86", | |
| 896 | "rand_core", | |
| 897 | ] | |
| 898 | ||
| 899 | [[package]] | |
| 900 | 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
|
901 | version = "0.9.3" |
| 0 | 902 | 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
|
903 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 0 | 904 | dependencies = [ |
| 905 | "getrandom", | |
| 906 | ] | |
| 907 | ||
| 908 | [[package]] | |
| 909 | 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
|
910 | version = "0.5.1" |
| 0 | 911 | 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
|
912 | checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" |
| 0 | 913 | dependencies = [ |
| 914 | "num-traits", | |
| 915 | "rand", | |
| 916 | ] | |
| 917 | ||
| 918 | [[package]] | |
| 919 | name = "rawpointer" | |
| 920 | version = "0.2.1" | |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 922 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
| 923 | ||
| 924 | [[package]] | |
| 925 | name = "rayon" | |
| 35 | 926 | version = "1.10.0" |
| 0 | 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 928 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| 0 | 929 | dependencies = [ |
| 930 | "either", | |
| 931 | "rayon-core", | |
| 932 | ] | |
| 933 | ||
| 934 | [[package]] | |
| 935 | name = "rayon-core" | |
| 35 | 936 | version = "1.12.1" |
| 0 | 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 938 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| 0 | 939 | dependencies = [ |
| 940 | "crossbeam-deque", | |
| 941 | "crossbeam-utils", | |
| 942 | ] | |
| 943 | ||
| 944 | [[package]] | |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
945 | name = "regex" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
946 | version = "1.12.4" |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
948 | checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" |
| 35 | 949 | dependencies = [ |
| 950 | "aho-corasick", | |
| 951 | "memchr", | |
| 952 | "regex-automata", | |
| 953 | "regex-syntax", | |
| 954 | ] | |
| 955 | ||
| 956 | [[package]] | |
| 957 | name = "regex-automata" | |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
958 | version = "0.4.14" |
| 35 | 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
960 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
|
6
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
961 | dependencies = [ |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
962 | "aho-corasick", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
963 | "memchr", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
964 | "regex-syntax", |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
965 | ] |
|
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 | [[package]] |
|
bcb508479948
README fine-tuning and build.rs for uglifying it for rustdoc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
0
diff
changeset
|
968 | name = "regex-syntax" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
969 | version = "0.8.11" |
| 0 | 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
72
e9a460a0e638
New simplified sliding a posteriori rule. Enable scaling heuristic from fixed `measure` crate. “Fast” spread Lipschitz factor fixes, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
71
diff
changeset
|
971 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 0 | 972 | |
| 973 | [[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
|
974 | 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
|
975 | 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
|
976 | 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
|
977 | 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
|
978 | 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
|
979 | "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
|
980 | ] |
|
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 | [[package]] |
| 0 | 983 | name = "rustix" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
984 | version = "0.38.19" |
| 0 | 985 | 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
|
986 | checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
| 0 | 987 | dependencies = [ |
| 35 | 988 | "bitflags", |
| 0 | 989 | "errno", |
| 990 | "libc", | |
| 35 | 991 | "linux-raw-sys", |
| 992 | "windows-sys 0.48.0", | |
| 0 | 993 | ] |
| 994 | ||
| 995 | [[package]] | |
| 996 | name = "ryu" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
997 | version = "1.0.15" |
| 0 | 998 | 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
|
999 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
| 0 | 1000 | |
| 1001 | [[package]] | |
| 1002 | name = "safe_arch" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1003 | version = "0.7.1" |
| 0 | 1004 | 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
|
1005 | checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" |
| 0 | 1006 | dependencies = [ |
| 1007 | "bytemuck", | |
| 1008 | ] | |
| 1009 | ||
| 1010 | [[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
|
1011 | 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
|
1012 | 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
|
1013 | 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
|
1014 | 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
|
1015 | |
|
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 | [[package]] |
| 0 | 1017 | name = "serde" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1018 | version = "1.0.189" |
| 0 | 1019 | 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
|
1020 | checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" |
| 0 | 1021 | dependencies = [ |
| 1022 | "serde_derive", | |
| 1023 | ] | |
| 1024 | ||
| 1025 | [[package]] | |
| 1026 | name = "serde_derive" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1027 | version = "1.0.189" |
| 0 | 1028 | 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
|
1029 | checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" |
| 0 | 1030 | dependencies = [ |
| 1031 | "proc-macro2", | |
| 1032 | "quote", | |
| 35 | 1033 | "syn 2.0.93", |
| 0 | 1034 | ] |
| 1035 | ||
| 1036 | [[package]] | |
| 1037 | name = "serde_json" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1038 | version = "1.0.107" |
| 0 | 1039 | 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
|
1040 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
| 0 | 1041 | dependencies = [ |
| 35 | 1042 | "itoa", |
| 0 | 1043 | "ryu", |
| 1044 | "serde", | |
| 1045 | ] | |
| 1046 | ||
| 1047 | [[package]] | |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1048 | name = "serde_with" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1049 | version = "3.12.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1050 | 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
|
1051 | checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1052 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1053 | "base64", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1054 | "chrono", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1055 | "hex", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1056 | "indexmap 1.9.3", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1057 | "indexmap 2.7.0", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1058 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1059 | "serde_derive", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1060 | "serde_json", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1061 | "serde_with_macros", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1062 | "time", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1063 | ] |
|
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 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1066 | name = "serde_with_macros" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1067 | version = "3.12.0" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1068 | 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
|
1069 | checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1070 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1071 | "darling", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1072 | "proc-macro2", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1073 | "quote", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1074 | "syn 2.0.93", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1075 | ] |
|
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 | [[package]] |
| 35 | 1078 | name = "shlex" |
| 1079 | version = "1.3.0" | |
| 1080 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1081 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| 1082 | ||
| 1083 | [[package]] | |
| 0 | 1084 | name = "simba" |
| 35 | 1085 | version = "0.9.0" |
| 0 | 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1087 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
| 0 | 1088 | dependencies = [ |
| 1089 | "approx", | |
| 1090 | "num-complex", | |
| 1091 | "num-traits", | |
| 1092 | "paste", | |
| 1093 | "wide", | |
| 1094 | ] | |
| 1095 | ||
| 1096 | [[package]] | |
| 35 | 1097 | name = "strsim" |
| 1098 | version = "0.11.1" | |
| 0 | 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1100 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 0 | 1101 | |
| 1102 | [[package]] | |
| 1103 | name = "syn" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1104 | version = "1.0.109" |
| 0 | 1105 | 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
|
1106 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1107 | dependencies = [ |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1108 | "proc-macro2", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1109 | "quote", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1110 | "unicode-ident", |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1111 | ] |
|
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 | [[package]] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1114 | name = "syn" |
| 35 | 1115 | version = "2.0.93" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1117 | checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" |
| 0 | 1118 | dependencies = [ |
| 1119 | "proc-macro2", | |
| 1120 | "quote", | |
| 1121 | "unicode-ident", | |
| 1122 | ] | |
| 1123 | ||
| 1124 | [[package]] | |
| 35 | 1125 | name = "terminal_size" |
| 1126 | version = "0.4.1" | |
| 0 | 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1128 | checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" |
| 0 | 1129 | dependencies = [ |
| 35 | 1130 | "rustix", |
| 1131 | "windows-sys 0.59.0", | |
| 0 | 1132 | ] |
| 1133 | ||
| 1134 | [[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
|
1135 | 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
|
1136 | 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
|
1137 | 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
|
1138 | 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
|
1139 | 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
|
1140 | "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
|
1141 | ] |
|
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 | [[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
|
1144 | 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
|
1145 | 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
|
1146 | 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
|
1147 | 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
|
1148 | 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
|
1149 | "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
|
1150 | "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
|
1151 | "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
|
1152 | ] |
|
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 | [[package]] |
|
39
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1155 | name = "time" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1156 | version = "0.3.37" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1157 | 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
|
1158 | checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1159 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1160 | "deranged", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1161 | "itoa", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1162 | "num-conv", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1163 | "powerfmt", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1164 | "serde", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1165 | "time-core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1166 | "time-macros", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1167 | ] |
|
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 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1170 | name = "time-core" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1171 | version = "0.1.2" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1172 | 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
|
1173 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1174 | |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1175 | [[package]] |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1176 | name = "time-macros" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1177 | version = "0.2.19" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1178 | 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
|
1179 | checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1180 | dependencies = [ |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1181 | "num-conv", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1182 | "time-core", |
|
6316d68b58af
Merging adjustments, parameter tuning, etc.
Tuomo Valkonen <tuomov@iki.fi>
parents:
35
diff
changeset
|
1183 | ] |
|
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 | [[package]] |
| 0 | 1186 | name = "typenum" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1187 | version = "1.17.0" |
| 0 | 1188 | 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
|
1189 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 0 | 1190 | |
| 1191 | [[package]] | |
| 1192 | name = "unicase" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1193 | version = "2.7.0" |
| 0 | 1194 | 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
|
1195 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| 0 | 1196 | dependencies = [ |
| 1197 | "version_check", | |
| 1198 | ] | |
| 1199 | ||
| 1200 | [[package]] | |
| 1201 | name = "unicode-ident" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1202 | version = "1.0.12" |
| 0 | 1203 | 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
|
1204 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 0 | 1205 | |
| 1206 | [[package]] | |
| 1207 | name = "unicode-width" | |
| 35 | 1208 | version = "0.2.0" |
| 0 | 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1210 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 1211 | ||
| 1212 | [[package]] | |
| 1213 | name = "utf8parse" | |
| 1214 | version = "0.2.2" | |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1216 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
| 0 | 1217 | |
| 1218 | [[package]] | |
| 1219 | name = "version_check" | |
| 1220 | version = "0.9.4" | |
| 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1222 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
| 1223 | ||
| 1224 | [[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
|
1225 | 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
|
1226 | version = "1.0.1+wasi-0.2.4" |
| 0 | 1227 | 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
|
1228 | 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
|
1229 | 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
|
1230 | "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
|
1231 | ] |
| 0 | 1232 | |
| 1233 | [[package]] | |
| 1234 | name = "wasm-bindgen" | |
| 35 | 1235 | version = "0.2.99" |
| 0 | 1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1237 | checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
| 0 | 1238 | dependencies = [ |
| 1239 | "cfg-if", | |
| 35 | 1240 | "once_cell", |
| 0 | 1241 | "wasm-bindgen-macro", |
| 1242 | ] | |
| 1243 | ||
| 1244 | [[package]] | |
| 1245 | name = "wasm-bindgen-backend" | |
| 35 | 1246 | version = "0.2.99" |
| 0 | 1247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1248 | checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
| 0 | 1249 | dependencies = [ |
| 1250 | "bumpalo", | |
| 1251 | "log", | |
| 1252 | "proc-macro2", | |
| 1253 | "quote", | |
| 35 | 1254 | "syn 2.0.93", |
| 0 | 1255 | "wasm-bindgen-shared", |
| 1256 | ] | |
| 1257 | ||
| 1258 | [[package]] | |
| 1259 | name = "wasm-bindgen-macro" | |
| 35 | 1260 | version = "0.2.99" |
| 0 | 1261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1262 | checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
| 0 | 1263 | dependencies = [ |
| 1264 | "quote", | |
| 1265 | "wasm-bindgen-macro-support", | |
| 1266 | ] | |
| 1267 | ||
| 1268 | [[package]] | |
| 1269 | name = "wasm-bindgen-macro-support" | |
| 35 | 1270 | version = "0.2.99" |
| 0 | 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1272 | checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
| 0 | 1273 | dependencies = [ |
| 1274 | "proc-macro2", | |
| 1275 | "quote", | |
| 35 | 1276 | "syn 2.0.93", |
| 0 | 1277 | "wasm-bindgen-backend", |
| 1278 | "wasm-bindgen-shared", | |
| 1279 | ] | |
| 1280 | ||
| 1281 | [[package]] | |
| 1282 | name = "wasm-bindgen-shared" | |
| 35 | 1283 | version = "0.2.99" |
| 0 | 1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1285 | checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
| 0 | 1286 | |
| 1287 | [[package]] | |
| 1288 | name = "wide" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1289 | version = "0.7.12" |
| 0 | 1290 | 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
|
1291 | checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598" |
| 0 | 1292 | dependencies = [ |
| 1293 | "bytemuck", | |
| 1294 | "safe_arch", | |
| 1295 | ] | |
| 1296 | ||
| 1297 | [[package]] | |
| 1298 | name = "winapi" | |
| 1299 | version = "0.3.9" | |
| 1300 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1301 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| 1302 | dependencies = [ | |
| 1303 | "winapi-i686-pc-windows-gnu", | |
| 1304 | "winapi-x86_64-pc-windows-gnu", | |
| 1305 | ] | |
| 1306 | ||
| 1307 | [[package]] | |
| 1308 | name = "winapi-i686-pc-windows-gnu" | |
| 1309 | version = "0.4.0" | |
| 1310 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1311 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| 1312 | ||
| 1313 | [[package]] | |
| 1314 | name = "winapi-x86_64-pc-windows-gnu" | |
| 1315 | version = "0.4.0" | |
| 1316 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1317 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
| 1318 | ||
| 1319 | [[package]] | |
| 35 | 1320 | name = "windows-core" |
| 1321 | version = "0.52.0" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1323 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1324 | dependencies = [ |
| 35 | 1325 | "windows-targets 0.52.6", |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1326 | ] |
|
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 | [[package]] |
| 0 | 1329 | name = "windows-sys" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1330 | version = "0.48.0" |
| 0 | 1331 | 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
|
1332 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1333 | dependencies = [ |
| 35 | 1334 | "windows-targets 0.48.5", |
| 1335 | ] | |
| 1336 | ||
| 1337 | [[package]] | |
| 1338 | name = "windows-sys" | |
| 1339 | version = "0.59.0" | |
| 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1341 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
| 1342 | dependencies = [ | |
| 1343 | "windows-targets 0.52.6", | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1344 | ] |
|
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 | [[package]] |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1347 | name = "windows-targets" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1348 | version = "0.48.5" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1350 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 0 | 1351 | dependencies = [ |
| 35 | 1352 | "windows_aarch64_gnullvm 0.48.5", |
| 1353 | "windows_aarch64_msvc 0.48.5", | |
| 1354 | "windows_i686_gnu 0.48.5", | |
| 1355 | "windows_i686_msvc 0.48.5", | |
| 1356 | "windows_x86_64_gnu 0.48.5", | |
| 1357 | "windows_x86_64_gnullvm 0.48.5", | |
| 1358 | "windows_x86_64_msvc 0.48.5", | |
| 1359 | ] | |
| 1360 | ||
| 1361 | [[package]] | |
| 1362 | name = "windows-targets" | |
| 1363 | version = "0.52.6" | |
| 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1365 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
| 1366 | dependencies = [ | |
| 1367 | "windows_aarch64_gnullvm 0.52.6", | |
| 1368 | "windows_aarch64_msvc 0.52.6", | |
| 1369 | "windows_i686_gnu 0.52.6", | |
| 1370 | "windows_i686_gnullvm", | |
| 1371 | "windows_i686_msvc 0.52.6", | |
| 1372 | "windows_x86_64_gnu 0.52.6", | |
| 1373 | "windows_x86_64_gnullvm 0.52.6", | |
| 1374 | "windows_x86_64_msvc 0.52.6", | |
| 0 | 1375 | ] |
| 1376 | ||
| 1377 | [[package]] | |
| 1378 | name = "windows_aarch64_gnullvm" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1379 | version = "0.48.5" |
| 0 | 1380 | 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
|
1381 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 0 | 1382 | |
| 1383 | [[package]] | |
| 35 | 1384 | name = "windows_aarch64_gnullvm" |
| 1385 | version = "0.52.6" | |
| 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1387 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
| 1388 | ||
| 1389 | [[package]] | |
| 0 | 1390 | name = "windows_aarch64_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1391 | version = "0.48.5" |
| 0 | 1392 | 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
|
1393 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 0 | 1394 | |
| 1395 | [[package]] | |
| 35 | 1396 | name = "windows_aarch64_msvc" |
| 1397 | version = "0.52.6" | |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1399 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
| 1400 | ||
| 1401 | [[package]] | |
| 0 | 1402 | name = "windows_i686_gnu" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1403 | version = "0.48.5" |
| 0 | 1404 | 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
|
1405 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 0 | 1406 | |
| 1407 | [[package]] | |
| 35 | 1408 | name = "windows_i686_gnu" |
| 1409 | version = "0.52.6" | |
| 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1411 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
| 1412 | ||
| 1413 | [[package]] | |
| 1414 | name = "windows_i686_gnullvm" | |
| 1415 | version = "0.52.6" | |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1417 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
| 1418 | ||
| 1419 | [[package]] | |
| 0 | 1420 | name = "windows_i686_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1421 | version = "0.48.5" |
| 0 | 1422 | 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
|
1423 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 0 | 1424 | |
| 1425 | [[package]] | |
| 35 | 1426 | name = "windows_i686_msvc" |
| 1427 | version = "0.52.6" | |
| 1428 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1429 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
| 1430 | ||
| 1431 | [[package]] | |
| 0 | 1432 | name = "windows_x86_64_gnu" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1433 | version = "0.48.5" |
| 0 | 1434 | 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
|
1435 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 0 | 1436 | |
| 1437 | [[package]] | |
| 35 | 1438 | name = "windows_x86_64_gnu" |
| 1439 | version = "0.52.6" | |
| 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1441 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
| 1442 | ||
| 1443 | [[package]] | |
| 0 | 1444 | name = "windows_x86_64_gnullvm" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1445 | version = "0.48.5" |
| 0 | 1446 | 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
|
1447 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 0 | 1448 | |
| 1449 | [[package]] | |
| 35 | 1450 | name = "windows_x86_64_gnullvm" |
| 1451 | version = "0.52.6" | |
| 1452 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 1453 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
| 1454 | ||
| 1455 | [[package]] | |
| 0 | 1456 | name = "windows_x86_64_msvc" |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1457 | version = "0.48.5" |
| 0 | 1458 | 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
|
1459 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1460 | |
|
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1461 | [[package]] |
| 35 | 1462 | name = "windows_x86_64_msvc" |
| 1463 | version = "0.52.6" | |
|
34
efa60bc4f743
Radon FB + sliding improvements
Tuomo Valkonen <tuomov@iki.fi>
parents:
30
diff
changeset
|
1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | 1465 | 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
|
1466 | |
|
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 | [[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
|
1468 | 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
|
1469 | 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
|
1470 | 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
|
1471 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |