2023-01-24 18:52:44 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.3.1"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450"
|
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",
|
2023-04-01 16:15:29 +02:00
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.0"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
2023-04-01 16:15:29 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.2.0"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-30 08:22:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.1"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-sys",
|
2023-04-01 16:15:29 +02:00
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.71"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-02-12 23:07:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
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"
|
|
|
|
|
2023-01-27 22:12:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "1.13.1"
|
2023-01-27 22:12:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2023-01-27 22:12:02 +01:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-12 22:59:28 +01:00
|
|
|
version = "1.0.79"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-12 22:59:28 +01:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
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"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "4.2.5"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
|
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",
|
|
|
|
"once_cell",
|
2023-04-01 16:15:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "4.2.5"
|
2023-04-01 16:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
|
2023-04-01 16:15:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"bitflags",
|
|
|
|
"clap_lex",
|
2023-01-24 20:39:54 +01:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "4.2.0"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-08 21:19:55 +02:00
|
|
|
"syn",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "0.4.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:00:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "0.1.50"
|
2023-03-03 20:00:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
2023-03-03 20:00:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-04-01 16:15:29 +02:00
|
|
|
[[package]]
|
2023-04-30 08:22:59 +02:00
|
|
|
name = "colorchoice"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-04-01 16:15:29 +02:00
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-01-27 21:51:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
|
2023-02-07 22:09:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.7.7"
|
2023-02-07 22:09:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
|
2023-02-07 22:09:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.7.7"
|
2023-02-07 22:09:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
|
2023-02-07 22:09:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-08 21:19:55 +02:00
|
|
|
"syn",
|
2023-02-07 22:09:14 +01:00
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "0.3.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-sys",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastnbt"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "2.4.4"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "3369bd70629bccfda7e344883c9ae3ab7f3b10a357bcf8b0f69caa7256bcf188"
|
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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.26"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-12 22:59:28 +01:00
|
|
|
version = "0.4.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-12 22:59:28 +01:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-02-12 22:59:28 +01:00
|
|
|
version = "0.3.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-12 22:59:28 +01:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "0.24.6"
|
2023-03-03 20:35:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
|
2023-03-03 20:35:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "1.0.10"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
2023-04-01 16:15:29 +02:00
|
|
|
"hermit-abi",
|
2023-01-24 20:39:54 +01:00
|
|
|
"libc",
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-sys",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "0.4.7"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-sys",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-01-27 21:51:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "0.1.26"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.2.142"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-03-03 20:00:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-ng-sys"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.1.9"
|
2023-03-03 20:00:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "2468756f34903b582fe7154dc1ffdebd89d0562c4a43b53c621bb0f1b1043ccb"
|
2023-03-03 20:00:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.3.6"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-01-24 18:52:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minedmap"
|
|
|
|
version = "0.1.0"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-02-28 00:44:49 +01:00
|
|
|
"bincode",
|
2023-01-27 22:12:02 +01:00
|
|
|
"bytemuck",
|
2023-01-24 20:39:54 +01:00
|
|
|
"clap",
|
2023-02-07 22:09:14 +01:00
|
|
|
"enumflags2",
|
2023-01-24 20:39:54 +01:00
|
|
|
"fastnbt",
|
|
|
|
"flate2",
|
2023-03-03 20:35:43 +01:00
|
|
|
"image",
|
2023-01-27 21:51:54 +01:00
|
|
|
"itertools",
|
2023-02-12 23:07:55 +01:00
|
|
|
"num-integer",
|
2023-01-25 19:08:23 +01:00
|
|
|
"serde",
|
2023-02-28 00:44:49 +01:00
|
|
|
"zstd",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.7.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2023-04-30 08:22:59 +02:00
|
|
|
"simd-adler32",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-02-12 23:07:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-02-12 23:07:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-25 13:30:58 +01:00
|
|
|
version = "1.17.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 13:30:58 +01:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
|
2023-03-03 20:35:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.17.8"
|
2023-03-03 20:35:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
|
2023-03-03 20:35:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "1.0.56"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "1.0.26"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "0.37.18"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-sys",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.160"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-02-12 22:59:28 +01:00
|
|
|
version = "0.11.9"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-12 22:59:28 +01:00
|
|
|
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "1.0.160"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2023-01-24 20:39:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-08 21:19:55 +02:00
|
|
|
"syn",
|
2023-01-24 20:39:54 +01:00
|
|
|
]
|
|
|
|
|
2023-04-30 08:22:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
|
|
|
|
|
2023-01-24 20:39:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-30 08:22:59 +02:00
|
|
|
version = "2.0.15"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 08:22:59 +02:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-04-01 16:15:29 +02:00
|
|
|
version = "1.0.8"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-01 16:15:29 +02:00
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
2023-01-24 20:39:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 16:15:29 +02:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2023-01-24 20:39:54 +01:00
|
|
|
|
2023-04-08 21:19:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows-targets",
|
2023-04-08 21:19:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
2023-04-30 08:22:59 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-02-28 00:44:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.12.3+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "6.0.5+zstd.1.5.4"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-04-08 21:19:55 +02:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2023-02-28 00:44:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 21:19:55 +02:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2023-02-28 00:44:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|