2021-11-21 12:34:56 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.7.20"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-01-02 01:54:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atom_syndication"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca96cb38e3d8236f1573a84bbc55e130bd1ae07df770e36d0cf221ea7a50e36c"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"diligent-date-parser",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
]
|
|
|
|
|
2021-11-21 16:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.1.0"
|
2021-11-21 16:51:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3"
|
2021-11-21 16:51:04 +00:00
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2021-11-21 16:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.13.1"
|
2021-11-21 16:51:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2021-11-21 16:51:04 +00:00
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-11-21 16:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "contrast"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e2e6885a8c59c03522edaa351a7ad5b6d47ed2632fcfbc0f2b00fcce520eb1"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.6.0"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-01-02 01:54:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.14.4"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-01-02 01:54:57 +00:00
|
|
|
dependencies = [
|
2023-04-17 12:48:03 +01:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
2022-01-02 01:54:57 +00:00
|
|
|
"quote",
|
2023-04-17 12:48:03 +01:00
|
|
|
"strsim",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn 1.0.109",
|
2022-01-02 01:54:57 +00:00
|
|
|
]
|
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diligent-date-parser"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.1.0"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.3.0"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.6"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 12:48:03 +01:00
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-22 16:02:07 +00:00
|
|
|
name = "matrix-hookshot"
|
2022-07-18 11:58:31 -04:00
|
|
|
version = "1.8.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
2021-11-21 16:51:04 +00:00
|
|
|
"contrast",
|
2021-12-02 12:34:43 +00:00
|
|
|
"hex",
|
|
|
|
"md-5",
|
2021-11-21 12:34:56 +00:00
|
|
|
"napi",
|
|
|
|
"napi-build",
|
|
|
|
"napi-derive",
|
2021-11-21 16:51:04 +00:00
|
|
|
"rgb",
|
2023-04-17 12:48:03 +01:00
|
|
|
"rss",
|
2021-11-21 12:34:56 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.5.0"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-01-02 01:54:57 +00:00
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "napi"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.12.4"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "556470a21074b55be8adee5f27ca04389cfdaca323a28b4b0e9c15466de94731"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
2023-04-17 12:48:03 +01:00
|
|
|
"bitflags",
|
2022-01-02 01:54:57 +00:00
|
|
|
"ctor",
|
2023-04-17 12:48:03 +01:00
|
|
|
"napi-derive",
|
2021-11-21 12:34:56 +00:00
|
|
|
"napi-sys",
|
2023-04-17 12:48:03 +01:00
|
|
|
"once_cell",
|
2021-11-21 12:34:56 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-build"
|
2022-01-02 01:54:57 +00:00
|
|
|
version = "1.2.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 01:54:57 +00:00
|
|
|
checksum = "ebd4419172727423cf30351406c54f6cc1b354a2cfb4f1dba3e6cd07f6d5522b"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-derive"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.12.3"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "af2ac63101a19228b0881694cac07468d642fd10e4f943a9c9feebeebf1a4787"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
2022-01-02 01:54:57 +00:00
|
|
|
"convert_case",
|
|
|
|
"napi-derive-backend",
|
2021-11-21 12:34:56 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 12:48:03 +01:00
|
|
|
"syn 1.0.109",
|
2021-11-21 12:34:56 +00:00
|
|
|
]
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "napi-derive-backend"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.49"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "0e32b5bc4d803e40b783b0aa3fe488eac8711cfaa4c5c9915293dfd3d0b99925"
|
2022-01-02 01:54:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2023-04-17 12:48:03 +01:00
|
|
|
"semver",
|
|
|
|
"syn 1.0.109",
|
2022-01-02 01:54:57 +00:00
|
|
|
]
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "napi-sys"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.2.3"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3"
|
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "never"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
2021-11-21 12:34:56 +00:00
|
|
|
|
2021-11-21 16:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.2.15"
|
2021-11-21 16:51:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-11-21 16:51:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.17.1"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-01-02 01:54:57 +00:00
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.2.0"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.28.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
2023-04-17 12:48:03 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
2021-11-21 12:34:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.26"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-01-02 01:54:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.7.3"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2022-01-02 01:54:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.6.29"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-01-02 01:54:57 +00:00
|
|
|
|
2021-11-21 16:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.8.36"
|
2021-11-21 16:51:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
|
2021-11-21 16:51:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa1ec965a5f5ec71e16106b35df21861c4014ace848c6b75720816925552936d"
|
|
|
|
dependencies = [
|
|
|
|
"atom_syndication",
|
|
|
|
"derive_builder",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
]
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.17"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.160"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.160"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 12:48:03 +01:00
|
|
|
"syn 2.0.14",
|
2021-11-21 12:34:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.95"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-17 12:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.0.109"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 12:48:03 +01:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcf316d5356ed6847742d036f8a39c3b8435cac10bd528a4bd461928a6ab34d5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-11-21 12:34:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.6.0"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.1.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
2021-12-02 12:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "1.16.0"
|
2021-12-02 12:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-12-02 12:34:43 +00:00
|
|
|
|
2021-11-21 12:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.3.13"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "0.1.22"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 12:48:03 +01:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2021-11-21 12:34:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-04-17 12:48:03 +01:00
|
|
|
version = "2.3.1"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 12:48:03 +01:00
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2021-11-21 12:34:56 +00:00
|
|
|
dependencies = [
|
2023-04-17 12:48:03 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2021-11-21 12:34:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 12:48:03 +01:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2022-01-02 01:54:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2022-01-02 01:54:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 12:48:03 +01:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2021-11-21 12:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 12:48:03 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|