2024-03-23 21:58:32 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-29 18:47:51 +00:00
|
|
|
version = 4
|
2024-03-23 21:58:32 +00:00
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.6.17"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-05 23:45:36 +01:00
|
|
|
"is_terminal_polyfill",
|
2024-03-24 12:48:11 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "1.0.9"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
2024-03-24 12:48:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.6"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "1.1.2"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows-sys",
|
2024-03-24 12:48:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "3.0.6"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows-sys",
|
2024-03-24 12:48:11 +00:00
|
|
|
]
|
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "2.6.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-23 17:32:33 +01:00
|
|
|
version = "3.16.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-23 17:32:33 +01:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
2024-03-23 21:58:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bunbun"
|
2024-10-29 21:24:16 +00:00
|
|
|
version = "1.5.0"
|
2024-03-23 21:58:32 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:48:11 +00:00
|
|
|
"clap",
|
2024-05-05 23:45:36 +01:00
|
|
|
"owo-colors",
|
2024-03-23 22:35:06 +00:00
|
|
|
"sysinfo",
|
|
|
|
"whoami",
|
2024-03-23 21:58:32 +00:00
|
|
|
]
|
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-10-09 09:20:13 +01:00
|
|
|
version = "4.5.20"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-09 09:20:13 +01:00
|
|
|
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-10-09 09:20:13 +01:00
|
|
|
version = "4.5.20"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-09 09:20:13 +01:00
|
|
|
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "4.5.18"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-08-22 17:42:36 +01:00
|
|
|
version = "0.7.2"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 17:42:36 +01:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2024-03-24 12:48:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "1.0.3"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-03-23 21:58:32 +00:00
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-22 17:42:36 +01:00
|
|
|
version = "0.8.7"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 17:42:36 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-05 23:45:36 +01:00
|
|
|
version = "0.8.20"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-05 23:45:36 +01:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "1.13.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2024-05-05 23:45:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-08-22 17:42:36 +01:00
|
|
|
version = "1.70.1"
|
2024-05-05 23:45:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 17:42:36 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-05 23:45:36 +01:00
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.3.72"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.161"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.4.22"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
2024-09-24 21:28:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-09 09:20:13 +01:00
|
|
|
version = "1.20.2"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-09 09:20:13 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
2024-05-05 23:45:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "4.1.0"
|
2024-05-05 23:45:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56"
|
2024-05-05 23:45:36 +01:00
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "1.0.89"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "1.0.37"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-31 18:49:22 +01:00
|
|
|
version = "1.10.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-31 18:49:22 +01:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-09 09:20:13 +01:00
|
|
|
version = "0.5.7"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-09 09:20:13 +01:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-03 18:43:34 +01:00
|
|
|
version = "0.11.1"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 18:43:34 +01:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-03-24 12:48:11 +00:00
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "2.0.85"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2024-10-09 09:20:13 +01:00
|
|
|
version = "0.32.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-09 09:20:13 +01:00
|
|
|
checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2024-09-24 21:28:39 +01:00
|
|
|
"memchr",
|
2024-03-23 22:35:06 +00:00
|
|
|
"ntapi",
|
|
|
|
"rayon",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "1.0.13"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.2.2"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-03-24 12:48:11 +00:00
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.95"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-22 17:42:36 +01:00
|
|
|
"once_cell",
|
2024-03-23 22:35:06 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.95"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.95"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.95"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.2.95"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.3.72"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "1.5.2"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"redox_syscall",
|
|
|
|
"wasite",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "0.57.0"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-core",
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows-targets",
|
2024-03-23 22:35:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-09-24 21:28:39 +01:00
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.1.2"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 21:28:39 +01:00
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows-targets",
|
2024-03-23 21:58:32 +00:00
|
|
|
]
|
|
|
|
|
2024-03-24 12:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-10-29 18:47:51 +00:00
|
|
|
version = "0.59.0"
|
2024-03-24 12:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 18:47:51 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-03-24 12:48:11 +00:00
|
|
|
dependencies = [
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows-targets",
|
2024-03-23 22:35:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-23 22:35:06 +00:00
|
|
|
dependencies = [
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-04-23 17:32:33 +01:00
|
|
|
"windows_i686_gnullvm",
|
2024-05-05 23:45:36 +01:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2024-03-23 21:58:32 +00:00
|
|
|
]
|
|
|
|
|
2024-03-23 22:35:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-04-23 17:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-23 17:32:33 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-03-23 22:35:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-15 12:27:15 +01:00
|
|
|
version = "0.52.6"
|
2024-03-23 22:35:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 12:27:15 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|