2023-01-24 18:52:44 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-12-17 00:31:38 +01:00
|
|
|
version = 4
|
2023-01-24 18:52:44 +01:00
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.24.2"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
2024-12-17 00:31:38 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-08-05 20:13:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-08-05 20:13:35 +02:00
|
|
|
|
2024-01-04 14:21:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.1.3"
|
2024-01-04 14:21:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2024-01-04 14:21:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-05 20:13:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.2.21"
|
2023-08-05 20:13:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2023-08-05 20:13:35 +02:00
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.6.18"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-30 08:22:59 +02:00
|
|
|
"anstyle-query",
|
2023-04-01 16:15:29 +02:00
|
|
|
"anstyle-wincon",
|
2023-04-30 08:22:59 +02:00
|
|
|
"colorchoice",
|
2024-06-23 01:17:33 +02:00
|
|
|
"is_terminal_polyfill",
|
2023-04-01 16:15:29 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.10"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-04-01 16:15:29 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.2.6"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-30 08:22:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.1.2"
|
2023-04-30 08:22:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-04-30 08:22:59 +02:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-sys",
|
2023-04-30 08:22:59 +02:00
|
|
|
]
|
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "3.0.6"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-sys",
|
2023-04-01 16:15:29 +02:00
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.0.95"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-02-12 23:07:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.4.0"
|
2023-02-12 23:07:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2023-02-12 23:07:55 +01:00
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.74"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-targets",
|
2023-08-14 21:59:16 +02:00
|
|
|
]
|
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "2.6.0"
|
2024-01-04 12:36:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-01-04 12:36:27 +01:00
|
|
|
|
2023-01-27 22:12:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.21.0"
|
2023-01-27 22:12:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
|
2023-01-27 22:12:02 +01:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-12 18:27:49 +02:00
|
|
|
version = "1.5.0"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-12 18:27:49 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2024-12-17 00:31:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.2.6"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-04 16:13:08 +02:00
|
|
|
"libc",
|
2024-12-17 00:31:38 +01:00
|
|
|
"shlex",
|
2023-02-28 00:44:49 +01:00
|
|
|
]
|
2023-01-24 20:39:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "4.5.23"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
2023-04-01 16:15:29 +02:00
|
|
|
"clap_builder",
|
2023-01-24 20:39:54 +01:00
|
|
|
"clap_derive",
|
2023-04-01 16:15:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "4.5.23"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2023-01-24 20:39:54 +01:00
|
|
|
"strsim",
|
2024-01-04 12:36:27 +01:00
|
|
|
"terminal_size",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "4.5.18"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.7.4"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:00:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.1.52"
|
2023-03-03 20:00:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e"
|
2023-03-03 20:00:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
2023-04-30 08:22:59 +02:00
|
|
|
name = "colorchoice"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.3"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2023-04-01 16:15:29 +02:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.4.2"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.8.6"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-10 12:53:05 +01:00
|
|
|
version = "0.9.18"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 12:53:05 +01:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.8.21"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2023-08-14 15:48:05 +02:00
|
|
|
|
2023-01-27 21:51:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.13.0"
|
2023-01-27 21:51:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-01-27 21:51:54 +01:00
|
|
|
|
2024-06-14 16:02:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "enum-map"
|
|
|
|
version = "2.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
|
|
|
|
dependencies = [
|
|
|
|
"enum-map-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map-derive"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-02-07 22:09:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.7.10"
|
2023-02-07 22:09:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
|
2023-02-07 22:09:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
2023-08-19 16:01:51 +02:00
|
|
|
"serde",
|
2023-02-07 22:09:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.7.10"
|
2023-02-07 22:09:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
|
2023-02-07 22:09:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-02-07 22:09:14 +01:00
|
|
|
]
|
|
|
|
|
2023-08-03 21:27:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.10"
|
2024-01-04 12:36:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2024-01-04 12:36:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-sys",
|
2024-01-04 12:36:27 +01:00
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastnbt"
|
2024-03-03 23:48:42 +01:00
|
|
|
version = "2.5.0"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 23:48:42 +01:00
|
|
|
checksum = "7d4a73a95dc65551ccd98e1ecd1adb5d1ba5361146963b31f481ca42fc0520a3"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cesu8",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
]
|
|
|
|
|
2023-04-30 08:22:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.7"
|
2023-04-30 08:22:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
2023-04-30 08:22:59 +02:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.35"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-03-03 20:00:03 +01:00
|
|
|
"libz-ng-sys",
|
2023-01-24 20:39:54 +01:00
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2024-12-17 00:31:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "0.1.4"
|
2024-12-17 00:31:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
2024-12-17 00:31:38 +01:00
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.31"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-08-14 15:48:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.31"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-08-14 15:48:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.31"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-08-14 15:48:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.31"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.31.1"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-08-14 21:59:16 +02:00
|
|
|
|
2023-08-27 14:27:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
2023-12-29 20:06:52 +01:00
|
|
|
version = "0.3.9"
|
2023-08-27 14:27:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 20:06:52 +01:00
|
|
|
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
|
2023-08-27 14:27:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
2023-12-29 20:06:52 +01:00
|
|
|
version = "0.3.9"
|
2023-08-27 14:27:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 20:06:52 +01:00
|
|
|
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
|
2023-08-27 14:27:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-08-27 14:27:03 +02:00
|
|
|
]
|
|
|
|
|
2023-05-04 22:08:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.29.2"
|
2023-05-04 22:08:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677"
|
2023-05-04 22:08:33 +02:00
|
|
|
|
2023-08-03 21:27:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.15.2"
|
2023-08-03 21:27:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-08-05 20:13:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
2024-12-17 00:31:38 +01:00
|
|
|
"equivalent",
|
|
|
|
"foldhash",
|
2023-08-05 20:13:35 +02:00
|
|
|
]
|
2023-08-03 21:27:08 +02:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.5.0"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-03 23:48:42 +01:00
|
|
|
version = "0.3.9"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 23:48:42 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.25.5"
|
2023-03-03 20:35:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
|
2023-03-03 20:35:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2024-12-17 00:31:38 +01:00
|
|
|
"byteorder-lite",
|
2023-03-03 20:35:43 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2023-08-03 21:27:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "2.7.0"
|
2023-08-03 21:27:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
2023-08-03 21:27:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-06-23 01:17:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.70.1"
|
2024-06-23 01:17:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-06-23 01:17:33 +02:00
|
|
|
|
2023-01-27 21:51:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.13.0"
|
2023-01-27 21:51:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2023-01-27 21:51:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-07-02 23:09:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.14"
|
2023-07-02 23:09:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2023-07-02 23:09:14 +02:00
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.1.32"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.5.0"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-09-19 23:29:05 +02:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "0.2.169"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:00:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-ng-sys"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.1.20"
|
2023-03-03 20:00:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "8f0f7295a34685977acb2e8cc8b08ee4a8dffd6cf278eeccddbe1ed55ba815d5"
|
2023-03-03 20:00:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.4.14"
|
2024-01-04 12:36:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2024-01-04 12:36:27 +01:00
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.4.12"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.4.22"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-09-19 23:29:05 +02:00
|
|
|
|
2023-08-05 20:13:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.12.5"
|
2023-08-05 20:13:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
2023-08-05 20:13:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "2.7.4"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-08-14 15:48:05 +02:00
|
|
|
|
2023-01-24 18:52:44 +01:00
|
|
|
[[package]]
|
2023-08-20 14:15:29 +02:00
|
|
|
name = "minedmap"
|
2025-01-06 21:25:29 +01:00
|
|
|
version = "2.3.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-02-28 00:44:49 +01:00
|
|
|
"bincode",
|
2023-01-24 20:39:54 +01:00
|
|
|
"clap",
|
2024-06-14 16:02:56 +02:00
|
|
|
"enum-map",
|
2023-01-24 20:39:54 +01:00
|
|
|
"fastnbt",
|
2023-08-14 15:48:05 +02:00
|
|
|
"futures-util",
|
2023-08-27 14:27:03 +02:00
|
|
|
"git-version",
|
2023-03-03 20:35:43 +01:00
|
|
|
"image",
|
2023-08-03 21:27:08 +02:00
|
|
|
"indexmap",
|
2023-08-05 20:13:35 +02:00
|
|
|
"lru",
|
2023-08-20 16:28:10 +02:00
|
|
|
"minedmap-nbt",
|
2023-08-20 16:55:10 +02:00
|
|
|
"minedmap-resource",
|
2023-08-20 16:28:10 +02:00
|
|
|
"minedmap-types",
|
2023-02-12 23:07:55 +01:00
|
|
|
"num-integer",
|
2023-08-14 15:48:05 +02:00
|
|
|
"num_cpus",
|
2025-01-06 21:16:41 +01:00
|
|
|
"phf",
|
2023-08-14 15:48:05 +02:00
|
|
|
"rayon",
|
2024-01-04 14:21:12 +01:00
|
|
|
"regex",
|
2023-08-03 23:02:49 +02:00
|
|
|
"rustc-hash",
|
2023-01-25 19:08:23 +01:00
|
|
|
"serde",
|
2023-07-02 23:09:14 +02:00
|
|
|
"serde_json",
|
2023-08-14 21:59:16 +02:00
|
|
|
"tokio",
|
2023-09-19 23:29:05 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2023-02-28 00:44:49 +01:00
|
|
|
"zstd",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-08-20 16:28:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minedmap-nbt"
|
2024-01-07 22:26:10 +01:00
|
|
|
version = "0.1.1"
|
2023-08-20 16:28:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytemuck",
|
2023-08-21 15:01:48 +02:00
|
|
|
"clap",
|
2023-08-20 16:28:10 +02:00
|
|
|
"fastnbt",
|
|
|
|
"flate2",
|
|
|
|
"minedmap-types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-20 16:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minedmap-resource"
|
2025-01-06 21:25:20 +01:00
|
|
|
version = "0.6.0"
|
2023-08-20 16:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2",
|
|
|
|
"glam",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-20 16:28:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minedmap-types"
|
2024-06-23 11:30:20 +02:00
|
|
|
version = "0.1.3"
|
2023-08-20 16:28:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "0.8.2"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"adler2",
|
2023-04-30 08:22:59 +02:00
|
|
|
"simd-adler32",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-12 23:07:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-03-03 23:48:42 +01:00
|
|
|
version = "0.1.46"
|
2023-02-12 23:07:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 23:48:42 +01:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2023-02-12 23:07:55 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.2.19"
|
2023-02-12 23:07:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-02-12 23:07:55 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "0.36.7"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.20.2"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.12.3"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.9.10"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-targets",
|
2023-08-14 21:59:16 +02:00
|
|
|
]
|
|
|
|
|
2025-01-06 21:16:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.2.15"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2023-08-14 15:48:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.31"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2023-02-28 00:44:49 +01:00
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "0.17.16"
|
2023-03-03 20:35:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
|
2023-03-03 20:35:43 +01:00
|
|
|
dependencies = [
|
2024-01-04 12:36:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-03-03 20:35:43 +01:00
|
|
|
"crc32fast",
|
2023-04-30 08:22:59 +02:00
|
|
|
"fdeflate",
|
2023-03-03 20:35:43 +01:00
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.92"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.0.38"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2025-01-06 21:16:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.10.0"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-25 19:44:37 +01:00
|
|
|
version = "1.12.1"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 19:44:37 +01:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.5.8"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-08-14 21:59:16 +02:00
|
|
|
]
|
|
|
|
|
2024-01-04 14:21:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.11.1"
|
2024-01-04 14:21:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2024-01-04 14:21:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.4.9"
|
2024-01-04 14:21:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2024-01-04 14:21:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.8.5"
|
2024-01-04 14:21:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2024-01-04 14:21:12 +01:00
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.1.24"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-08-14 21:59:16 +02:00
|
|
|
|
2023-08-03 23:02:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "2.1.0"
|
2023-08-03 23:02:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
2023-08-03 23:02:49 +02:00
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.38.42"
|
2024-01-04 12:36:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
2024-01-04 12:36:27 +01:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"bitflags 2.6.0",
|
2024-01-04 12:36:27 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-sys",
|
2024-01-04 12:36:27 +01:00
|
|
|
]
|
|
|
|
|
2023-07-02 23:09:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.0.18"
|
2023-07-02 23:09:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-07-02 23:09:14 +02:00
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.0.217"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.11.15"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.0.217"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-07-02 23:09:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "1.0.134"
|
2023-07-02 23:09:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
2023-07-02 23:09:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-12-17 00:31:38 +01:00
|
|
|
"memchr",
|
2023-07-02 23:09:14 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-12 18:27:49 +02:00
|
|
|
version = "0.1.7"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-12 18:27:49 +02:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-12-17 00:31:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-04-30 08:22:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-07-30 20:03:23 +02:00
|
|
|
version = "0.3.7"
|
2023-04-30 08:22:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-30 20:03:23 +02:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-04-30 08:22:59 +02:00
|
|
|
|
2025-01-06 21:16:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
2023-08-14 15:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-17 19:09:18 +02:00
|
|
|
version = "0.4.9"
|
2023-08-14 15:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 19:09:18 +02:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-08-14 15:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "1.13.2"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-08-14 21:59:16 +02:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.11.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-08-27 14:27:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-12-31 03:05:06 +01:00
|
|
|
version = "2.0.93"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-31 03:05:06 +01:00
|
|
|
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
2023-04-01 16:15:29 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.4.1"
|
2024-01-04 12:36:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
2024-01-04 12:36:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustix",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-sys",
|
2024-01-04 12:36:27 +01:00
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-03 23:48:42 +01:00
|
|
|
version = "1.1.8"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 23:48:42 +01:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-08-14 21:59:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.42.0"
|
2023-08-14 21:59:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2023-08-14 21:59:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.1.41"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.1.28"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 18:49:25 +01:00
|
|
|
"syn",
|
2023-09-19 23:29:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.1.33"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-18 18:49:25 +01:00
|
|
|
version = "0.2.0"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 18:49:25 +01:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-11-18 18:49:25 +01:00
|
|
|
"once_cell",
|
2023-09-19 23:29:05 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.3.19"
|
2023-09-19 23:29:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2023-09-19 23:29:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"nu-ansi-term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "1.0.14"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-01 16:15:29 +02:00
|
|
|
name = "utf8parse"
|
2024-06-23 01:17:33 +02:00
|
|
|
version = "0.2.2"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 01:17:33 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-09-19 23:29:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2024-01-04 12:36:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.59.0"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-04-08 21:19:55 +02:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows-targets",
|
2023-12-29 20:06:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 20:06:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-29 20:06:52 +01:00
|
|
|
dependencies = [
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-06-23 01:17:33 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-12-17 00:31:38 +01:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-04-08 21:19:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 20:06:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-06-23 01:17:33 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-04-08 21:19:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-04-08 21:19:55 +02:00
|
|
|
|
2023-12-29 20:06:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.52.6"
|
2023-11-18 18:49:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-11-18 18:49:25 +01:00
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "0.13.2"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "7.2.1"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-12-17 00:31:38 +01:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 00:31:38 +01:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|