MinedMap/Cargo.lock

633 lines
16 KiB
Text
Raw Normal View History

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-05-04 20:56:39 +02:00
version = "0.3.2"
2023-04-01 16:15:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 20:56:39 +02:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
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-07-01 23:05:39 +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-07-01 23:05:39 +02:00
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
2023-04-01 16:15:29 +02:00
[[package]]
name = "anstyle-parse"
2023-07-01 23:05:39 +02:00
version = "0.2.1"
2023-04-01 16:15:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
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
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[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-07-01 23:05:39 +02:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
[[package]]
name = "bytemuck"
2023-04-01 16:15:29 +02:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 16:15:29 +02:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
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"
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-07-01 23:05:39 +02:00
version = "4.3.10"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
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-07-01 23:05:39 +02:00
version = "4.3.10"
2023-04-01 16:15:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
2023-04-01 16:15:29 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2023-01-24 20:39:54 +01:00
"strsim",
]
[[package]]
name = "clap_derive"
2023-07-01 23:05:39 +02:00
version = "4.3.2"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
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-06-01 22:53:39 +02:00
version = "0.5.0"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 22:53:39 +02:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2023-01-24 20:39:54 +01:00
[[package]]
name = "cmake"
2023-04-01 16:15:29 +02:00
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 16:15:29 +02:00
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
dependencies = [
"cc",
]
[[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",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "enumflags2"
2023-04-30 08:22:59 +02:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 08:22:59 +02:00
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
2023-04-30 08:22:59 +02:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 08:22:59 +02:00
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
dependencies = [
"proc-macro2",
"quote",
2023-04-08 21:19:55 +02:00
"syn",
]
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",
"libz-ng-sys",
2023-01-24 20:39:54 +01:00
"miniz_oxide",
]
[[package]]
name = "glam"
2023-07-01 23:05:39 +02:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226"
2023-01-24 20:39:54 +01:00
[[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
[[package]]
name = "image"
2023-04-01 16:15:29 +02:00
version = "0.24.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 16:15:29 +02:00
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
]
2023-01-24 20:39:54 +01:00
[[package]]
name = "is-terminal"
2023-07-01 23:05:39 +02:00
version = "0.4.8"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
2023-01-24 20:39:54 +01:00
dependencies = [
"hermit-abi",
"rustix",
2023-04-30 08:22:59 +02:00
"windows-sys",
2023-01-24 20:39:54 +01:00
]
[[package]]
name = "itertools"
2023-07-01 23:05:39 +02:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "jobserver"
2023-04-01 16:15:29 +02:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 16:15:29 +02:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
2023-01-24 20:39:54 +01:00
[[package]]
name = "libc"
2023-07-01 23:05:39 +02:00
version = "0.2.147"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-01-24 20:39:54 +01:00
[[package]]
name = "libz-ng-sys"
2023-04-30 08:22:59 +02:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 08:22:59 +02:00
checksum = "2468756f34903b582fe7154dc1ffdebd89d0562c4a43b53c621bb0f1b1043ccb"
dependencies = [
"cmake",
"libc",
]
2023-01-24 20:39:54 +01:00
[[package]]
name = "linux-raw-sys"
2023-07-01 23:05:39 +02:00
version = "0.4.3"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
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",
"bincode",
"bytemuck",
2023-01-24 20:39:54 +01:00
"clap",
"enumflags2",
2023-01-24 20:39:54 +01:00
"fastnbt",
"flate2",
"glam",
"image",
"itertools",
"num-integer",
2023-01-25 19:08:23 +01:00
"serde",
"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
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[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",
]
[[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-07-01 23:05:39 +02:00
version = "1.18.0"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-01-24 20:39:54 +01:00
[[package]]
name = "pkg-config"
2023-05-04 20:56:39 +02:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 20:56:39 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "png"
2023-07-01 23:05:39 +02:00
version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
dependencies = [
2023-07-01 23:05:39 +02:00
"bitflags 1.3.2",
"crc32fast",
2023-04-30 08:22:59 +02:00
"fdeflate",
"flate2",
"miniz_oxide",
]
2023-01-24 20:39:54 +01:00
[[package]]
name = "proc-macro2"
2023-07-01 23:05:39 +02:00
version = "1.0.63"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2023-01-24 20:39:54 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-07-01 23:05:39 +02:00
version = "1.0.29"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2023-01-24 20:39:54 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustix"
2023-07-01 23:05:39 +02:00
version = "0.38.1"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3"
2023-01-24 20:39:54 +01:00
dependencies = [
2023-07-01 23:05:39 +02:00
"bitflags 2.3.3",
2023-01-24 20:39:54 +01:00
"errno",
"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-07-01 23:05:39 +02:00
version = "1.0.164"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
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-07-01 23:05:39 +02:00
version = "1.0.164"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
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-07-01 23:05:39 +02:00
version = "2.0.22"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
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-06-01 22:53:39 +02:00
version = "1.0.9"
2023-01-24 20:39:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 22:53:39 +02:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
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"
2023-07-01 23:05:39 +02:00
version = "0.48.1"
2023-04-08 21:19:55 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 23:05:39 +02:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-04-08 21:19:55 +02:00
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"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 21:19:55 +02:00
checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-04-08 21:19:55 +02:00
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 21:19:55 +02:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
"pkg-config",
]