tildes-parser/Cargo.lock

1036 lines
27 KiB
Plaintext
Raw Permalink Normal View History

2022-09-29 23:29:46 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2023-06-09 18:37:21 +00:00
name = "ahash"
2024-02-25 12:04:48 +00:00
version = "0.8.7"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
2022-09-29 23:29:46 +00:00
dependencies = [
2023-06-09 18:37:21 +00:00
"cfg-if",
2024-02-25 12:04:48 +00:00
"getrandom",
2023-06-09 18:37:21 +00:00
"once_cell",
"version_check",
2024-02-25 12:04:48 +00:00
"zerocopy",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "aho-corasick"
2024-02-25 12:04:48 +00:00
version = "1.1.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-09-29 23:29:46 +00:00
dependencies = [
"memchr",
]
2023-06-23 09:00:02 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-02-25 12:04:48 +00:00
[[package]]
name = "bitflags"
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2023-06-23 09:00:02 +00:00
[[package]]
name = "bumpalo"
2024-02-25 12:04:48 +00:00
version = "3.14.0"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2023-06-23 09:00:02 +00:00
2022-09-29 23:29:46 +00:00
[[package]]
name = "byteorder"
2024-02-25 12:04:48 +00:00
version = "1.5.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-09-29 23:29:46 +00:00
2023-06-23 09:00:02 +00:00
[[package]]
name = "cc"
2024-02-25 12:04:48 +00:00
version = "1.0.83"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2023-06-23 09:00:02 +00:00
2022-09-29 23:29:46 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-06-23 09:00:02 +00:00
[[package]]
name = "chrono"
2024-02-25 12:04:48 +00:00
version = "0.4.34"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
2023-06-23 09:00:02 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-02-25 12:04:48 +00:00
"windows-targets 0.52.3",
2023-06-23 09:00:02 +00:00
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "console"
2024-02-25 12:04:48 +00:00
version = "0.15.8"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2022-09-29 23:29:46 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
2023-06-09 18:37:21 +00:00
"windows-sys",
2022-09-29 23:29:46 +00:00
]
2023-06-23 09:00:02 +00:00
[[package]]
name = "core-foundation-sys"
2024-02-25 12:04:48 +00:00
version = "0.8.6"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-06-23 09:00:02 +00:00
2022-09-29 23:29:46 +00:00
[[package]]
name = "cssparser"
2024-02-25 12:04:48 +00:00
version = "0.31.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
2022-09-29 23:29:46 +00:00
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
2024-02-25 12:04:48 +00:00
"phf 0.11.2",
2022-09-29 23:29:46 +00:00
"smallvec",
]
[[package]]
name = "cssparser-macros"
2023-06-09 18:37:21 +00:00
version = "0.6.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
2022-09-29 23:29:46 +00:00
dependencies = [
"quote",
2024-02-25 12:04:48 +00:00
"syn 2.0.50",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"proc-macro2",
"quote",
2023-06-09 18:37:21 +00:00
"syn 1.0.109",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "dtoa"
2024-02-25 12:04:48 +00:00
version = "1.0.9"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2022-09-29 23:29:46 +00:00
[[package]]
name = "dtoa-short"
2023-06-09 18:37:21 +00:00
version = "0.3.4"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
2022-09-29 23:29:46 +00:00
dependencies = [
"dtoa",
]
[[package]]
name = "duplicate"
2023-06-09 18:37:21 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "de78e66ac9061e030587b2a2e75cc88f22304913c907b11307bca737141230cb"
dependencies = [
"heck",
"proc-macro-error",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "ego-tree"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "futf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
2024-02-25 12:04:48 +00:00
version = "0.2.12"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
2022-09-29 23:29:46 +00:00
dependencies = [
"cfg-if",
"libc",
2024-02-25 12:04:48 +00:00
"wasi",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "heck"
2023-06-09 18:37:21 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-09-29 23:29:46 +00:00
[[package]]
name = "html5ever"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
2023-06-09 18:37:21 +00:00
"syn 1.0.109",
2022-09-29 23:29:46 +00:00
]
2023-06-23 09:00:02 +00:00
[[package]]
name = "iana-time-zone"
2024-02-25 12:04:48 +00:00
version = "0.1.58"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
2023-06-23 09:00:02 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-02-25 12:04:48 +00:00
"windows-core",
2023-06-23 09:00:02 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "insta"
2024-02-25 12:04:48 +00:00
version = "1.35.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2"
2022-09-29 23:29:46 +00:00
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"similar",
"yaml-rust",
]
[[package]]
name = "itoa"
2024-02-25 12:04:48 +00:00
version = "1.0.10"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-09-29 23:29:46 +00:00
2023-06-23 09:00:02 +00:00
[[package]]
name = "js-sys"
2024-02-25 12:04:48 +00:00
version = "0.3.67"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
2023-06-23 09:00:02 +00:00
dependencies = [
"wasm-bindgen",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-02-25 12:04:48 +00:00
version = "0.2.153"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2022-09-29 23:29:46 +00:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "lock_api"
2024-02-25 12:04:48 +00:00
version = "0.4.11"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-09-29 23:29:46 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-02-25 12:04:48 +00:00
version = "0.4.20"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-09-29 23:29:46 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
dependencies = [
"log",
"phf 0.10.1",
2024-02-25 12:04:48 +00:00
"phf_codegen",
2022-09-29 23:29:46 +00:00
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "memchr"
2024-02-25 12:04:48 +00:00
version = "2.7.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2022-09-29 23:29:46 +00:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2023-06-23 09:00:02 +00:00
[[package]]
name = "num-traits"
2024-02-25 12:04:48 +00:00
version = "0.2.17"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2023-06-23 09:00:02 +00:00
dependencies = [
"autocfg",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "once_cell"
2024-02-25 12:04:48 +00:00
version = "1.19.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-09-29 23:29:46 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-02-25 12:04:48 +00:00
version = "0.9.9"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-09-29 23:29:46 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-02-25 12:04:48 +00:00
"windows-targets 0.48.5",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
]
[[package]]
2024-02-25 12:04:48 +00:00
name = "phf"
version = "0.11.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"phf_macros",
"phf_shared 0.11.2",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
]
[[package]]
name = "phf_generator"
2024-02-25 12:04:48 +00:00
version = "0.10.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"phf_shared 0.10.0",
"rand",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "phf_generator"
2024-02-25 12:04:48 +00:00
version = "0.11.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"phf_shared 0.11.2",
"rand",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "phf_macros"
2024-02-25 12:04:48 +00:00
version = "0.11.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"phf_generator 0.11.2",
"phf_shared 0.11.2",
2022-09-29 23:29:46 +00:00
"proc-macro2",
"quote",
2024-02-25 12:04:48 +00:00
"syn 2.0.50",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "phf_shared"
2024-02-25 12:04:48 +00:00
version = "0.10.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2022-09-29 23:29:46 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
2024-02-25 12:04:48 +00:00
version = "0.11.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-09-29 23:29:46 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "ppv-lite86"
2023-06-09 18:37:21 +00:00
version = "0.2.17"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-09-29 23:29:46 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-06-09 18:37:21 +00:00
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "proc-macro2"
2024-02-25 12:04:48 +00:00
version = "1.0.78"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2022-09-29 23:29:46 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-02-25 12:04:48 +00:00
version = "1.0.35"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-09-29 23:29:46 +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",
2024-02-25 12:04:48 +00:00
"rand_chacha",
"rand_core",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2024-02-25 12:04:48 +00:00
"rand_core",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2024-02-25 12:04:48 +00:00
"getrandom",
2022-09-29 23:29:46 +00:00
]
[[package]]
2024-02-25 12:04:48 +00:00
name = "redox_syscall"
version = "0.4.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"bitflags 1.3.2",
2022-09-29 23:29:46 +00:00
]
[[package]]
2024-02-25 12:04:48 +00:00
name = "regex"
version = "1.10.3"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
2022-09-29 23:29:46 +00:00
]
[[package]]
2024-02-25 12:04:48 +00:00
name = "regex-automata"
version = "0.4.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2022-09-29 23:29:46 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-02-25 12:04:48 +00:00
version = "0.8.2"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2022-09-29 23:29:46 +00:00
[[package]]
name = "scopeguard"
2024-02-25 12:04:48 +00:00
version = "1.2.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-09-29 23:29:46 +00:00
[[package]]
name = "scraper"
2024-02-25 12:04:48 +00:00
version = "0.18.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
2022-09-29 23:29:46 +00:00
dependencies = [
2023-06-09 18:37:21 +00:00
"ahash",
2022-09-29 23:29:46 +00:00
"cssparser",
"ego-tree",
"getopts",
"html5ever",
2023-06-09 18:37:21 +00:00
"once_cell",
2022-09-29 23:29:46 +00:00
"selectors",
"tendril",
]
[[package]]
name = "selectors"
2024-02-25 12:04:48 +00:00
version = "0.25.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"bitflags 2.4.2",
2022-09-29 23:29:46 +00:00
"cssparser",
"derive_more",
"fxhash",
"log",
2024-02-25 12:04:48 +00:00
"new_debug_unreachable",
"phf 0.10.1",
"phf_codegen",
2022-09-29 23:29:46 +00:00
"precomputed-hash",
"servo_arc",
"smallvec",
]
[[package]]
2024-02-25 12:04:48 +00:00
name = "serde"
version = "1.0.196"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
dependencies = [
"serde_derive",
]
2022-09-29 23:29:46 +00:00
[[package]]
2024-02-25 12:04:48 +00:00
name = "serde_derive"
version = "1.0.196"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.50",
]
2022-09-29 23:29:46 +00:00
[[package]]
name = "servo_arc"
2024-02-25 12:04:48 +00:00
version = "0.3.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
2022-09-29 23:29:46 +00:00
dependencies = [
"stable_deref_trait",
]
[[package]]
name = "similar"
2024-02-25 12:04:48 +00:00
version = "2.4.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21"
2022-09-29 23:29:46 +00:00
[[package]]
name = "siphasher"
2024-02-25 12:04:48 +00:00
version = "0.3.11"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-09-29 23:29:46 +00:00
[[package]]
name = "smallvec"
2024-02-25 12:04:48 +00:00
version = "1.13.1"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2022-09-29 23:29:46 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "string_cache"
2023-06-09 18:37:21 +00:00
version = "0.8.7"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2022-09-29 23:29:46 +00:00
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]
[[package]]
name = "syn"
2023-06-09 18:37:21 +00:00
version = "1.0.109"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 18:37:21 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-02-25 12:04:48 +00:00
version = "2.0.50"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
2022-09-29 23:29:46 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
2023-06-09 18:37:21 +00:00
name = "thiserror"
2024-02-25 12:04:48 +00:00
version = "1.0.57"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
2022-09-29 23:29:46 +00:00
dependencies = [
2023-06-09 18:37:21 +00:00
"thiserror-impl",
2022-09-29 23:29:46 +00:00
]
[[package]]
2023-06-09 18:37:21 +00:00
name = "thiserror-impl"
2024-02-25 12:04:48 +00:00
version = "1.0.57"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
2022-09-29 23:29:46 +00:00
dependencies = [
2023-06-09 18:37:21 +00:00
"proc-macro2",
"quote",
2024-02-25 12:04:48 +00:00
"syn 2.0.50",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "tildes-parser"
version = "0.1.0"
dependencies = [
2023-06-23 09:00:02 +00:00
"chrono",
"duplicate",
2022-09-29 23:29:46 +00:00
"insta",
"lazy_static",
"regex",
"scraper",
2023-06-09 18:37:21 +00:00
"thiserror",
2022-09-29 23:29:46 +00:00
]
[[package]]
name = "unicode-ident"
2024-02-25 12:04:48 +00:00
version = "1.0.12"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-09-29 23:29:46 +00:00
[[package]]
name = "unicode-width"
2024-02-25 12:04:48 +00:00
version = "0.1.11"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2022-09-29 23:29:46 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-09-29 23:29:46 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-06-23 09:00:02 +00:00
[[package]]
name = "wasm-bindgen"
2024-02-25 12:04:48 +00:00
version = "0.2.90"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
2023-06-23 09:00:02 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-02-25 12:04:48 +00:00
version = "0.2.90"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
2023-06-23 09:00:02 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-02-25 12:04:48 +00:00
"syn 2.0.50",
2023-06-23 09:00:02 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-02-25 12:04:48 +00:00
version = "0.2.90"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
2023-06-23 09:00:02 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-02-25 12:04:48 +00:00
version = "0.2.90"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
2023-06-23 09:00:02 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-02-25 12:04:48 +00:00
"syn 2.0.50",
2023-06-23 09:00:02 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-02-25 12:04:48 +00:00
version = "0.2.90"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
2023-06-23 09:00:02 +00:00
[[package]]
2024-02-25 12:04:48 +00:00
name = "windows-core"
version = "0.51.1"
2023-06-23 09:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2023-06-23 09:00:02 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"windows-targets 0.48.5",
2023-06-23 09:00:02 +00:00
]
2022-09-29 23:29:46 +00:00
[[package]]
2023-06-09 18:37:21 +00:00
name = "windows-sys"
2024-02-25 12:04:48 +00:00
version = "0.52.0"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2022-09-29 23:29:46 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"windows-targets 0.52.3",
2022-09-29 23:29:46 +00:00
]
[[package]]
2023-06-09 18:37:21 +00:00
name = "windows-targets"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-06-09 18:37:21 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-06-09 18:37:21 +00:00
]
2022-09-29 23:29:46 +00:00
[[package]]
2023-06-09 18:37:21 +00:00
name = "windows-targets"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f"
2023-06-09 18:37:21 +00:00
dependencies = [
2024-02-25 12:04:48 +00:00
"windows_aarch64_gnullvm 0.52.3",
"windows_aarch64_msvc 0.52.3",
"windows_i686_gnu 0.52.3",
"windows_i686_msvc 0.52.3",
"windows_x86_64_gnu 0.52.3",
"windows_x86_64_gnullvm 0.52.3",
"windows_x86_64_msvc 0.52.3",
2023-06-09 18:37:21 +00:00
]
2022-09-29 23:29:46 +00:00
[[package]]
2023-06-09 18:37:21 +00:00
name = "windows_aarch64_gnullvm"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-09-29 23:29:46 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f"
2022-09-29 23:29:46 +00:00
[[package]]
name = "windows_i686_gnu"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_i686_gnu"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb"
2022-09-29 23:29:46 +00:00
[[package]]
name = "windows_i686_msvc"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_i686_msvc"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-09-29 23:29:46 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2023-06-09 18:37:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c"
2023-06-09 18:37:21 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-02-25 12:04:48 +00:00
version = "0.48.5"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-09-29 23:29:46 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-02-25 12:04:48 +00:00
version = "0.52.3"
2022-09-29 23:29:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 12:04:48 +00:00
checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"
2022-09-29 23:29:46 +00:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2024-02-25 12:04:48 +00:00
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.50",
]