2022-08-13 14:09:48 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.1.3"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-18 17:26:04 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "anes"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
2023-05-26 09:48:35 +00:00
|
|
|
name = "anstyle"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.9"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.4.0"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "bstr"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.10.0"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
2023-01-06 13:10:38 +00:00
|
|
|
"serde",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "3.16.0"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cast"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2022-09-18 17:26:04 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ciborium"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.2"
|
2022-09-18 17:26:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
2022-09-18 17:26:04 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"ciborium-io",
|
|
|
|
|
"ciborium-ll",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ciborium-io"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.2"
|
2022-09-18 17:26:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
2022-09-18 17:26:04 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ciborium-ll"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.2"
|
2022-09-18 17:26:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
2022-09-18 17:26:04 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"ciborium-io",
|
|
|
|
|
"half",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "4.5.20"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
2023-05-26 09:48:35 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"clap_builder",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_builder"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "4.5.20"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
2023-05-26 09:48:35 +00:00
|
|
|
"anstyle",
|
2022-09-18 17:26:04 +00:00
|
|
|
"clap_lex",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.7.2"
|
2022-09-18 17:26:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "criterion"
|
2023-05-26 09:48:35 +00:00
|
|
|
version = "0.5.1"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 09:48:35 +00:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
2022-09-18 17:26:04 +00:00
|
|
|
"anes",
|
2022-08-26 13:20:17 +00:00
|
|
|
"cast",
|
2022-09-18 17:26:04 +00:00
|
|
|
"ciborium",
|
2022-08-26 13:20:17 +00:00
|
|
|
"clap",
|
|
|
|
|
"criterion-plot",
|
2023-05-26 09:48:35 +00:00
|
|
|
"is-terminal",
|
2022-08-26 13:20:17 +00:00
|
|
|
"itertools",
|
|
|
|
|
"num-traits",
|
2023-05-26 09:48:35 +00:00
|
|
|
"once_cell",
|
2022-08-26 13:20:17 +00:00
|
|
|
"oorandom",
|
|
|
|
|
"plotters",
|
|
|
|
|
"rayon",
|
|
|
|
|
"regex",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tinytemplate",
|
|
|
|
|
"walkdir",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "criterion-plot"
|
2022-09-18 17:26:04 +00:00
|
|
|
version = "0.5.0"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 17:26:04 +00:00
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cast",
|
|
|
|
|
"itertools",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.8.5"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.9.18"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.8.20"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2022-08-13 14:09:48 +00:00
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
2024-10-27 18:18:32 +00:00
|
|
|
name = "crunchy"
|
|
|
|
|
version = "0.2.2"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2023-05-26 09:48:35 +00:00
|
|
|
[[package]]
|
2024-10-27 18:18:32 +00:00
|
|
|
name = "either"
|
|
|
|
|
version = "1.13.0"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "fuzzy-matcher"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thread_local",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "globset"
|
2024-09-16 18:48:01 +00:00
|
|
|
version = "0.4.15"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 18:48:01 +00:00
|
|
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"bstr",
|
|
|
|
|
"log",
|
2023-11-26 23:05:12 +00:00
|
|
|
"regex-automata",
|
2024-10-27 18:18:32 +00:00
|
|
|
"regex-syntax",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "half"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "2.4.1"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crunchy",
|
|
|
|
|
]
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2023-05-26 09:48:35 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.4.0"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ignore"
|
2024-09-16 18:48:01 +00:00
|
|
|
version = "0.4.23"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 18:48:01 +00:00
|
|
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
2023-11-26 23:05:12 +00:00
|
|
|
"crossbeam-deque",
|
2022-08-13 14:09:48 +00:00
|
|
|
"globset",
|
|
|
|
|
"log",
|
|
|
|
|
"memchr",
|
2023-11-26 23:05:12 +00:00
|
|
|
"regex-automata",
|
2022-08-13 14:09:48 +00:00
|
|
|
"same-file",
|
|
|
|
|
"walkdir",
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2023-05-26 09:48:35 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "is-terminal"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.4.13"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
2023-05-26 09:48:35 +00:00
|
|
|
dependencies = [
|
2023-10-22 16:23:59 +00:00
|
|
|
"hermit-abi",
|
2024-10-27 18:18:32 +00:00
|
|
|
"libc",
|
|
|
|
|
"windows-sys 0.52.0",
|
2022-08-26 13:20:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-18 17:26:04 +00:00
|
|
|
name = "itertools"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.10.5"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-09-18 17:26:04 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.11"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ivy"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
2022-08-26 13:20:17 +00:00
|
|
|
"criterion",
|
2022-08-13 14:09:48 +00:00
|
|
|
"fuzzy-matcher",
|
|
|
|
|
"ignore",
|
2022-08-26 15:34:15 +00:00
|
|
|
"rayon",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.3.72"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.161"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.4.22"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-08-13 14:09:48 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "2.7.4"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.19"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.20.2"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-08-13 14:09:48 +00:00
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "oorandom"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "11.1.4"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "plotters"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.3.7"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
"plotters-backend",
|
|
|
|
|
"plotters-svg",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "plotters-backend"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.3.7"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "plotters-svg"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.3.7"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"plotters-backend",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.89"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.37"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
2024-03-24 06:55:55 +00:00
|
|
|
version = "1.10.0"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 06:55:55 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
2024-01-17 18:53:40 +00:00
|
|
|
version = "1.12.1"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-17 18:53:40 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.11.1"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-11-26 23:05:12 +00:00
|
|
|
dependencies = [
|
2024-10-27 18:18:32 +00:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
2023-11-26 23:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.4.8"
|
2023-11-26 23:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
2024-10-27 18:18:32 +00:00
|
|
|
"regex-syntax",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.8.5"
|
2023-11-26 23:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.18"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.213"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
2022-09-18 17:26:04 +00:00
|
|
|
"serde_derive",
|
2022-08-26 13:20:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.213"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.132"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
2022-09-18 17:26:04 +00:00
|
|
|
"itoa",
|
2024-10-27 18:18:32 +00:00
|
|
|
"memchr",
|
2022-08-26 13:20:17 +00:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "2.0.85"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.1.8"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
2024-10-27 18:18:32 +00:00
|
|
|
"cfg-if",
|
2022-08-13 14:09:48 +00:00
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "tinytemplate"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "1.0.13"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "2.5.0"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"same-file",
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-26 13:20:17 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.95"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2024-10-27 18:18:32 +00:00
|
|
|
"once_cell",
|
2022-08-26 13:20:17 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.95"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.95"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.95"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.2.95"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2022-08-26 13:20:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.3.72"
|
2022-08-26 13:20:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2022-08-26 13:20:17 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-13 14:09:48 +00:00
|
|
|
[[package]]
|
2024-10-27 18:18:32 +00:00
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.9"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
2024-10-27 18:18:32 +00:00
|
|
|
"windows-sys 0.59.0",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-27 18:18:32 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.52.0"
|
2022-08-13 14:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2022-08-13 14:09:48 +00:00
|
|
|
dependencies = [
|
2024-10-27 18:18:32 +00:00
|
|
|
"windows-targets",
|
2022-08-13 14:09:48 +00:00
|
|
|
]
|
|
|
|
|
|
2023-05-26 09:48:35 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.59.0"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-05-26 09:48:35 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-05-26 09:48:35 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
2024-10-27 18:18:32 +00:00
|
|
|
"windows_i686_gnullvm",
|
2023-05-26 09:48:35 +00:00
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-05-26 09:48:35 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-27 18:18:32 +00:00
|
|
|
version = "0.52.6"
|
2023-05-26 09:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-27 18:18:32 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|