Cargo.lock 10.9 KB
Newer Older
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
3 4
version = 3

P
Peter Pan 已提交
5 6 7 8 9 10
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

11 12
[[package]]
name = "bumpalo"
P
Peter Pan 已提交
13
version = "3.4.0"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
15
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
 "cfg-if",
 "wasm-bindgen",
]

[[package]]
name = "futures"
P
Peter Pan 已提交
35
version = "0.3.5"
36
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
37
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
38 39 40 41 42 43 44 45 46 47 48 49
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
50
version = "0.3.25"
51
source = "registry+https://github.com/rust-lang/crates.io-index"
52
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
53 54 55 56 57 58 59
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
60
version = "0.3.25"
61
source = "registry+https://github.com/rust-lang/crates.io-index"
62
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
63 64 65

[[package]]
name = "futures-executor"
P
Peter Pan 已提交
66
version = "0.3.5"
67
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
68
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
69 70 71 72 73 74 75 76
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-io"
77
version = "0.3.25"
78
source = "registry+https://github.com/rust-lang/crates.io-index"
79
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
80 81 82

[[package]]
name = "futures-macro"
83
version = "0.3.25"
84
source = "registry+https://github.com/rust-lang/crates.io-index"
85
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
86 87 88 89 90 91 92 93
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "futures-sink"
94
version = "0.3.25"
95
source = "registry+https://github.com/rust-lang/crates.io-index"
96
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
97 98 99

[[package]]
name = "futures-task"
100
version = "0.3.25"
101
source = "registry+https://github.com/rust-lang/crates.io-index"
102
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
103 104 105

[[package]]
name = "futures-util"
106
version = "0.3.25"
107
source = "registry+https://github.com/rust-lang/crates.io-index"
108
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
109 110 111 112 113 114 115 116
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
117
 "pin-project-lite",
118 119 120
 "pin-utils",
 "slab",
]
121 122 123

[[package]]
name = "itoa"
P
Peter Pan 已提交
124
version = "0.4.6"
125
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
126
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
127 128 129

[[package]]
name = "js-sys"
P
Peter Pan 已提交
130
version = "0.3.40"
131
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
132
checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
 "cfg-if",
]

P
Peter Pan 已提交
152 153 154 155 156 157 158 159 160
[[package]]
name = "matrixmultiply"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002"
dependencies = [
 "rawpointer",
]

161
[[package]]
162 163
name = "memchr"
version = "2.3.3"
164
source = "registry+https://github.com/rust-lang/crates.io-index"
165
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
166

P
Peter Pan 已提交
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
[[package]]
name = "num"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
dependencies = [
 "num-integer",
 "num-iter",
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
dependencies = [
 "autocfg",
 "num-traits",
]

[[package]]
name = "num-iter"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]

P
Peter Pan 已提交
208
[[package]]
209 210
name = "pin-project-lite"
version = "0.2.9"
P
Peter Pan 已提交
211
source = "registry+https://github.com/rust-lang/crates.io-index"
212
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
P
Peter Pan 已提交
213

214
[[package]]
215
name = "pin-utils"
P
Peter Pan 已提交
216
version = "0.1.0"
217
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
218
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
219 220 221

[[package]]
name = "proc-macro2"
222
version = "1.0.50"
223
source = "registry+https://github.com/rust-lang/crates.io-index"
224
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
225
dependencies = [
226
 "unicode-ident",
227 228 229 230
]

[[package]]
name = "quote"
P
Peter Pan 已提交
231
version = "1.0.7"
232
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
233
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
234
dependencies = [
235
 "proc-macro2",
236 237
]

P
Peter Pan 已提交
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
[[package]]
name = "rawpointer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019"

[[package]]
name = "rulinalg"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04ada202c9685e1d72a7420c578e92b358dbf807d3dfabb676a3dab9cc3bb12f"
dependencies = [
 "matrixmultiply",
 "num",
]

254 255
[[package]]
name = "ryu"
P
Peter Pan 已提交
256
version = "1.0.5"
257
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
258
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
259 260 261 262 263 264 265 266 267

[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"

[[package]]
name = "serde"
P
Peter Pan 已提交
268
version = "1.0.112"
269
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
270
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
271 272 273

[[package]]
name = "serde_derive"
P
Peter Pan 已提交
274
version = "1.0.112"
275
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
276
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
277
dependencies = [
278 279
 "proc-macro2",
 "quote",
280 281 282 283 284
 "syn",
]

[[package]]
name = "serde_json"
P
Peter Pan 已提交
285
version = "1.0.55"
286
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
287
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
288 289 290 291 292 293
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

294 295 296 297 298 299
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

300 301
[[package]]
name = "syn"
302
version = "1.0.107"
303
source = "registry+https://github.com/rust-lang/crates.io-index"
304
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
305
dependencies = [
306 307
 "proc-macro2",
 "quote",
308
 "unicode-ident",
309 310 311
]

[[package]]
312 313
name = "unicode-ident"
version = "1.0.6"
314
source = "registry+https://github.com/rust-lang/crates.io-index"
315
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
316 317 318 319 320 321 322 323

[[package]]
name = "visualdl"
version = "0.1.0"
dependencies = [
 "console_error_panic_hook",
 "futures",
 "js-sys",
P
Peter Pan 已提交
324
 "rulinalg",
325 326 327 328 329 330 331 332 333 334
 "serde",
 "serde_derive",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test",
 "web-sys",
]

[[package]]
name = "wasm-bindgen"
P
Peter Pan 已提交
335
version = "0.2.63"
336
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
337
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
338 339 340 341 342 343 344 345 346
dependencies = [
 "cfg-if",
 "serde",
 "serde_json",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
P
Peter Pan 已提交
347
version = "0.2.63"
348
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
349
checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
350 351 352 353
dependencies = [
 "bumpalo",
 "lazy_static",
 "log",
354 355
 "proc-macro2",
 "quote",
356 357 358 359 360 361
 "syn",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
P
Peter Pan 已提交
362
version = "0.4.13"
363
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
364
checksum = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
365 366 367 368 369 370 371 372 373
dependencies = [
 "cfg-if",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
P
Peter Pan 已提交
374
version = "0.2.63"
375
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
376
checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
377
dependencies = [
378
 "quote",
379 380 381 382 383
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
P
Peter Pan 已提交
384
version = "0.2.63"
385
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
386
checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
387
dependencies = [
388 389
 "proc-macro2",
 "quote",
390 391 392 393 394 395 396
 "syn",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
P
Peter Pan 已提交
397
version = "0.2.63"
398
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
399
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
400 401 402

[[package]]
name = "wasm-bindgen-test"
P
Peter Pan 已提交
403
version = "0.3.13"
404
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
405
checksum = "0f0dfda4d3b3f8acbc3c291b09208081c203af457fb14a229783b06e2f128aa7"
406 407 408 409 410 411 412 413 414 415 416
dependencies = [
 "console_error_panic_hook",
 "js-sys",
 "scoped-tls",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test-macro",
]

[[package]]
name = "wasm-bindgen-test-macro"
P
Peter Pan 已提交
417
version = "0.3.13"
418
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
419
checksum = "2c2e18093f11c19ca4e188c177fecc7c372304c311189f12c2f9bea5b7324ac7"
420
dependencies = [
421 422
 "proc-macro2",
 "quote",
423 424 425 426
]

[[package]]
name = "web-sys"
P
Peter Pan 已提交
427
version = "0.3.40"
428
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
429
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
430 431 432 433
dependencies = [
 "js-sys",
 "wasm-bindgen",
]