2019-09-11 21:28:14 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-31 15:48:25 +03:00
|
|
|
version = 3
|
|
|
|
|
2022-01-28 08:36:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
|
2020-12-14 04:42:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.2.3"
|
2020-12-14 04:42:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-12-14 04:42:07 +02:00
|
|
|
|
2022-05-27 12:50:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2020-02-11 10:01:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "1.2.0"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2020-02-11 10:01:39 +02:00
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2021-03-15 08:30:15 +02:00
|
|
|
version = "0.12.1"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 08:30:15 +02:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"winapi",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.0"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
2022-03-28 13:40:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
2019-11-07 11:11:32 +02:00
|
|
|
name = "bumpalo"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "3.7.0"
|
2019-11-07 10:31:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2019-11-07 10:31:04 +02:00
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "1.9.1"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-03-28 13:41:52 +03:00
|
|
|
version = "1.4.3"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 13:41:52 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-11-07 10:31:04 +02:00
|
|
|
|
2022-01-06 10:39:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
2020-12-14 04:42:07 +02:00
|
|
|
version = "1.1.0"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2022-01-06 11:47:32 +02:00
|
|
|
version = "0.15.0"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 11:47:32 +02:00
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
2020-02-12 12:19:38 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
2022-01-06 11:47:32 +02:00
|
|
|
"once_cell",
|
2020-12-14 04:42:07 +02:00
|
|
|
"terminal_size",
|
|
|
|
"winapi",
|
2020-02-12 12:19:38 +02:00
|
|
|
]
|
|
|
|
|
2022-07-22 05:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-28 13:41:52 +03:00
|
|
|
version = "1.3.2"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 13:41:52 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2022-03-28 13:41:52 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2022-04-06 05:38:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.1.12"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "1.0.0"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"adler32",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
2021-03-15 08:30:15 +02:00
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 08:30:15 +02:00
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
2019-11-06 12:17:49 +02:00
|
|
|
|
2019-09-11 21:28:14 +03:00
|
|
|
[[package]]
|
2020-01-24 12:44:43 +02:00
|
|
|
name = "docx-rs"
|
2022-08-25 09:49:26 +03:00
|
|
|
version = "0.4.2"
|
2019-09-13 13:41:05 +03:00
|
|
|
dependencies = [
|
2022-03-28 13:40:32 +03:00
|
|
|
"base64",
|
2020-12-14 04:42:07 +02:00
|
|
|
"image",
|
|
|
|
"insta",
|
|
|
|
"pretty_assertions",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2022-01-28 08:36:03 +02:00
|
|
|
"ts-rs",
|
2020-12-14 04:42:07 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"xml-rs",
|
|
|
|
"zip",
|
2019-11-07 10:31:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-24 12:44:43 +02:00
|
|
|
name = "docx-wasm"
|
2019-11-07 11:11:32 +02:00
|
|
|
version = "0.1.0"
|
2019-11-07 10:31:04 +02:00
|
|
|
dependencies = [
|
2022-07-22 05:46:07 +03:00
|
|
|
"console_error_panic_hook",
|
2020-12-14 04:42:07 +02:00
|
|
|
"docx-rs",
|
|
|
|
"wasm-bindgen",
|
2019-12-11 07:12:22 +02:00
|
|
|
]
|
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.4.5"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
2020-02-12 12:19:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2020-02-12 12:19:38 +02:00
|
|
|
|
2020-02-11 10:01:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-03-28 13:41:52 +03:00
|
|
|
version = "1.0.22"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 13:41:52 +03:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2020-02-11 10:01:39 +02:00
|
|
|
dependencies = [
|
2022-03-28 13:41:52 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-14 04:42:07 +02:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2022-03-28 13:41:52 +03:00
|
|
|
"miniz_oxide 0.4.3",
|
2020-02-11 10:01:39 +02:00
|
|
|
]
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2020-10-09 08:11:46 +03:00
|
|
|
version = "0.11.1"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-07-21 11:44:40 +03:00
|
|
|
version = "0.24.3"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-21 11:44:40 +03:00
|
|
|
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
2022-06-14 12:11:52 +03:00
|
|
|
"tiff",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "insta"
|
2022-07-22 05:46:21 +03:00
|
|
|
version = "1.16.0"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 05:46:21 +03:00
|
|
|
checksum = "36fb7ec420af04ce7d1a422945cd19c52bf01772ead45934cee77f056dca1081"
|
2020-02-12 12:19:38 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"console",
|
2022-01-25 15:12:53 +02:00
|
|
|
"once_cell",
|
2020-12-14 04:42:07 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2021-03-02 05:32:41 +02:00
|
|
|
"similar",
|
2020-02-12 12:19:38 +02:00
|
|
|
]
|
|
|
|
|
2020-02-11 10:01:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.4.5"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
2020-02-11 10:01:39 +02:00
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "0.2.6"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
|
2020-05-14 06:01:20 +03:00
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
2019-11-07 11:11:32 +02:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2019-11-07 10:31:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-11-07 10:31:04 +02:00
|
|
|
|
2019-12-11 07:12:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.2.66"
|
2019-12-11 07:12:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
2019-12-11 07:12:22 +02:00
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.5.3"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
2020-02-12 12:19:38 +02:00
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
2019-11-07 11:11:32 +02:00
|
|
|
name = "log"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.4.8"
|
2019-11-07 10:31:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-11-07 10:31:04 +02:00
|
|
|
dependencies = [
|
2022-01-06 10:39:17 +02:00
|
|
|
"cfg-if 0.1.10",
|
2019-09-13 13:41:05 +03:00
|
|
|
]
|
2019-09-11 21:28:14 +03:00
|
|
|
|
2021-03-19 07:14:25 +02:00
|
|
|
[[package]]
|
2022-05-27 12:50:20 +03:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.3"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2022-05-27 12:50:20 +03:00
|
|
|
"adler 0.2.3",
|
2020-12-14 04:42:07 +02:00
|
|
|
"autocfg",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2020-02-11 10:01:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "0.5.1"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2020-02-11 10:01:39 +02:00
|
|
|
dependencies = [
|
2022-05-27 12:50:20 +03:00
|
|
|
"adler 1.0.2",
|
2020-02-11 10:01:39 +02:00
|
|
|
]
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.1.42"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "0.4.0"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.2.11"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"autocfg",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2022-01-06 11:47:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"winapi",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
2020-05-14 06:01:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-05-27 12:50:20 +03:00
|
|
|
version = "0.17.5"
|
2020-05-14 06:01:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-27 12:50:20 +03:00
|
|
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
2020-05-14 06:01:20 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-05-27 12:50:20 +03:00
|
|
|
"miniz_oxide 0.5.1",
|
2020-05-14 06:01:20 +03:00
|
|
|
]
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2022-04-06 05:37:49 +03:00
|
|
|
version = "1.2.1"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 05:37:49 +03:00
|
|
|
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"ansi_term",
|
|
|
|
"ctor",
|
2021-03-15 08:30:15 +02:00
|
|
|
"diff",
|
2020-12-14 04:42:07 +02:00
|
|
|
"output_vt100",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "1.0.29"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"unicode-xid",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.2"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"proc-macro2",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
2020-02-11 10:01:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.2"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2020-02-11 10:01:39 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.123"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2020-02-11 10:01:39 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"serde_derive",
|
2020-02-11 10:01:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.123"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2020-02-11 10:01:39 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-11 10:01:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.63"
|
2020-02-11 10:01:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "43535db9747a4ba938c0ce0a98cc631a46ebf943c9e1d604e091df6007620bf6"
|
2020-02-11 10:01:39 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-02-11 10:01:39 +02:00
|
|
|
]
|
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.8.14"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
|
2020-02-12 12:19:38 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
2020-02-12 12:19:38 +02:00
|
|
|
]
|
|
|
|
|
2021-03-02 05:32:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2022-01-06 11:47:32 +02:00
|
|
|
version = "2.1.0"
|
2021-03-02 05:32:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 11:47:32 +02:00
|
|
|
checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
|
2021-03-02 05:32:41 +02:00
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "1.0.76"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
2022-01-28 08:36:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-08-13 11:27:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2021-03-02 05:32:41 +02:00
|
|
|
version = "0.1.16"
|
2020-08-13 11:27:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 05:32:41 +02:00
|
|
|
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
|
2020-08-13 11:27:45 +03:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-08-13 11:27:45 +03:00
|
|
|
]
|
|
|
|
|
2019-11-11 11:34:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.5"
|
2019-11-11 11:34:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824"
|
2019-11-11 11:34:55 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"thiserror-impl",
|
2019-11-11 11:34:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "1.0.5"
|
2019-11-11 11:34:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d"
|
2019-11-11 11:34:55 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-11 11:34:55 +02:00
|
|
|
]
|
|
|
|
|
2022-06-14 12:11:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cfada0986f446a770eca461e8c6566cb879682f7d687c8348aa0c857bd52286"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-01-28 08:36:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ts-rs"
|
|
|
|
version = "6.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df082879c2ca6521d54bedd7d6d2e9407b7d457dede64415f1739d3a44a19b05"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"ts-rs-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ts-rs-macros"
|
|
|
|
version = "6.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f402688b565efbe1a0ffb296e201c12f1986fd02eba37f4dc62c13098a6218c1"
|
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
2019-11-07 11:11:32 +02:00
|
|
|
name = "unicode-xid"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.2.0"
|
2019-11-07 11:11:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-11-07 11:11:32 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "0.2.78"
|
2019-11-07 11:11:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2019-11-07 11:11:32 +02:00
|
|
|
dependencies = [
|
2022-01-06 10:39:17 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-14 04:42:07 +02:00
|
|
|
"wasm-bindgen-macro",
|
2019-11-07 11:11:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "0.2.78"
|
2019-11-07 10:31:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2019-11-07 10:31:04 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2019-11-07 10:31:04 +02:00
|
|
|
]
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
2019-11-07 11:11:32 +02:00
|
|
|
name = "wasm-bindgen-macro"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "0.2.78"
|
2019-11-07 11:11:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2019-11-07 11:11:32 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-11-07 11:11:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "0.2.78"
|
2019-11-07 11:11:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2019-11-07 11:11:32 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-11-07 11:11:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-01-06 10:39:17 +02:00
|
|
|
version = "0.2.78"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 10:39:17 +02:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2019-11-06 12:17:49 +02:00
|
|
|
|
2020-10-09 08:11:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.1.1"
|
2020-10-09 08:11:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "e0e26e7a4d998e3d7949c69444b8b4916bac810da0d3a82ae612c89e952782f4"
|
2020-10-09 08:11:46 +03:00
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.3.8"
|
2019-11-06 12:17:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-11-06 12:17:49 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-11-06 12:17:49 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-11-06 12:17:49 +02:00
|
|
|
|
2022-01-28 08:36:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-11-06 12:17:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 04:42:07 +02:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-11-06 12:17:49 +02:00
|
|
|
|
2019-09-13 13:41:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-07-31 15:48:25 +03:00
|
|
|
version = "0.8.4"
|
2019-09-13 13:41:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 15:48:25 +03:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2019-09-13 13:41:05 +03:00
|
|
|
|
2020-02-12 12:19:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-03-19 07:14:25 +02:00
|
|
|
version = "0.4.3"
|
2020-02-12 12:19:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 07:14:25 +02:00
|
|
|
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
2020-02-12 12:19:38 +02:00
|
|
|
dependencies = [
|
2020-12-14 04:42:07 +02:00
|
|
|
"linked-hash-map",
|
2020-02-12 12:19:38 +02:00
|
|
|
]
|
|
|
|
|
2019-11-07 10:31:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2022-04-06 05:38:00 +03:00
|
|
|
version = "0.6.2"
|
2019-11-07 10:31:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 05:38:00 +03:00
|
|
|
checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
|
2019-11-07 10:31:04 +02:00
|
|
|
dependencies = [
|
2022-03-28 13:41:52 +03:00
|
|
|
"byteorder",
|
2020-12-14 04:42:07 +02:00
|
|
|
"crc32fast",
|
2022-05-27 12:50:20 +03:00
|
|
|
"crossbeam-utils",
|
2020-12-14 04:42:07 +02:00
|
|
|
"flate2",
|
2021-03-23 05:08:19 +02:00
|
|
|
]
|