surrealpatch/Cargo.lock

3516 lines
84 KiB
Text
Raw Normal View History

2020-06-29 15:35:19 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-03-29 15:43:37 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-06-29 15:35:19 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2022-06-15 07:42:50 +00:00
"getrandom 0.2.7",
"once_cell",
"version_check",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-06-29 15:35:19 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
2020-06-29 15:35:19 +00:00
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "any_ascii"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
2021-03-29 15:43:37 +00:00
[[package]]
name = "anyhow"
2022-05-05 11:40:05 +00:00
version = "1.0.57"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
2021-03-29 15:43:37 +00:00
2020-06-29 15:35:19 +00:00
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "arc-swap"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
[[package]]
name = "argon2"
2022-07-04 00:59:02 +00:00
version = "0.4.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
2020-06-29 15:35:19 +00:00
dependencies = [
"base64ct",
"blake2",
"password-hash",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "async-channel"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "async-compression"
2022-06-15 07:42:50 +00:00
version = "0.3.14"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
2020-06-29 15:35:19 +00:00
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
2021-03-29 15:43:37 +00:00
"tokio",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
[[package]]
name = "async-recursion"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-task"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
[[package]]
name = "async-trait"
2022-06-15 07:42:50 +00:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "atomic-polyfill"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14bf7b4f565e5e717d7a7a65b2a05c0b8c96e4db636d6f780f03b15108cdd1b"
dependencies = [
"critical-section",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-06-29 15:35:19 +00:00
2022-06-15 11:49:41 +00:00
[[package]]
name = "bare-metal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
dependencies = [
"rustc_version 0.2.3",
]
[[package]]
name = "bare-metal"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
2020-06-29 15:35:19 +00:00
[[package]]
name = "base64"
2021-03-29 15:43:37 +00:00
version = "0.13.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-06-29 15:35:19 +00:00
[[package]]
name = "base64ct"
2022-04-01 21:04:11 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"
[[package]]
name = "bigdecimal"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
"serde",
]
[[package]]
name = "bindgen"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
[[package]]
name = "bitfield"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
2020-06-29 15:35:19 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-06-29 15:35:19 +00:00
2021-03-29 15:43:37 +00:00
[[package]]
name = "bitmaps"
version = "2.1.0"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
2021-03-29 15:43:37 +00:00
dependencies = [
"typenum",
2021-03-29 15:43:37 +00:00
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "blake2"
version = "0.10.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
2020-06-29 15:35:19 +00:00
dependencies = [
"digest 0.10.3",
2021-03-29 15:43:37 +00:00
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2022-06-15 11:49:41 +00:00
"generic-array",
]
[[package]]
name = "block-buffer"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
dependencies = [
2022-06-15 11:49:41 +00:00
"generic-array",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "boa_engine"
2022-06-15 11:49:41 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "c06d42e34ff7c02423cb5248bc67021f13f2bb7aec22de7ab351a6a4e31ec6d9"
dependencies = [
"bitflags",
"boa_gc",
"boa_interner",
"boa_profiler",
"boa_unicode",
"chrono",
"dyn-clone",
"fast-float",
"gc",
"indexmap",
"num-bigint",
"num-integer",
"num-traits",
"once_cell",
"rand 0.8.5",
"regress",
"rustc-hash",
"ryu-js",
"serde",
"serde_json",
"tap",
"unicode-normalization",
]
[[package]]
name = "boa_gc"
2022-06-15 11:49:41 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "3a1167c469e96484d0f1d73d2a1ae5e44983aa49a32630d76f5a555116b18204"
dependencies = [
"gc",
]
[[package]]
name = "boa_interner"
2022-06-15 11:49:41 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "77a8a4c15b4b0e86daa063c7123da11f8e41ecdc91fc086d1fd8898670b2f40e"
dependencies = [
"gc",
"string-interner",
]
[[package]]
name = "boa_profiler"
2022-06-15 11:49:41 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "28bd5912d57793f8fd312ce63eaedd34fa6ff5fe759be508d3d2455905b0880a"
[[package]]
name = "boa_unicode"
2022-06-15 11:49:41 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "90b9a73ca3f2bdd98e3e132e3c93684d9ab682ed5a3cad8be6b87c38d7f349e6"
dependencies = [
"unicode-general-category",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "boringssl-src"
version = "0.2.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0511b9f0b739706e05b7279ece5dfc1932a42839cf005cb0f00420a3fea27c96"
2020-06-29 15:35:19 +00:00
dependencies = [
"cmake",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "brotli"
2022-04-01 21:04:11 +00:00
version = "3.3.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2020-06-29 15:35:19 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
2020-06-29 15:35:19 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "buf_redux"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
dependencies = [
"memchr",
"safemem",
]
[[package]]
name = "bumpalo"
2022-06-15 07:42:50 +00:00
version = "3.10.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-06-29 15:35:19 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-06-29 15:35:19 +00:00
[[package]]
name = "bytes"
version = "1.1.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-06-29 15:35:19 +00:00
[[package]]
name = "cache-padded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2020-06-29 15:35:19 +00:00
[[package]]
name = "cc"
version = "1.0.73"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-06-29 15:35:19 +00:00
[[package]]
name = "cexpr"
version = "0.4.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom 5.1.2",
]
2020-06-29 15:35:19 +00:00
2021-03-29 15:43:37 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-06-29 15:35:19 +00:00
[[package]]
name = "chrono"
2021-03-29 15:43:37 +00:00
version = "0.4.19"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"libc",
2020-06-29 15:35:19 +00:00
"num-integer",
"num-traits",
"serde",
"time 0.1.44",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "cipher"
2022-03-04 12:15:24 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-04 12:15:24 +00:00
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clang-sys"
2022-06-15 07:42:50 +00:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
dependencies = [
"glob",
"libc",
"libloading",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "clap"
2022-07-04 00:59:02 +00:00
version = "3.2.8"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83"
2020-06-29 15:35:19 +00:00
dependencies = [
"atty",
"bitflags",
2022-05-05 11:40:05 +00:00
"clap_lex",
2022-01-23 12:30:59 +00:00
"indexmap",
2020-06-29 15:35:19 +00:00
"strsim",
2022-01-23 12:30:59 +00:00
"termcolor",
2020-06-29 15:35:19 +00:00
"textwrap",
]
2022-05-05 11:40:05 +00:00
[[package]]
name = "clap_lex"
2022-06-15 07:42:50 +00:00
version = "0.2.2"
2022-05-05 11:40:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
2022-05-05 11:40:05 +00:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "cmake"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [
"cc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "colored"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
"atty",
"lazy_static",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-06-29 15:35:19 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-03-29 15:43:37 +00:00
2022-06-15 11:49:41 +00:00
[[package]]
name = "cortex-m"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd20d4ac4aa86f4f75f239d59e542ef67de87cce2c282818dc6e84155d3ea126"
dependencies = [
"bare-metal 0.2.5",
"bitfield",
"embedded-hal",
"volatile-register",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "cpufeatures"
2022-04-01 21:04:11 +00:00
version = "0.2.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
2020-06-29 15:35:19 +00:00
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "critical-section"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95da181745b56d4bd339530ec393508910c909c784e8962d15d722bacf0bcbcd"
dependencies = [
"bare-metal 1.0.0",
"cfg-if",
"cortex-m",
"riscv",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "crypto-common"
version = "0.1.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-06-15 11:49:41 +00:00
"generic-array",
"typenum",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "derive-new"
version = "0.5.9"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
[[package]]
name = "digest"
version = "0.9.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-06-15 11:49:41 +00:00
"generic-array",
]
[[package]]
name = "digest"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
dependencies = [
"block-buffer 0.10.2",
"crypto-common",
"subtle",
]
[[package]]
name = "dmp"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c388e3a2998dce9c8aaa87ca67203d62954e9cf00879468c775aa4bba533ea"
dependencies = [
"regex",
"urlencoding",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "dyn-clone"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"
2020-06-29 15:35:19 +00:00
[[package]]
name = "echodb"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4d29774dada6bb3dc284fbe41c79efd5425b90933defcb42b109005fe56d41"
dependencies = [
"arc-swap",
2022-03-07 18:11:44 +00:00
"imbl",
"thiserror",
"tokio",
]
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2022-06-15 11:49:41 +00:00
[[package]]
name = "embedded-hal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
dependencies = [
"nb 0.1.3",
"void",
]
[[package]]
name = "encoding_rs"
2022-05-05 11:40:05 +00:00
version = "0.8.31"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
2020-06-29 15:35:19 +00:00
[[package]]
name = "fail"
version = "0.4.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6"
dependencies = [
"lazy_static",
"log",
"rand 0.7.3",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "fast-float"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "fern"
2022-05-05 11:40:05 +00:00
version = "0.6.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
2020-06-29 15:35:19 +00:00
dependencies = [
"colored",
2021-03-29 15:43:37 +00:00
"log",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
2022-03-05 14:45:40 +00:00
[[package]]
name = "fixedbitset"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
2020-06-29 15:35:19 +00:00
[[package]]
name = "flate2"
2022-06-15 07:42:50 +00:00
version = "1.0.24"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2020-06-29 15:35:19 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "float_next_after"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
dependencies = [
"num-traits",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-06-29 15:35:19 +00:00
[[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]]
2021-03-29 15:43:37 +00:00
name = "form_urlencoded"
version = "1.0.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"matches",
"percent-encoding",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "futures"
version = "0.1.31"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-06-29 15:35:19 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-06-29 15:35:19 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2020-06-29 15:35:19 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "futures-io"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-macro"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-task"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-util"
version = "0.3.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-06-29 15:35:19 +00:00
dependencies = [
"futures 0.1.31",
2020-06-29 15:35:19 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-03-29 15:43:37 +00:00
"pin-project-lite",
2020-06-29 15:35:19 +00:00
"pin-utils",
"slab",
]
[[package]]
name = "fuzzy-matcher"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
dependencies = [
"thread_local",
]
[[package]]
name = "gc"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3edaac0f5832202ebc99520cb77c932248010c4645d20be1dc62d6579f5b3752"
dependencies = [
"gc_derive",
]
[[package]]
name = "gc_derive"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60df8444f094ff7885631d80e78eb7d88c3c2361a98daaabb06256e4500db941"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "generic-array"
version = "0.14.5"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-06-29 15:35:19 +00:00
dependencies = [
"typenum",
2021-03-29 15:43:37 +00:00
"version_check",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "geo"
2022-07-04 00:59:02 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "6f9a9248b7d4f0168bbf24d66d1cf6f11f49949abe44f8b8c15657dafd067cd0"
dependencies = [
2022-06-15 11:49:41 +00:00
"float_next_after",
"geo-types",
"geographiclib-rs",
"log",
"num-traits",
"robust",
"rstar",
"serde",
]
[[package]]
name = "geo-types"
2022-07-04 00:59:02 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "d9805fbfcea97de816e6408e938603241879cc41eea3fba3f84f122f4f6f9c54"
dependencies = [
"approx",
"num-traits",
"rstar",
"serde",
]
[[package]]
name = "geographiclib-rs"
2022-04-01 21:04:11 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "fdbd3cdc1856ca7736763d2784671c2c9b0093f0ee47e2bed0059feed6afca89"
dependencies = [
"lazy_static",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "getrandom"
version = "0.1.16"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
2020-06-29 15:35:19 +00:00
"libc",
2021-03-29 15:43:37 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2020-06-29 15:35:19 +00:00
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "getrandom"
2022-06-15 07:42:50 +00:00
version = "0.2.7"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2021-03-29 15:43:37 +00:00
dependencies = [
"cfg-if",
2021-03-29 15:43:37 +00:00
"libc",
2022-06-15 07:42:50 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2021-03-29 15:43:37 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "grpcio"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cf790272c5fb75a2fd7f2e8282e910d0fe0ed1d954cb29b07b74228694302a"
dependencies = [
"bytes",
"futures 0.3.21",
"grpcio-sys",
"libc",
"log",
"parking_lot",
2022-03-05 14:45:40 +00:00
"prost 0.7.0",
]
[[package]]
name = "grpcio-compiler"
2022-03-05 14:45:40 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:45:40 +00:00
checksum = "b9f38c62d3825465f8ebadd2d51f9df350e510f7ca0cab0503ab827153db66fc"
dependencies = [
"derive-new",
2022-03-05 14:45:40 +00:00
"prost 0.9.0",
"prost-build 0.9.0",
"prost-types 0.9.0",
"tempfile",
]
[[package]]
name = "grpcio-sys"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f89a56d830be4dddc939c377c95e3b77e30c86a8df99c20095c34cf9038447b"
dependencies = [
"bindgen",
"boringssl-src",
"cc",
"cmake",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"walkdir",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "h2"
2022-04-01 21:04:11 +00:00
version = "0.3.13"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-06-15 07:42:50 +00:00
"tokio-util 0.7.3",
2021-03-29 15:43:37 +00:00
"tracing",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "half"
version = "1.8.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "hash32"
2022-06-15 11:49:41 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2020-06-29 15:35:19 +00:00
2021-03-29 15:43:37 +00:00
[[package]]
name = "hashbrown"
version = "0.11.2"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
2021-03-29 15:43:37 +00:00
2020-06-29 15:35:19 +00:00
[[package]]
name = "headers"
version = "0.3.7"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"base64",
2020-06-29 15:35:19 +00:00
"bitflags",
"bytes",
"headers-core",
"http",
"httpdate",
2021-03-29 15:43:37 +00:00
"mime",
"sha-1 0.10.0",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heapless"
2022-06-15 11:49:41 +00:00
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "8a08e755adbc0ad283725b29f4a4883deee15336f372d5f61fae59efec40f983"
dependencies = [
2022-06-15 11:49:41 +00:00
"atomic-polyfill",
"hash32",
2022-06-15 11:49:41 +00:00
"rustc_version 0.4.0",
"spin 0.9.3",
"stable_deref_trait",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-06-29 15:35:19 +00:00
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest 0.10.3",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "http"
2022-06-15 07:42:50 +00:00
version = "0.2.8"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "http-body"
2022-06-15 07:42:50 +00:00
version = "0.4.5"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "httparse"
2022-05-05 11:40:05 +00:00
version = "1.7.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2021-03-29 15:43:37 +00:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-06-29 15:35:19 +00:00
[[package]]
name = "hyper"
2022-06-15 07:42:50 +00:00
version = "0.14.19"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2021-03-29 15:43:37 +00:00
"httpdate",
"itoa",
"pin-project-lite",
2020-06-29 15:35:19 +00:00
"socket2",
"tokio",
"tower-service",
2021-03-29 15:43:37 +00:00
"tracing",
2020-06-29 15:35:19 +00:00
"want",
]
[[package]]
name = "hyper-tls"
2021-03-29 15:43:37 +00:00
version = "0.5.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
2021-03-29 15:43:37 +00:00
"tokio-native-tls",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "idna"
version = "0.2.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-06-29 15:35:19 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2022-03-07 18:11:44 +00:00
name = "imbl"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:11:44 +00:00
checksum = "543682c9082b25e63d03b5acbd65ad111fd49dd93e70843e5175db4ff81d606b"
dependencies = [
"bitmaps",
2022-03-07 18:11:44 +00:00
"rand_core 0.6.3",
"rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "indexmap"
2022-06-15 07:42:50 +00:00
version = "1.8.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"autocfg",
"hashbrown",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "indxdb"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ea82794a5c0be29734baebe23cf505148313bc35b247b735be9b540b330595"
dependencies = [
"js-sys",
"rexie",
"thiserror",
"tokio",
"wasm-bindgen",
]
[[package]]
name = "inout"
2022-04-01 21:04:11 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
2022-06-15 11:49:41 +00:00
"generic-array",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2020-06-29 15:35:19 +00:00
[[package]]
2021-03-29 15:43:37 +00:00
name = "ipnet"
2022-05-05 11:40:05 +00:00
version = "2.5.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2020-06-29 15:35:19 +00:00
2022-03-05 14:45:40 +00:00
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2022-06-15 07:42:50 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2020-06-29 15:35:19 +00:00
[[package]]
name = "js-sys"
2022-06-15 07:42:50 +00:00
version = "0.3.58"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
2020-06-29 15:35:19 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonwebtoken"
version = "8.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aa4b4af834c6cfd35d8763d359661b90f2e45d8f750a0849156c7f4671af09c"
dependencies = [
"base64",
"pem",
"ring",
"serde",
"serde_json",
"simple_asn1",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lexical-sort"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
dependencies = [
"any_ascii",
]
[[package]]
name = "libc"
2022-06-15 07:42:50 +00:00
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libloading"
version = "0.7.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
"winapi",
2020-06-29 15:35:19 +00:00
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "libm"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
2020-06-29 15:35:19 +00:00
[[package]]
name = "libz-sys"
2022-06-15 07:42:50 +00:00
version = "1.1.8"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "lock_api"
2022-04-01 21:04:11 +00:00
version = "0.4.7"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-04-01 21:04:11 +00:00
"autocfg",
"scopeguard",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "log"
2022-05-05 11:40:05 +00:00
version = "0.4.17"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "matches"
version = "0.1.9"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "md-5"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
dependencies = [
"digest 0.10.3",
]
2020-06-29 15:35:19 +00:00
[[package]]
2021-03-29 15:43:37 +00:00
name = "memchr"
2022-05-05 11:40:05 +00:00
version = "2.5.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-06-29 15:35:19 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"mime",
"unicase",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2020-06-29 15:35:19 +00:00
[[package]]
name = "miniz_oxide"
2022-06-15 07:42:50 +00:00
version = "0.5.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"adler",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "mio"
2022-06-15 07:42:50 +00:00
version = "0.8.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
2020-06-29 15:35:19 +00:00
dependencies = [
"libc",
2021-03-29 15:43:37 +00:00
"log",
2022-03-16 15:47:19 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-06-15 07:42:50 +00:00
"windows-sys",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2020-06-29 15:35:19 +00:00
[[package]]
name = "multipart"
version = "0.18.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2020-06-29 15:35:19 +00:00
dependencies = [
"buf_redux",
"httparse",
2021-03-29 15:43:37 +00:00
"log",
"mime",
"mime_guess",
2020-06-29 15:35:19 +00:00
"quick-error",
"rand 0.8.5",
2020-06-29 15:35:19 +00:00
"safemem",
"tempfile",
"twoway",
]
[[package]]
name = "nanoid"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
dependencies = [
"rand 0.8.5",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "native-tls"
2022-04-01 21:04:11 +00:00
version = "0.2.10"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2020-06-29 15:35:19 +00:00
dependencies = [
"lazy_static",
"libc",
2021-03-29 15:43:37 +00:00
"log",
2020-06-29 15:35:19 +00:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "nb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
dependencies = [
"nb 1.0.0",
]
[[package]]
name = "nb"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
2020-06-29 15:35:19 +00:00
[[package]]
name = "nom"
version = "5.1.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"memchr",
"version_check",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "nom"
2022-03-16 15:47:19 +00:00
version = "7.1.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 15:47:19 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2020-06-29 15:35:19 +00:00
dependencies = [
"memchr",
"minimal-lexical",
2021-03-29 15:43:37 +00:00
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
"serde",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "num-integer"
2022-05-05 11:40:05 +00:00
version = "0.1.45"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"autocfg",
2020-06-29 15:35:19 +00:00
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-05 11:40:05 +00:00
version = "0.2.15"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"autocfg",
2022-06-15 11:49:41 +00:00
"libm",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "num_cpus"
version = "1.13.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-06-29 15:35:19 +00:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "once_cell"
2022-06-15 07:42:50 +00:00
version = "1.12.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
2020-06-29 15:35:19 +00:00
2021-03-29 15:43:37 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-06-29 15:35:19 +00:00
[[package]]
name = "openssl"
2022-05-05 11:40:05 +00:00
version = "0.10.40"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
2020-06-29 15:35:19 +00:00
dependencies = [
"bitflags",
"cfg-if",
2020-06-29 15:35:19 +00:00
"foreign-types",
"libc",
"once_cell",
2022-05-05 11:40:05 +00:00
"openssl-macros",
2020-06-29 15:35:19 +00:00
"openssl-sys",
]
2022-05-05 11:40:05 +00:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
2022-06-15 07:42:50 +00:00
version = "111.20.0+1.1.1o"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "92892c4f87d56e376e469ace79f1128fdaded07646ddf73aa0be4706ff712dec"
dependencies = [
"cc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "openssl-sys"
2022-06-15 07:42:50 +00:00
version = "0.9.74"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"autocfg",
2020-06-29 15:35:19 +00:00
"cc",
"libc",
"openssl-src",
2020-06-29 15:35:19 +00:00
"pkg-config",
"vcpkg",
]
2022-01-23 12:30:59 +00:00
[[package]]
name = "os_str_bytes"
2022-06-15 07:42:50 +00:00
version = "6.1.0"
2022-01-23 12:30:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2022-01-23 12:30:59 +00:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-06-29 15:35:19 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "password-hash"
2022-05-05 11:40:05 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "e029e94abc8fb0065241c308f1ac6bc8d20f450e8f7c5f0b25cd9b8d526ba294"
dependencies = [
"base64ct",
"rand_core 0.6.3",
"subtle",
]
2022-05-05 11:40:05 +00:00
[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
[[package]]
name = "pbkdf2"
2022-04-01 21:04:11 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
"digest 0.10.3",
2022-01-23 12:30:59 +00:00
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
dependencies = [
"base64",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "petgraph"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
2022-03-05 14:45:40 +00:00
"fixedbitset 0.2.0",
"indexmap",
]
[[package]]
name = "petgraph"
2022-06-15 07:42:50 +00:00
version = "0.6.2"
2022-03-05 14:45:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
2022-03-05 14:45:40 +00:00
dependencies = [
"fixedbitset 0.4.1",
"indexmap",
]
[[package]]
name = "pin-project"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2022-05-05 11:40:05 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-04-01 21:04:11 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "proc-macro2"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
dependencies = [
"unicode-ident",
]
[[package]]
name = "procfs"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8809e0c18450a2db0f236d2a44ec0b4c1412d0eb936233579f0990faa5d5cd"
dependencies = [
"bitflags",
"byteorder",
"flate2",
"hex",
"lazy_static",
"libc",
]
[[package]]
name = "prometheus"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"
dependencies = [
"cfg-if",
"fnv",
"lazy_static",
"libc",
"memchr",
"parking_lot",
"procfs",
"protobuf",
"reqwest",
"thiserror",
]
[[package]]
name = "prost"
version = "0.7.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
dependencies = [
"bytes",
2022-03-05 14:45:40 +00:00
"prost-derive 0.7.0",
]
[[package]]
name = "prost"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
"prost-derive 0.9.0",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "prost-build"
version = "0.7.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"heck",
2022-03-05 14:45:40 +00:00
"itertools 0.9.0",
"log",
"multimap",
2022-03-05 14:45:40 +00:00
"petgraph 0.5.1",
"prost 0.7.0",
"prost-types 0.7.0",
"tempfile",
"which",
]
[[package]]
name = "prost-build"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
"bytes",
"heck",
"itertools 0.10.3",
"lazy_static",
"log",
"multimap",
2022-06-15 07:42:50 +00:00
"petgraph 0.6.2",
2022-03-05 14:45:40 +00:00
"prost 0.9.0",
"prost-types 0.9.0",
"regex",
"tempfile",
"which",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "prost-derive"
version = "0.7.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
2020-06-29 15:35:19 +00:00
dependencies = [
"anyhow",
2022-03-05 14:45:40 +00:00
"itertools 0.9.0",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools 0.10.3",
2020-06-29 15:35:19 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.7.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
dependencies = [
"bytes",
2022-03-05 14:45:40 +00:00
"prost 0.7.0",
]
[[package]]
name = "prost-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
"bytes",
"prost 0.9.0",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "protobuf"
version = "2.27.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96"
2020-06-29 15:35:19 +00:00
[[package]]
name = "protobuf-build"
version = "0.12.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a7266835d38c38c73b091a24412de1f4b4382a5195fab1ec038161582b03b78"
2020-06-29 15:35:19 +00:00
dependencies = [
"bitflags",
"grpcio-compiler",
"proc-macro2",
2022-03-05 14:45:40 +00:00
"prost-build 0.7.0",
"quote",
"syn",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2022-05-05 11:40:05 +00:00
version = "1.0.18"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2020-06-29 15:35:19 +00:00
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",
2020-06-29 15:35:19 +00:00
"libc",
"rand_chacha 0.2.2",
2020-06-29 15:35:19 +00:00
"rand_core 0.5.1",
"rand_hc",
2020-06-29 15:35:19 +00:00
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "rand"
version = "0.8.5"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-06-29 15:35:19 +00:00
dependencies = [
"ppv-lite86",
2020-06-29 15:35:19 +00:00
"rand_core 0.5.1",
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "rand_chacha"
version = "0.3.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"ppv-lite86",
"rand_core 0.6.3",
2020-06-29 15:35:19 +00:00
]
[[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",
2020-06-29 15:35:19 +00:00
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "rand_core"
version = "0.6.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-06-15 07:42:50 +00:00
"getrandom 0.2.7",
2020-06-29 15:35:19 +00:00
]
[[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_xoshiro"
2022-03-07 18:11:44 +00:00
version = "0.6.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:11:44 +00:00
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-03-07 18:11:44 +00:00
"rand_core 0.6.3",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "redox_syscall"
2022-04-01 21:04:11 +00:00
version = "0.2.13"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "regex"
2022-06-15 07:42:50 +00:00
version = "1.5.6"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2020-06-29 15:35:19 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-06-15 07:42:50 +00:00
version = "0.6.26"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2020-06-29 15:35:19 +00:00
[[package]]
name = "regress"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a92ff21fe8026ce3f2627faaf43606f0b67b014dbc9ccf027181a804f75d92e"
dependencies = [
"memchr",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "remove_dir_all"
2021-03-29 15:43:37 +00:00
version = "0.5.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "reqwest"
2022-06-15 07:42:50 +00:00
version = "0.11.11"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"base64",
2020-06-29 15:35:19 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2020-06-29 15:35:19 +00:00
"http",
"http-body",
"hyper",
"hyper-tls",
2021-03-29 15:43:37 +00:00
"ipnet",
2020-06-29 15:35:19 +00:00
"js-sys",
"lazy_static",
2021-03-29 15:43:37 +00:00
"log",
"mime",
2020-06-29 15:35:19 +00:00
"native-tls",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
2020-06-29 15:35:19 +00:00
"serde_urlencoded",
"tokio",
2021-03-29 15:43:37 +00:00
"tokio-native-tls",
2022-06-15 07:42:50 +00:00
"tower-service",
2020-06-29 15:35:19 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "rexie"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8e6178d9a4aaae55ce07627003b9281dd02ffd0f489b4f80e1e242380492744"
dependencies = [
"console_error_panic_hook",
"js-sys",
"num-traits",
"thiserror",
"tokio",
"wasm-bindgen",
"web-sys",
2020-06-29 15:35:19 +00:00
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2022-06-15 11:49:41 +00:00
"spin 0.5.2",
2022-05-10 07:22:04 +00:00
"untrusted",
"web-sys",
"winapi",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "riscv"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6907ccdd7a31012b70faf2af85cd9e5ba97657cc3987c4f13f8e4d2c2a088aba"
dependencies = [
"bare-metal 1.0.0",
"bit_field",
"riscv-target",
]
[[package]]
name = "riscv-target"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88aa938cda42a0cf62a20cfe8d139ff1af20c2e681212b5b34adb5a58333f222"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "rmp"
2022-05-05 11:40:05 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
dependencies = [
"byteorder",
"num-traits",
2022-05-05 11:40:05 +00:00
"paste",
]
[[package]]
name = "rmp-serde"
2022-05-05 11:40:05 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "25786b0d276110195fa3d6f3f31299900cf71dfbd6c28450f3f58a0e7f7a347e"
dependencies = [
"byteorder",
"rmp",
"serde",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "robust"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
[[package]]
name = "rstar"
2022-06-15 11:49:41 +00:00
version = "0.9.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 11:49:41 +00:00
checksum = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
2020-06-29 15:35:19 +00:00
dependencies = [
"heapless",
2020-06-29 15:35:19 +00:00
"num-traits",
"smallvec",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-06-29 15:35:19 +00:00
2022-06-15 11:49:41 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.10",
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64",
"log",
"ring",
"sct",
"webpki",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "ryu"
2022-06-15 07:42:50 +00:00
version = "1.0.10"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2020-06-29 15:35:19 +00:00
[[package]]
name = "ryu-js"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f"
2020-06-29 15:35:19 +00:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "salsa20"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
"cipher",
]
2020-06-29 15:35:19 +00:00
[[package]]
2021-03-29 15:43:37 +00:00
name = "same-file"
version = "1.0.6"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"winapi-util",
2020-06-29 15:35:19 +00:00
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "schannel"
2022-06-15 07:42:50 +00:00
version = "0.1.20"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2021-03-29 15:43:37 +00:00
dependencies = [
"lazy_static",
2022-06-15 07:42:50 +00:00
"windows-sys",
2021-03-29 15:43:37 +00:00
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scrypt"
2022-04-01 21:04:11 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
dependencies = [
2022-01-23 12:30:59 +00:00
"hmac",
"password-hash",
2022-01-23 12:30:59 +00:00
"pbkdf2",
"salsa20",
2022-01-23 12:30:59 +00:00
"sha2",
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "sct"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
"ring",
"untrusted",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "security-framework"
version = "2.6.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2020-06-29 15:35:19 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
2021-03-29 15:43:37 +00:00
"libc",
2020-06-29 15:35:19 +00:00
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2020-06-29 15:35:19 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-06-29 15:35:19 +00:00
[[package]]
name = "serde"
2022-07-04 00:59:02 +00:00
version = "1.0.138"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
2020-06-29 15:35:19 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_cbor"
version = "0.11.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2020-06-29 15:35:19 +00:00
dependencies = [
"half",
"serde",
]
[[package]]
name = "serde_derive"
2022-07-04 00:59:02 +00:00
version = "1.0.138"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-07-04 00:59:02 +00:00
version = "1.0.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 00:59:02 +00:00
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2020-06-29 15:35:19 +00:00
dependencies = [
"itoa",
2020-06-29 15:35:19 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"form_urlencoded",
"itoa",
2021-03-29 15:43:37 +00:00
"ryu",
2020-06-29 15:35:19 +00:00
"serde",
]
[[package]]
name = "sha-1"
version = "0.9.8"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2020-06-29 15:35:19 +00:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
2020-06-29 15:35:19 +00:00
]
[[package]]
2022-01-23 12:30:59 +00:00
name = "sha-1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-23 12:30:59 +00:00
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.3",
]
[[package]]
name = "sha2"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.3",
]
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "simple_asn1"
2022-06-15 07:42:50 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
dependencies = [
"num-bigint",
"num-traits",
"thiserror",
"time 0.3.9",
]
[[package]]
name = "sized-chunks"
version = "0.6.5"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
2021-03-29 15:43:37 +00:00
dependencies = [
"bitmaps",
"typenum",
2021-03-29 15:43:37 +00:00
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "slab"
2022-05-05 11:40:05 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
[[package]]
name = "smallvec"
version = "1.8.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-06-29 15:35:19 +00:00
[[package]]
name = "socket2"
version = "0.4.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2020-06-29 15:35:19 +00:00
dependencies = [
"libc",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-06-15 11:49:41 +00:00
[[package]]
name = "spin"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
dependencies = [
"lock_api",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-06-29 15:35:19 +00:00
[[package]]
name = "storekey"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c05ac79ed7dcd90b469801242eb9f348cd5749404a567bf36d2d6c3c5ff6698"
dependencies = [
"byteorder",
"serde",
"thiserror",
]
[[package]]
name = "string-interner"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e2531d8525b29b514d25e275a43581320d587b86db302b9a7e464bac579648"
dependencies = [
"cfg-if",
"hashbrown",
"serde",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "strsim"
2022-01-23 12:30:59 +00:00
version = "0.10.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-23 12:30:59 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-06-29 15:35:19 +00:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-06-29 15:35:19 +00:00
[[package]]
name = "surreal"
version = "0.0.0"
dependencies = [
"argon2",
"base64",
"bytes",
"chrono",
"clap",
"fern",
"futures 0.3.21",
"http",
"hyper",
"jsonwebtoken",
"log",
"once_cell",
"rand 0.8.5",
"reqwest",
"rmp-serde",
"serde",
"serde_cbor",
"serde_json",
"surrealdb",
"thiserror",
"tokio",
"warp",
]
[[package]]
name = "surrealdb"
version = "0.1.0"
2020-06-29 15:35:19 +00:00
dependencies = [
"argon2",
"async-channel",
"async-executor",
"async-recursion",
"bigdecimal",
"boa_engine",
2020-06-29 15:35:19 +00:00
"chrono",
"dmp",
"echodb",
"futures 0.3.21",
"fuzzy-matcher",
"gc",
"geo",
"indxdb",
"lexical-sort",
2021-03-29 15:43:37 +00:00
"log",
"md-5",
"nanoid",
2022-03-16 15:47:19 +00:00
"nom 7.1.1",
"once_cell",
2022-01-23 12:30:59 +00:00
"pbkdf2",
"rand 0.8.5",
2020-06-29 15:35:19 +00:00
"regex",
"rmp-serde",
"scrypt",
2020-06-29 15:35:19 +00:00
"serde",
2022-01-23 12:30:59 +00:00
"sha-1 0.10.0",
"sha2",
"slug",
"storekey",
"surrealdb-derive",
2021-03-29 15:43:37 +00:00
"thiserror",
"tikv-client",
2020-06-29 15:35:19 +00:00
"tokio",
"trice",
"url",
"utf-8",
2020-06-29 15:35:19 +00:00
"uuid",
]
[[package]]
name = "surrealdb-derive"
2022-06-15 07:41:23 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:41:23 +00:00
checksum = "e979f543a3eed6538c420e41e14233d44f656d5d5084d57dbf23f206cf60b4d8"
dependencies = [
"quote",
"syn",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "syn"
2022-06-15 07:41:23 +00:00
version = "1.0.96"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:41:23 +00:00
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2020-06-29 15:35:19 +00:00
[[package]]
name = "tempfile"
version = "3.3.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
"fastrand",
2020-06-29 15:35:19 +00:00
"libc",
"redox_syscall",
"remove_dir_all",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
2022-01-23 12:30:59 +00:00
name = "termcolor"
2022-03-05 14:45:40 +00:00
version = "1.1.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:45:40 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-01-23 12:30:59 +00:00
"winapi-util",
2020-06-29 15:35:19 +00:00
]
2022-01-23 12:30:59 +00:00
[[package]]
name = "textwrap"
2022-03-05 14:45:40 +00:00
version = "0.15.0"
2022-01-23 12:30:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:45:40 +00:00
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2022-01-23 12:30:59 +00:00
2020-06-29 15:35:19 +00:00
[[package]]
2021-03-29 15:43:37 +00:00
name = "thiserror"
2022-05-05 11:40:05 +00:00
version = "1.0.31"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-05-05 11:40:05 +00:00
version = "1.0.31"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2021-03-29 15:43:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "tikv-client"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26904b386ca52ce25b3a620b397e6e4e93c4fd06d13c2c5936d9ac597f897263"
dependencies = [
"async-trait",
"derive-new",
"fail",
"futures 0.3.21",
"futures-timer",
"grpcio",
"lazy_static",
"log",
"prometheus",
"rand 0.8.5",
"regex",
"serde",
"serde_derive",
"thiserror",
"tikv-client-common",
"tikv-client-pd",
"tikv-client-proto",
"tikv-client-store",
"tokio",
]
[[package]]
name = "tikv-client-common"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72fc3bb3fbec1f2a3354d4bbe48501b23ea47b79da2ffaedeadcc8a6183188e4"
dependencies = [
"futures 0.3.21",
"grpcio",
"lazy_static",
"log",
"regex",
"thiserror",
"tikv-client-proto",
]
[[package]]
name = "tikv-client-pd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cadef1633d4e7952d9a3a88211f03f71e9f90769a5b50c40b5eccc06408977"
dependencies = [
"async-trait",
"futures 0.3.21",
"grpcio",
"log",
"tikv-client-common",
"tikv-client-proto",
]
[[package]]
name = "tikv-client-proto"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9707c63c11c19b87b6eb3df40c6103d0f1e2f06b53445bad91a8c9e06407d9b"
dependencies = [
"futures 0.3.21",
"grpcio",
"lazy_static",
2022-03-05 14:45:40 +00:00
"prost 0.7.0",
"prost-derive 0.7.0",
"protobuf",
"protobuf-build",
]
[[package]]
name = "tikv-client-store"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab348b60ef0a384985c488e25bf35721956b3b45332945f0841f9ac8a693586"
dependencies = [
"async-trait",
"derive-new",
"futures 0.3.21",
"grpcio",
"log",
"tikv-client-common",
"tikv-client-proto",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "time"
version = "0.1.44"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-06-29 15:35:19 +00:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "time"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
"itoa",
"libc",
"num_threads",
"time-macros",
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2021-03-29 15:43:37 +00:00
[[package]]
name = "tinyvec"
2022-05-05 11:40:05 +00:00
version = "1.6.0"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-03-29 15:43:37 +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-06-29 15:35:19 +00:00
[[package]]
name = "tokio"
2022-06-15 07:42:50 +00:00
version = "1.19.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
2021-03-29 15:43:37 +00:00
"libc",
2020-06-29 15:35:19 +00:00
"memchr",
"mio",
"num_cpus",
2022-05-05 11:40:05 +00:00
"once_cell",
2020-06-29 15:35:19 +00:00
"pin-project-lite",
"socket2",
2020-06-29 15:35:19 +00:00
"tokio-macros",
"winapi",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "tokio-macros"
2022-06-15 07:42:50 +00:00
version = "1.8.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-03-29 15:43:37 +00:00
name = "tokio-native-tls"
2020-06-29 15:35:19 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2020-06-29 15:35:19 +00:00
dependencies = [
"native-tls",
"tokio",
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
"rustls",
"tokio",
"webpki",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "tokio-stream"
2022-06-15 07:42:50 +00:00
version = "0.1.9"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
2021-03-29 15:43:37 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "tokio-tungstenite"
version = "0.15.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"futures-util",
"log",
2020-06-29 15:35:19 +00:00
"pin-project",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
2022-06-15 07:42:50 +00:00
version = "0.6.10"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2020-06-29 15:35:19 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
2021-03-29 15:43:37 +00:00
"log",
2020-06-29 15:35:19 +00:00
"pin-project-lite",
"tokio",
]
2022-04-01 21:04:11 +00:00
[[package]]
name = "tokio-util"
2022-06-15 07:42:50 +00:00
version = "0.7.3"
2022-04-01 21:04:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
2022-04-01 21:04:11 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "tower-service"
2021-03-29 15:43:37 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
2022-06-15 07:42:50 +00:00
version = "0.1.35"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
2021-03-29 15:43:37 +00:00
dependencies = [
"cfg-if",
2021-03-29 15:43:37 +00:00
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2022-06-15 07:42:50 +00:00
version = "0.1.27"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
2021-03-29 15:43:37 +00:00
dependencies = [
2022-06-15 07:42:50 +00:00
"once_cell",
2021-03-29 15:43:37 +00:00
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "trice"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27a3a110aba3d0ffc4dac3eedbce006dce1a3db5b484c94313940b999c9409ef"
dependencies = [
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "try-lock"
2021-03-29 15:43:37 +00:00
version = "0.2.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-06-29 15:35:19 +00:00
[[package]]
name = "tungstenite"
version = "0.14.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"base64",
2020-06-29 15:35:19 +00:00
"byteorder",
"bytes",
"http",
"httparse",
2021-03-29 15:43:37 +00:00
"log",
"rand 0.8.5",
2022-01-23 12:30:59 +00:00
"sha-1 0.9.8",
"thiserror",
2020-06-29 15:35:19 +00:00
"url",
"utf-8",
]
[[package]]
name = "twoway"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
dependencies = [
"memchr",
]
[[package]]
name = "typenum"
version = "1.15.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-06-29 15:35:19 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2021-03-29 15:43:37 +00:00
"version_check",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "unicode-bidi"
2022-05-05 11:40:05 +00:00
version = "0.3.8"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2020-06-29 15:35:19 +00:00
[[package]]
name = "unicode-general-category"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1218098468b8085b19a2824104c70d976491d247ce194bbd9dc77181150cdfd6"
[[package]]
name = "unicode-ident"
2022-06-15 07:42:50 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
2020-06-29 15:35:19 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"tinyvec",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-06-29 15:35:19 +00:00
[[package]]
name = "unicode-xid"
2022-05-05 11:40:05 +00:00
version = "0.2.3"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 11:40:05 +00:00
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2020-06-29 15:35:19 +00:00
2022-05-10 07:22:04 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-06-29 15:35:19 +00:00
[[package]]
name = "url"
version = "2.2.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"form_urlencoded",
2020-06-29 15:35:19 +00:00
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
2020-06-29 15:35:19 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-06-29 15:35:19 +00:00
[[package]]
name = "uuid"
2022-06-15 07:42:50 +00:00
version = "1.1.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-06-15 07:42:50 +00:00
"getrandom 0.2.7",
2020-06-29 15:35:19 +00:00
"serde",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "vcell"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
2020-06-29 15:35:19 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-06-29 15:35:19 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-06-29 15:35:19 +00:00
2022-06-15 11:49:41 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "volatile-register"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ee8f19f9d74293faf70901bc20ad067dc1ad390d2cbf1e3f75f721ffee908b6"
dependencies = [
"vcell",
]
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2020-06-29 15:35:19 +00:00
[[package]]
2021-03-29 15:43:37 +00:00
name = "walkdir"
version = "2.3.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:43:37 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2021-03-29 15:43:37 +00:00
"log",
2020-06-29 15:35:19 +00:00
"try-lock",
]
[[package]]
name = "warp"
version = "0.3.2"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e"
2020-06-29 15:35:19 +00:00
dependencies = [
"async-compression",
"bytes",
"futures-channel",
"futures-util",
2020-06-29 15:35:19 +00:00
"headers",
"http",
"hyper",
2021-03-29 15:43:37 +00:00
"log",
"mime",
"mime_guess",
2020-06-29 15:35:19 +00:00
"multipart",
2021-03-29 15:43:37 +00:00
"percent-encoding",
2020-06-29 15:35:19 +00:00
"pin-project",
2021-03-29 15:43:37 +00:00
"scoped-tls",
2020-06-29 15:35:19 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-05-10 07:22:04 +00:00
"tokio-rustls",
2021-03-29 15:43:37 +00:00
"tokio-stream",
2020-06-29 15:35:19 +00:00
"tokio-tungstenite",
2022-06-15 07:42:50 +00:00
"tokio-util 0.6.10",
2020-06-29 15:35:19 +00:00
"tower-service",
2021-03-29 15:43:37 +00:00
"tracing",
2020-06-29 15:35:19 +00:00
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2021-03-29 15:43:37 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-03-29 15:43:37 +00:00
2022-03-16 15:47:19 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-06-29 15:35:19 +00:00
[[package]]
name = "wasm-bindgen"
2022-06-15 07:42:50 +00:00
version = "0.2.81"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
"serde",
"serde_json",
2020-06-29 15:35:19 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-15 07:42:50 +00:00
version = "0.2.81"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2020-06-29 15:35:19 +00:00
dependencies = [
"bumpalo",
"lazy_static",
2021-03-29 15:43:37 +00:00
"log",
2020-06-29 15:35:19 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-06-15 07:42:50 +00:00
version = "0.4.31"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
2020-06-29 15:35:19 +00:00
dependencies = [
"cfg-if",
2020-06-29 15:35:19 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-06-15 07:42:50 +00:00
version = "0.2.81"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2020-06-29 15:35:19 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-15 07:42:50 +00:00
version = "0.2.81"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-15 07:42:50 +00:00
version = "0.2.81"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2020-06-29 15:35:19 +00:00
[[package]]
name = "web-sys"
2022-06-15 07:42:50 +00:00
version = "0.3.58"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 07:42:50 +00:00
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2020-06-29 15:35:19 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-05-10 07:22:04 +00:00
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "which"
2022-04-01 21:04:11 +00:00
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 21:04:11 +00:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
dependencies = [
"either",
"lazy_static",
"libc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-06-29 15:35:19 +00:00
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"
2021-03-29 15:43:37 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-06-15 07:42:50 +00:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
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.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2020-06-29 15:35:19 +00:00
[[package]]
name = "winreg"
2022-03-16 15:47:19 +00:00
version = "0.10.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 15:47:19 +00:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]