grass/Cargo.lock

575 lines
15 KiB
Plaintext
Raw Normal View History

2023-04-20 14:10:56 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ahash"
2024-02-06 20:03:57 +01:00
version = "0.8.6"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-04-20 14:10:56 +00:00
dependencies = [
2024-02-06 20:03:57 +01:00
"cfg-if",
2023-04-20 14:10:56 +00:00
"once_cell",
"version_check",
2024-02-06 20:03:57 +01:00
"zerocopy",
2023-04-20 14:10:56 +00:00
]
[[package]]
2023-07-14 16:04:25 +00:00
name = "anstream"
2024-02-06 20:03:57 +01:00
version = "0.6.4"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
2023-04-20 14:10:56 +00:00
dependencies = [
2023-07-14 16:04:25 +00:00
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-02-06 20:03:57 +01:00
version = "1.0.4"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-07-14 16:04:25 +00:00
[[package]]
name = "anstyle-parse"
2024-02-06 20:03:57 +01:00
version = "0.2.2"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
2023-07-14 16:04:25 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2024-02-06 20:03:57 +01:00
"windows-sys",
2023-07-14 16:04:25 +00:00
]
[[package]]
name = "anstyle-wincon"
2024-02-06 20:03:57 +01:00
version = "3.0.1"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
2023-07-14 16:04:25 +00:00
dependencies = [
"anstyle",
2024-02-06 20:03:57 +01:00
"windows-sys",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-14 16:04:25 +00:00
[[package]]
name = "bitflags"
2024-02-06 20:03:57 +01:00
version = "2.4.1"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-07-14 16:04:25 +00:00
2023-04-20 14:10:56 +00:00
[[package]]
name = "bumpalo"
2024-02-06 20:03:57 +01:00
version = "3.14.0"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2023-04-20 14:10:56 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2024-02-06 20:03:57 +01:00
version = "4.4.8"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
2023-07-14 16:04:25 +00:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2024-02-06 20:03:57 +01:00
version = "4.4.8"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
2023-04-20 14:10:56 +00:00
dependencies = [
2023-07-14 16:04:25 +00:00
"anstream",
"anstyle",
2023-07-13 19:46:58 +00:00
"clap_lex",
2023-04-20 14:10:56 +00:00
"strsim",
2023-07-13 19:46:58 +00:00
]
[[package]]
name = "clap_lex"
2024-02-06 20:03:57 +01:00
version = "0.6.0"
2023-07-13 19:46:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2023-04-20 14:10:56 +00:00
[[package]]
name = "codemap"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
2023-07-14 16:04:25 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-04-20 14:10:56 +00:00
[[package]]
2024-02-06 20:03:57 +01:00
name = "equivalent"
version = "1.0.1"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-04-20 14:10:56 +00:00
[[package]]
2024-02-06 20:03:57 +01:00
name = "errno"
version = "0.3.7"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
2023-04-20 14:10:56 +00:00
dependencies = [
"libc",
2024-02-06 20:03:57 +01:00
"windows-sys",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "fastrand"
2024-02-06 20:03:57 +01:00
version = "2.0.1"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-04-20 14:10:56 +00:00
[[package]]
name = "getrandom"
2024-02-06 20:03:57 +01:00
version = "0.2.11"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2023-04-20 14:10:56 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "grass"
2023-07-17 19:27:05 +00:00
version = "0.13.1"
2023-04-20 14:10:56 +00:00
dependencies = [
"clap",
"grass_compiler",
"include_sass",
"paste",
"tempfile",
]
[[package]]
name = "grass_compiler"
2023-07-09 22:00:50 +00:00
version = "0.13.0"
2023-04-20 14:10:56 +00:00
dependencies = [
"codemap",
"indexmap",
"lasso",
"once_cell",
"phf",
"rand",
"wasm-bindgen",
]
[[package]]
name = "hashbrown"
2024-02-06 20:03:57 +01:00
version = "0.13.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2023-04-20 14:10:56 +00:00
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
2024-02-06 20:03:57 +01:00
version = "0.14.3"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-04-20 14:10:56 +00:00
[[package]]
name = "include_sass"
2023-07-09 22:00:50 +00:00
version = "0.13.0"
2023-04-20 14:10:56 +00:00
dependencies = [
"grass_compiler",
"quote",
"syn",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "indexmap"
2024-02-06 20:03:57 +01:00
version = "2.1.0"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2023-07-14 16:04:25 +00:00
dependencies = [
2024-02-06 20:03:57 +01:00
"equivalent",
"hashbrown 0.14.3",
2023-07-14 16:04:25 +00:00
]
2023-04-20 14:10:56 +00:00
[[package]]
name = "lasso"
2024-02-06 20:03:57 +01:00
version = "0.7.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "4644821e1c3d7a560fe13d842d13f587c07348a1a05d3a797152d41c90c56df2"
2023-04-20 14:10:56 +00:00
dependencies = [
2024-02-06 20:03:57 +01:00
"hashbrown 0.13.2",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "libc"
2024-02-06 20:03:57 +01:00
version = "0.2.150"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2023-04-20 14:10:56 +00:00
[[package]]
name = "linux-raw-sys"
2024-02-06 20:03:57 +01:00
version = "0.4.11"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
2023-07-14 16:04:25 +00:00
2023-04-20 14:10:56 +00:00
[[package]]
name = "log"
2024-02-06 20:03:57 +01:00
version = "0.4.20"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2023-04-20 14:10:56 +00:00
[[package]]
name = "once_cell"
2024-02-06 20:03:57 +01:00
version = "1.18.0"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-04-20 14:10:56 +00:00
[[package]]
name = "paste"
2024-02-06 20:03:57 +01:00
version = "1.0.14"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2023-04-20 14:10:56 +00:00
[[package]]
name = "phf"
2024-02-06 20:03:57 +01:00
version = "0.11.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2023-04-20 14:10:56 +00:00
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
2024-02-06 20:03:57 +01:00
version = "0.11.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2023-04-20 14:10:56 +00:00
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
2024-02-06 20:03:57 +01:00
version = "0.11.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2023-04-20 14:10:56 +00:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "phf_shared"
2024-02-06 20:03:57 +01:00
version = "0.11.2"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2023-04-20 14:10:56 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
2024-02-06 20:03:57 +01:00
version = "1.0.70"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
2023-04-20 14:10:56 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-02-06 20:03:57 +01:00
version = "1.0.33"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2023-04-20 14:10:56 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2024-02-06 20:03:57 +01:00
version = "0.4.1"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-20 14:10:56 +00:00
dependencies = [
2023-07-14 16:04:25 +00:00
"bitflags 1.3.2",
]
[[package]]
name = "rustix"
2024-02-06 20:03:57 +01:00
version = "0.38.25"
2023-07-14 16:04:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
2023-07-14 16:04:25 +00:00
dependencies = [
2024-02-06 20:03:57 +01:00
"bitflags 2.4.1",
2023-07-14 16:04:25 +00:00
"errno",
"libc",
2024-02-06 20:03:57 +01:00
"linux-raw-sys",
"windows-sys",
2023-04-20 14:10:56 +00:00
]
[[package]]
name = "siphasher"
2024-02-06 20:03:57 +01:00
version = "0.3.11"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-04-20 14:10:56 +00:00
[[package]]
name = "strsim"
2023-07-13 19:46:58 +00:00
version = "0.10.0"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 19:46:58 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2023-04-20 14:10:56 +00:00
[[package]]
name = "syn"
2024-02-06 20:03:57 +01:00
version = "2.0.39"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
2023-04-20 14:10:56 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2024-02-06 20:03:57 +01:00
version = "3.8.1"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
2023-04-20 14:10:56 +00:00
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
2024-02-06 20:03:57 +01:00
"rustix",
"windows-sys",
2023-04-20 14:10:56 +00:00
]
[[package]]
2023-07-13 19:46:58 +00:00
name = "unicode-ident"
2024-02-06 20:03:57 +01:00
version = "1.0.12"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-04-20 14:10:56 +00:00
2023-07-14 16:04:25 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-04-20 14:10:56 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-02-06 20:03:57 +01:00
version = "0.2.88"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2023-04-20 14:10:56 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-02-06 20:03:57 +01:00
version = "0.2.88"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2023-04-20 14:10:56 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
2023-04-20 14:10:56 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-02-06 20:03:57 +01:00
version = "0.2.88"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2023-04-20 14:10:56 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-02-06 20:03:57 +01:00
version = "0.2.88"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2023-04-20 14:10:56 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-04-20 14:10:56 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-02-06 20:03:57 +01:00
version = "0.2.88"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-02-06 20:03:57 +01:00
"windows-targets",
]
[[package]]
name = "windows-targets"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-20 14:10:56 +00:00
dependencies = [
2024-02-06 20:03:57 +01: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-04-20 14:10:56 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows_i686_gnu"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows_i686_msvc"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-20 14:10:56 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-02-06 20:03:57 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-20 14:10:56 +00:00
[[package]]
2024-02-06 20:03:57 +01:00
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-20 14:10:56 +00:00
[[package]]
2024-02-06 20:03:57 +01:00
name = "zerocopy"
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
dependencies = [
"zerocopy-derive",
]
2023-04-20 14:10:56 +00:00
[[package]]
2024-02-06 20:03:57 +01:00
name = "zerocopy-derive"
version = "0.7.26"
2023-04-20 14:10:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 20:03:57 +01:00
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]