surrealpatch/Cargo.lock

4511 lines
107 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
2022-07-17 16:17:02 +00:00
[[package]]
name = "aead"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
dependencies = [
"generic-array",
]
[[package]]
name = "aes"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
dependencies = [
"aes-soft",
"aesni",
"cipher 0.2.5",
]
[[package]]
name = "aes-gcm"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
dependencies = [
"aead",
"aes",
"cipher 0.2.5",
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "aes-soft"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
dependencies = [
"cipher 0.2.5",
"opaque-debug",
]
[[package]]
name = "aesni"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
dependencies = [
"cipher 0.2.5",
"opaque-debug",
]
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",
]
2022-08-10 22:45:13 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
dependencies = [
"libc",
]
[[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-08-17 21:42:29 +00:00
version = "1.0.62"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
2021-03-29 15:43:37 +00:00
2020-06-29 15:35:19 +00:00
[[package]]
name = "approx"
2022-07-18 23:14:46 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
[[package]]
name = "arc-swap"
2022-08-10 22:45:13 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
[[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"
2022-08-10 22:45:13 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "async-global-executor"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"num_cpus",
"once_cell",
]
[[package]]
name = "async-io"
2022-08-17 21:42:29 +00:00
version = "1.8.0"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "0ab006897723d9352f63e2b13047177c3982d8d79709d713ce7747a8f19fd1b0"
2022-07-17 16:17:02 +00:00
dependencies = [
2022-08-17 21:42:29 +00:00
"autocfg",
2022-07-17 16:17:02 +00:00
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
"winapi",
]
[[package]]
name = "async-lock"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
dependencies = [
"event-listener",
]
[[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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2022-07-18 23:14:46 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
2022-08-10 22:45:13 +00:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-06-15 11:49:41 +00:00
[[package]]
name = "atomic-polyfill"
version = "0.1.10"
2022-06-15 11:49:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c041a8d9751a520ee19656232a18971f18946a7900f1520ee4400002244dd89"
2022-06-15 11:49:41 +00:00
dependencies = [
"critical-section",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "base-x"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
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-08-23 22:52:43 +00:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474"
[[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 0.4.0",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex 0.1.1",
]
[[package]]
name = "bindgen"
version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
dependencies = [
"bitflags",
"cexpr 0.6.0",
"clang-sys",
"clap",
"env_logger",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex 1.1.0",
"which",
]
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
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "blocking"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
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-08-17 21:42:29 +00:00
version = "3.11.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
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
2022-07-17 16:17:02 +00:00
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2020-06-29 15:35:19 +00:00
[[package]]
name = "bytes"
2022-08-10 22:45:13 +00:00
version = "1.2.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
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
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom 7.1.1",
]
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"
2022-08-17 21:42:29 +00:00
version = "0.4.22"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-08-10 22:45:13 +00:00
"iana-time-zone",
"js-sys",
2020-06-29 15:35:19 +00:00
"num-integer",
"num-traits",
"serde",
"time 0.1.44",
2022-08-10 22:45:13 +00:00
"wasm-bindgen",
2021-03-29 15:43:37 +00:00
"winapi",
2020-06-29 15:35:19 +00:00
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
]
[[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"
version = "3.2.17"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
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-07-18 23:14:46 +00:00
version = "0.2.4"
2022-05-05 11:40:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-05-05 11:40:05 +00:00
dependencies = [
"os_str_bytes",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "clipboard-win"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
[[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"
2022-08-10 22:45:13 +00:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "cookie"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
dependencies = [
"aes-gcm",
"base64",
"hkdf",
"hmac 0.10.1",
"percent-encoding",
"rand 0.8.5",
"sha2 0.9.9",
"time 0.2.27",
"version_check",
]
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"
2022-08-17 21:42:29 +00:00
version = "0.7.6"
2022-06-15 11:49:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "70858629a458fdfd39f9675c4dc309411f2a3f83bede76988d81bf1a0ecee9e0"
2022-06-15 11:49:41 +00:00
dependencies = [
"bare-metal 0.2.5",
"bitfield",
"embedded-hal",
"volatile-register",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "cpufeatures"
2022-08-23 22:52:43 +00:00
version = "0.2.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813"
dependencies = [
"libc",
]
2020-06-29 15:35:19 +00:00
2022-07-17 16:17:02 +00:00
[[package]]
name = "cpuid-bool"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "crossbeam-utils"
2022-08-10 22:45:13 +00:00
version = "0.8.11"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2022-07-17 16:17:02 +00:00
dependencies = [
"cfg-if",
"once_cell",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "crypto-common"
2022-07-18 23:14:46 +00:00
version = "0.1.6"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
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
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "crypto-mac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "ctor"
2022-08-10 22:45:13 +00:00
version = "0.1.23"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
2022-07-17 16:17:02 +00:00
dependencies = [
"quote",
"syn",
]
[[package]]
name = "ctr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
dependencies = [
"cipher 0.2.5",
]
[[package]]
name = "curl"
version = "0.4.44"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
2022-07-17 16:17:02 +00:00
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
version = "0.4.56+curl-7.83.1"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6093e169dd4de29e468fa649fbae11cdcd5551c81fe5bf1b0677adad7ef3d26f"
2022-07-17 16:17:02 +00:00
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
]
[[package]]
name = "darling"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
dependencies = [
"darling_core",
"quote",
"syn",
]
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"
2022-08-23 22:52:43 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "08ff6a4480d42625e59bc4e8b5dc3723279fd24d83afe8aa20df217276261cd6"
[[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",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[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 = "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"
2022-08-17 21:42:29 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
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
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
[[package]]
name = "event-listener"
2022-08-10 22:45:13 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
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 = "fastrand"
2022-08-10 22:45:13 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "fd-lock"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517"
dependencies = [
"cfg-if",
"rustix",
"windows-sys",
]
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"
2022-07-18 23:14:46 +00:00
version = "0.4.2"
2022-03-05 14:45:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2022-03-05 14:45:40 +00:00
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "flume"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
dependencies = [
"futures-core",
"futures-sink",
"spinning_top",
]
[[package]]
name = "flume"
2022-08-10 22:45:13 +00:00
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
2022-07-18 23:14:46 +00:00
"spin 0.9.4",
]
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 = "foundationdb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69adb701525370e5f8958454b46e8459b276d81ce6391edbf84eae32eeddff75"
dependencies = [
"async-recursion",
"async-trait",
"foundationdb-gen",
"foundationdb-macros",
"foundationdb-sys",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"memchr",
"rand 0.8.5",
"static_assertions",
]
[[package]]
name = "foundationdb-gen"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134e1c986a2bb78904f426d4924a55e8c14162ba764e229501eb6f95c8c37489"
dependencies = [
"xml-rs",
]
[[package]]
name = "foundationdb-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2163c7326208be8edc605e10303ec6ae45cf106c12540754a9970bcce0f80cae"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "foundationdb-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eb26eee771096794dbee1a2a9defa455443a2c150a810386331aa0d6603d356"
dependencies = [
"bindgen 0.60.1",
]
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"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa"
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"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1"
2020-06-29 15:35:19 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-executor"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528"
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"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5"
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"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765"
2020-06-29 15:35:19 +00:00
[[package]]
name = "futures-task"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306"
[[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"
2022-08-17 21:42:29 +00:00
version = "0.3.23"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577"
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",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "generic-array"
2022-08-10 22:45:13 +00:00
version = "0.14.6"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
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-07 10:37:02 +00:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 10:37:02 +00:00
checksum = "f0943f2fcf1e21429a6d3a9842308ee363a6d9018fda475c47c564156d44eef3"
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",
"js-sys",
2021-03-29 15:43:37 +00:00
"libc",
2022-06-15 07:42:50 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2021-03-29 15:43:37 +00:00
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "ghash"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
dependencies = [
"opaque-debug",
"polyval",
]
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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "gloo-timers"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "grpcio"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cf790272c5fb75a2fd7f2e8282e910d0fe0ed1d954cb29b07b74228694302a"
dependencies = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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 0.57.0",
"boringssl-src",
"cc",
"cmake",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"walkdir",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "h2"
2022-08-17 21:42:29 +00:00
version = "0.3.14"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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"
2022-07-18 23:14:46 +00:00
version = "0.12.3"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
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",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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-08-10 22:45:13 +00:00
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
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",
2022-07-18 23:14:46 +00:00
"spin 0.9.4",
"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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "hkdf"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
dependencies = [
"digest 0.9.0",
"hmac 0.10.1",
]
[[package]]
name = "hmac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
[[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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"http",
"pin-project-lite",
2020-06-29 15:35:19 +00:00
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "http-client"
version = "6.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1947510dc91e2bf586ea5ffb412caad7673264e14bb39fb9078da114a94ce1a5"
dependencies = [
"async-std",
"async-trait",
"cfg-if",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
2022-07-17 16:17:02 +00:00
"http-types",
"isahc",
"js-sys",
2022-07-17 16:17:02 +00:00
"log",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-07-17 16:17:02 +00:00
]
[[package]]
name = "http-types"
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
dependencies = [
"anyhow",
"async-channel",
"async-std",
"base64",
"cookie",
"futures-lite",
"infer",
"pin-project-lite",
"rand 0.7.3",
"serde",
"serde_json",
"serde_qs",
"serde_urlencoded",
"url",
]
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 = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-06-29 15:35:19 +00:00
[[package]]
name = "hyper"
2022-07-18 23:14:46 +00:00
version = "0.14.20"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"hyper",
"native-tls",
"tokio",
2021-03-29 15:43:37 +00:00
"tokio-native-tls",
2020-06-29 15:35:19 +00:00
]
2022-08-10 22:45:13 +00:00
[[package]]
name = "iana-time-zone"
2022-08-23 22:52:43 +00:00
version = "0.1.46"
2022-08-10 22:45:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501"
2022-08-10 22:45:13 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
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-07-18 23:14:46 +00:00
version = "1.9.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "infer"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
[[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",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "io-lifetimes"
2022-08-17 21:42:29 +00:00
version = "0.7.3"
2022-08-06 10:34:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"
2022-08-06 10:34:43 +00:00
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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "isahc"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
dependencies = [
"bytes 0.5.6",
"crossbeam-utils",
"curl",
"curl-sys",
"flume 0.9.2",
"futures-lite",
"http",
"log",
"once_cell",
"slab",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
]
[[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-08-10 22:45:13 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
2020-06-29 15:35:19 +00:00
[[package]]
name = "js-sys"
2022-08-10 22:45:13 +00:00
version = "0.3.59"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
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-08-17 21:42:29 +00:00
version = "0.2.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
[[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"
2022-08-10 22:45:13 +00:00
version = "0.2.5"
2022-06-15 11:49:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"
2022-06-15 11:49:41 +00:00
2022-07-17 16:17:02 +00:00
[[package]]
name = "libnghttp2-sys"
version = "0.1.7+1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
dependencies = [
"cc",
"libc",
]
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
2022-08-06 10:34:43 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
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",
2022-07-17 16:17:02 +00:00
"value-bag",
]
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-07-18 23:14:46 +00:00
version = "0.8.4"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
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",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom 0.2.7",
]
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"
2022-08-06 10:34:43 +00:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
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",
]
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-08-17 21:42:29 +00:00
version = "1.13.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
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-07-18 23:14:46 +00:00
version = "0.10.41"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
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-07-18 23:14:46 +00:00
version = "111.22.0+1.1.1q"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
dependencies = [
"cc",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "openssl-sys"
2022-07-18 23:14:46 +00:00
version = "0.9.75"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
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-08-17 21:42:29 +00:00
version = "6.3.0"
2022-01-23 12:30:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
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-07-18 23:14:46 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core 0.6.3",
"subtle",
]
2022-05-05 11:40:05 +00:00
[[package]]
name = "paste"
2022-08-10 22:45:13 +00:00
version = "1.0.8"
2022-05-05 11:40:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
2022-05-05 11:40:05 +00:00
[[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-07-17 16:17:02 +00:00
"hmac 0.12.1",
2022-01-23 12:30:59 +00:00
"password-hash",
2022-07-17 16:17:02 +00:00
"sha2 0.10.2",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
2022-07-18 23:14:46 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
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 = [
2022-07-18 23:14:46 +00:00
"fixedbitset 0.4.2",
"indexmap",
]
[[package]]
name = "pin-project"
2022-08-17 21:42:29 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-08-17 21:42:29 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "polling"
2022-08-23 22:52:43 +00:00
version = "2.3.0"
2022-07-17 16:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"
2022-07-17 16:17:02 +00:00
dependencies = [
2022-08-23 22:52:43 +00:00
"autocfg",
2022-07-17 16:17:02 +00:00
"cfg-if",
"libc",
"log",
"wepoll-ffi",
"winapi",
]
[[package]]
name = "polyval"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
dependencies = [
"cpuid-bool",
"opaque-debug",
"universal-hash",
]
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "proc-macro-crate"
2022-08-10 22:45:13 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-08-10 22:45:13 +00:00
"once_cell",
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
2022-08-10 22:45:13 +00:00
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2022-03-05 14:45:40 +00:00
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2022-03-05 14:45:40 +00:00
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2022-03-05 14:45:40 +00:00
"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-08-10 22:45:13 +00:00
version = "1.0.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2020-06-29 15:35:19 +00:00
[[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-08-10 22:45:13 +00:00
version = "0.2.16"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2020-06-29 15:35:19 +00:00
2022-08-06 10:34:43 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom 0.2.7",
"redox_syscall",
"thiserror",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "regex"
2022-07-07 10:37:02 +00:00
version = "1.6.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 10:37:02 +00:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2020-06-29 15:35:19 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-07-07 10:37:02 +00:00
version = "0.6.27"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 10:37:02 +00:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2020-06-29 15:35:19 +00:00
[[package]]
name = "relative-path"
2022-07-18 23:14:46 +00:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42"
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",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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 = "rquickjs"
2022-08-23 22:52:43 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "fc022cc82b5de6f38b2f4ddb8ed9c49cdbd7ce112e650b181598e102157257de"
dependencies = [
"rquickjs-core",
"rquickjs-macro",
]
[[package]]
name = "rquickjs-core"
2022-08-23 22:52:43 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "74fa1ecc1c84b31da87e5b26ce2b5218d36ffeb5c322141c78b79fa86a6ee3b9"
dependencies = [
"async-task",
2022-08-10 22:45:13 +00:00
"flume 0.10.14",
"futures-lite",
"pin-project-lite",
"relative-path",
"rquickjs-sys",
]
[[package]]
name = "rquickjs-macro"
2022-08-23 22:52:43 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "a59ea6b93ccb811b02fefef0eec225d7fed0366b929ebf849afb22013c2953a0"
dependencies = [
"darling",
"fnv",
"ident_case",
"indexmap",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"rquickjs-core",
"syn",
]
[[package]]
name = "rquickjs-sys"
2022-08-23 22:52:43 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "24311952af42d8252e399cf48e7d470cb413b1a11a1a5b7fab648cd2edec76c5"
dependencies = [
"cc",
]
[[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 = [
2022-08-10 22:45:13 +00:00
"semver 1.0.13",
2022-06-15 11:49:41 +00:00
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "rustix"
2022-08-17 21:42:29 +00:00
version = "0.35.9"
2022-08-06 10:34:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 21:42:29 +00:00
checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada"
2022-08-06 10:34:43 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
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",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "rustyline"
version = "10.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e"
dependencies = [
"bitflags",
"cfg-if",
"clipboard-win",
"dirs-next",
"fd-lock",
"libc",
"log",
"memchr",
"nix",
"radix_trie",
"scopeguard",
"unicode-segmentation",
"unicode-width",
"utf8parse",
"winapi",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "ryu"
2022-08-10 22:45:13 +00:00
version = "1.0.11"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
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 = [
2022-07-17 16:17:02 +00:00
"cipher 0.4.3",
]
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-07-17 16:17:02 +00:00
"hmac 0.12.1",
"password-hash",
2022-01-23 12:30:59 +00:00
"pbkdf2",
"salsa20",
2022-07-17 16:17:02 +00:00
"sha2 0.10.2",
]
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"
2022-08-23 22:52:43 +00:00
version = "2.7.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
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"
2022-08-10 22:45:13 +00:00
version = "1.0.13"
2022-06-15 11:49:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2022-06-15 11:49:41 +00:00
[[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-08-23 22:52:43 +00:00
version = "1.0.144"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
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-08-23 22:52:43 +00:00
version = "1.0.144"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-08-23 22:52:43 +00:00
version = "1.0.85"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 22:52:43 +00:00
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
2020-06-29 15:35:19 +00:00
dependencies = [
"itoa",
2020-06-29 15:35:19 +00:00
"ryu",
"serde",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "serde_qs"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
2020-06-29 15:35:19 +00:00
[[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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[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 = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[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",
2022-08-10 22:45:13 +00:00
"time 0.3.13",
]
[[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-08-10 22:45:13 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "sluice"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
dependencies = [
"async-channel",
"futures-core",
"futures-io",
]
[[package]]
name = "smallvec"
2022-07-18 23:14:46 +00:00
version = "1.9.0"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
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"
2022-07-18 23:14:46 +00:00
version = "0.9.4"
2022-06-15 11:49:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-06-15 11:49:41 +00:00
dependencies = [
"lock_api",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "spinning_top"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
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
2022-07-17 16:17:02 +00:00
[[package]]
name = "standback"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-07-17 16:17:02 +00:00
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version 0.2.3",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "storekey"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c05ac79ed7dcd90b469801242eb9f348cd5749404a567bf36d2d6c3c5ff6698"
dependencies = [
"byteorder",
"serde",
"thiserror",
]
2022-08-06 10:34:43 +00:00
[[package]]
name = "str-buf"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
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"
2022-07-17 16:17:02 +00:00
[[package]]
name = "surf"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7"
dependencies = [
"async-std",
"async-trait",
"cfg-if",
"encoding_rs",
"futures-util",
"getrandom 0.2.7",
"http-client",
"http-types",
"log",
"mime_guess",
"once_cell",
"pin-project-lite",
"serde",
"serde_json",
"web-sys",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "surreal"
2022-08-13 00:43:24 +00:00
version = "1.0.0-beta.6"
dependencies = [
"argon2",
"base64",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
"chrono",
"clap",
"fern",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"http",
"hyper",
"jsonwebtoken",
"log",
"once_cell",
"rand 0.8.5",
"reqwest",
"rmp-serde",
2022-08-06 10:34:43 +00:00
"rustyline",
"serde",
"serde_cbor",
"serde_json",
"surrealdb",
"thiserror",
"tokio",
"warp",
]
[[package]]
name = "surrealdb"
2022-08-13 00:43:23 +00:00
version = "1.0.0-beta.6"
2020-06-29 15:35:19 +00:00
dependencies = [
"argon2",
"async-channel",
"async-executor",
"async-recursion",
"bigdecimal",
2020-06-29 15:35:19 +00:00
"chrono",
"deunicode",
"dmp",
"echodb",
"foundationdb",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"fuzzy-matcher",
"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",
"rquickjs",
"scrypt",
2020-06-29 15:35:19 +00:00
"serde",
2022-01-23 12:30:59 +00:00
"sha-1 0.10.0",
2022-07-17 16:17:02 +00:00
"sha2 0.10.2",
"storekey",
2022-07-17 16:17:02 +00:00
"surf",
"surrealdb-derive",
2021-03-29 15:43:37 +00:00
"thiserror",
"tikv-client",
2020-06-29 15:35:19 +00:00
"tokio",
"trice",
"url",
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-08-10 22:45:13 +00:00
version = "1.0.99"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
2020-06-29 15:35:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
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-08-10 22:45:13 +00:00
version = "1.0.32"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
2020-06-29 15:35:19 +00:00
dependencies = [
2021-03-29 15:43:37 +00:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-08-10 22:45:13 +00:00
version = "1.0.32"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
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",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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 = [
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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 = [
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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",
2022-08-17 21:42:29 +00:00
"futures 0.3.23",
"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
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "time"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros 0.1.1",
"version_check",
"winapi",
]
[[package]]
name = "time"
2022-08-10 22:45:13 +00:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
dependencies = [
"itoa",
"libc",
"num_threads",
2022-07-17 16:17:02 +00:00
"time-macros 0.2.4",
]
[[package]]
name = "time-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2022-07-17 16:17:02 +00:00
[[package]]
name = "time-macros-impl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
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-08-10 22:45:13 +00:00
version = "1.20.1"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
2020-06-29 15:35:19 +00:00
dependencies = [
2022-07-18 23:14:46 +00:00
"autocfg",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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 = [
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2022-04-01 21:04:11 +00:00
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
2020-06-29 15:35:19 +00:00
[[package]]
name = "tower-service"
2022-07-18 23:14:46 +00:00
version = "0.3.2"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-03-29 15:43:37 +00:00
[[package]]
name = "tracing"
2022-08-10 22:45:13 +00:00
version = "0.1.36"
2021-03-29 15:43:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
2021-03-29 15:43:37 +00:00
dependencies = [
"cfg-if",
2021-03-29 15:43:37 +00:00
"log",
"pin-project-lite",
2022-07-17 16:17:02 +00:00
"tracing-attributes",
2021-03-29 15:43:37 +00:00
"tracing-core",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "tracing-attributes"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:43:37 +00:00
[[package]]
name = "tracing-core"
2022-08-10 22:45:13 +00:00
version = "0.1.29"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
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
2022-07-17 16:17:02 +00:00
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[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",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
2020-06-29 15:35:19 +00:00
"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-ident"
2022-08-10 22:45:13 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2020-06-29 15:35:19 +00:00
[[package]]
name = "unicode-normalization"
2022-07-18 23:14:46 +00:00
version = "0.1.21"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 23:14:46 +00:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
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"
2022-08-06 10:34:43 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2022-07-17 16:17:02 +00:00
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"subtle",
]
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",
2022-07-17 16:17:02 +00:00
"serde",
2020-06-29 15:35:19 +00:00
]
[[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
2022-08-06 10:34:43 +00:00
[[package]]
name = "utf8parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
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-07-17 16:17:02 +00:00
[[package]]
name = "value-bag"
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
dependencies = [
"ctor",
"version_check",
]
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",
2022-08-10 22:45:13 +00:00
"bytes 1.2.1",
"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-08-10 22:45:13 +00:00
version = "0.2.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
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-08-10 22:45:13 +00:00
version = "0.2.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2020-06-29 15:35:19 +00:00
dependencies = [
"bumpalo",
2021-03-29 15:43:37 +00:00
"log",
2022-08-10 22:45:13 +00:00
"once_cell",
2020-06-29 15:35:19 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-08-10 22:45:13 +00:00
version = "0.4.32"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
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-08-10 22:45:13 +00:00
version = "0.2.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2020-06-29 15:35:19 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-08-10 22:45:13 +00:00
version = "0.2.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
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-08-10 22:45:13 +00:00
version = "0.2.82"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2020-06-29 15:35:19 +00:00
[[package]]
name = "web-sys"
2022-08-10 22:45:13 +00:00
version = "0.3.59"
2020-06-29 15:35:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 22:45:13 +00:00
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
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",
]
2022-07-17 16:17:02 +00:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
[[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
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"