hoc/Cargo.lock

2326 lines
56 KiB
Plaintext
Raw Normal View History

2019-04-16 16:57:06 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-09-03 13:13:03 +02:00
version = 3
[[package]]
name = "ab_glyph_rasterizer"
2022-01-29 21:18:50 +01:00
version = "0.1.5"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
2019-04-16 16:57:06 +02:00
2020-09-12 14:01:59 +02:00
[[package]]
name = "actix-codec"
2022-01-29 21:18:50 +01:00
version = "0.4.2"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a36c014a3e811624313b51a227b775ecba55d36ef9462bbaac7d4f13e54c9271"
2020-09-12 14:01:59 +02:00
dependencies = [
"bitflags",
2021-09-03 13:13:03 +02:00
"bytes",
2020-09-12 14:01:59 +02:00
"futures-core",
"futures-sink",
"log",
2022-01-29 21:18:50 +01:00
"memchr",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
2021-02-26 16:04:58 +01:00
"tokio",
2021-02-26 16:28:04 +01:00
"tokio-util",
2020-09-12 14:01:59 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "actix-http"
version = "3.0.0-rc.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08aac516b88cb8cfbfa834c76b58607ffac75946d947dcb6a9ffc5673e1e875d"
dependencies = [
2021-02-26 16:28:04 +01:00
"actix-codec",
"actix-rt",
"actix-service",
2021-02-26 16:28:04 +01:00
"actix-utils",
2021-09-03 13:13:03 +02:00
"ahash",
"base64 0.13.0",
"bitflags",
2022-01-29 21:18:50 +01:00
"brotli",
2021-09-03 13:13:03 +02:00
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
2021-02-26 16:04:58 +01:00
"h2",
"http",
"httparse",
"httpdate",
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
"language-tags",
2021-09-03 13:13:03 +02:00
"local-channel",
"log",
"mime",
"percent-encoding",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"rand",
2020-09-12 14:01:59 +02:00
"sha-1",
2021-09-03 13:13:03 +02:00
"smallvec",
"zstd",
]
[[package]]
name = "actix-macros"
version = "0.2.3"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
2019-04-16 16:57:06 +02:00
dependencies = [
"quote",
"syn",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-router"
2022-02-01 19:16:11 +01:00
version = "0.5.0-rc.3"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "cb6506dbef336634ff35d994d58daa0a412ea23751f15f9b4dcac4d594b1ed1f"
2019-04-16 16:57:06 +02:00
dependencies = [
"bytestring",
2021-09-14 13:03:18 +02:00
"firestorm",
"http",
"log",
"regex",
"serde 1.0.136",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-rt"
version = "2.6.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359"
2019-04-16 16:57:06 +02:00
dependencies = [
"actix-macros",
2021-09-03 13:13:03 +02:00
"futures-core",
2021-02-26 16:04:58 +01:00
"tokio",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-server"
2022-01-29 21:18:50 +01:00
version = "2.0.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "d9e7472ac180abb0a8e592b653744345983a7a14f44691c8394a799d0df4dbbf"
2019-04-16 16:57:06 +02:00
dependencies = [
"actix-rt",
"actix-service",
2021-02-26 16:28:04 +01:00
"actix-utils",
2021-09-03 13:13:03 +02:00
"futures-core",
2022-01-29 21:18:50 +01:00
"futures-util",
"log",
2022-01-29 21:18:50 +01:00
"mio 0.8.0",
"num_cpus",
2022-01-29 21:18:50 +01:00
"socket2",
2021-09-03 13:13:03 +02:00
"tokio",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-service"
2022-01-29 21:18:50 +01:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
2021-09-03 13:13:03 +02:00
"futures-core",
"paste",
"pin-project-lite",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "actix-tls"
2022-01-29 21:18:50 +01:00
version = "3.0.2"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a31ab31563b611fa822480b4255e8750cf0af9ce1b8b7bde298afe8447ef9333"
2020-09-12 14:01:59 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"actix-codec",
2021-09-03 13:13:03 +02:00
"actix-rt",
2020-09-12 14:01:59 +02:00
"actix-service",
2021-02-26 16:28:04 +01:00
"actix-utils",
2021-09-03 13:13:03 +02:00
"futures-core",
"http",
"log",
2022-01-29 21:18:50 +01:00
"pin-project-lite",
2021-09-03 13:13:03 +02:00
"tokio-util",
2020-09-12 14:01:59 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "actix-utils"
2021-09-03 13:13:03 +02:00
version = "3.0.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"local-waker",
"pin-project-lite",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-web"
2022-02-01 19:16:11 +01:00
version = "4.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "d7bfa913583b6cfe5f0d1588e752bcf6b107556422624fefdaf99c40ba2b7f16"
dependencies = [
2021-02-26 16:28:04 +01:00
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
2021-02-26 16:28:04 +01:00
"actix-utils",
"actix-web-codegen",
2021-09-03 13:13:03 +02:00
"ahash",
"bytes",
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
2020-09-12 14:01:59 +02:00
"futures-core",
"futures-util",
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
2021-09-03 13:13:03 +02:00
"language-tags",
"log",
"mime",
2021-09-03 13:13:03 +02:00
"once_cell",
2022-01-29 21:18:50 +01:00
"pin-project-lite",
"regex",
"serde 1.0.136",
"serde_json",
"serde_urlencoded",
2021-09-03 13:13:03 +02:00
"smallvec",
2020-09-12 14:01:59 +02:00
"socket2",
2022-01-29 21:18:50 +01:00
"time 0.3.7",
"url",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "actix-web-codegen"
2022-02-01 19:16:11 +01:00
version = "0.5.0-rc.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "4d0976042e6ddc82c7d0dedd64d39959bc26d9bba098b2f6c32a73fbef784eaf"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-14 13:03:18 +02:00
"actix-router",
"proc-macro2",
"quote",
"syn",
2019-04-16 16:57:06 +02:00
]
2021-02-26 16:28:04 +01:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-09-03 13:13:03 +02:00
[[package]]
name = "ahash"
2022-01-29 21:18:50 +01:00
version = "0.7.6"
2021-09-03 13:13:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-09-03 13:13:03 +02:00
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "aho-corasick"
2021-09-14 13:03:18 +02:00
version = "0.7.18"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-04-16 16:57:06 +02:00
dependencies = [
"memchr",
2019-04-16 16:57:06 +02:00
]
2022-01-29 21:18:50 +01:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2021-09-03 13:13:03 +02:00
"winapi",
]
[[package]]
name = "anyhow"
2022-01-29 21:18:50 +01:00
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
2019-04-16 16:57:06 +02:00
[[package]]
name = "arrayvec"
2021-02-26 16:28:04 +01:00
version = "0.5.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2019-04-16 16:57:06 +02:00
[[package]]
name = "autocfg"
2021-02-26 16:28:04 +01:00
version = "1.0.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-04-16 16:57:06 +02:00
[[package]]
name = "awc"
version = "3.0.0-beta.20"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a64a95bbf4905fd057ea45b70fdfeeb9c7ae09f03f091642c4e66a16ebb3ad5"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"actix-codec",
"actix-http",
"actix-rt",
"actix-service",
"actix-tls",
"actix-utils",
"ahash",
"base64 0.13.0",
2021-09-03 13:13:03 +02:00
"bytes",
"cfg-if",
"cookie",
"derive_more",
"futures-core",
"futures-util",
"h2",
"http",
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
"log",
"mime",
"percent-encoding",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"rand",
"serde 1.0.136",
"serde_json",
"serde_urlencoded",
"tokio",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "badge"
version = "0.3.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0228ae65b89e72921e86c19c3574da63bda0628e9d7da5e164f569bbf4e477d"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"base64 0.12.3",
"once_cell",
"rusttype",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "base64"
2021-02-26 16:28:04 +01:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2019-04-16 16:57:06 +02:00
[[package]]
name = "bitflags"
2021-09-14 13:03:18 +02:00
version = "1.3.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-04-16 16:57:06 +02:00
[[package]]
name = "bitvec"
2022-01-29 21:18:50 +01:00
version = "0.19.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "block-buffer"
2022-01-29 21:18:50 +01:00
version = "0.10.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
2020-09-12 14:01:59 +02:00
dependencies = [
"generic-array",
]
2019-04-16 16:57:06 +02:00
[[package]]
2022-01-29 21:18:50 +01:00
name = "brotli"
version = "3.3.3"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "f838e47a451d5a8fa552371f80024dd6ace9b7acdf25c4c3d0f9bc6816fb1c39"
2019-04-16 16:57:06 +02:00
dependencies = [
2022-01-29 21:18:50 +01:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
2019-04-16 16:57:06 +02:00
]
[[package]]
2022-01-29 21:18:50 +01:00
name = "brotli-decompressor"
version = "2.3.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
2019-04-16 16:57:06 +02:00
dependencies = [
2022-01-29 21:18:50 +01:00
"alloc-no-stdlib",
"alloc-stdlib",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "bumpalo"
2022-01-29 21:18:50 +01:00
version = "3.9.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2019-04-16 16:57:06 +02:00
2019-04-23 18:19:35 +02:00
[[package]]
name = "bytecount"
2021-02-26 16:28:04 +01:00
version = "0.6.2"
2019-04-23 18:19:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
2019-04-23 18:19:35 +02:00
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2019-04-16 16:57:06 +02:00
[[package]]
name = "bytestring"
2021-02-26 16:28:04 +01:00
version = "1.0.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "cc"
2022-01-29 21:18:50 +01:00
version = "1.0.72"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
dependencies = [
"jobserver",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
2019-04-16 16:57:06 +02:00
name = "chrono"
2020-10-30 13:02:53 +01:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 13:02:53 +01:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2020-10-30 13:02:53 +01:00
"libc",
"num-integer",
2021-02-26 16:28:04 +01:00
"num-traits 0.2.14",
"time 0.1.43",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "config"
version = "0.11.0"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369"
2019-04-21 20:44:29 +02:00
dependencies = [
"lazy_static",
"nom 5.1.2",
"rust-ini",
"serde 1.0.136",
"serde-hjson",
"serde_json",
"toml",
"yaml-rust",
2019-04-21 20:44:29 +02:00
]
2021-09-14 13:03:18 +02:00
[[package]]
name = "convert_case"
version = "0.4.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-09-12 14:01:59 +02:00
[[package]]
name = "cookie"
2022-01-29 21:18:50 +01:00
version = "0.16.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
2020-09-12 14:01:59 +02:00
dependencies = [
"percent-encoding",
2022-01-29 21:18:50 +01:00
"time 0.3.7",
2021-02-26 16:28:04 +01:00
"version_check",
2020-09-12 14:01:59 +02:00
]
2019-04-21 20:44:29 +02:00
[[package]]
name = "core-foundation"
2022-01-29 21:18:50 +01:00
version = "0.9.2"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2019-04-21 20:44:29 +02:00
dependencies = [
"core-foundation-sys",
"libc",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "core-foundation-sys"
2022-01-29 21:18:50 +01:00
version = "0.8.3"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-04-21 20:44:29 +02:00
2020-09-12 14:01:59 +02:00
[[package]]
2021-09-14 13:03:18 +02:00
name = "cpufeatures"
version = "0.2.1"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
2020-09-12 14:01:59 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "crc32fast"
2022-01-29 21:18:50 +01:00
version = "1.3.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2019-04-16 16:57:06 +02:00
]
2022-01-29 21:18:50 +01:00
[[package]]
name = "crypto-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
dependencies = [
"generic-array",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "derive_more"
2022-01-29 21:18:50 +01:00
version = "0.99.17"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-14 13:03:18 +02:00
"convert_case",
"proc-macro2",
"quote",
2022-01-29 21:18:50 +01:00
"rustc_version",
"syn",
2019-04-16 16:57:06 +02:00
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "digest"
2022-01-29 21:18:50 +01:00
version = "0.10.1"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
2020-09-12 14:01:59 +02:00
dependencies = [
2022-01-29 21:18:50 +01:00
"block-buffer",
"crypto-common",
2020-09-12 14:01:59 +02:00
"generic-array",
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2019-04-21 20:44:29 +02:00
[[package]]
2019-04-16 16:57:06 +02:00
name = "either"
2021-02-26 16:28:04 +01:00
version = "1.6.1"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-04-21 20:44:29 +02:00
[[package]]
name = "encoding_rs"
2022-01-29 21:18:50 +01:00
version = "0.8.30"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2019-04-21 20:44:29 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "enum-iterator"
2021-09-14 13:03:18 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
2021-09-14 13:03:18 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "fastrand"
2022-01-29 21:18:50 +01:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2021-09-14 13:03:18 +02:00
[[package]]
name = "firestorm"
2022-01-29 21:18:50 +01:00
version = "0.5.0"
2021-09-14 13:03:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
2021-09-14 13:03:18 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "flate2"
2021-09-14 13:03:18 +02:00
version = "1.0.22"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "fnv"
2021-02-26 16:28:04 +01:00
version = "1.0.7"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-04-16 16:57:06 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-04-21 20:44:29 +02:00
dependencies = [
"foreign-types-shared",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-21 20:44:29 +02:00
name = "foreign-types-shared"
version = "0.1.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-04-16 16:57:06 +02:00
[[package]]
name = "form_urlencoded"
2021-02-26 16:28:04 +01:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
2019-04-16 16:57:06 +02:00
[[package]]
name = "futures"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2019-04-16 16:57:06 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2019-04-16 16:57:06 +02:00
dependencies = [
"futures-core",
"futures-sink",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "futures-core"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2019-04-16 16:57:06 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2019-04-21 20:44:29 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "futures-io"
version = "0.3.21"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2019-04-21 20:44:29 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "futures-macro"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "futures-sink"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2019-04-16 16:57:06 +02:00
[[package]]
name = "futures-task"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2019-04-16 16:57:06 +02:00
[[package]]
name = "futures-util"
version = "0.3.21"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"pin-utils",
"slab",
]
2019-04-16 16:57:06 +02:00
2020-09-12 14:01:59 +02:00
[[package]]
name = "generic-array"
2022-01-29 21:18:50 +01:00
version = "0.14.5"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-09-12 14:01:59 +02:00
dependencies = [
"typenum",
2021-02-26 16:28:04 +01:00
"version_check",
2020-09-12 14:01:59 +02:00
]
[[package]]
name = "gethostname"
2022-01-29 21:18:50 +01:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
dependencies = [
"libc",
2021-09-03 13:13:03 +02:00
"winapi",
]
[[package]]
name = "getrandom"
2022-01-29 21:18:50 +01:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
"libc",
2021-09-03 13:13:03 +02:00
"wasi",
]
[[package]]
name = "getset"
2022-01-29 21:18:50 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "git2"
version = "0.13.25"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
2019-04-16 16:57:06 +02:00
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "h2"
2022-01-29 21:18:50 +01:00
version = "0.3.11"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-02-26 16:04:58 +01:00
"tokio",
2021-02-26 16:28:04 +01:00
"tokio-util",
"tracing",
2019-04-16 16:57:06 +02:00
]
2021-02-26 16:28:04 +01:00
[[package]]
name = "hashbrown"
2021-09-14 13:03:18 +02:00
version = "0.11.2"
2021-02-26 16:28:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-02-26 16:28:04 +01:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "hermit-abi"
2021-09-14 13:03:18 +02:00
version = "0.1.19"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-04-16 16:57:06 +02:00
dependencies = [
"libc",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "hoc"
2022-02-01 19:41:42 +01:00
version = "0.21.1"
2019-04-16 16:57:06 +02:00
dependencies = [
"actix-rt",
"actix-web",
2021-09-03 13:13:03 +02:00
"awc",
"badge",
2021-09-03 13:13:03 +02:00
"bytes",
"config",
"dotenv",
"futures",
"git2",
"lazy_static",
"number_prefix",
"openssl-probe",
"reqwest",
"ructe",
"serde 1.0.136",
"serde_derive",
"serde_json",
2020-05-15 12:15:18 +02:00
"tempfile",
"tokio",
"tracing",
"tracing-actix-web",
"tracing-bunyan-formatter",
"tracing-futures",
"tracing-log",
"tracing-subscriber",
"vergen",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "http"
2022-01-29 21:18:50 +01:00
version = "0.2.6"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"fnv",
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
2019-05-19 13:56:23 +02:00
]
[[package]]
name = "http-body"
2022-01-29 21:18:50 +01:00
version = "0.4.4"
2019-05-19 13:56:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2019-05-19 13:56:23 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"http",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "httparse"
2021-09-03 13:13:03 +02:00
version = "1.5.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2019-04-16 16:57:06 +02:00
[[package]]
name = "httpdate"
2022-01-29 21:18:50 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2019-04-21 20:44:29 +02:00
[[package]]
name = "hyper"
2022-01-29 21:18:50 +01:00
version = "0.14.16"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
2019-04-21 20:44:29 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2021-02-26 16:04:58 +01:00
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa 0.4.8",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"socket2",
2021-02-26 16:04:58 +01:00
"tokio",
"tower-service",
"tracing",
"want",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-21 20:44:29 +02:00
name = "hyper-tls"
2021-09-03 13:13:03 +02:00
version = "0.5.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"hyper",
"native-tls",
2021-02-26 16:04:58 +01:00
"tokio",
2021-09-03 13:13:03 +02:00
"tokio-native-tls",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "idna"
2021-09-14 13:03:18 +02:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "indexmap"
2022-01-29 21:18:50 +01:00
version = "1.8.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
"autocfg",
2021-02-26 16:28:04 +01:00
"hashbrown",
]
[[package]]
name = "instant"
2022-01-29 21:18:50 +01:00
version = "0.1.12"
2021-02-26 16:28:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-02-26 16:28:04 +01:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "ipnet"
2021-09-14 13:03:18 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2019-04-23 18:19:35 +02:00
[[package]]
name = "itertools"
2022-01-29 21:18:50 +01:00
version = "0.10.3"
2019-04-23 18:19:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2019-04-23 18:19:35 +02:00
dependencies = [
"either",
2019-04-23 18:19:35 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "itoa"
2021-09-14 13:03:18 +02:00
version = "0.4.8"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2019-04-16 16:57:06 +02:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "jobserver"
2021-09-14 13:03:18 +02:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2022-01-29 21:18:50 +01:00
version = "0.3.56"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
dependencies = [
"wasm-bindgen",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "language-tags"
2021-09-03 13:13:03 +02:00
version = "0.3.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2019-04-16 16:57:06 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-04-16 16:57:06 +02:00
[[package]]
name = "lexical-core"
2021-09-14 13:03:18 +02:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
2020-11-23 14:35:12 +01:00
"arrayvec",
2021-02-26 16:28:04 +01:00
"bitflags",
2021-09-03 13:13:03 +02:00
"cfg-if",
"ryu",
"static_assertions",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "libc"
2022-01-29 21:18:50 +01:00
version = "0.2.116"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
2019-04-16 16:57:06 +02:00
[[package]]
name = "libgit2-sys"
version = "0.12.26+1.3.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
2019-04-16 16:57:06 +02:00
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "libssh2-sys"
2022-01-29 21:18:50 +01:00
version = "0.2.23"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
2019-04-16 16:57:06 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "libz-sys"
2021-09-14 13:03:18 +02:00
version = "1.1.3"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2019-04-16 16:57:06 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "linked-hash-map"
2021-02-26 16:28:04 +01:00
version = "0.5.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2019-04-16 16:57:06 +02:00
2021-09-03 13:13:03 +02:00
[[package]]
name = "local-channel"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
2022-01-29 21:18:50 +01:00
version = "0.1.2"
2021-09-03 13:13:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
2021-09-03 13:13:03 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "lock_api"
2022-01-29 21:18:50 +01:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
dependencies = [
"scopeguard",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "log"
2021-02-26 16:28:04 +01:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "matchers"
2021-10-27 20:53:34 +02:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-27 20:53:34 +02:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "matches"
2021-09-14 13:03:18 +02:00
version = "0.1.9"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-04-16 16:57:06 +02:00
2019-04-23 18:19:35 +02:00
[[package]]
name = "md5"
version = "0.7.0"
2019-04-23 18:19:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2019-04-23 18:19:35 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "memchr"
2021-09-14 13:03:18 +02:00
version = "2.4.1"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2019-04-21 20:44:29 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "mime"
version = "0.3.16"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-04-16 16:57:06 +02:00
[[package]]
name = "miniz_oxide"
2021-02-26 16:28:04 +01:00
version = "0.4.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"adler",
"autocfg",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "mio"
2022-01-29 21:18:50 +01:00
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "mio"
version = "0.8.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
2019-04-16 16:57:06 +02:00
dependencies = [
"libc",
"log",
2021-02-26 16:04:58 +01:00
"miow",
2021-09-03 13:13:03 +02:00
"ntapi",
"winapi",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "miow"
2021-09-03 13:13:03 +02:00
version = "0.3.7"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-16 16:57:06 +02:00
]
2019-04-21 20:44:29 +02:00
[[package]]
name = "native-tls"
2021-09-14 13:03:18 +02:00
version = "0.2.8"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2019-04-21 20:44:29 +02:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-23 18:19:35 +02:00
name = "nom"
2021-02-26 16:28:04 +01:00
version = "5.1.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2019-04-16 16:57:06 +02:00
dependencies = [
"lexical-core",
"memchr",
2021-02-26 16:28:04 +01:00
"version_check",
2019-04-23 18:19:35 +02:00
]
[[package]]
name = "nom"
version = "6.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
dependencies = [
"bitvec",
"funty",
"lexical-core",
"memchr",
"version_check",
]
2021-09-03 13:13:03 +02:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "num-integer"
2021-02-26 16:28:04 +01:00
version = "0.1.44"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2019-04-16 16:57:06 +02:00
dependencies = [
"autocfg",
2021-02-26 16:28:04 +01:00
"num-traits 0.2.14",
]
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
2021-02-26 16:28:04 +01:00
"num-traits 0.2.14",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "num-traits"
2021-02-26 16:28:04 +01:00
version = "0.2.14"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2019-06-12 20:05:55 +02:00
dependencies = [
"autocfg",
2019-06-12 20:05:55 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "num_cpus"
2022-01-29 21:18:50 +01:00
version = "1.13.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-04-16 16:57:06 +02:00
dependencies = [
"hermit-abi",
"libc",
2019-04-16 16:57:06 +02:00
]
2022-01-29 21:18:50 +01:00
[[package]]
name = "num_threads"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
dependencies = [
"libc",
]
2019-04-30 14:18:30 +02:00
[[package]]
name = "number_prefix"
version = "0.4.0"
2019-04-30 14:18:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2019-05-01 13:38:57 +02:00
[[package]]
name = "once_cell"
2022-01-29 21:18:50 +01:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2020-09-12 14:01:59 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "openssl"
2022-01-29 21:18:50 +01:00
version = "0.10.38"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2019-04-21 20:44:29 +02:00
dependencies = [
"bitflags",
2021-09-03 13:13:03 +02:00
"cfg-if",
"foreign-types",
"libc",
2021-09-14 13:03:18 +02:00
"once_cell",
"openssl-sys",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-04-16 16:57:06 +02:00
[[package]]
name = "openssl-sys"
2022-01-29 21:18:50 +01:00
version = "0.9.72"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2019-04-16 16:57:06 +02:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
dependencies = [
"ttf-parser",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "parking_lot"
2021-09-14 13:03:18 +02:00
version = "0.11.2"
2019-05-19 13:56:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2019-05-19 13:56:23 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"instant",
"lock_api",
"parking_lot_core",
2019-05-19 13:56:23 +02:00
]
[[package]]
2019-05-19 13:56:23 +02:00
name = "parking_lot_core"
2021-09-14 13:03:18 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2021-02-26 16:28:04 +01:00
"instant",
"libc",
2021-02-26 16:28:04 +01:00
"redox_syscall",
"smallvec",
2021-09-03 13:13:03 +02:00
"winapi",
]
2019-04-16 16:57:06 +02:00
[[package]]
2021-09-03 13:13:03 +02:00
name = "paste"
2022-01-29 21:18:50 +01:00
version = "1.0.6"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
2019-05-19 13:56:23 +02:00
[[package]]
2021-09-03 13:13:03 +02:00
name = "percent-encoding"
version = "2.1.0"
2019-05-19 13:56:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project"
2022-01-29 21:18:50 +01:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
2021-09-03 13:13:03 +02:00
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-01-29 21:18:50 +01:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2022-01-29 21:18:50 +01:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-04-16 16:57:06 +02:00
[[package]]
name = "pkg-config"
2022-01-29 21:18:50 +01:00
version = "0.3.24"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2019-04-16 16:57:06 +02:00
[[package]]
name = "ppv-lite86"
2022-01-29 21:18:50 +01:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
2021-02-26 16:28:04 +01:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2021-02-26 16:28:04 +01:00
"version_check",
]
[[package]]
name = "proc-macro2"
2022-01-29 21:18:50 +01:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "quote"
2022-01-29 21:18:50 +01:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
name = "rand"
2021-09-14 13:03:18 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
2021-09-03 13:13:03 +02:00
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2021-09-14 13:03:18 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-09-03 13:13:03 +02:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-09-14 13:03:18 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-09-03 13:13:03 +02:00
"getrandom",
]
[[package]]
name = "rand_hc"
2021-09-14 13:03:18 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
2021-09-03 13:13:03 +02:00
"rand_core",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "redox_syscall"
2021-09-14 13:03:18 +02:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "regex"
2021-09-14 13:03:18 +02:00
version = "1.5.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2019-04-16 16:57:06 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "regex-automata"
2021-09-14 13:03:18 +02:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "regex-syntax"
2021-09-14 13:03:18 +02:00
version = "0.6.25"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2019-04-16 16:57:06 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "remove_dir_all"
2021-02-26 16:28:04 +01:00
version = "0.5.3"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-04-21 20:44:29 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "reqwest"
version = "0.11.9"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
dependencies = [
"base64 0.13.0",
2021-09-03 13:13:03 +02:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"serde 1.0.136",
"serde_json",
"serde_urlencoded",
2021-02-26 16:04:58 +01:00
"tokio",
2021-09-03 13:13:03 +02:00
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2021-09-03 13:13:03 +02:00
"winreg",
2019-04-16 16:57:06 +02:00
]
2019-04-23 18:19:35 +02:00
[[package]]
name = "ructe"
version = "0.13.4"
2019-04-23 18:19:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fd2f3b927021cc8586d365c36d16d82d91fdae0a3839819c12c8e86e0f929e"
2019-04-23 18:19:35 +02:00
dependencies = [
"base64 0.13.0",
"bytecount",
"itertools",
"md5",
"nom 6.1.2",
2019-04-23 18:19:35 +02:00
]
[[package]]
name = "rust-ini"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
2019-04-16 16:57:06 +02:00
[[package]]
name = "rustc_version"
2022-01-29 21:18:50 +01:00
version = "0.4.0"
2021-09-14 13:03:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-09-14 13:03:18 +02:00
dependencies = [
2022-01-29 21:18:50 +01:00
"semver",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "rusttype"
version = "0.9.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2019-04-16 16:57:06 +02:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "rustversion"
2022-01-29 21:18:50 +01:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
[[package]]
name = "ryu"
2022-01-29 21:18:50 +01:00
version = "1.0.9"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2019-04-16 16:57:06 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "schannel"
2021-02-26 16:28:04 +01:00
version = "0.1.19"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2019-04-21 20:44:29 +02:00
dependencies = [
"lazy_static",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-21 20:44:29 +02:00
]
2019-05-19 13:56:23 +02:00
[[package]]
name = "scopeguard"
version = "1.1.0"
2019-05-19 13:56:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-05-19 13:56:23 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "security-framework"
2022-02-01 19:16:11 +01:00
version = "2.6.0"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "3fed7948b6c68acbb6e20c334f55ad635dc0f75506963de4464289fbd3b051ac"
2019-04-21 20:44:29 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2019-04-21 20:44:29 +02:00
]
[[package]]
name = "security-framework-sys"
2022-02-01 19:16:11 +01:00
version = "2.6.0"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "a57321bf8bc2362081b2599912d2961fe899c0efadf1b4b2f8d48b3e253bb96c"
2019-04-21 20:44:29 +02:00
dependencies = [
"core-foundation-sys",
2021-02-26 16:28:04 +01:00
"libc",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "semver"
2022-01-29 21:18:50 +01:00
version = "1.0.4"
2021-09-14 13:03:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2021-09-14 13:03:18 +02:00
[[package]]
name = "serde"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
2019-04-16 16:57:06 +02:00
[[package]]
name = "serde"
version = "1.0.136"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2019-04-16 16:57:06 +02:00
dependencies = [
"serde_derive",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "serde-hjson"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a3a4e0ea8a88553209f6cc6cfe8724ecad22e1acf372793c27d995290fe74f8"
dependencies = [
"lazy_static",
"num-traits 0.1.43",
"regex",
"serde 0.8.23",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "serde_derive"
version = "1.0.136"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2019-04-16 16:57:06 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "serde_json"
version = "1.0.78"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
2019-04-16 16:57:06 +02:00
dependencies = [
"itoa 1.0.1",
"ryu",
"serde 1.0.136",
]
[[package]]
name = "serde_urlencoded"
2022-01-29 21:18:50 +01:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
"ryu",
"serde 1.0.136",
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "sha-1"
2022-01-29 21:18:50 +01:00
version = "0.10.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
2020-09-12 14:01:59 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2021-09-14 13:03:18 +02:00
"cpufeatures",
2020-09-12 14:01:59 +02:00
"digest",
]
[[package]]
name = "sharded-slab"
2022-01-29 21:18:50 +01:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2019-05-01 13:38:57 +02:00
[[package]]
name = "signal-hook-registry"
2021-09-14 13:03:18 +02:00
version = "1.4.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2019-04-16 16:57:06 +02:00
dependencies = [
"libc",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "slab"
2022-01-29 21:18:50 +01:00
version = "0.4.5"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2019-04-16 16:57:06 +02:00
[[package]]
name = "smallvec"
2022-01-29 21:18:50 +01:00
version = "1.8.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2019-04-16 16:57:06 +02:00
[[package]]
name = "socket2"
2022-01-29 21:18:50 +01:00
version = "0.4.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2019-04-16 16:57:06 +02:00
dependencies = [
"libc",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "static_assertions"
2021-02-26 16:28:04 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2019-04-16 16:57:06 +02:00
[[package]]
name = "syn"
2022-01-29 21:18:50 +01:00
version = "1.0.86"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
2019-04-16 16:57:06 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2019-04-21 20:44:29 +02:00
[[package]]
name = "tempfile"
version = "3.3.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
"fastrand",
"libc",
2021-02-26 16:28:04 +01:00
"redox_syscall",
"remove_dir_all",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-16 16:57:06 +02:00
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "thiserror"
2022-01-29 21:18:50 +01:00
version = "1.0.30"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-09-12 14:01:59 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-01-29 21:18:50 +01:00
version = "1.0.30"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-09-12 14:01:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "thread_local"
version = "1.1.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"once_cell",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "time"
2021-02-26 16:28:04 +01:00
version = "0.1.43"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2019-04-16 16:57:06 +02:00
dependencies = [
"libc",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-16 16:57:06 +02:00
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "time"
2022-01-29 21:18:50 +01:00
version = "0.3.7"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
2020-09-12 14:01:59 +02:00
dependencies = [
2022-01-29 21:18:50 +01:00
"itoa 1.0.1",
2020-09-12 14:01:59 +02:00
"libc",
2022-01-29 21:18:50 +01:00
"num_threads",
2020-09-12 14:01:59 +02:00
"time-macros",
]
2020-09-12 14:01:59 +02:00
[[package]]
name = "time-macros"
2022-01-29 21:18:50 +01:00
version = "0.2.3"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
2020-09-12 14:01:59 +02:00
[[package]]
name = "tinyvec"
2022-01-29 21:18:50 +01:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-09-12 14:01:59 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "tokio"
2022-01-29 21:18:50 +01:00
version = "1.16.1"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
2019-04-21 20:44:29 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"libc",
"memchr",
2022-01-29 21:18:50 +01:00
"mio 0.7.14",
2021-09-03 13:13:03 +02:00
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-21 20:44:29 +02:00
]
2019-05-19 13:56:23 +02:00
[[package]]
2021-09-03 13:13:03 +02:00
name = "tokio-native-tls"
version = "0.3.0"
2019-05-19 13:56:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2019-05-19 13:56:23 +02:00
dependencies = [
"native-tls",
2021-02-26 16:04:58 +01:00
"tokio",
2019-05-19 13:56:23 +02:00
]
[[package]]
name = "tokio-util"
2022-01-29 21:18:50 +01:00
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
dependencies = [
2021-09-03 13:13:03 +02:00
"bytes",
"futures-core",
"futures-sink",
"log",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
2021-02-26 16:04:58 +01:00
"tokio",
]
[[package]]
name = "toml"
2021-02-26 16:28:04 +01:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde 1.0.136",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "tower-service"
2021-02-26 16:28:04 +01:00
version = "0.3.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2019-04-16 16:57:06 +02:00
[[package]]
name = "tracing"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
2021-02-26 16:04:58 +01:00
"log",
2021-09-03 13:13:03 +02:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-actix-web"
2022-02-01 19:16:11 +01:00
version = "0.5.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:16:11 +01:00
checksum = "0066b8102bdd05325d02966fac8b5e360eafd8dcdf81006c4d30f3543f488714"
dependencies = [
"actix-web",
"pin-project",
"tracing",
"tracing-futures",
"uuid",
]
[[package]]
name = "tracing-attributes"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-bunyan-formatter"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99ff040622c69c0fc4bd3ea5fe16630ce46400a79bd41339391b2d416ea24c"
dependencies = [
"gethostname",
"log",
"serde 1.0.136",
"serde_json",
2022-01-29 21:18:50 +01:00
"time 0.3.7",
"tracing",
"tracing-core",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "tracing-core"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
dependencies = [
"lazy_static",
"valuable",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
2021-09-03 13:13:03 +02:00
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74786ce43333fcf51efe947aed9718fbe46d5c7328ec3f1029e818083966d9aa"
dependencies = [
"ansi_term",
"lazy_static",
"matchers",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-21 20:44:29 +02:00
name = "try-lock"
2021-02-26 16:28:04 +01:00
version = "0.2.3"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2019-04-16 16:57:06 +02:00
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-09-12 14:01:59 +02:00
[[package]]
name = "typenum"
2022-01-29 21:18:50 +01:00
version = "1.15.0"
2020-09-12 14:01:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-09-12 14:01:59 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
2019-04-16 16:57:06 +02:00
name = "unicode-bidi"
2022-01-29 21:18:50 +01:00
version = "0.3.7"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2019-04-21 20:44:29 +02:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "unicode-normalization"
2021-09-14 13:03:18 +02:00
version = "0.1.19"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-02-26 16:28:04 +01:00
"tinyvec",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "unicode-xid"
2021-09-14 13:03:18 +02:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
2019-04-16 16:57:06 +02:00
name = "url"
2021-09-14 13:03:18 +02:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "uuid"
2021-02-26 16:28:04 +01:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2021-09-03 13:13:03 +02:00
"getrandom",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2019-04-16 16:57:06 +02:00
[[package]]
name = "vcpkg"
2021-09-14 13:03:18 +02:00
version = "0.2.15"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-14 13:03:18 +02:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-23 18:19:35 +02:00
name = "vergen"
version = "6.0.2"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3893329bee75c101278e0234b646fa72221547d63f97fb66ac112a0569acd110"
2019-04-16 16:57:06 +02:00
dependencies = [
"anyhow",
2021-09-03 13:13:03 +02:00
"cfg-if",
"chrono",
"enum-iterator",
"getset",
"git2",
"rustversion",
"thiserror",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "version_check"
2022-01-29 21:18:50 +01:00
version = "0.9.4"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-04-16 16:57:06 +02:00
[[package]]
2019-04-21 20:44:29 +02:00
name = "want"
version = "0.3.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2019-04-21 20:44:29 +02:00
dependencies = [
"log",
"try-lock",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
2020-10-30 13:02:53 +01:00
[[package]]
name = "wasi"
2021-02-26 16:28:04 +01:00
version = "0.10.2+wasi-snapshot-preview1"
2020-10-30 13:02:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-10-30 13:02:53 +01:00
2019-04-16 16:57:06 +02:00
[[package]]
name = "wasm-bindgen"
2022-01-29 21:18:50 +01:00
version = "0.2.79"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
"wasm-bindgen-macro",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-01-29 21:18:50 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "wasm-bindgen-futures"
2022-01-29 21:18:50 +01:00
version = "0.4.29"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-01-29 21:18:50 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "wasm-bindgen-macro-support"
2022-01-29 21:18:50 +01:00
version = "0.2.79"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
2019-04-21 20:44:29 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "wasm-bindgen-shared"
2022-01-29 21:18:50 +01:00
version = "0.2.79"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2019-04-16 16:57:06 +02:00
2019-04-21 20:44:29 +02:00
[[package]]
name = "web-sys"
2022-01-29 21:18:50 +01:00
version = "0.3.56"
2019-04-21 20:44:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
2019-04-21 20:44:29 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
2019-04-21 20:44:29 +02:00
]
2019-04-16 16:57:06 +02:00
[[package]]
name = "winapi"
2021-02-26 16:28:04 +01:00
version = "0.3.9"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 16:28:04 +01:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-04-16 16:57:06 +02:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-04-16 16:57:06 +02:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-04-16 16:57:06 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-04-16 16:57:06 +02:00
[[package]]
name = "winreg"
2021-09-03 13:13:03 +02:00
version = "0.7.0"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"winapi",
2019-04-16 16:57:06 +02:00
]
[[package]]
2021-09-03 13:13:03 +02:00
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-03 13:13:03 +02:00
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
2021-09-03 13:13:03 +02:00
"linked-hash-map",
2019-04-16 16:57:06 +02:00
]
[[package]]
2021-09-03 13:13:03 +02:00
name = "zstd"
2022-01-29 21:18:50 +01:00
version = "0.9.2+zstd.1.5.1"
2019-04-16 16:57:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
2019-04-16 16:57:06 +02:00
dependencies = [
2021-09-03 13:13:03 +02:00
"zstd-safe",
2019-04-16 16:57:06 +02:00
]
[[package]]
2021-09-03 13:13:03 +02:00
name = "zstd-safe"
2022-01-29 21:18:50 +01:00
version = "4.1.3+zstd.1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
2021-09-03 13:13:03 +02:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
2021-09-03 13:13:03 +02:00
name = "zstd-sys"
2022-01-29 21:18:50 +01:00
version = "1.6.2+zstd.1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-29 21:18:50 +01:00
checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
dependencies = [
2021-09-03 13:13:03 +02:00
"cc",
"libc",
]