rub-login/Cargo.lock

1468 lines
36 KiB
Plaintext
Raw Normal View History

2019-05-05 23:42:07 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-02-05 14:39:22 +01:00
version = 3
2019-01-19 14:23:10 +01:00
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "addr2line"
version = "0.17.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:39:22 +01:00
"gimli",
2019-05-05 23:42:07 +02:00
]
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "adler"
version = "1.0.2"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "ansi_term"
version = "0.12.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "atty"
2022-02-05 14:39:22 +01:00
version = "0.2.14"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"hermit-abi",
"libc",
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "autocfg"
version = "1.0.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "backtrace"
version = "0.3.64"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"addr2line",
"cc",
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:39:22 +01:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "base64"
2022-02-05 14:57:03 +01:00
version = "0.13.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2018-11-07 20:28:46 +01:00
[[package]]
name = "bitflags"
2022-02-05 14:39:22 +01:00
version = "1.3.2"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "bumpalo"
version = "3.9.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2018-11-07 20:28:46 +01:00
[[package]]
name = "bytes"
2022-02-05 14:57:03 +01:00
version = "1.1.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2018-11-07 20:28:46 +01:00
[[package]]
name = "cc"
2022-02-05 14:39:22 +01:00
version = "1.0.72"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2018-11-07 20:28:46 +01:00
2022-02-05 14:39:22 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-11-07 20:28:46 +01:00
[[package]]
name = "clap"
2022-02-05 14:39:22 +01:00
version = "2.34.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-11-07 20:28:46 +01:00
]
2019-01-19 14:23:10 +01:00
[[package]]
2019-05-05 23:42:07 +02:00
name = "core-foundation"
2022-02-05 14:39:22 +01:00
version = "0.9.2"
2019-01-19 14:23:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2019-01-19 14:23:10 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"core-foundation-sys",
"libc",
2018-11-07 20:28:46 +01:00
]
[[package]]
2019-05-05 23:42:07 +02:00
name = "core-foundation-sys"
2022-02-05 14:39:22 +01:00
version = "0.8.3"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-05-05 23:42:07 +02:00
2018-11-07 20:28:46 +01:00
[[package]]
name = "encoding_rs"
2022-02-05 14:39:22 +01:00
version = "0.8.30"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2019-05-05 23:42:07 +02:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "failure"
version = "0.1.8"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"backtrace",
"failure_derive",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "failure_derive"
version = "0.1.8"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"syn",
2022-02-05 14:39:22 +01:00
"synstructure",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "fastrand"
version = "1.7.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"instant",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "fnv"
2022-02-05 14:39:22 +01:00
version = "1.0.7"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-11-07 20:28:46 +01:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"foreign-types-shared",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
2022-02-05 14:57:03 +01:00
"percent-encoding",
2022-02-05 14:39:22 +01:00
]
2018-11-07 20:28:46 +01:00
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "futf"
version = "0.1.5"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
2019-05-05 23:42:07 +02:00
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "futures-channel"
version = "0.3.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"futures-core",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:57:03 +01:00
name = "futures-core"
version = "0.3.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "futures-io"
version = "0.3.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "futures-sink"
version = "0.3.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "futures-task"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
[[package]]
name = "futures-util"
version = "0.3.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:48:50 +01:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2022-02-05 14:39:22 +01:00
[[package]]
name = "gimli"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2018-11-07 20:28:46 +01:00
[[package]]
name = "h2"
2022-02-05 14:57:03 +01:00
version = "0.3.11"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bytes",
"fnv",
2022-02-05 14:57:03 +01:00
"futures-core",
"futures-sink",
"futures-util",
2022-02-05 14:39:22 +01:00
"http",
"indexmap",
"slab",
2022-02-05 14:57:03 +01:00
"tokio",
"tokio-util",
"tracing",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:39:22 +01:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2018-11-07 20:28:46 +01:00
[[package]]
name = "heck"
2022-02-05 14:39:22 +01:00
version = "0.3.3"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "html5ever"
2022-02-05 14:48:50 +01:00
version = "0.25.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"log",
"mac",
"markup5ever",
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"syn",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "http"
2022-02-05 14:57:03 +01:00
version = "0.2.6"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bytes",
"fnv",
2022-02-05 14:57:03 +01:00
"itoa 1.0.1",
2022-02-05 14:39:22 +01:00
]
[[package]]
name = "http-body"
2022-02-05 14:57:03 +01:00
version = "0.4.4"
2022-02-05 14:39:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2022-02-05 14:39:22 +01:00
dependencies = [
"bytes",
"http",
2022-02-05 14:57:03 +01:00
"pin-project-lite",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "httparse"
2022-02-05 14:39:22 +01:00
version = "1.5.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2018-11-07 20:28:46 +01:00
2022-02-05 14:57:03 +01:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2018-11-07 20:28:46 +01:00
[[package]]
name = "hyper"
2022-02-05 14:57:03 +01:00
version = "0.14.16"
2022-02-05 14:39:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
2022-02-05 14:39:22 +01:00
dependencies = [
"bytes",
2022-02-05 14:57:03 +01:00
"futures-channel",
"futures-core",
"futures-util",
2022-02-05 14:39:22 +01:00
"h2",
"http",
"http-body",
"httparse",
2022-02-05 14:57:03 +01:00
"httpdate",
2022-02-05 14:39:22 +01:00
"itoa 0.4.8",
2022-02-05 14:57:03 +01:00
"pin-project-lite",
"socket2",
2022-02-05 14:39:22 +01:00
"tokio",
2022-02-05 14:57:03 +01:00
"tower-service",
"tracing",
2022-02-05 14:39:22 +01:00
"want",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "hyper-tls"
2022-02-05 14:57:03 +01:00
version = "0.5.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bytes",
"hyper",
"native-tls",
2022-02-05 14:57:03 +01:00
"tokio",
"tokio-native-tls",
2022-02-05 14:39:22 +01:00
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"matches",
"unicode-bidi",
"unicode-normalization",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "indexmap"
2022-02-05 14:39:22 +01:00
version = "1.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
2022-02-05 14:57:03 +01:00
"autocfg",
2022-02-05 14:39:22 +01:00
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:39:22 +01:00
]
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "ipnet"
version = "2.3.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2018-11-07 20:28:46 +01:00
[[package]]
name = "itoa"
2022-02-05 14:39:22 +01:00
version = "0.4.8"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "js-sys"
version = "0.3.56"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"wasm-bindgen",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "lazy_static"
2022-02-05 14:39:22 +01:00
version = "1.4.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-11-07 20:28:46 +01:00
[[package]]
name = "libc"
2022-02-05 14:39:22 +01:00
version = "0.2.117"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
2018-11-07 20:28:46 +01:00
2022-02-05 14:48:50 +01:00
[[package]]
name = "lock_api"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
dependencies = [
"scopeguard",
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "log"
2022-02-05 14:39:22 +01:00
version = "0.4.14"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2018-11-07 20:28:46 +01:00
[[package]]
name = "markup5ever"
2022-02-05 14:48:50 +01:00
version = "0.10.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"log",
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
dependencies = [
"html5ever",
"markup5ever",
"tendril",
"xml5ever",
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "matches"
2022-02-05 14:39:22 +01:00
version = "0.1.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "memchr"
version = "2.4.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "mime"
version = "0.3.16"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-11-07 20:28:46 +01:00
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "miniz_oxide"
version = "0.4.4"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:39:22 +01:00
"adler",
2022-02-05 14:57:03 +01:00
"autocfg",
2019-05-05 23:42:07 +02:00
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "mio"
2022-02-05 14:57:03 +01:00
version = "0.7.14"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"libc",
"log",
"miow",
2022-02-05 14:57:03 +01:00
"ntapi",
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "miow"
2022-02-05 14:57:03 +01:00
version = "0.3.7"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "native-tls"
2022-02-05 14:39:22 +01:00
version = "0.2.8"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "new_debug_unreachable"
2022-02-05 14:39:22 +01:00
version = "1.0.4"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2018-11-07 20:28:46 +01:00
2022-02-05 14:57:03 +01:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "num_cpus"
version = "1.13.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "object"
version = "0.27.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"memchr",
2018-11-07 20:28:46 +01:00
]
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "once_cell"
version = "1.9.0"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2019-05-05 23:42:07 +02:00
2018-11-07 20:28:46 +01:00
[[package]]
name = "openssl"
2022-02-05 14:39:22 +01:00
version = "0.10.38"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bitflags",
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:39:22 +01:00
"foreign-types",
"libc",
"once_cell",
"openssl-sys",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "openssl-probe"
2022-02-05 14:39:22 +01:00
version = "0.1.5"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2018-11-07 20:28:46 +01:00
[[package]]
name = "openssl-sys"
2022-02-05 14:39:22 +01:00
version = "0.9.72"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"autocfg",
2022-02-05 14:39:22 +01:00
"cc",
"libc",
"pkg-config",
"vcpkg",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
2022-02-05 14:57:03 +01:00
"lock_api",
"parking_lot_core",
2022-02-05 14:48:50 +01:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:48:50 +01:00
"instant",
"libc",
2022-02-05 14:57:03 +01:00
"redox_syscall",
"smallvec",
"winapi",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:39:22 +01:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2018-11-07 20:28:46 +01:00
[[package]]
name = "phf"
2022-02-05 14:48:50 +01:00
version = "0.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"phf_shared 0.8.0",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "phf_codegen"
2022-02-05 14:48:50 +01:00
version = "0.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"phf_generator",
2022-02-05 14:48:50 +01:00
"phf_shared 0.8.0",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "phf_generator"
2022-02-05 14:48:50 +01:00
version = "0.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"phf_shared 0.8.0",
2022-02-05 14:57:03 +01:00
"rand",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "phf_shared"
2022-02-05 14:48:50 +01:00
version = "0.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"siphasher",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:57:03 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2018-11-07 20:28:46 +01:00
[[package]]
name = "pkg-config"
2022-02-05 14:39:22 +01:00
version = "0.3.24"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2018-11-07 20:28:46 +01:00
2022-02-05 14:48:50 +01:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2018-11-07 20:28:46 +01:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:48:50 +01:00
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",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"version_check",
2022-02-05 14:39:22 +01:00
]
[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
2022-02-05 14:48:50 +01:00
"unicode-xid",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:39:22 +01:00
[[package]]
name = "quote"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
2022-02-05 14:57:03 +01:00
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-01-19 14:23:10 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
2022-02-05 14:57:03 +01:00
"rand_core",
2022-02-05 14:48:50 +01:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2022-02-05 14:57:03 +01:00
"rand_core",
2019-01-19 14:23:10 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
2022-02-05 14:57:03 +01:00
"rand_core",
2022-02-05 14:48:50 +01:00
]
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "redox_syscall"
version = "0.2.10"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bitflags",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "remove_dir_all"
2022-02-05 14:39:22 +01:00
version = "0.5.3"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "reqwest"
2022-02-05 14:57:03 +01:00
version = "0.11.9"
2022-02-05 14:39:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
2022-02-05 14:39:22 +01:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
2022-02-05 14:57:03 +01:00
"futures-core",
"futures-util",
"h2",
2022-02-05 14:39:22 +01:00
"http",
2022-02-05 14:57:03 +01:00
"http-body",
2022-02-05 14:39:22 +01:00
"hyper",
"hyper-tls",
2022-02-05 14:57:03 +01:00
"ipnet",
"js-sys",
"lazy_static",
2022-02-05 14:39:22 +01:00
"log",
"mime",
"native-tls",
2022-02-05 14:57:03 +01:00
"percent-encoding",
"pin-project-lite",
2022-02-05 14:39:22 +01:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-02-05 14:57:03 +01:00
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-02-05 14:39:22 +01:00
"winreg",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "rub-login"
version = "0.1.0"
dependencies = [
2022-02-05 14:39:22 +01:00
"failure",
"html5ever",
2022-02-05 14:48:50 +01:00
"markup5ever_rcdom",
2022-02-05 14:39:22 +01:00
"reqwest",
"serde",
"serde_derive",
"structopt",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "rustc-demangle"
2022-02-05 14:39:22 +01:00
version = "0.1.21"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2018-11-07 20:28:46 +01:00
[[package]]
name = "ryu"
2022-02-05 14:39:22 +01:00
version = "1.0.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2018-11-07 20:28:46 +01:00
[[package]]
name = "schannel"
2022-02-05 14:39:22 +01:00
version = "0.1.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"lazy_static",
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "scopeguard"
2022-02-05 14:39:22 +01:00
version = "1.1.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2018-11-07 20:28:46 +01:00
[[package]]
name = "security-framework"
2022-02-05 14:39:22 +01:00
version = "2.6.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "security-framework-sys"
2022-02-05 14:39:22 +01:00
version = "2.6.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"core-foundation-sys",
"libc",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "serde"
2022-02-05 14:39:22 +01:00
version = "1.0.136"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2018-11-07 20:28:46 +01:00
[[package]]
name = "serde_derive"
2022-02-05 14:39:22 +01:00
version = "1.0.136"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"syn",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "serde_json"
2022-02-05 14:39:22 +01:00
version = "1.0.78"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"itoa 1.0.1",
"ryu",
"serde",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "serde_urlencoded"
2022-02-05 14:57:03 +01:00
version = "0.7.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"form_urlencoded",
"itoa 1.0.1",
"ryu",
2022-02-05 14:39:22 +01:00
"serde",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "siphasher"
2022-02-05 14:48:50 +01:00
version = "0.3.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e"
2018-11-07 20:28:46 +01:00
[[package]]
name = "slab"
2022-02-05 14:39:22 +01:00
version = "0.4.5"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2018-11-07 20:28:46 +01:00
2022-02-05 14:48:50 +01:00
[[package]]
name = "smallvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "socket2"
version = "0.4.4"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2022-02-05 14:39:22 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"libc",
"winapi",
2022-02-05 14:39:22 +01:00
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "string_cache"
2022-02-05 14:48:50 +01:00
version = "0.8.3"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"lazy_static",
"new_debug_unreachable",
2022-02-05 14:57:03 +01:00
"parking_lot",
2022-02-05 14:48:50 +01:00
"phf_shared 0.10.0",
2022-02-05 14:39:22 +01:00
"precomputed-hash",
"serde",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "string_cache_codegen"
2022-02-05 14:48:50 +01:00
version = "0.5.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"phf_generator",
2022-02-05 14:48:50 +01:00
"phf_shared 0.8.0",
"proc-macro2",
"quote",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "strsim"
2019-05-05 23:42:07 +02:00
version = "0.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-11-07 20:28:46 +01:00
[[package]]
name = "structopt"
2022-02-05 14:48:50 +01:00
version = "0.3.26"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"clap",
2022-02-05 14:48:50 +01:00
"lazy_static",
2022-02-05 14:39:22 +01:00
"structopt-derive",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "structopt-derive"
2022-02-05 14:48:50 +01:00
version = "0.4.18"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:48:50 +01:00
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"heck",
2022-02-05 14:48:50 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "syn"
version = "1.0.86"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "synstructure"
version = "0.12.6"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:48:50 +01:00
"proc-macro2",
"quote",
"syn",
"unicode-xid",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "tempfile"
version = "3.3.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
2022-02-05 14:39:22 +01:00
"fastrand",
"libc",
2022-02-05 14:57:03 +01:00
"redox_syscall",
2022-02-05 14:39:22 +01:00
"remove_dir_all",
2022-02-05 14:57:03 +01:00
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:39:22 +01:00
name = "tendril"
version = "0.4.2"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"futf",
"mac",
"utf-8",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "textwrap"
2019-05-05 23:42:07 +02:00
version = "0.11.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"unicode-width",
2018-11-07 20:28:46 +01:00
]
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "time"
version = "0.1.44"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:39:22 +01:00
"libc",
2022-02-05 14:48:50 +01:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-02-05 14:57:03 +01:00
"winapi",
2019-05-05 23:42:07 +02:00
]
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "tinyvec"
version = "1.5.1"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"tinyvec_macros",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:39:22 +01:00
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2018-11-07 20:28:46 +01:00
[[package]]
name = "tokio"
2022-02-05 14:57:03 +01:00
version = "1.16.1"
2022-02-05 14:39:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
2022-02-05 14:39:22 +01:00
dependencies = [
"bytes",
2022-02-05 14:57:03 +01:00
"libc",
"memchr",
2022-02-05 14:39:22 +01:00
"mio",
"num_cpus",
2022-02-05 14:57:03 +01:00
"pin-project-lite",
"winapi",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:57:03 +01:00
name = "tokio-native-tls"
version = "0.3.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"native-tls",
"tokio",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:57:03 +01:00
name = "tokio-util"
version = "0.6.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"bytes",
2022-02-05 14:57:03 +01:00
"futures-core",
"futures-sink",
2022-02-05 14:39:22 +01:00
"log",
2022-02-05 14:57:03 +01:00
"pin-project-lite",
"tokio",
2019-05-05 23:42:07 +02:00
]
[[package]]
2022-02-05 14:57:03 +01:00
name = "tower-service"
version = "0.3.1"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "tracing"
version = "0.1.30"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"cfg-if",
"pin-project-lite",
"tracing-core",
2018-11-07 20:28:46 +01:00
]
[[package]]
2022-02-05 14:57:03 +01:00
name = "tracing-core"
version = "0.1.22"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"lazy_static",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "try-lock"
2022-02-05 14:39:22 +01:00
version = "0.2.3"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2018-11-07 20:28:46 +01:00
[[package]]
name = "unicode-bidi"
2022-02-05 14:39:22 +01:00
version = "0.3.7"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2018-11-07 20:28:46 +01:00
[[package]]
name = "unicode-normalization"
2022-02-05 14:39:22 +01:00
version = "0.1.19"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2019-05-05 23:42:07 +02:00
dependencies = [
2022-02-05 14:39:22 +01:00
"tinyvec",
2019-05-05 23:42:07 +02:00
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "unicode-segmentation"
2022-02-05 14:39:22 +01:00
version = "1.8.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2018-11-07 20:28:46 +01:00
[[package]]
name = "unicode-width"
2022-02-05 14:39:22 +01:00
version = "0.1.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2018-11-07 20:28:46 +01:00
2022-02-05 14:39:22 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "url"
version = "2.2.2"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
2022-02-05 14:57:03 +01:00
"idna",
2022-02-05 14:39:22 +01:00
"matches",
2022-02-05 14:57:03 +01:00
"percent-encoding",
2022-02-05 14:39:22 +01:00
]
2018-11-07 20:28:46 +01:00
2019-05-05 23:42:07 +02:00
[[package]]
2022-02-05 14:39:22 +01:00
name = "utf-8"
version = "0.7.6"
2019-05-05 23:42:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2019-05-05 23:42:07 +02:00
2018-11-07 20:28:46 +01:00
[[package]]
name = "vcpkg"
2022-02-05 14:39:22 +01:00
version = "0.2.15"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2018-11-07 20:28:46 +01:00
[[package]]
name = "vec_map"
2022-02-05 14:39:22 +01:00
version = "0.8.2"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-11-07 20:28:46 +01:00
[[package]]
name = "version_check"
2022-02-05 14:39:22 +01:00
version = "0.9.4"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2018-11-07 20:28:46 +01:00
[[package]]
name = "want"
2022-02-05 14:57:03 +01:00
version = "0.3.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"log",
"try-lock",
2018-11-07 20:28:46 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-02-05 14:39:22 +01:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2018-11-07 20:28:46 +01:00
[[package]]
2022-02-05 14:57:03 +01:00
name = "wasm-bindgen"
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.79"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
[[package]]
name = "web-sys"
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2018-11-07 20:28:46 +01:00
[[package]]
name = "winapi"
2022-02-05 14:39:22 +01:00
version = "0.3.9"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:39:22 +01:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-11-07 20:28:46 +01:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-11-07 20:28:46 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:39:22 +01:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
2022-02-05 14:57:03 +01:00
version = "0.7.0"
2018-11-07 20:28:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 14:57:03 +01:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2018-11-07 20:28:46 +01:00
dependencies = [
2022-02-05 14:57:03 +01:00
"winapi",
2022-02-05 14:39:22 +01:00
]
2022-02-05 14:48:50 +01:00
[[package]]
name = "xml5ever"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
dependencies = [
"log",
"mac",
"markup5ever",
"time",
]