philomena/native/philomena/Cargo.lock

1049 lines
26 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"
2021-09-11 23:21:25 +02:00
version = "0.7.18"
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2021-09-11 02:37:13 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
2022-03-24 18:41:51 +01:00
version = "0.12.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2021-09-11 02:37:13 +02:00
dependencies = [
"winapi",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
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"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[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 = "bitflags"
2021-09-11 23:21:25 +02:00
version = "1.3.2"
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 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-09-11 02:37:13 +02: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",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "bumpalo"
2022-03-24 18:41:51 +01:00
version = "3.9.1"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-09-13 20:54:57 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
2021-09-11 23:21:25 +02:00
version = "1.4.3"
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 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-09-23 00:03:06 +02:00
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-09-11 23:21:25 +02:00
[[package]]
name = "cc"
2022-03-24 18:41:51 +01:00
version = "1.0.73"
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 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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"
2022-03-24 18:41:51 +01:00
version = "2.34.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-09-11 02:37:13 +02:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "comrak"
2021-09-11 23:21:25 +02:00
version = "0.12.1"
2022-03-24 18:41:51 +01:00
source = "git+https://github.com/philomena-dev/comrak?branch=main#f06efaba968416f8d05b92bf48dd922eeff23ee7"
2021-09-11 02:37:13 +02:00
dependencies = [
"clap",
"entities",
2021-09-23 00:03:06 +02:00
"http",
2021-09-11 02:37:13 +02:00
"lazy_static",
"pest",
"pest_derive",
"regex",
2021-09-11 23:21:25 +02:00
"shell-words",
"syntect",
2021-09-11 02:37:13 +02:00
"twoway",
"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
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array",
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
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 = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2021-09-11 23:21:25 +02:00
[[package]]
name = "flate2"
2021-09-13 21:55:42 +02:00
version = "1.0.22"
2021-09-11 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-13 21:55:42 +02:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-09-11 23:21:25 +02:00
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"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"
version = "1.0.1"
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 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-09-13 00:38:46 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "fs_extra"
version = "1.2.0"
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 = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2021-09-13 00:38:46 +02:00
2021-09-11 02:37:13 +02:00
[[package]]
name = "generic-array"
2021-09-11 23:21:25 +02:00
version = "0.12.4"
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 = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2021-09-11 02:37:13 +02:00
dependencies = [
"typenum",
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "getrandom"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-09-11 02:37:13 +02:00
[[package]]
name = "heck"
2021-09-11 23:21:25 +02:00
version = "0.3.3"
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 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-09-11 02:37:13 +02:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
2021-09-11 23:21:25 +02:00
version = "0.1.19"
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 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-09-11 02:37:13 +02:00
dependencies = [
"libc",
]
2021-09-23 00:03:06 +02:00
[[package]]
name = "http"
2022-03-24 18:41:51 +01:00
version = "0.2.6"
2021-09-23 00:03:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2021-09-23 00:03:06 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "indexmap"
2022-03-24 18:41:51 +01:00
version = "1.8.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 = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
2021-09-11 23:21:25 +02:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itoa"
2022-03-24 18:41:51 +01:00
version = "1.0.1"
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 = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2021-09-11 23:21:25 +02:00
[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
"jemalloc-sys",
"libc",
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "js-sys"
2022-03-24 18:41:51 +01:00
version = "0.3.56"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
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"
2021-09-11 23:21:25 +02:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2021-09-11 02:37:13 +02:00
[[package]]
name = "libc"
2022-03-24 18:41:51 +01:00
version = "0.2.121"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
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 = "log"
2022-03-24 18:41:51 +01:00
version = "0.4.16"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2021-09-13 20:54:57 +02:00
dependencies = [
"cfg-if",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-09-13 20:54:57 +02:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-09-11 02:37:13 +02:00
[[package]]
name = "memchr"
2021-09-11 23:21:25 +02:00
version = "2.4.1"
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 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
]
[[package]]
2022-03-24 18:41:51 +01:00
name = "num_threads"
version = "0.1.5"
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 = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
2021-09-11 23:21:25 +02:00
dependencies = [
2022-03-24 18:41:51 +01:00
"libc",
2021-09-11 23:21:25 +02:00
]
2021-09-13 20:54:57 +02:00
[[package]]
name = "once_cell"
2022-03-24 18:41:51 +01:00
version = "1.10.0"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2021-09-13 20:54:57 +02:00
2021-09-11 23:21:25 +02:00
[[package]]
name = "onig"
2022-03-24 18:41:51 +01:00
version = "6.3.1"
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 = "67ddfe2c93bb389eea6e6d713306880c7f6dcc99a75b659ce145d962c861b225"
2021-09-11 23:21:25 +02:00
dependencies = [
"bitflags",
"lazy_static",
"libc",
"onig_sys",
]
[[package]]
name = "onig_sys"
2022-03-24 18:41:51 +01:00
version = "69.7.1"
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 = "5dd3eee045c84695b53b20255bb7317063df090b68e18bfac0abb6c39cf7f33e"
2021-09-11 23:21:25 +02:00
dependencies = [
"cc",
"pkg-config",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2021-09-13 20:54:57 +02:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2021-09-11 02:37:13 +02:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
[[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"
2022-03-24 18:41:51 +01:00
version = "0.3.24"
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 = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2021-09-11 23:21:25 +02:00
[[package]]
name = "plist"
2022-03-24 18:41:51 +01:00
version = "1.3.1"
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 = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
2021-09-11 23:21:25 +02:00
dependencies = [
"base64",
"indexmap",
"line-wrap",
"serde",
2022-03-24 18:41:51 +01:00
"time",
2021-09-11 23:21:25 +02:00
"xml-rs",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "proc-macro2"
2022-03-24 18:41:51 +01:00
version = "1.0.36"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2021-09-11 02:37:13 +02:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2022-03-24 18:41:51 +01:00
version = "1.0.16"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"
2021-09-11 02:37:13 +02:00
dependencies = [
"proc-macro2",
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "redox_syscall"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "regex"
2022-03-24 18:41:51 +01:00
version = "1.5.5"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2021-09-11 02:37:13 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-09-11 23:21:25 +02:00
version = "0.6.25"
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 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "rustler"
2022-03-24 18:41:51 +01:00
version = "0.22.2"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "08281b5931d395414fe2e3e786d4b21dbcffc18d848d542d8a2da03026cb7cb8"
2021-09-11 02:37:13 +02:00
dependencies = [
"lazy_static",
"rustler_codegen",
"rustler_sys",
]
[[package]]
name = "rustler_codegen"
2022-03-24 18:41:51 +01:00
version = "0.22.2"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "96f4adf61752ab8c56df102591ff97c93d4e5c7a9ff04b82cdfa85dfa072544c"
2021-09-11 02:37:13 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "rustler_sys"
2021-09-11 23:21:25 +02:00
version = "2.1.1"
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 = "1cb382fde4f421c51555919e9920b058c0286f6bf59e53d02eb4d281eae6758b"
2021-09-11 02:37:13 +02:00
dependencies = [
"unreachable",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "ryu"
2022-03-24 18:41:51 +01:00
version = "1.0.9"
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 = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
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"
2022-03-24 18:41:51 +01:00
version = "1.0.136"
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 = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2021-09-11 23:21:25 +02:00
[[package]]
name = "serde_derive"
2022-03-24 18:41:51 +01:00
version = "1.0.136"
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 = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2021-09-11 23:21:25 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-03-24 18:41:51 +01:00
version = "1.0.79"
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 = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2021-09-11 23:21:25 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2021-09-11 23:21:25 +02:00
[[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
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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "syn"
2022-03-24 18:41:51 +01:00
version = "1.0.89"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"
2021-09-11 02:37:13 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "syntect"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
dependencies = [
"bincode",
"bitflags",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"onig",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"walkdir",
]
2021-09-11 02:37:13 +02:00
[[package]]
2021-09-13 00:38:46 +02:00
name = "textwrap"
version = "0.11.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-13 00:38:46 +02:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2021-09-11 02:37:13 +02:00
dependencies = [
2021-09-13 00:38:46 +02:00
"unicode-width",
2021-09-11 02:37:13 +02:00
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
"itoa",
"libc",
"num_threads",
]
2021-09-11 02:37:13 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "tinyvec"
2022-03-24 18:41:51 +01:00
version = "1.5.1"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2021-09-11 02:37:13 +02:00
[[package]]
name = "twoway"
2021-09-11 23:21:25 +02:00
version = "0.2.2"
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 = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
2021-09-11 02:37:13 +02:00
dependencies = [
"memchr",
"unchecked-index",
]
[[package]]
name = "typed-arena"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
[[package]]
name = "typenum"
2022-03-24 18:41:51 +01:00
version = "1.15.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2021-09-11 02:37:13 +02:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unchecked-index"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
2021-09-13 20:54:57 +02:00
[[package]]
name = "unicode-bidi"
2022-03-24 18:41:51 +01:00
version = "0.3.7"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2021-09-13 20:54:57 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "unicode-segmentation"
2022-03-24 18:41:51 +01:00
version = "1.9.0"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2021-09-11 02:37:13 +02:00
[[package]]
name = "unicode-width"
2021-09-19 23:17:50 +02:00
version = "0.1.9"
2021-09-11 02:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 23:17:50 +02:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-09-11 02:37:13 +02:00
[[package]]
name = "unicode-xid"
2021-09-11 23:21:25 +02:00
version = "0.2.2"
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 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-09-11 02:37:13 +02:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[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"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2022-03-24 18:41:51 +01:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-09-13 00:38:46 +02:00
[[package]]
2021-09-13 20:54:57 +02:00
name = "wasm-bindgen"
2022-03-24 18:41:51 +01:00
version = "0.2.79"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2021-09-13 20:54:57 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-03-24 18:41:51 +01:00
version = "0.2.79"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
2021-09-13 20:54:57 +02:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-03-24 18:41:51 +01:00
version = "0.2.79"
2021-09-13 00:38:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
2021-09-13 20:54:57 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-03-24 18:41:51 +01:00
version = "0.2.79"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
2021-09-13 20:54:57 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-03-24 18:41:51 +01:00
version = "0.2.79"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2021-09-13 20:54:57 +02:00
[[package]]
name = "web-sys"
2022-03-24 18:41:51 +01:00
version = "0.3.56"
2021-09-13 20:54:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 18:41:51 +01:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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 = "xdg"
2022-03-24 18:41:51 +01:00
version = "2.4.1"
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 = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
dependencies = [
"dirs",
]
2021-09-11 23:21:25 +02:00
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"