mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			1088 lines
		
	
	
		
			28 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			1088 lines
		
	
	
		
			28 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- /dev/null
 | |
| +++ ./Cargo.lock
 | |
| @@ -0,0 +1,532 @@
 | |
| +# This file is automatically @generated by Cargo.
 | |
| +# It is not intended for manual editing.
 | |
| +version = 3
 | |
| +
 | |
| +[[package]]
 | |
| +name = "ahash"
 | |
| +version = "0.8.6"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| + "once_cell",
 | |
| + "version_check",
 | |
| + "zerocopy",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "bitflags"
 | |
| +version = "1.3.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "bitflags"
 | |
| +version = "2.4.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "byteorder"
 | |
| +version = "1.5.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cc"
 | |
| +version = "1.0.83"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
 | |
| +dependencies = [
 | |
| + "libc",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cfg-if"
 | |
| +version = "1.0.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "convert_case"
 | |
| +version = "0.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cssparser"
 | |
| +version = "0.27.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
 | |
| +dependencies = [
 | |
| + "cssparser-macros",
 | |
| + "dtoa-short",
 | |
| + "itoa",
 | |
| + "matches",
 | |
| + "phf",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "smallvec",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cssparser-macros"
 | |
| +version = "0.6.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 | |
| +dependencies = [
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "derive_more"
 | |
| +version = "0.99.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 | |
| +dependencies = [
 | |
| + "convert_case",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "rustc_version",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "dtoa"
 | |
| +version = "1.0.9"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "dtoa-short"
 | |
| +version = "0.3.4"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
 | |
| +dependencies = [
 | |
| + "dtoa",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "encoding_rs"
 | |
| +version = "0.8.33"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "fxhash"
 | |
| +version = "0.2.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | |
| +dependencies = [
 | |
| + "byteorder",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "getrandom"
 | |
| +version = "0.1.16"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| + "libc",
 | |
| + "wasi",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "hashbrown"
 | |
| +version = "0.13.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 | |
| +dependencies = [
 | |
| + "ahash",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "itoa"
 | |
| +version = "0.4.8"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lazy_static"
 | |
| +version = "1.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lazycell"
 | |
| +version = "1.3.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "libc"
 | |
| +version = "0.2.149"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "log"
 | |
| +version = "0.4.20"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lol_html"
 | |
| +version = "1.1.1"
 | |
| +dependencies = [
 | |
| + "bitflags 2.4.1",
 | |
| + "cfg-if",
 | |
| + "cssparser",
 | |
| + "encoding_rs",
 | |
| + "hashbrown",
 | |
| + "lazy_static",
 | |
| + "lazycell",
 | |
| + "memchr",
 | |
| + "mime",
 | |
| + "safemem",
 | |
| + "selectors",
 | |
| + "thiserror",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lolhtml"
 | |
| +version = "1.1.1"
 | |
| +dependencies = [
 | |
| + "cc",
 | |
| + "encoding_rs",
 | |
| + "libc",
 | |
| + "lol_html",
 | |
| + "thiserror",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "matches"
 | |
| +version = "0.1.10"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "memchr"
 | |
| +version = "2.6.4"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "mime"
 | |
| +version = "0.3.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "nodrop"
 | |
| +version = "0.1.14"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "once_cell"
 | |
| +version = "1.18.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
 | |
| +dependencies = [
 | |
| + "phf_macros",
 | |
| + "phf_shared",
 | |
| + "proc-macro-hack",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_codegen"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
 | |
| +dependencies = [
 | |
| + "phf_generator",
 | |
| + "phf_shared",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_generator"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
 | |
| +dependencies = [
 | |
| + "phf_shared",
 | |
| + "rand",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_macros"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
 | |
| +dependencies = [
 | |
| + "phf_generator",
 | |
| + "phf_shared",
 | |
| + "proc-macro-hack",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_shared"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
 | |
| +dependencies = [
 | |
| + "siphasher",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "ppv-lite86"
 | |
| +version = "0.2.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "precomputed-hash"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "proc-macro-hack"
 | |
| +version = "0.5.20+deprecated"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "proc-macro2"
 | |
| +version = "1.0.69"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
 | |
| +dependencies = [
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "quote"
 | |
| +version = "1.0.33"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand"
 | |
| +version = "0.7.3"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 | |
| +dependencies = [
 | |
| + "getrandom",
 | |
| + "libc",
 | |
| + "rand_chacha",
 | |
| + "rand_core",
 | |
| + "rand_hc",
 | |
| + "rand_pcg",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_chacha"
 | |
| +version = "0.2.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 | |
| +dependencies = [
 | |
| + "ppv-lite86",
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_core"
 | |
| +version = "0.5.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 | |
| +dependencies = [
 | |
| + "getrandom",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_hc"
 | |
| +version = "0.2.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 | |
| +dependencies = [
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_pcg"
 | |
| +version = "0.2.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
 | |
| +dependencies = [
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rustc_version"
 | |
| +version = "0.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 | |
| +dependencies = [
 | |
| + "semver",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "safemem"
 | |
| +version = "0.3.3"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "selectors"
 | |
| +version = "0.22.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
 | |
| +dependencies = [
 | |
| + "bitflags 1.3.2",
 | |
| + "cssparser",
 | |
| + "derive_more",
 | |
| + "fxhash",
 | |
| + "log",
 | |
| + "matches",
 | |
| + "phf",
 | |
| + "phf_codegen",
 | |
| + "precomputed-hash",
 | |
| + "servo_arc",
 | |
| + "smallvec",
 | |
| + "thin-slice",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "semver"
 | |
| +version = "1.0.20"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "servo_arc"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
 | |
| +dependencies = [
 | |
| + "nodrop",
 | |
| + "stable_deref_trait",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "siphasher"
 | |
| +version = "0.3.11"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "smallvec"
 | |
| +version = "1.11.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "stable_deref_trait"
 | |
| +version = "1.2.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "syn"
 | |
| +version = "1.0.109"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "syn"
 | |
| +version = "2.0.38"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thin-slice"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thiserror"
 | |
| +version = "1.0.50"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
 | |
| +dependencies = [
 | |
| + "thiserror-impl",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thiserror-impl"
 | |
| +version = "1.0.50"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "unicode-ident"
 | |
| +version = "1.0.12"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
 | |
| +
 | |
| +[[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.9.0+wasi-snapshot-preview1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "zerocopy"
 | |
| +version = "0.7.23"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e50cbb27c30666a6108abd6bc7577556265b44f243e2be89a8bc4e07a528c107"
 | |
| +dependencies = [
 | |
| + "zerocopy-derive",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "zerocopy-derive"
 | |
| +version = "0.7.23"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a25f293fe55f0a48e7010d65552bb63704f6ceb55a1a385da10d41d8f78e4a3d"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 | |
| --- /dev/null
 | |
| +++ ./tests/Cargo.lock
 | |
| @@ -0,0 +1,549 @@
 | |
| +# This file is automatically @generated by Cargo.
 | |
| +# It is not intended for manual editing.
 | |
| +version = 3
 | |
| +
 | |
| +[[package]]
 | |
| +name = "ahash"
 | |
| +version = "0.8.6"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| + "once_cell",
 | |
| + "version_check",
 | |
| + "zerocopy",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "bitflags"
 | |
| +version = "1.3.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "bitflags"
 | |
| +version = "2.4.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "byteorder"
 | |
| +version = "1.5.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cc"
 | |
| +version = "1.0.83"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
 | |
| +dependencies = [
 | |
| + "libc",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cfg-if"
 | |
| +version = "1.0.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "convert_case"
 | |
| +version = "0.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cssparser"
 | |
| +version = "0.27.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
 | |
| +dependencies = [
 | |
| + "cssparser-macros",
 | |
| + "dtoa-short",
 | |
| + "itoa",
 | |
| + "matches",
 | |
| + "phf",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "smallvec",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cssparser-macros"
 | |
| +version = "0.6.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 | |
| +dependencies = [
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "ctests"
 | |
| +version = "0.1.0"
 | |
| +dependencies = [
 | |
| + "cc",
 | |
| + "glob",
 | |
| + "libc",
 | |
| + "lol_html",
 | |
| + "lolhtml",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "derive_more"
 | |
| +version = "0.99.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 | |
| +dependencies = [
 | |
| + "convert_case",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "rustc_version",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "dtoa"
 | |
| +version = "1.0.9"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "dtoa-short"
 | |
| +version = "0.3.4"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
 | |
| +dependencies = [
 | |
| + "dtoa",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "encoding_rs"
 | |
| +version = "0.8.33"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "fxhash"
 | |
| +version = "0.2.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | |
| +dependencies = [
 | |
| + "byteorder",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "getrandom"
 | |
| +version = "0.1.16"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 | |
| +dependencies = [
 | |
| + "cfg-if",
 | |
| + "libc",
 | |
| + "wasi",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "glob"
 | |
| +version = "0.3.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "hashbrown"
 | |
| +version = "0.13.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 | |
| +dependencies = [
 | |
| + "ahash",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "itoa"
 | |
| +version = "0.4.8"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lazy_static"
 | |
| +version = "1.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lazycell"
 | |
| +version = "1.3.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "libc"
 | |
| +version = "0.2.149"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "log"
 | |
| +version = "0.4.20"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lol_html"
 | |
| +version = "1.1.1"
 | |
| +dependencies = [
 | |
| + "bitflags 2.4.1",
 | |
| + "cfg-if",
 | |
| + "cssparser",
 | |
| + "encoding_rs",
 | |
| + "hashbrown",
 | |
| + "lazy_static",
 | |
| + "lazycell",
 | |
| + "memchr",
 | |
| + "mime",
 | |
| + "safemem",
 | |
| + "selectors",
 | |
| + "thiserror",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "lolhtml"
 | |
| +version = "1.1.1"
 | |
| +dependencies = [
 | |
| + "cc",
 | |
| + "encoding_rs",
 | |
| + "libc",
 | |
| + "lol_html",
 | |
| + "thiserror",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "matches"
 | |
| +version = "0.1.10"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "memchr"
 | |
| +version = "2.6.4"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "mime"
 | |
| +version = "0.3.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "nodrop"
 | |
| +version = "0.1.14"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "once_cell"
 | |
| +version = "1.18.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
 | |
| +dependencies = [
 | |
| + "phf_macros",
 | |
| + "phf_shared",
 | |
| + "proc-macro-hack",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_codegen"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
 | |
| +dependencies = [
 | |
| + "phf_generator",
 | |
| + "phf_shared",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_generator"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
 | |
| +dependencies = [
 | |
| + "phf_shared",
 | |
| + "rand",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_macros"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
 | |
| +dependencies = [
 | |
| + "phf_generator",
 | |
| + "phf_shared",
 | |
| + "proc-macro-hack",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 1.0.109",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "phf_shared"
 | |
| +version = "0.8.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
 | |
| +dependencies = [
 | |
| + "siphasher",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "ppv-lite86"
 | |
| +version = "0.2.17"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "precomputed-hash"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "proc-macro-hack"
 | |
| +version = "0.5.20+deprecated"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "proc-macro2"
 | |
| +version = "1.0.69"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
 | |
| +dependencies = [
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "quote"
 | |
| +version = "1.0.33"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand"
 | |
| +version = "0.7.3"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 | |
| +dependencies = [
 | |
| + "getrandom",
 | |
| + "libc",
 | |
| + "rand_chacha",
 | |
| + "rand_core",
 | |
| + "rand_hc",
 | |
| + "rand_pcg",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_chacha"
 | |
| +version = "0.2.2"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 | |
| +dependencies = [
 | |
| + "ppv-lite86",
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_core"
 | |
| +version = "0.5.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 | |
| +dependencies = [
 | |
| + "getrandom",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_hc"
 | |
| +version = "0.2.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 | |
| +dependencies = [
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rand_pcg"
 | |
| +version = "0.2.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
 | |
| +dependencies = [
 | |
| + "rand_core",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "rustc_version"
 | |
| +version = "0.4.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 | |
| +dependencies = [
 | |
| + "semver",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "safemem"
 | |
| +version = "0.3.3"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "selectors"
 | |
| +version = "0.22.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
 | |
| +dependencies = [
 | |
| + "bitflags 1.3.2",
 | |
| + "cssparser",
 | |
| + "derive_more",
 | |
| + "fxhash",
 | |
| + "log",
 | |
| + "matches",
 | |
| + "phf",
 | |
| + "phf_codegen",
 | |
| + "precomputed-hash",
 | |
| + "servo_arc",
 | |
| + "smallvec",
 | |
| + "thin-slice",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "semver"
 | |
| +version = "1.0.20"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "servo_arc"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
 | |
| +dependencies = [
 | |
| + "nodrop",
 | |
| + "stable_deref_trait",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "siphasher"
 | |
| +version = "0.3.11"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "smallvec"
 | |
| +version = "1.11.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "stable_deref_trait"
 | |
| +version = "1.2.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "syn"
 | |
| +version = "1.0.109"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "syn"
 | |
| +version = "2.0.38"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "unicode-ident",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thin-slice"
 | |
| +version = "0.1.1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thiserror"
 | |
| +version = "1.0.50"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
 | |
| +dependencies = [
 | |
| + "thiserror-impl",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "thiserror-impl"
 | |
| +version = "1.0.50"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "unicode-ident"
 | |
| +version = "1.0.12"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
 | |
| +
 | |
| +[[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.9.0+wasi-snapshot-preview1"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "zerocopy"
 | |
| +version = "0.7.23"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e50cbb27c30666a6108abd6bc7577556265b44f243e2be89a8bc4e07a528c107"
 | |
| +dependencies = [
 | |
| + "zerocopy-derive",
 | |
| +]
 | |
| +
 | |
| +[[package]]
 | |
| +name = "zerocopy-derive"
 | |
| +version = "0.7.23"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a25f293fe55f0a48e7010d65552bb63704f6ceb55a1a385da10d41d8f78e4a3d"
 | |
| +dependencies = [
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn 2.0.38",
 | |
| +]
 |