2019-11-29 19:39:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-11-09 21:04:47 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.56"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.6.1"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.4.1"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2021-11-10 14:13:08 +00:00
|
|
|
"slab",
|
2020-11-23 14:29:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.0.3"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"async-channel",
|
2020-11-23 14:29:31 +00:00
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
2021-11-10 14:13:08 +00:00
|
|
|
"async-mutex",
|
|
|
|
"blocking",
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-lite",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.6.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-11-10 14:13:08 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-11-23 14:29:31 +00:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-11-10 14:13:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.5.0"
|
2021-11-10 14:13:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
2021-11-10 14:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2020-11-23 14:29:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-native-tls"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.4.0"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2022-03-24 10:05:29 +00:00
|
|
|
"futures-util",
|
2020-11-23 14:29:31 +00:00
|
|
|
"native-tls",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.11.0"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"async-channel",
|
2020-11-23 14:29:31 +00:00
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
2021-11-10 14:13:08 +00:00
|
|
|
"async-lock",
|
2020-11-23 14:29:31 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "4.2.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-tungstenite"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.17.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"async-native-tls",
|
|
|
|
"async-std",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2021-11-10 14:13:08 +00:00
|
|
|
"pin-project-lite",
|
2020-11-23 14:29:31 +00:00
|
|
|
"tungstenite",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
2020-01-23 06:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.1.0"
|
2020-01-23 06:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-23 06:35:25 +00:00
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.13.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.3.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.10.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"generic-array",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.2.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "3.9.1"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.4.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.1.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.2.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.73"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2021-11-09 21:04:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.10.2"
|
2021-11-09 21:04:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "5e068cb2806bbc15b439846dc16c5f89f8599f2c3e4d73d4449d38f9b2f0b6c5"
|
2021-11-09 21:04:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-11-23 14:29:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.34.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
2020-07-31 08:51:43 +00:00
|
|
|
name = "concurrent-queue"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "1.2.2"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"cache-padded",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-07-31 08:51:43 +00:00
|
|
|
name = "core-foundation"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.9.3"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-07-31 08:51:43 +00:00
|
|
|
name = "core-foundation-sys"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.8.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-11-23 14:29:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-10 14:13:08 +00:00
|
|
|
name = "cpufeatures"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.2"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-11-10 14:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.8.8"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"lazy_static",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2022-03-24 10:05:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-11-10 14:13:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.1.22"
|
2021-11-10 14:13:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2021-11-10 14:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.10.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2022-03-24 10:05:29 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.5.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.7.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
2020-07-31 08:51:43 +00:00
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-22 19:45:35 +00:00
|
|
|
version = "1.0.7"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"foreign-types-shared",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.0.1"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2020-01-05 09:39:33 +00:00
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.12.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.21"
|
2020-05-22 19:45:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-05-22 19:45:35 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-11-10 14:13:08 +00:00
|
|
|
"pin-project-lite",
|
2020-11-23 14:29:31 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.14.5"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.5"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.15.10"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a826fad715b57834920839d7a594c3b5e416358c7d790bdaba847a40d7c1d96d"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
|
|
|
"glib-macros",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2021-11-09 21:04:47 +00:00
|
|
|
"smallvec",
|
2022-03-24 10:05:29 +00:00
|
|
|
"thiserror",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.15.10"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "dac4d47c544af67747652ab1865ace0ffa1155709723ac4f32e97587dd4735b2"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"anyhow",
|
2022-03-24 10:05:29 +00:00
|
|
|
"heck 0.4.0",
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.15.10"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.3"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.15.10"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.6"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "5c1545fac08d7a28f8707101298cbf99d1bc72529698ff2d1fec87cc30a3fb9a"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bitflags",
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"glib",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"muldiv",
|
2021-11-09 21:04:47 +00:00
|
|
|
"num-integer",
|
2020-11-23 14:29:31 +00:00
|
|
|
"num-rational",
|
|
|
|
"once_cell",
|
2022-03-24 10:05:29 +00:00
|
|
|
"option-operations",
|
2020-11-23 14:29:31 +00:00
|
|
|
"paste",
|
|
|
|
"pretty-hex",
|
|
|
|
"thiserror",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sdp"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c8a0db444f6281489f03c7b23bc379dbe0e3cffa55c839c192976190bb298c78"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp-sys",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sdp-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "67ed8f02e2a2c6b50d27987115401418c4172b14959d562757737a4e7b280d6c"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "e3517a65d3c2e6f8905b456eba5d53bda158d664863aef960b44f651cb7d33e2"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-webrtc"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "66be30e56113bcdf5acc151bd098fae4916a41f57dc99b570e14e4112111b723"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp",
|
|
|
|
"gstreamer-webrtc-sys",
|
|
|
|
"libc",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-webrtc-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.18.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "1ea5f3bab2859f0b279edab6ea2620700259fd1bf91cf82185fe10a0fc5e96cc"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gstreamer-sdp-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.3.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"unicode-segmentation",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2022-03-24 10:05:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.1.19"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.6"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.6.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.2.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-11-23 14:29:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.1.12"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-07-31 08:51:43 +00:00
|
|
|
name = "js-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.56"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"wasm-bindgen",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
2020-07-31 08:51:43 +00:00
|
|
|
version = "1.0.7"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"log",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.121"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.4.16"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
|
|
|
"value-bag",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.1.9"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "2.4.1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "muldiv"
|
2021-11-09 21:04:47 +00:00
|
|
|
version = "1.0.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-09 21:04:47 +00:00
|
|
|
checksum = "b5136edda114182728ccdedb9f5eda882781f35fa6e80cc360af12a8932507f3"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-01-05 09:39:33 +00:00
|
|
|
name = "native-tls"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.2.8"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "0.1.44"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2021-11-09 21:04:47 +00:00
|
|
|
version = "0.4.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-09 21:04:47 +00:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "0.2.14"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"autocfg",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.13.1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.10.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.10.38"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bitflags",
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-11-10 14:13:08 +00:00
|
|
|
"once_cell",
|
2020-11-23 14:29:31 +00:00
|
|
|
"openssl-sys",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.1.5"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-01-05 09:39:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.9.72"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
2022-03-24 10:05:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option-operations"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95d6113415f41b268f1195907427519769e40ee6f28cbb053795098a2c16f447"
|
|
|
|
dependencies = [
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "2.0.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
2019-12-18 23:04:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.0.6"
|
2019-12-18 23:04:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
2019-12-18 23:04:01 +00:00
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.8"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-22 19:45:35 +00:00
|
|
|
version = "0.1.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.24"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2020-11-23 14:29:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "2.2.0"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-11-10 14:13:08 +00:00
|
|
|
"wepoll-ffi",
|
2020-11-23 14:29:31 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.16"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty-hex"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "0.2.1"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.1.3"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2021-11-09 21:04:47 +00:00
|
|
|
"thiserror",
|
2020-11-23 14:29:31 +00:00
|
|
|
"toml",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "1.0.4"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "1.0.4"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.36"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"unicode-xid",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.16"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.8.5"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.3.1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.6.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"getrandom",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-05 09:39:33 +00:00
|
|
|
name = "redox_syscall"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.11"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
|
2021-11-10 14:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-01-05 09:39:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-07-31 08:51:43 +00:00
|
|
|
version = "0.5.3"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"winapi",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.9"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-05-22 19:45:35 +00:00
|
|
|
version = "0.1.19"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
2020-01-05 09:39:33 +00:00
|
|
|
name = "security-framework"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.6.1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "2.6.1"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.136"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.136"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.79"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.10.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2020-11-23 14:29:31 +00:00
|
|
|
"digest",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.4.5"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2021-11-09 21:04:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.8.0"
|
2021-11-09 21:04:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-11-09 21:04:47 +00:00
|
|
|
|
2021-11-10 14:13:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.4.4"
|
2021-11-10 14:13:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-11-10 14:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.26"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.4.18"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2022-03-24 10:05:29 +00:00
|
|
|
"heck 0.3.3",
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.0.89"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "6.0.2"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2021-11-09 21:04:47 +00:00
|
|
|
"cfg-expr",
|
2022-03-24 10:05:29 +00:00
|
|
|
"heck 0.4.0",
|
2020-11-23 14:29:31 +00:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "3.3.0"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2022-03-24 10:05:29 +00:00
|
|
|
"fastrand",
|
2020-11-23 14:29:31 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"unicode-width",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-11-09 21:04:47 +00:00
|
|
|
version = "1.0.30"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-09 21:04:47 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"thiserror-impl",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-11-09 21:04:47 +00:00
|
|
|
version = "1.0.30"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-09 21:04:47 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "1.5.1"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2020-11-23 14:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.5.8"
|
2020-01-05 09:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-01-05 09:39:33 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"serde",
|
2020-01-05 09:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.17.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"base64",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2021-11-10 14:13:08 +00:00
|
|
|
"native-tls",
|
2020-11-23 14:29:31 +00:00
|
|
|
"rand",
|
|
|
|
"sha-1",
|
2021-11-10 14:13:08 +00:00
|
|
|
"thiserror",
|
2020-11-23 14:29:31 +00:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.15.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.3.7"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.1.19"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"tinyvec",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "1.9.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.1.9"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.2.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "2.2.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.7.6"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-10 14:13:08 +00:00
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.8"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-11-23 14:29:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-10 14:13:08 +00:00
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
2020-11-23 14:29:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.1.0"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-05-22 19:45:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.9.4"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2020-11-23 14:29:31 +00:00
|
|
|
version = "1.1.0"
|
2020-05-22 19:45:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2020-05-22 19:45:35 +00:00
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-11-10 14:13:08 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.79"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"wasm-bindgen-macro",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.79"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.4.29"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2021-11-10 14:13:08 +00:00
|
|
|
"cfg-if",
|
2020-11-23 14:29:31 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.79"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.79"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.2.79"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.3.56"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 19:39:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webrtc-app"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-std",
|
|
|
|
"async-tungstenite",
|
|
|
|
"futures",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp",
|
|
|
|
"gstreamer-webrtc",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"structopt",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-10 14:13:08 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 14:13:08 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"cc",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-31 08:51:43 +00:00
|
|
|
version = "0.3.9"
|
2019-11-29 19:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-11-29 19:39:40 +00:00
|
|
|
dependencies = [
|
2020-11-23 14:29:31 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-11-29 19:39:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-11-29 19:39:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 14:29:31 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|