|
@@ -0,0 +1,1691 @@
|
|
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
|
|
+# It is not intended for manual editing.
|
|
|
|
|
+version = 3
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "autocfg"
|
|
|
|
|
+version = "1.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "base64"
|
|
|
|
|
+version = "0.13.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bit-set"
|
|
|
|
|
+version = "0.5.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bit-vec",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bit-vec"
|
|
|
|
|
+version = "0.6.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bitflags"
|
|
|
|
|
+version = "1.3.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bumpalo"
|
|
|
|
|
+version = "3.9.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "byteorder"
|
|
|
|
|
+version = "1.4.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bytes"
|
|
|
|
|
+version = "1.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cc"
|
|
|
|
|
+version = "1.0.73"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cfg-if"
|
|
|
|
|
+version = "1.0.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "chrono"
|
|
|
|
|
+version = "0.4.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "num-integer",
|
|
|
|
|
+ "num-traits",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "time",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "convert_case"
|
|
|
|
|
+version = "0.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "core-foundation"
|
|
|
|
|
+version = "0.9.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "core-foundation-sys"
|
|
|
|
|
+version = "0.8.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cssparser"
|
|
|
|
|
+version = "0.27.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cssparser-macros",
|
|
|
|
|
+ "dtoa-short",
|
|
|
|
|
+ "itoa 0.4.8",
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "phf",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cssparser-macros"
|
|
|
|
|
+version = "0.6.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "derive_more"
|
|
|
|
|
+version = "0.99.17"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "convert_case",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "rustc_version",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "dtoa"
|
|
|
|
|
+version = "0.4.8"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "dtoa-short"
|
|
|
|
|
+version = "0.3.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "dtoa",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ego-tree"
|
|
|
|
|
+version = "0.6.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "encoding_rs"
|
|
|
|
|
+version = "0.8.31"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "fastrand"
|
|
|
|
|
+version = "1.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "instant",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "fnv"
|
|
|
|
|
+version = "1.0.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "foreign-types"
|
|
|
|
|
+version = "0.3.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "foreign-types-shared",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "foreign-types-shared"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "form_urlencoded"
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "percent-encoding",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futf"
|
|
|
|
|
+version = "0.1.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "mac",
|
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-channel",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-executor",
|
|
|
|
|
+ "futures-io",
|
|
|
|
|
+ "futures-sink",
|
|
|
|
|
+ "futures-task",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-channel"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-sink",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-core"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-executor"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-task",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-io"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-macro"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-sink"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-task"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "futures-util"
|
|
|
|
|
+version = "0.3.21"
|
|
|
|
|
+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",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "pin-utils",
|
|
|
|
|
+ "slab",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "fxhash"
|
|
|
|
|
+version = "0.2.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "byteorder",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "getopts"
|
|
|
|
|
+version = "0.2.21"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "unicode-width",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "getrandom"
|
|
|
|
|
+version = "0.1.16"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "getrandom"
|
|
|
|
|
+version = "0.2.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "h2"
|
|
|
|
|
+version = "0.3.13"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "fnv",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-sink",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "indexmap",
|
|
|
|
|
+ "slab",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-util",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hashbrown"
|
|
|
|
|
+version = "0.11.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hermit-abi"
|
|
|
|
|
+version = "0.1.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "html5ever"
|
|
|
|
|
+version = "0.25.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "mac",
|
|
|
|
|
+ "markup5ever",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "http"
|
|
|
|
|
+version = "0.2.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "fnv",
|
|
|
|
|
+ "itoa 1.0.1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "http-body"
|
|
|
|
|
+version = "0.4.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "httparse"
|
|
|
|
|
+version = "1.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "httpdate"
|
|
|
|
|
+version = "1.0.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hyper"
|
|
|
|
|
+version = "0.14.18"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-channel",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "h2",
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "httparse",
|
|
|
|
|
+ "httpdate",
|
|
|
|
|
+ "itoa 1.0.1",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "socket2",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "want",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hyper-tls"
|
|
|
|
|
+version = "0.5.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "hyper",
|
|
|
|
|
+ "native-tls",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-native-tls",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "idna"
|
|
|
|
|
+version = "0.2.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "unicode-bidi",
|
|
|
|
|
+ "unicode-normalization",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "indexmap"
|
|
|
|
|
+version = "1.8.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+ "hashbrown",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "instant"
|
|
|
|
|
+version = "0.1.12"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ipnet"
|
|
|
|
|
+version = "2.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "itoa"
|
|
|
|
|
+version = "0.4.8"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "itoa"
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "js-sys"
|
|
|
|
|
+version = "0.3.57"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "lazy_static"
|
|
|
|
|
+version = "1.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "libc"
|
|
|
|
|
+version = "0.2.123"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "lock_api"
|
|
|
|
|
+version = "0.4.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+ "scopeguard",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "log"
|
|
|
|
|
+version = "0.4.16"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mac"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "markup5ever"
|
|
|
|
|
+version = "0.10.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "phf",
|
|
|
|
|
+ "phf_codegen",
|
|
|
|
|
+ "string_cache",
|
|
|
|
|
+ "string_cache_codegen",
|
|
|
|
|
+ "tendril",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[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",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "matches"
|
|
|
|
|
+version = "0.1.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "memchr"
|
|
|
|
|
+version = "2.4.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mime"
|
|
|
|
|
+version = "0.3.16"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mio"
|
|
|
|
|
+version = "0.8.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "miow",
|
|
|
|
|
+ "ntapi",
|
|
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "miow"
|
|
|
|
|
+version = "0.3.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "native-tls"
|
|
|
|
|
+version = "0.2.10"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "lazy_static",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "openssl",
|
|
|
|
|
+ "openssl-probe",
|
|
|
|
|
+ "openssl-sys",
|
|
|
|
|
+ "schannel",
|
|
|
|
|
+ "security-framework",
|
|
|
|
|
+ "security-framework-sys",
|
|
|
|
|
+ "tempfile",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "new_debug_unreachable"
|
|
|
|
|
+version = "1.0.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "nodrop"
|
|
|
|
|
+version = "0.1.14"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ntapi"
|
|
|
|
|
+version = "0.3.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "num-integer"
|
|
|
|
|
+version = "0.1.44"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+ "num-traits",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "num-traits"
|
|
|
|
|
+version = "0.2.14"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "num_cpus"
|
|
|
|
|
+version = "1.13.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "hermit-abi",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "once_cell"
|
|
|
|
|
+version = "1.10.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "openssl"
|
|
|
|
|
+version = "0.10.38"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "foreign-types",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "openssl-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "openssl-probe"
|
|
|
|
|
+version = "0.1.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "openssl-src"
|
|
|
|
|
+version = "111.18.0+1.1.1n"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "openssl-sys"
|
|
|
|
|
+version = "0.9.72"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+ "cc",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "openssl-src",
|
|
|
|
|
+ "pkg-config",
|
|
|
|
|
+ "vcpkg",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "parking_lot"
|
|
|
|
|
+version = "0.12.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "lock_api",
|
|
|
|
|
+ "parking_lot_core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "parking_lot_core"
|
|
|
|
|
+version = "0.9.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "redox_syscall",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "windows-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "percent-encoding"
|
|
|
|
|
+version = "2.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_macros",
|
|
|
|
|
+ "phf_shared 0.8.0",
|
|
|
|
|
+ "proc-macro-hack",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_codegen"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_generator 0.8.0",
|
|
|
|
|
+ "phf_shared 0.8.0",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_generator"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_shared 0.8.0",
|
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_generator"
|
|
|
|
|
+version = "0.10.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_shared 0.10.0",
|
|
|
|
|
+ "rand 0.8.5",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_macros"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_generator 0.8.0",
|
|
|
|
|
+ "phf_shared 0.8.0",
|
|
|
|
|
+ "proc-macro-hack",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_shared"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "siphasher",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "phf_shared"
|
|
|
|
|
+version = "0.10.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "siphasher",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[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"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "pkg-config"
|
|
|
|
|
+version = "0.3.25"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ppv-lite86"
|
|
|
|
|
+version = "0.2.16"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "pr-legislation"
|
|
|
|
|
+version = "0.1.0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "chrono",
|
|
|
|
|
+ "futures",
|
|
|
|
|
+ "openssl",
|
|
|
|
|
+ "reqwest",
|
|
|
|
|
+ "scraper",
|
|
|
|
|
+ "select",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "precomputed-hash"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "proc-macro-hack"
|
|
|
|
|
+version = "0.5.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "proc-macro2"
|
|
|
|
|
+version = "1.0.37"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "unicode-xid",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "quote"
|
|
|
|
|
+version = "1.0.18"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand"
|
|
|
|
|
+version = "0.7.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "rand_chacha 0.2.2",
|
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
|
+ "rand_hc",
|
|
|
|
|
+ "rand_pcg",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand"
|
|
|
|
|
+version = "0.8.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "rand_chacha 0.3.1",
|
|
|
|
|
+ "rand_core 0.6.3",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_chacha"
|
|
|
|
|
+version = "0.2.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ppv-lite86",
|
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_chacha"
|
|
|
|
|
+version = "0.3.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ppv-lite86",
|
|
|
|
|
+ "rand_core 0.6.3",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_core"
|
|
|
|
|
+version = "0.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_core"
|
|
|
|
|
+version = "0.6.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom 0.2.6",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_hc"
|
|
|
|
|
+version = "0.2.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_pcg"
|
|
|
|
|
+version = "0.2.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "redox_syscall"
|
|
|
|
|
+version = "0.2.13"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "remove_dir_all"
|
|
|
|
|
+version = "0.5.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "reqwest"
|
|
|
|
|
+version = "0.11.10"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "base64",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+ "serde_urlencoded",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-native-tls",
|
|
|
|
|
+ "url",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+ "wasm-bindgen-futures",
|
|
|
|
|
+ "web-sys",
|
|
|
|
|
+ "winreg",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustc_version"
|
|
|
|
|
+version = "0.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "semver",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ryu"
|
|
|
|
|
+version = "1.0.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "schannel"
|
|
|
|
|
+version = "0.1.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "lazy_static",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "scopeguard"
|
|
|
|
|
+version = "1.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "scraper"
|
|
|
|
|
+version = "0.12.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cssparser",
|
|
|
|
|
+ "ego-tree",
|
|
|
|
|
+ "getopts",
|
|
|
|
|
+ "html5ever",
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "selectors",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "tendril",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "security-framework"
|
|
|
|
|
+version = "2.6.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "core-foundation",
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "security-framework-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "security-framework-sys"
|
|
|
|
|
+version = "2.6.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "select"
|
|
|
|
|
+version = "0.5.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bit-set",
|
|
|
|
|
+ "html5ever",
|
|
|
|
|
+ "markup5ever_rcdom",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "selectors"
|
|
|
|
|
+version = "0.22.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "cssparser",
|
|
|
|
|
+ "derive_more",
|
|
|
|
|
+ "fxhash",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "phf",
|
|
|
|
|
+ "phf_codegen",
|
|
|
|
|
+ "precomputed-hash",
|
|
|
|
|
+ "servo_arc",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "thin-slice",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "semver"
|
|
|
|
|
+version = "1.0.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "serde"
|
|
|
|
|
+version = "1.0.136"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "serde_derive",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "serde_derive"
|
|
|
|
|
+version = "1.0.136"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "serde_json"
|
|
|
|
|
+version = "1.0.79"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "itoa 1.0.1",
|
|
|
|
|
+ "ryu",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "serde_urlencoded"
|
|
|
|
|
+version = "0.7.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "form_urlencoded",
|
|
|
|
|
+ "itoa 1.0.1",
|
|
|
|
|
+ "ryu",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "servo_arc"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "nodrop",
|
|
|
|
|
+ "stable_deref_trait",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "signal-hook-registry"
|
|
|
|
|
+version = "1.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "siphasher"
|
|
|
|
|
+version = "0.3.10"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "slab"
|
|
|
|
|
+version = "0.4.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "smallvec"
|
|
|
|
|
+version = "1.8.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "socket2"
|
|
|
|
|
+version = "0.4.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "stable_deref_trait"
|
|
|
|
|
+version = "1.2.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "string_cache"
|
|
|
|
|
+version = "0.8.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "parking_lot",
|
|
|
|
|
+ "phf_shared 0.10.0",
|
|
|
|
|
+ "precomputed-hash",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "string_cache_codegen"
|
|
|
|
|
+version = "0.5.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "phf_generator 0.10.0",
|
|
|
|
|
+ "phf_shared 0.10.0",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "syn"
|
|
|
|
|
+version = "1.0.91"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "unicode-xid",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tempfile"
|
|
|
|
|
+version = "3.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "fastrand",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "redox_syscall",
|
|
|
|
|
+ "remove_dir_all",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tendril"
|
|
|
|
|
+version = "0.4.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futf",
|
|
|
|
|
+ "mac",
|
|
|
|
|
+ "utf-8",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "thin-slice"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "time"
|
|
|
|
|
+version = "0.1.44"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tinyvec"
|
|
|
|
|
+version = "1.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "tinyvec_macros",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tinyvec_macros"
|
|
|
|
|
+version = "0.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio"
|
|
|
|
|
+version = "1.17.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "memchr",
|
|
|
|
|
+ "mio",
|
|
|
|
|
+ "num_cpus",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "parking_lot",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "signal-hook-registry",
|
|
|
|
|
+ "socket2",
|
|
|
|
|
+ "tokio-macros",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio-macros"
|
|
|
|
|
+version = "1.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio-native-tls"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "native-tls",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio-util"
|
|
|
|
|
+version = "0.7.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-sink",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tower-service"
|
|
|
|
|
+version = "0.3.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tracing"
|
|
|
|
|
+version = "0.1.33"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "tracing-attributes",
|
|
|
|
|
+ "tracing-core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tracing-attributes"
|
|
|
|
|
+version = "0.1.20"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tracing-core"
|
|
|
|
|
+version = "0.1.25"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6dfce9f3241b150f36e8e54bb561a742d5daa1a47b5dd9a5ce369fd4a4db2210"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "lazy_static",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "try-lock"
|
|
|
|
|
+version = "0.2.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "unicode-bidi"
|
|
|
|
|
+version = "0.3.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "unicode-normalization"
|
|
|
|
|
+version = "0.1.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "tinyvec",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "unicode-width"
|
|
|
|
|
+version = "0.1.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "unicode-xid"
|
|
|
|
|
+version = "0.2.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "url"
|
|
|
|
|
+version = "2.2.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "form_urlencoded",
|
|
|
|
|
+ "idna",
|
|
|
|
|
+ "matches",
|
|
|
|
|
+ "percent-encoding",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "utf-8"
|
|
|
|
|
+version = "0.7.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "vcpkg"
|
|
|
|
|
+version = "0.2.15"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "want"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "try-lock",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasi"
|
|
|
|
|
+version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasi"
|
|
|
|
|
+version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasi"
|
|
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen"
|
|
|
|
|
+version = "0.2.80"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "wasm-bindgen-macro",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
|
|
+version = "0.2.80"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bumpalo",
|
|
|
|
|
+ "lazy_static",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-futures"
|
|
|
|
|
+version = "0.4.30"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+ "web-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
|
|
+version = "0.2.80"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
|
|
+version = "0.2.80"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+ "wasm-bindgen-backend",
|
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
|
|
+version = "0.2.80"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "web-sys"
|
|
|
|
|
+version = "0.3.57"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winapi"
|
|
|
|
|
+version = "0.3.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
|
|
|
+ "winapi-x86_64-pc-windows-gnu",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
+version = "0.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
+version = "0.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows-sys"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
|
+version = "0.34.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winreg"
|
|
|
|
|
+version = "0.10.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "xml5ever"
|
|
|
|
|
+version = "0.16.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "mac",
|
|
|
|
|
+ "markup5ever",
|
|
|
|
|
+ "time",
|
|
|
|
|
+]
|