philomena/native/philomena/Cargo.lock

1048 lines
27 KiB
Text
Raw Normal View History

2021-09-11 02:37:13 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-09-11 23:21:25 +02:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-09-11 02:37:13 +02:00
[[package]]
name = "aho-corasick"
2023-09-27 20:16:59 +02:00
version = "1.1.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
2021-09-11 02:37:13 +02:00
dependencies = [
"memchr",
]
[[package]]
2023-05-18 16:23:17 +02:00
name = "anstream"
2023-09-27 20:16:59 +02:00
version = "0.5.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
2021-09-11 02:37:13 +02:00
dependencies = [
2023-05-18 16:23:17 +02:00
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-09-27 20:16:59 +02:00
version = "1.0.3"
2023-05-18 16:23:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
2023-05-18 16:23:17 +02:00
[[package]]
name = "anstyle-parse"
2023-09-27 20:16:59 +02:00
version = "0.2.1"
2023-05-18 16:23:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2023-05-18 16:23:17 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2023-09-27 20:16:59 +02:00
version = "2.1.0"
2023-05-18 16:23:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
2023-05-18 16:23:17 +02:00
dependencies = [
"anstyle",
"windows-sys",
2021-09-11 02:37:13 +02:00
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "autocfg"
2022-03-24 18:41:51 +01:00
version = "1.1.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-09-11 23:21:25 +02:00
[[package]]
name = "base64"
2023-09-27 20:16:59 +02:00
version = "0.21.4"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
2021-09-11 23:21:25 +02:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "bit-set"
version = "0.5.3"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2021-09-11 02:37:13 +02:00
dependencies = [
"bit-vec",
2021-09-11 02:37:13 +02:00
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2021-09-11 02:37:13 +02:00
2021-09-13 20:54:57 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-09-13 20:54:57 +02:00
2023-09-27 20:16:59 +02:00
[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2021-09-11 02:37:13 +02:00
[[package]]
name = "bumpalo"
2023-09-27 20:16:59 +02:00
version = "3.14.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2021-09-11 23:21:25 +02:00
2021-09-23 00:03:06 +02:00
[[package]]
name = "bytes"
2023-09-27 20:16:59 +02:00
version = "1.5.0"
2021-09-23 00:03:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2021-09-23 00:03:06 +02:00
2021-09-11 23:21:25 +02:00
[[package]]
name = "cc"
2023-09-27 20:16:59 +02:00
version = "1.0.83"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "cfg-if"
2021-09-11 23:21:25 +02:00
version = "1.0.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:21:25 +02:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-09-11 02:37:13 +02:00
[[package]]
name = "clap"
2023-09-27 20:16:59 +02:00
version = "4.4.5"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3"
2021-09-11 02:37:13 +02:00
dependencies = [
2023-05-18 16:23:17 +02:00
"clap_builder",
"clap_derive",
2023-05-18 16:23:17 +02:00
]
[[package]]
name = "clap_builder"
2023-09-27 20:16:59 +02:00
version = "4.4.5"
2023-05-18 16:23:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab"
2023-05-18 16:23:17 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2021-09-11 02:37:13 +02:00
"strsim",
"terminal_size",
]
[[package]]
name = "clap_derive"
2023-09-27 20:16:59 +02:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
dependencies = [
2023-05-18 16:23:17 +02:00
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2023-09-27 20:16:59 +02:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2023-05-18 16:23:17 +02:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2021-09-11 02:37:13 +02:00
[[package]]
name = "comrak"
version = "0.18.0"
2023-09-27 20:16:59 +02:00
source = "git+https://github.com/philomena-dev/comrak?branch=main#02bfb661314bd64c8ae4a215d079e35ddcf7bc4b"
2021-09-11 02:37:13 +02:00
dependencies = [
"clap",
"entities",
2021-09-23 00:03:06 +02:00
"http",
"memchr",
"once_cell",
2021-09-11 02:37:13 +02:00
"regex",
2021-09-11 23:21:25 +02:00
"shell-words",
"slug",
2021-09-11 23:21:25 +02:00
"syntect",
2021-09-11 02:37:13 +02:00
"typed-arena",
"unicode_categories",
2021-09-11 23:21:25 +02:00
"xdg",
]
[[package]]
name = "crc32fast"
2022-03-24 18:41:51 +01:00
version = "1.3.2"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-09-11 23:21:25 +02:00
dependencies = [
"cfg-if",
2021-09-11 02:37:13 +02:00
]
2023-09-27 20:16:59 +02:00
[[package]]
name = "deranged"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
2021-09-11 02:37:13 +02:00
[[package]]
name = "deunicode"
2023-09-27 20:16:59 +02:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
2021-09-11 02:37:13 +02:00
[[package]]
name = "entities"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
[[package]]
name = "errno"
2023-09-27 20:16:59 +02:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
dependencies = [
"errno-dragonfly",
"libc",
2023-05-18 16:23:17 +02:00
"windows-sys",
]
[[package]]
name = "errno-dragonfly"
2021-09-11 02:37:13 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fancy-regex"
2023-09-27 20:16:59 +02:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
"bit-set",
"regex",
]
2021-09-11 02:37:13 +02:00
2021-09-11 23:21:25 +02:00
[[package]]
name = "flate2"
2023-09-27 20:16:59 +02:00
version = "1.0.27"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2021-09-11 23:21:25 +02:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
2021-09-13 20:54:57 +02:00
name = "form_urlencoded"
2023-09-27 20:16:59 +02:00
version = "1.2.0"
2021-09-13 00:38:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2021-09-13 20:54:57 +02:00
dependencies = [
"percent-encoding",
]
2021-09-13 00:38:46 +02:00
2021-09-11 23:21:25 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-09-11 23:21:25 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "heck"
2023-05-18 16:23:17 +02:00
version = "0.4.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-09-11 02:37:13 +02:00
2021-09-23 00:03:06 +02:00
[[package]]
name = "http"
2023-05-18 16:23:17 +02:00
version = "0.2.9"
2021-09-23 00:03:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-09-23 00:03:06 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "idna"
2023-09-27 20:16:59 +02:00
version = "0.4.0"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2021-09-13 20:54:57 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "indexmap"
2023-05-18 16:23:17 +02:00
version = "1.9.3"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-09-11 23:21:25 +02:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itoa"
2023-09-27 20:16:59 +02:00
version = "1.0.9"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2021-09-11 23:21:25 +02:00
[[package]]
name = "jemalloc-sys"
2023-09-27 20:16:59 +02:00
version = "0.5.4+5.3.0-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "jemallocator"
2023-09-27 20:16:59 +02:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
dependencies = [
"jemalloc-sys",
"libc",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "js-sys"
2023-09-27 20:16:59 +02:00
version = "0.3.64"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2021-09-13 20:54:57 +02:00
dependencies = [
"wasm-bindgen",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-09-27 20:16:59 +02:00
version = "0.2.148"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2021-09-11 23:21:25 +02:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
dependencies = [
"safemem",
]
2021-09-11 02:37:13 +02:00
2021-09-13 20:54:57 +02:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2021-09-13 20:54:57 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.4.10"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2021-09-11 02:37:13 +02:00
2021-09-13 20:54:57 +02:00
[[package]]
name = "log"
2023-09-27 20:16:59 +02:00
version = "0.4.20"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2021-09-13 20:54:57 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "memchr"
2023-09-27 20:16:59 +02:00
version = "2.6.3"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2021-09-11 23:21:25 +02:00
[[package]]
name = "miniz_oxide"
2023-05-18 16:23:17 +02:00
version = "0.7.1"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2021-09-11 23:21:25 +02:00
dependencies = [
"adler",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "once_cell"
2023-09-27 20:16:59 +02:00
version = "1.18.0"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-09-13 20:54:57 +02:00
2021-09-11 23:21:25 +02:00
[[package]]
name = "onig"
version = "6.4.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
2021-09-11 23:21:25 +02:00
dependencies = [
2023-09-27 20:16:59 +02:00
"bitflags 1.3.2",
2021-09-11 23:21:25 +02:00
"libc",
"once_cell",
2021-09-11 23:21:25 +02:00
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.8.1"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
2021-09-11 23:21:25 +02:00
dependencies = [
"cc",
"pkg-config",
]
2021-09-11 02:37:13 +02:00
2021-09-13 20:54:57 +02:00
[[package]]
name = "percent-encoding"
2023-09-27 20:16:59 +02:00
version = "2.3.0"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2021-09-13 20:54:57 +02:00
[[package]]
name = "philomena"
2021-09-13 00:38:46 +02:00
version = "0.3.0"
dependencies = [
2021-09-16 21:04:15 +02:00
"base64",
"comrak",
"jemallocator",
2021-09-13 20:54:57 +02:00
"ring",
"rustler",
2021-09-13 20:54:57 +02:00
"url",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "pkg-config"
2023-05-18 16:23:17 +02:00
version = "0.3.27"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2021-09-11 23:21:25 +02:00
[[package]]
name = "plist"
2023-09-27 20:16:59 +02:00
version = "1.5.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
2021-09-11 23:21:25 +02:00
dependencies = [
"base64",
"indexmap",
"line-wrap",
2023-05-18 16:23:17 +02:00
"quick-xml",
2021-09-11 23:21:25 +02:00
"serde",
2022-03-24 18:41:51 +01:00
"time",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "proc-macro2"
2023-09-27 20:16:59 +02:00
version = "1.0.67"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2021-09-11 02:37:13 +02:00
dependencies = [
"unicode-ident",
2021-09-11 02:37:13 +02:00
]
[[package]]
2023-05-18 16:23:17 +02:00
name = "quick-xml"
2023-09-27 20:16:59 +02:00
version = "0.29.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
2021-09-11 02:37:13 +02:00
dependencies = [
2023-05-18 16:23:17 +02:00
"memchr",
2022-03-24 18:41:51 +01:00
]
[[package]]
2023-05-18 16:23:17 +02:00
name = "quote"
2023-09-27 20:16:59 +02:00
version = "1.0.33"
2022-03-24 18:41:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-03-24 18:41:51 +01:00
dependencies = [
2023-05-18 16:23:17 +02:00
"proc-macro2",
2022-03-24 18:41:51 +01:00
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "regex"
2023-09-27 20:16:59 +02:00
version = "1.9.5"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2021-09-11 02:37:13 +02:00
dependencies = [
"aho-corasick",
"memchr",
2023-09-27 20:16:59 +02:00
"regex-automata",
"regex-syntax",
2021-09-11 02:37:13 +02:00
]
[[package]]
2023-09-27 20:16:59 +02:00
name = "regex-automata"
version = "0.3.8"
2023-05-18 16:23:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2023-05-18 16:23:17 +02:00
[[package]]
name = "regex-syntax"
2023-09-27 20:16:59 +02:00
version = "0.7.5"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2021-09-11 02:37:13 +02:00
2021-09-13 00:38:46 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "ring"
version = "0.16.20"
2021-09-13 00:38:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-13 20:54:57 +02:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2021-09-13 00:38:46 +02:00
dependencies = [
2021-09-13 20:54:57 +02:00
"cc",
2021-09-13 00:38:46 +02:00
"libc",
2021-09-13 20:54:57 +02:00
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
2021-09-13 00:38:46 +02:00
]
[[package]]
name = "rustix"
version = "0.38.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
dependencies = [
2023-09-27 20:16:59 +02:00
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "rustler"
2023-05-18 16:23:17 +02:00
version = "0.28.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "7d7a2f98cb272ae0548e434bb3afde626012084cbebef84542bc7afed868bd6f"
2021-09-11 02:37:13 +02:00
dependencies = [
"lazy_static",
"rustler_codegen",
"rustler_sys",
]
[[package]]
name = "rustler_codegen"
2023-05-18 16:23:17 +02:00
version = "0.28.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "2ae37fb154683a1ff13e95dfd16c15043d6aee9853ea650ca34a45bd94e319a5"
2021-09-11 02:37:13 +02:00
dependencies = [
2023-05-18 16:23:17 +02:00
"heck",
2021-09-11 02:37:13 +02:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "rustler_sys"
2023-09-27 20:16:59 +02:00
version = "2.2.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ae0eb19e2fdf4abc3662441087fc499a58b7550822cc8007e79f15c40157c883"
2021-09-11 02:37:13 +02:00
dependencies = [
2023-05-18 16:23:17 +02:00
"regex",
2021-09-11 02:37:13 +02:00
"unreachable",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "ryu"
2023-09-27 20:16:59 +02:00
version = "1.0.15"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2021-09-11 23:21:25 +02:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "serde"
2023-09-27 20:16:59 +02:00
version = "1.0.188"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
dependencies = [
"serde_derive",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "serde_derive"
2023-09-27 20:16:59 +02:00
version = "1.0.188"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2021-09-11 23:21:25 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-09-27 20:16:59 +02:00
version = "1.0.107"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2021-09-11 23:21:25 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "shell-words"
2022-03-24 18:41:51 +01:00
version = "1.1.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2021-09-11 23:21:25 +02:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-09-11 02:37:13 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-09-11 02:37:13 +02:00
[[package]]
name = "syn"
2023-09-27 20:16:59 +02:00
version = "2.0.37"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2021-09-11 02:37:13 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2021-09-11 02:37:13 +02:00
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "syntect"
2023-09-27 20:16:59 +02:00
version = "5.1.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
2021-09-11 23:21:25 +02:00
dependencies = [
"bincode",
2023-09-27 20:16:59 +02:00
"bitflags 1.3.2",
"fancy-regex",
2021-09-11 23:21:25 +02:00
"flate2",
"fnv",
"once_cell",
2021-09-11 23:21:25 +02:00
"onig",
"plist",
2023-09-27 20:16:59 +02:00
"regex-syntax",
2021-09-11 23:21:25 +02:00
"serde",
"serde_json",
"thiserror",
2021-09-11 23:21:25 +02:00
"walkdir",
"yaml-rust",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "terminal_size"
2023-09-27 20:16:59 +02:00
version = "0.3.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2021-09-11 02:37:13 +02:00
dependencies = [
"rustix",
"windows-sys",
2021-09-11 02:37:13 +02:00
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "thiserror"
2023-09-27 20:16:59 +02:00
version = "1.0.49"
2022-03-24 18:41:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2022-03-24 18:41:51 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-09-27 20:16:59 +02:00
version = "1.0.49"
2022-03-24 18:41:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2022-03-24 18:41:51 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
2023-09-27 20:16:59 +02:00
version = "0.3.29"
2022-03-24 18:41:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
2022-03-24 18:41:51 +01:00
dependencies = [
2023-09-27 20:16:59 +02:00
"deranged",
2022-03-24 18:41:51 +01:00
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-27 20:16:59 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2023-09-27 20:16:59 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
dependencies = [
"time-core",
2022-03-24 18:41:51 +01:00
]
2021-09-11 02:37:13 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "tinyvec"
version = "1.6.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-09-11 02:37:13 +02:00
dependencies = [
2021-09-13 20:54:57 +02:00
"tinyvec_macros",
2021-09-11 02:37:13 +02:00
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "tinyvec_macros"
2023-05-18 16:23:17 +02:00
version = "0.1.1"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-09-13 20:54:57 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "typed-arena"
2023-05-18 16:23:17 +02:00
version = "2.0.2"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2021-09-11 02:37:13 +02:00
[[package]]
name = "unicode-bidi"
2023-05-18 16:23:17 +02:00
version = "0.3.13"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2021-09-11 02:37:13 +02:00
2021-09-13 20:54:57 +02:00
[[package]]
name = "unicode-ident"
2023-09-27 20:16:59 +02:00
version = "1.0.12"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2021-09-13 20:54:57 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-09-13 20:54:57 +02:00
dependencies = [
"tinyvec",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2023-09-27 20:16:59 +02:00
version = "2.4.1"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2021-09-13 20:54:57 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2021-09-11 02:37:13 +02:00
[[package]]
2023-05-18 16:23:17 +02:00
name = "utf8parse"
version = "0.2.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 16:23:17 +02:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2021-09-11 02:37:13 +02:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2021-09-11 23:21:25 +02:00
[[package]]
name = "walkdir"
2023-09-27 20:16:59 +02:00
version = "2.4.0"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2021-09-11 23:21:25 +02:00
dependencies = [
"same-file",
"winapi-util",
]
2021-09-13 00:38:46 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "wasm-bindgen"
2023-09-27 20:16:59 +02:00
version = "0.2.87"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2021-09-13 20:54:57 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-09-27 20:16:59 +02:00
version = "0.2.87"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2021-09-13 20:54:57 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2021-09-13 20:54:57 +02:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-09-27 20:16:59 +02:00
version = "0.2.87"
2021-09-13 00:38:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2021-09-13 20:54:57 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-09-27 20:16:59 +02:00
version = "0.2.87"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2021-09-13 20:54:57 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-09-27 20:16:59 +02:00
version = "0.2.87"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2021-09-13 20:54:57 +02:00
[[package]]
name = "web-sys"
2023-09-27 20:16:59 +02:00
version = "0.3.64"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2021-09-13 20:54:57 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2021-09-13 00:38:46 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2023-09-27 20:16:59 +02:00
version = "0.1.6"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2021-09-11 02:37:13 +02:00
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-09-11 23:21:25 +02:00
[[package]]
name = "windows-sys"
2023-05-18 16:23:17 +02:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_msvc"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_i686_gnu"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
2023-09-27 20:16:59 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2021-09-11 23:21:25 +02:00
[[package]]
name = "xdg"
2023-09-27 20:16:59 +02:00
version = "2.5.2"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-27 20:16:59 +02:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2021-09-11 23:21:25 +02: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",
]