2019-12-30 10:17:07 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-19 23:55:53 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.7.6"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2020-10-14 13:48:17 +00:00
|
|
|
dependencies = [
|
2021-05-22 00:27:15 +00:00
|
|
|
"getrandom",
|
2021-02-04 13:54:20 +00:00
|
|
|
"once_cell",
|
2020-12-19 08:25:57 +00:00
|
|
|
"version_check",
|
2020-10-14 13:48:17 +00:00
|
|
|
]
|
2020-05-26 08:56:03 +00:00
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.18"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-01-11 09:01:21 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"memchr",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.58"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
2022-08-02 21:38:12 +00:00
|
|
|
|
2020-12-19 08:08:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.7.2"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2020-01-15 09:17:33 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-attributes"
|
2021-02-04 13:54:20 +00:00
|
|
|
version = "1.1.2"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 13:54:20 +00:00
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-07-21 06:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.6.1"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-07-21 06:13:05 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"concurrent-queue 1.2.2",
|
2020-07-21 06:13:05 +00:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.4.1"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
2023-02-21 21:34:42 +00:00
|
|
|
"concurrent-queue 1.2.2",
|
2020-10-20 10:21:01 +00:00
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2023-02-21 21:34:42 +00:00
|
|
|
"once_cell",
|
2021-05-22 00:27:15 +00:00
|
|
|
"slab",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.2.0"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
2021-02-04 13:54:20 +00:00
|
|
|
"async-channel",
|
2020-10-20 10:21:01 +00:00
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
2022-06-16 22:53:09 +00:00
|
|
|
"async-lock",
|
2021-02-04 13:54:20 +00:00
|
|
|
"blocking",
|
2020-10-20 10:21:01 +00:00
|
|
|
"futures-lite",
|
2023-02-21 21:34:42 +00:00
|
|
|
"num_cpus",
|
2020-10-20 10:21:01 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.12.0"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"async-lock",
|
|
|
|
"autocfg",
|
2023-02-21 21:34:42 +00:00
|
|
|
"concurrent-queue 2.1.0",
|
2020-10-20 10:21:01 +00:00
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-05-22 00:27:15 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-10-20 10:21:01 +00:00
|
|
|
"waker-fn",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.6.0"
|
2020-12-19 08:08:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
|
2020-12-19 08:08:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-07-13 00:23:13 +00:00
|
|
|
version = "1.12.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 00:23:13 +00:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2020-03-11 08:49:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-attributes",
|
2020-12-19 08:08:39 +00:00
|
|
|
"async-channel",
|
2020-10-20 10:21:01 +00:00
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
2021-02-04 13:54:20 +00:00
|
|
|
"async-lock",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-26 08:56:03 +00:00
|
|
|
"futures-channel",
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-10-20 10:21:01 +00:00
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
2020-03-11 08:49:21 +00:00
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
2021-01-14 12:24:25 +00:00
|
|
|
"pin-project-lite",
|
2020-03-11 08:49:21 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-05-26 08:56:03 +00:00
|
|
|
"wasm-bindgen-futures",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-07-13 00:23:13 +00:00
|
|
|
version = "4.3.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 00:23:13 +00:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-03-31 21:35:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.56"
|
2020-03-31 21:35:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
|
2020-03-31 21:35:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "2.0.0"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-07-21 06:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.0"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
2020-07-21 06:13:05 +00:00
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-11 11:30:03 +00:00
|
|
|
version = "0.2.14"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-01-11 09:01:21 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"hermit-abi",
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 11:30:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "1.1.0"
|
2020-01-11 11:30:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-11 11:30:03 +00:00
|
|
|
|
2022-06-08 22:48:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"getrandom",
|
|
|
|
"instant",
|
|
|
|
"pin-project-lite",
|
2022-08-15 22:13:40 +00:00
|
|
|
"rand 0.8.5",
|
2022-06-08 22:48:04 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-09-30 18:34:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.13.0"
|
2020-09-30 18:34:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-09-30 18:34:03 +00:00
|
|
|
|
2023-02-18 10:05:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.5.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "3bdca834647821e0b13d9539a8634eb62d3501b6b6c2cec1722786ee6671b851"
|
2021-12-21 01:58:37 +00:00
|
|
|
|
2020-03-19 02:09:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2022-04-14 23:12:15 +00:00
|
|
|
version = "0.3.0"
|
2020-03-19 02:09:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 23:12:15 +00:00
|
|
|
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
|
2020-03-19 02:09:10 +00:00
|
|
|
dependencies = [
|
2021-12-21 01:58:37 +00:00
|
|
|
"num-bigint",
|
2020-03-19 02:09:10 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-07-06 17:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-12-19 08:08:39 +00:00
|
|
|
version = "0.6.3"
|
2020-07-06 17:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-19 08:08:39 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-07-06 17:39:33 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "1.3.2"
|
2020-12-19 08:08:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-12-19 08:08:39 +00:00
|
|
|
|
2020-06-27 12:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2020-06-27 12:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2020-06-27 12:56:30 +00:00
|
|
|
dependencies = [
|
2021-01-11 20:27:42 +00:00
|
|
|
"generic-array",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.2.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
2020-06-19 09:49:41 +00:00
|
|
|
dependencies = [
|
2020-07-21 06:13:05 +00:00
|
|
|
"async-channel",
|
2020-10-20 10:21:01 +00:00
|
|
|
"async-task",
|
2020-07-21 06:13:05 +00:00
|
|
|
"atomic-waker",
|
2020-10-20 10:21:01 +00:00
|
|
|
"fastrand",
|
2020-07-21 06:13:05 +00:00
|
|
|
"futures-lite",
|
2023-02-21 21:34:42 +00:00
|
|
|
"once_cell",
|
2023-02-02 00:47:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "40f9ca3698b2e4cb7c15571db0abc5551dca417a21ae8140460b50309bb2cc62"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
2023-02-21 21:34:42 +00:00
|
|
|
"hashbrown",
|
2023-02-02 00:47:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "598b3eacc6db9c3ee57b22707ad8f6a8d2f6d442bfe24ffeb8cbb70ca59e6a35"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "186b734fa1c9f6743e90c95d7233c9faab6360d1a96d4ffa19d9cfd1e9350f8a"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "99b7ff1008316626f485991b960ade129253d4034014616b94f309a15366cc49"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-19 09:49:41 +00:00
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "1.3.0"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-02-18 10:05:27 +00:00
|
|
|
"serde",
|
2020-07-01 09:38:33 +00:00
|
|
|
]
|
|
|
|
|
2020-03-21 09:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "3.10.0"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2023-02-02 00:47:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
|
|
|
version = "0.6.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
|
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
|
|
|
version = "0.6.9"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-03-21 09:34:21 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "1.4.3"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-01-15 09:17:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.2.0"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2020-01-15 09:17:33 +00:00
|
|
|
|
2022-07-12 21:29:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.9"
|
2022-07-12 21:29:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
|
2022-07-12 21:29:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.73"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-10-20 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.23"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-03-11 08:49:21 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.1.44",
|
2023-02-02 00:47:29 +00:00
|
|
|
"wasm-bindgen",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "3.2.10"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa"
|
2020-07-12 10:43:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-06-16 22:53:09 +00:00
|
|
|
"clap_lex",
|
2020-07-12 10:43:49 +00:00
|
|
|
"indexmap",
|
2022-06-16 22:53:09 +00:00
|
|
|
"once_cell",
|
2023-02-21 21:34:42 +00:00
|
|
|
"strsim",
|
2020-07-12 10:43:49 +00:00
|
|
|
"termcolor",
|
2023-02-21 21:34:42 +00:00
|
|
|
"textwrap",
|
2020-07-12 10:43:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "3.2.7"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
|
2020-07-12 10:43:49 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"heck",
|
2020-09-30 17:04:14 +00:00
|
|
|
"proc-macro-error",
|
2020-07-12 10:43:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-13 00:23:13 +00:00
|
|
|
version = "0.2.4"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 00:23:13 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "4.4.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.1.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2020-06-19 09:49:41 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"crossbeam-utils",
|
2020-06-19 09:49:41 +00:00
|
|
|
]
|
|
|
|
|
2020-07-12 10:43:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.15.0"
|
2020-10-21 23:39:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
2020-10-21 23:39:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
2023-02-21 21:34:42 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
2020-10-21 23:39:05 +00:00
|
|
|
"unicode-width",
|
2023-02-21 21:34:42 +00:00
|
|
|
"winapi",
|
2020-10-21 23:39:05 +00:00
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.9.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
|
2021-12-21 01:58:37 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.9.3"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.8.3"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-01-11 03:39:29 +00:00
|
|
|
|
2020-06-27 12:56:30 +00:00
|
|
|
[[package]]
|
2021-05-22 00:27:15 +00:00
|
|
|
name = "cpufeatures"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.2"
|
2020-06-27 12:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-05-22 00:27:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-06-27 12:56:30 +00:00
|
|
|
|
2020-07-12 10:43:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2022-05-02 19:44:16 +00:00
|
|
|
version = "3.0.0"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 19:44:16 +00:00
|
|
|
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
|
2020-07-12 10:43:49 +00:00
|
|
|
dependencies = [
|
2021-07-16 22:25:32 +00:00
|
|
|
"crc-catalog",
|
2020-07-12 10:43:49 +00:00
|
|
|
]
|
|
|
|
|
2021-07-16 22:25:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.1.0"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2020-10-20 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.5.5"
|
2020-10-20 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
|
2020-10-20 17:55:39 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.8.1"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-03-11 08:49:21 +00:00
|
|
|
"crossbeam-epoch",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.9.9"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2023-02-21 21:34:42 +00:00
|
|
|
"memoffset",
|
|
|
|
"once_cell",
|
2020-03-11 08:49:21 +00:00
|
|
|
"scopeguard",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 11:26:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.5"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-20 17:55:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.8.14"
|
2020-10-20 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2020-10-20 17:55:39 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-01-03 11:17:06 +00:00
|
|
|
[[package]]
|
2022-04-11 18:24:09 +00:00
|
|
|
name = "crypto-common"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.5"
|
2020-01-03 11:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2ccfd8c0ee4cce11e45b3fd6f9d5e69e0cc62912aa6a0cb1bf4617b0eba5a12f"
|
2020-01-03 11:17:06 +00:00
|
|
|
dependencies = [
|
2021-01-11 20:27:42 +00:00
|
|
|
"generic-array",
|
2022-04-11 18:24:09 +00:00
|
|
|
"typenum",
|
2020-01-03 11:17:06 +00:00
|
|
|
]
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.22"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.91"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.91"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.91"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
|
2023-02-02 00:47:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.91"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.6.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2022-04-11 18:24:09 +00:00
|
|
|
"pem-rfc7468",
|
2023-02-18 10:05:27 +00:00
|
|
|
"zeroize",
|
2021-12-21 01:58:37 +00:00
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.10.6"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"block-buffer",
|
2023-02-18 10:05:27 +00:00
|
|
|
"const-oid",
|
2022-04-11 18:24:09 +00:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 07:24:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2021-12-29 19:56:58 +00:00
|
|
|
version = "4.0.0"
|
2021-04-09 07:24:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 19:56:58 +00:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2021-04-09 07:24:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "2.0.0"
|
2021-08-30 21:10:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2021-08-30 21:10:53 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2021-08-30 21:10:53 +00:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2021-04-09 07:24:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.3.7"
|
2021-04-09 07:24:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-04-09 07:24:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
2022-07-28 21:33:44 +00:00
|
|
|
name = "dotenvy"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.15.6"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.7.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
2020-07-05 10:48:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-04-21 07:54:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-06-06 20:28:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.8.31"
|
2020-06-06 20:28:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2020-06-06 20:28:49 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-06-06 20:28:49 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.9.0"
|
2021-04-09 07:31:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2021-04-09 07:31:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2022-04-15 21:34:48 +00:00
|
|
|
"humantime",
|
2020-03-11 08:49:21 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +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",
|
|
|
|
]
|
|
|
|
|
2020-07-21 06:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.5.2"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
2020-07-21 06:13:05 +00:00
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.7.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
2020-06-19 09:49:41 +00:00
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "3.0.6"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.36.1",
|
2022-07-13 21:45:34 +00:00
|
|
|
]
|
|
|
|
|
2022-07-12 21:29:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.17"
|
2022-07-12 21:29:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
|
2022-07-12 21:29:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.36.1",
|
2020-11-18 17:33:06 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.13"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2023-02-21 21:34:42 +00:00
|
|
|
"spin 0.9.3",
|
2021-12-29 23:23:02 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"foreign-types-shared",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2020-01-11 03:39:29 +00:00
|
|
|
|
2020-11-12 15:46:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.1"
|
2020-11-12 15:46:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-12 15:46:22 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"matches",
|
2020-11-12 15:46:22 +00:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-08-15 22:13:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-07-21 23:28:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.5.0"
|
2021-07-21 23:28:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2021-07-21 23:28:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2023-02-18 10:05:27 +00:00
|
|
|
"parking_lot",
|
2021-07-21 23:28:44 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.26"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-07-21 06:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "1.12.0"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-07-21 06:13:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
2020-07-27 05:31:28 +00:00
|
|
|
"parking",
|
2021-01-14 12:24:25 +00:00
|
|
|
"pin-project-lite",
|
2020-07-27 05:31:28 +00:00
|
|
|
"waker-fn",
|
2020-07-21 06:13:05 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-04 13:54:20 +00:00
|
|
|
"pin-project-lite",
|
2020-03-11 08:49:21 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.14.5"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.7"
|
2020-10-14 13:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2020-10-14 13:48:17 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-10-14 13:48:17 +00:00
|
|
|
"libc",
|
2022-06-16 22:53:09 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2020-10-14 13:48:17 +00:00
|
|
|
]
|
|
|
|
|
2020-01-17 03:26:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.0"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-01-17 03:26:02 +00:00
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.4"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.12.2"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
|
2020-07-07 14:49:56 +00:00
|
|
|
dependencies = [
|
2021-05-22 00:27:15 +00:00
|
|
|
"ahash",
|
2020-07-07 14:49:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.8.0"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"hashbrown",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-16 04:13:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2022-02-28 23:51:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-02-16 04:13:42 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.1.19"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-03-01 10:01:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "0.4.3"
|
2020-03-01 10:01:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-03-01 10:01:00 +00:00
|
|
|
|
2022-03-25 00:38:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.12.3"
|
2022-03-25 00:38:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
2022-03-25 00:38:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2020-01-03 11:17:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.12.1"
|
2020-01-03 11:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2020-01-03 11:17:06 +00:00
|
|
|
dependencies = [
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2020-01-03 11:17:06 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 07:31:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-22 00:27:15 +00:00
|
|
|
version = "0.2.3"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-22 00:27:15 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.9.1"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2023-02-21 21:34:42 +00:00
|
|
|
"hashbrown",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-06-27 12:57:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.1.12"
|
2020-06-27 12:57:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-20 17:55:39 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-10-20 17:55:39 +00:00
|
|
|
]
|
2020-06-27 12:57:21 +00:00
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.2"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2020-03-19 10:21:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnetwork"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.20.0"
|
2020-03-19 10:21:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-03-19 10:21:09 +00:00
|
|
|
|
2020-04-15 17:44:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.3"
|
2020-04-15 17:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.2"
|
2021-12-29 19:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2020-11-21 22:15:27 +00:00
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.58"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2020-08-24 19:44:55 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
2020-07-17 12:36:56 +00:00
|
|
|
version = "1.0.7"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-17 12:36:56 +00:00
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"log",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2021-12-29 23:23:02 +00:00
|
|
|
"spin 0.5.2",
|
2020-06-13 15:54:38 +00:00
|
|
|
]
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.126"
|
2020-11-21 22:15:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2020-11-21 22:15:27 +00:00
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.2"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
|
2020-06-13 15:54:38 +00:00
|
|
|
|
2020-03-11 18:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.25.2"
|
2020-03-11 18:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
|
2020-03-11 18:01:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-12-19 05:58:12 +00:00
|
|
|
[[package]]
|
2023-02-02 00:47:29 +00:00
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
2020-12-19 05:58:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2020-12-19 05:58:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.0.46"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2020-06-27 12:57:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.4.7"
|
2020-06-27 12:57:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-06-27 12:57:21 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"autocfg",
|
2020-06-27 12:57:21 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.4.17"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2021-02-04 13:54:20 +00:00
|
|
|
"value-bag",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-07-19 23:55:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac_address"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.1.3"
|
2021-07-19 23:55:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a"
|
2021-07-19 23:55:53 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"nix",
|
2021-07-19 23:55:53 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.9"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2022-08-02 21:38:12 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.1"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "2.5.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.6.5"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-12-30 01:25:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.8.4"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-16 22:53:09 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.36.1",
|
2020-11-18 17:33:06 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.10"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[package]]
|
2022-06-16 22:53:09 +00:00
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
2021-08-30 21:10:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
2021-08-30 21:10:53 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"smallvec",
|
2021-08-30 21:10:53 +00:00
|
|
|
]
|
|
|
|
|
2021-07-19 23:55:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.23.1"
|
2021-07-19 23:55:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-07-19 23:55:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2021-07-19 23:55:53 +00:00
|
|
|
"libc",
|
2023-02-21 21:34:42 +00:00
|
|
|
"memoffset",
|
2021-07-19 23:55:53 +00:00
|
|
|
]
|
|
|
|
|
2020-12-19 08:08:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "7.1.1"
|
2020-12-19 08:08:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-12-19 08:08:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-12-30 01:25:49 +00:00
|
|
|
"minimal-lexical",
|
2020-12-19 08:08:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-31 22:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-04-14 23:12:15 +00:00
|
|
|
version = "0.4.3"
|
2020-10-30 10:27:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 23:12:15 +00:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2020-10-30 10:27:19 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2020-10-30 10:27:19 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.8.2"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
2020-03-11 08:49:21 +00:00
|
|
|
"num-integer",
|
2020-06-13 15:54:38 +00:00
|
|
|
"num-iter",
|
2020-03-11 08:49:21 +00:00
|
|
|
"num-traits",
|
2022-08-15 22:13:40 +00:00
|
|
|
"rand 0.8.5",
|
2020-07-27 09:23:34 +00:00
|
|
|
"smallvec",
|
2021-04-09 07:31:07 +00:00
|
|
|
"zeroize",
|
2019-12-31 22:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.1.45"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2020-06-13 15:54:38 +00:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.1.43"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2020-06-13 15:54:38 +00:00
|
|
|
"num-integer",
|
2020-03-11 08:49:21 +00:00
|
|
|
"num-traits",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.2.15"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2021-04-09 07:31:07 +00:00
|
|
|
"libm",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.13.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"hermit-abi",
|
2022-06-16 22:53:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.13.0"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.41"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"bitflags",
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-03-11 08:49:21 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-04-09 07:31:07 +00:00
|
|
|
"once_cell",
|
2022-06-16 22:53:09 +00:00
|
|
|
"openssl-macros",
|
2020-03-11 08:49:21 +00:00
|
|
|
"openssl-sys",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +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-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.1.5"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-01-11 03:39:29 +00:00
|
|
|
|
2020-07-21 14:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "111.22.0+1.1.1q"
|
2020-07-21 14:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
2020-07-21 14:11:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.9.75"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2020-03-11 08:49:21 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-07-21 14:11:47 +00:00
|
|
|
"openssl-src",
|
2020-03-11 08:49:21 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-07-12 10:43:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "6.1.0"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
|
2020-07-12 10:43:49 +00:00
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2020-10-20 10:21:01 +00:00
|
|
|
version = "2.0.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-20 10:21:01 +00:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-06-19 09:49:41 +00:00
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-02-18 10:05:27 +00:00
|
|
|
"parking_lot_core",
|
2020-03-02 08:29:52 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.9.3"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.36.1",
|
2022-08-02 21:38:12 +00:00
|
|
|
]
|
|
|
|
|
2020-03-02 04:07:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.7"
|
2020-03-02 04:07:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2020-03-02 04:07:59 +00:00
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
2021-12-21 01:58:37 +00:00
|
|
|
name = "pem-rfc7468"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.6.0"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2021-12-21 01:58:37 +00:00
|
|
|
"base64ct",
|
2020-06-13 15:54:38 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.1.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.11"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.11"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-19 08:08:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.2.9"
|
2020-12-19 08:08:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-12-19 08:08:39 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-26 08:56:03 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.4.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
2022-04-11 18:24:09 +00:00
|
|
|
"pkcs8",
|
2023-02-18 10:05:27 +00:00
|
|
|
"spki",
|
2021-12-21 01:58:37 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.9.0"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.25"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-02-04 13:54:20 +00:00
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.2.0"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-10-20 10:21:01 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-12-30 01:25:49 +00:00
|
|
|
"wepoll-ffi",
|
2023-02-21 21:34:42 +00:00
|
|
|
"winapi",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.16"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-11-18 17:33:06 +00:00
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-10-20 17:55:39 +00:00
|
|
|
version = "1.0.4"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-20 17:55:39 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 17:04:14 +00:00
|
|
|
"proc-macro-error-attr",
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-10-20 17:55:39 +00:00
|
|
|
version = "1.0.4"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-20 17:55:39 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.51"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"unicode-ident",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "promptly"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.3.1"
|
2021-08-30 21:10:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "9acbc6c5a5b029fe58342f58445acb00ccfe24624e538894bc2f04ce112980ba"
|
2021-08-30 21:10:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustyline",
|
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.20"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +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",
|
|
|
|
]
|
|
|
|
|
2022-08-15 22:13:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.8.5"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2021-04-09 07:31:07 +00:00
|
|
|
"rand_chacha",
|
2023-02-18 10:05:27 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-02-04 13:54:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.3.1"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-02-18 10:05:27 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-08-15 22:13:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.2",
|
2021-02-04 13:54:20 +00:00
|
|
|
]
|
|
|
|
|
2022-08-15 22:13:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.6.4"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
2021-05-22 00:27:15 +00:00
|
|
|
"getrandom",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
dependencies = [
|
2023-02-18 10:05:27 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-12-29 23:23:02 +00:00
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.5.3"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
2020-07-01 09:38:33 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.9.3"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-channel",
|
2020-07-01 09:38:33 +00:00
|
|
|
"crossbeam-deque",
|
2020-12-19 08:25:57 +00:00
|
|
|
"crossbeam-utils",
|
2020-07-01 09:38:33 +00:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2022-08-15 22:13:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.13"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-04-09 07:24:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.4.3"
|
2021-04-09 07:24:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-04-09 07:24:14 +00:00
|
|
|
dependencies = [
|
2021-05-22 00:27:15 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2022-06-16 22:53:09 +00:00
|
|
|
"thiserror",
|
2021-04-09 07:24:14 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.6.0"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2020-01-11 09:01:21 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.6.27"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2020-01-11 09:01:21 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-13 15:54:38 +00:00
|
|
|
version = "0.5.3"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-13 15:54:38 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-10-06 13:24:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "0.7.0"
|
2020-10-06 13:24:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
|
2020-10-06 13:24:43 +00:00
|
|
|
dependencies = [
|
2021-04-09 07:31:07 +00:00
|
|
|
"libc",
|
2020-10-06 13:24:43 +00:00
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"rayon",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-10-06 13:24:43 +00:00
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.4.0"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-04 13:54:20 +00:00
|
|
|
version = "0.16.20"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 13:54:20 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2021-12-29 23:23:02 +00:00
|
|
|
"spin 0.5.2",
|
2020-10-20 10:21:01 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.40"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c30f1d45d9aa61cbc8cd1eb87705470892289bb2d01943e7803b873a57404dc3"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
2023-02-21 21:34:42 +00:00
|
|
|
"hashbrown",
|
2023-02-02 00:47:29 +00:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.40"
|
2023-02-02 00:47:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "ff26ed6c7c4dfc2aa9480b86a60e3c7233543a270a680e10758a507c5a4ce476"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.8.1"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "89b3896c9b7790b70a9aa314a30e4ae114200992a19c96cbe0ca6070edd32ab8"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2020-06-13 15:54:38 +00:00
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2021-12-21 01:58:37 +00:00
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
2023-02-18 10:05:27 +00:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
"signature",
|
2020-06-13 15:54:38 +00:00
|
|
|
"subtle",
|
2021-04-09 07:31:07 +00:00
|
|
|
"zeroize",
|
2020-06-13 15:54:38 +00:00
|
|
|
]
|
|
|
|
|
2020-06-26 16:01:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.28.1"
|
2020-06-26 16:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "e13cf35f7140155d02ba4ec3294373d513a3c7baa8364c162b030e33c61520a8"
|
2020-06-26 16:01:07 +00:00
|
|
|
dependencies = [
|
2021-02-04 13:54:20 +00:00
|
|
|
"arrayvec",
|
2023-02-02 00:47:29 +00:00
|
|
|
"borsh",
|
|
|
|
"bytecheck",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2020-06-26 16:01:07 +00:00
|
|
|
"num-traits",
|
2023-02-02 00:47:29 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rkyv",
|
2020-06-26 16:01:07 +00:00
|
|
|
"serde",
|
2023-02-02 00:47:29 +00:00
|
|
|
"serde_json",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.35.7"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows-sys 0.36.1",
|
2022-06-16 22:53:09 +00:00
|
|
|
]
|
|
|
|
|
2020-12-19 08:34:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.20.6"
|
2020-12-19 08:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
2020-12-19 08:34:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
2021-05-22 17:26:56 +00:00
|
|
|
"webpki",
|
2020-12-19 08:34:10 +00:00
|
|
|
]
|
|
|
|
|
2022-04-14 22:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.0"
|
2022-04-14 22:11:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
2022-04-14 22:11:17 +00:00
|
|
|
dependencies = [
|
2023-02-18 10:05:27 +00:00
|
|
|
"base64 0.13.0",
|
2022-04-14 22:11:17 +00:00
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "9.1.2"
|
2021-08-30 21:10:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
|
2021-08-30 21:10:53 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"clipboard-win",
|
2021-08-30 21:10:53 +00:00
|
|
|
"dirs-next",
|
2022-06-16 22:53:09 +00:00
|
|
|
"fd-lock",
|
2021-08-30 21:10:53 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2022-06-16 22:53:09 +00:00
|
|
|
"nix",
|
|
|
|
"radix_trie",
|
2021-08-30 21:10:53 +00:00
|
|
|
"scopeguard",
|
2022-06-16 22:53:09 +00:00
|
|
|
"smallvec",
|
2021-08-30 21:10:53 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.10"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.20"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"lazy_static",
|
|
|
|
"windows-sys 0.36.1",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-03-02 08:29:52 +00:00
|
|
|
version = "1.1.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-04-14 22:11:17 +00:00
|
|
|
version = "0.7.0"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 22:11:17 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.6.1"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 20:24:05 +00:00
|
|
|
"bitflags",
|
2020-03-11 08:49:21 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-03-31 01:46:31 +00:00
|
|
|
"libc",
|
2020-03-11 08:49:21 +00:00
|
|
|
"security-framework-sys",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.6.1"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"core-foundation-sys",
|
2020-03-11 20:24:05 +00:00
|
|
|
"libc",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-05-22 00:27:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.12"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
|
2022-07-12 21:29:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.152"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"serde_derive",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.152"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.93"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"itoa",
|
2022-08-02 21:38:12 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-12-31 22:16:48 +00:00
|
|
|
[[package]]
|
2022-08-17 00:51:29 +00:00
|
|
|
name = "sha1"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.1"
|
2019-12-31 22:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
|
2019-12-31 22:16:48 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2021-05-22 00:27:15 +00:00
|
|
|
"cpufeatures",
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2019-12-31 22:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.10.2"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2021-05-22 00:27:15 +00:00
|
|
|
"cpufeatures",
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2019-12-31 22:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-01-15 09:17:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "1.4.0"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-01-15 09:17:33 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
2023-02-18 10:05:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.4.6"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "1.10.0"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-05-26 08:56:03 +00:00
|
|
|
|
2020-01-15 09:17:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.4.4"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2020-01-15 09:17:33 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.9.3"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2023-02-18 10:05:27 +00:00
|
|
|
version = "0.6.0"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 10:05:27 +00:00
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"base64ct",
|
2021-12-21 01:58:37 +00:00
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
Format SQL queries when printing them to the logs
Before, the query would be formatted equivalent to the input string:
```
[2020-04-18T23:47:32Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.320µs
SELECT id, queue, payload, status, priority, created_at, updated_at
FROM jobs
WHERE status = $1
ORDER BY priority ASC, created_at ASC
```
After, the query is formatted cleanly and consistently:
```
[2020-04-19T00:30:18Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.280µs
SELECT
id,
queue,
payload,
status,
priority,
created_at,
updated_at
FROM
jobs
WHERE
status = $1
ORDER BY
priority ASC,
created_at ASC
```
This uses the `sqlformat` crate, which was ported from the
Javascript `sql-formatter-plus` library specifically for this purpose.
2020-04-18 23:50:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.0"
|
Format SQL queries when printing them to the logs
Before, the query would be formatted equivalent to the input string:
```
[2020-04-18T23:47:32Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.320µs
SELECT id, queue, payload, status, priority, created_at, updated_at
FROM jobs
WHERE status = $1
ORDER BY priority ASC, created_at ASC
```
After, the query is formatted cleanly and consistently:
```
[2020-04-19T00:30:18Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.280µs
SELECT
id,
queue,
payload,
status,
priority,
created_at,
updated_at
FROM
jobs
WHERE
status = $1
ORDER BY
priority ASC,
created_at ASC
```
This uses the `sqlformat` crate, which was ported from the
Javascript `sql-formatter-plus` library specifically for this purpose.
2020-04-18 23:50:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "f87e292b4291f154971a43c3774364e2cbcaec599d3f5bf6fa9d122885dbc38a"
|
Format SQL queries when printing them to the logs
Before, the query would be formatted equivalent to the input string:
```
[2020-04-18T23:47:32Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.320µs
SELECT id, queue, payload, status, priority, created_at, updated_at
FROM jobs
WHERE status = $1
ORDER BY priority ASC, created_at ASC
```
After, the query is formatted cleanly and consistently:
```
[2020-04-19T00:30:18Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.280µs
SELECT
id,
queue,
payload,
status,
priority,
created_at,
updated_at
FROM
jobs
WHERE
status = $1
ORDER BY
priority ASC,
created_at ASC
```
This uses the `sqlformat` crate, which was ported from the
Javascript `sql-formatter-plus` library specifically for this purpose.
2020-04-18 23:50:40 +00:00
|
|
|
dependencies = [
|
2021-12-30 01:25:49 +00:00
|
|
|
"itertools",
|
2020-12-19 08:08:39 +00:00
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
Format SQL queries when printing them to the logs
Before, the query would be formatted equivalent to the input string:
```
[2020-04-18T23:47:32Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.320µs
SELECT id, queue, payload, status, priority, created_at, updated_at
FROM jobs
WHERE status = $1
ORDER BY priority ASC, created_at ASC
```
After, the query is formatted cleanly and consistently:
```
[2020-04-19T00:30:18Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.280µs
SELECT
id,
queue,
payload,
status,
priority,
created_at,
updated_at
FROM
jobs
WHERE
status = $1
ORDER BY
priority ASC,
created_at ASC
```
This uses the `sqlformat` crate, which was ported from the
Javascript `sql-formatter-plus` library specifically for this purpose.
2020-04-18 23:50:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-18 23:58:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2020-03-02 08:29:52 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-std",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2022-04-15 21:34:48 +00:00
|
|
|
"env_logger",
|
2020-07-27 09:23:34 +00:00
|
|
|
"futures",
|
2021-12-29 23:23:02 +00:00
|
|
|
"hex",
|
2022-08-15 22:13:40 +00:00
|
|
|
"libsqlite3-sys",
|
2020-03-11 08:49:21 +00:00
|
|
|
"paste",
|
2022-08-15 22:13:40 +00:00
|
|
|
"rand 0.8.5",
|
2021-12-29 23:23:02 +00:00
|
|
|
"rand_xoshiro",
|
2020-02-22 11:17:47 +00:00
|
|
|
"serde",
|
2020-03-21 08:16:34 +00:00
|
|
|
"serde_json",
|
2020-03-30 23:35:07 +00:00
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
2023-02-02 00:47:29 +00:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2020-03-11 08:49:21 +00:00
|
|
|
"sqlx-test",
|
2022-08-15 22:13:40 +00:00
|
|
|
"tempdir",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.3.19",
|
2020-12-19 08:34:10 +00:00
|
|
|
"tokio",
|
2020-03-11 08:49:21 +00:00
|
|
|
"trybuild",
|
2020-07-27 09:23:34 +00:00
|
|
|
"url",
|
2020-03-02 08:29:52 +00:00
|
|
|
]
|
|
|
|
|
2020-05-16 03:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-cli"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2020-05-16 03:07:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2022-06-08 22:48:04 +00:00
|
|
|
"backoff",
|
2022-07-12 21:29:41 +00:00
|
|
|
"cargo_metadata",
|
2020-05-16 03:07:57 +00:00
|
|
|
"chrono",
|
2023-02-21 21:34:42 +00:00
|
|
|
"clap",
|
2021-04-09 07:31:07 +00:00
|
|
|
"console",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2022-07-12 21:29:41 +00:00
|
|
|
"filetime",
|
2020-07-27 09:23:34 +00:00
|
|
|
"futures",
|
2020-05-16 03:07:57 +00:00
|
|
|
"glob",
|
2020-07-21 14:11:47 +00:00
|
|
|
"openssl",
|
2021-08-30 21:10:53 +00:00
|
|
|
"promptly",
|
2021-04-09 07:31:07 +00:00
|
|
|
"remove_dir_all 0.7.0",
|
2020-05-16 03:07:57 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
2020-12-19 08:34:10 +00:00
|
|
|
"tokio",
|
2020-07-27 09:23:34 +00:00
|
|
|
"url",
|
2020-05-16 03:07:57 +00:00
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2020-03-11 08:49:21 +00:00
|
|
|
dependencies = [
|
2021-05-22 00:27:15 +00:00
|
|
|
"ahash",
|
2023-02-02 00:47:29 +00:00
|
|
|
"async-io",
|
|
|
|
"async-std",
|
2020-05-26 08:56:03 +00:00
|
|
|
"atoi",
|
2020-03-19 02:09:10 +00:00
|
|
|
"bigdecimal",
|
2020-07-06 17:39:33 +00:00
|
|
|
"bit-vec",
|
2020-03-11 08:49:21 +00:00
|
|
|
"bitflags",
|
2020-11-21 21:58:48 +00:00
|
|
|
"bstr",
|
2020-03-11 08:49:21 +00:00
|
|
|
"byteorder",
|
2020-12-19 08:34:10 +00:00
|
|
|
"bytes",
|
2020-03-18 23:58:42 +00:00
|
|
|
"chrono",
|
2020-07-12 10:43:49 +00:00
|
|
|
"crc",
|
2020-03-11 08:49:21 +00:00
|
|
|
"crossbeam-queue",
|
2021-01-11 20:27:42 +00:00
|
|
|
"digest",
|
2022-08-02 21:38:12 +00:00
|
|
|
"dotenvy",
|
2020-05-26 08:56:03 +00:00
|
|
|
"either",
|
2020-06-06 20:28:49 +00:00
|
|
|
"encoding_rs",
|
2022-04-05 23:17:35 +00:00
|
|
|
"event-listener",
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2021-07-21 23:28:44 +00:00
|
|
|
"futures-intrusive",
|
2023-02-02 00:47:29 +00:00
|
|
|
"futures-io",
|
2020-03-11 08:49:21 +00:00
|
|
|
"futures-util",
|
2021-01-11 20:27:42 +00:00
|
|
|
"generic-array",
|
2020-07-07 14:49:56 +00:00
|
|
|
"hashlink",
|
2020-03-18 23:58:42 +00:00
|
|
|
"hex",
|
2021-09-22 23:55:22 +00:00
|
|
|
"indexmap",
|
2020-03-19 10:21:09 +00:00
|
|
|
"ipnetwork",
|
2020-03-11 08:49:21 +00:00
|
|
|
"log",
|
2021-07-19 23:55:53 +00:00
|
|
|
"mac_address",
|
2020-03-11 08:49:21 +00:00
|
|
|
"memchr",
|
2023-02-02 00:47:29 +00:00
|
|
|
"native-tls",
|
2021-12-21 01:58:37 +00:00
|
|
|
"num-bigint",
|
2020-06-07 08:59:59 +00:00
|
|
|
"once_cell",
|
2022-02-17 22:57:48 +00:00
|
|
|
"paste",
|
2020-07-27 09:23:34 +00:00
|
|
|
"percent-encoding",
|
2020-06-07 08:59:59 +00:00
|
|
|
"regex",
|
2020-06-13 15:54:38 +00:00
|
|
|
"rsa",
|
2020-06-26 16:01:07 +00:00
|
|
|
"rust_decimal",
|
2020-12-19 08:41:43 +00:00
|
|
|
"rustls",
|
2022-04-14 22:11:17 +00:00
|
|
|
"rustls-pemfile",
|
2020-02-22 11:17:47 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-08-17 00:51:29 +00:00
|
|
|
"sha1",
|
2020-07-05 10:48:36 +00:00
|
|
|
"sha2",
|
2020-07-27 09:23:34 +00:00
|
|
|
"smallvec",
|
Format SQL queries when printing them to the logs
Before, the query would be formatted equivalent to the input string:
```
[2020-04-18T23:47:32Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.320µs
SELECT id, queue, payload, status, priority, created_at, updated_at
FROM jobs
WHERE status = $1
ORDER BY priority ASC, created_at ASC
```
After, the query is formatted cleanly and consistently:
```
[2020-04-19T00:30:18Z DEBUG sqlx_core::postgres::executor] SELECT id, queue, ..., elapsed: 2.280µs
SELECT
id,
queue,
payload,
status,
priority,
created_at,
updated_at
FROM
jobs
WHERE
status = $1
ORDER BY
priority ASC,
created_at ASC
```
This uses the `sqlformat` crate, which was ported from the
Javascript `sql-formatter-plus` library specifically for this purpose.
2020-04-18 23:50:40 +00:00
|
|
|
"sqlformat",
|
2022-02-17 22:55:38 +00:00
|
|
|
"sqlx",
|
2020-05-26 08:56:03 +00:00
|
|
|
"thiserror",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.3.19",
|
2022-04-05 23:17:35 +00:00
|
|
|
"tokio",
|
2021-01-14 12:24:25 +00:00
|
|
|
"tokio-stream",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2020-07-27 09:23:34 +00:00
|
|
|
"url",
|
2020-03-18 23:58:42 +00:00
|
|
|
"uuid",
|
2020-10-22 17:06:46 +00:00
|
|
|
"webpki-roots",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-07-05 10:48:36 +00:00
|
|
|
"either",
|
2023-02-21 21:34:42 +00:00
|
|
|
"heck",
|
2020-04-14 06:00:19 +00:00
|
|
|
"hex",
|
2021-01-11 20:08:40 +00:00
|
|
|
"once_cell",
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-14 06:00:19 +00:00
|
|
|
"serde",
|
2020-03-29 00:28:47 +00:00
|
|
|
"serde_json",
|
2020-07-05 10:48:36 +00:00
|
|
|
"sha2",
|
2020-03-30 23:35:07 +00:00
|
|
|
"sqlx-core",
|
2023-02-02 00:47:29 +00:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2020-03-11 08:49:21 +00:00
|
|
|
"syn",
|
2023-02-02 00:47:29 +00:00
|
|
|
"tokio",
|
2020-07-27 09:23:34 +00:00
|
|
|
"url",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
2023-02-02 00:47:29 +00:00
|
|
|
name = "sqlx-mysql"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"atoi",
|
2023-02-18 10:05:27 +00:00
|
|
|
"base64 0.21.0",
|
2023-02-02 00:47:29 +00:00
|
|
|
"bigdecimal",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"digest",
|
|
|
|
"dirs",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
2023-02-21 21:34:42 +00:00
|
|
|
"itoa",
|
2023-02-02 00:47:29 +00:00
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2020-07-01 09:38:33 +00:00
|
|
|
"once_cell",
|
2023-02-02 00:47:29 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rsa",
|
|
|
|
"rust_decimal",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.3.19",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2023-02-02 00:47:29 +00:00
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2023-02-18 10:05:27 +00:00
|
|
|
"base64 0.21.0",
|
2023-02-02 00:47:29 +00:00
|
|
|
"bigdecimal",
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dirs",
|
|
|
|
"dotenvy",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"ipnetwork",
|
2023-02-21 21:34:42 +00:00
|
|
|
"itoa",
|
2023-02-02 00:47:29 +00:00
|
|
|
"log",
|
|
|
|
"mac_address",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"num-bigint",
|
|
|
|
"once_cell",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rust_decimal",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.3.19",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2023-02-02 00:47:29 +00:00
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.7.0-alpha.1"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
2023-02-14 19:56:40 +00:00
|
|
|
"regex",
|
2023-02-02 00:47:29 +00:00
|
|
|
"serde",
|
2023-02-14 19:56:40 +00:00
|
|
|
"sqlx",
|
2023-02-02 00:47:29 +00:00
|
|
|
"sqlx-core",
|
2023-02-21 21:34:42 +00:00
|
|
|
"time 0.3.19",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2023-02-02 00:47:29 +00:00
|
|
|
"url",
|
|
|
|
"uuid",
|
2020-05-26 08:56:03 +00:00
|
|
|
]
|
|
|
|
|
2020-03-02 04:07:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-std",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2022-04-15 21:34:48 +00:00
|
|
|
"env_logger",
|
2020-03-30 23:35:07 +00:00
|
|
|
"sqlx",
|
2020-12-19 08:34:10 +00:00
|
|
|
"tokio",
|
2020-03-02 04:07:59 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
|
|
|
|
2020-06-06 17:53:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-07-12 10:43:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-01-03 11:17:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "2.4.1"
|
2020-01-03 11:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-01-03 11:17:06 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.107"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-16 22:53:09 +00:00
|
|
|
"unicode-ident",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2022-08-15 22:13:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.4.6",
|
|
|
|
"remove_dir_all 0.5.3",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "3.3.0"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2021-05-22 00:27:15 +00:00
|
|
|
"redox_syscall",
|
2020-10-06 13:24:43 +00:00
|
|
|
"remove_dir_all 0.5.3",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.1.3"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2020-01-11 09:01:21 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"winapi-util",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
2021-12-30 01:25:49 +00:00
|
|
|
[[package]]
|
2023-02-21 21:34:42 +00:00
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:04:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.15.0"
|
2020-09-30 17:04:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2020-09-30 17:04:14 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.38"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"thiserror-impl",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.38"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-01-11 03:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.44"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2022-06-16 22:53:09 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-02-29 19:38:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.19"
|
2020-02-29 19:38:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
|
2020-02-29 19:38:48 +00:00
|
|
|
dependencies = [
|
2023-02-21 21:34:42 +00:00
|
|
|
"itoa",
|
2022-08-02 21:38:12 +00:00
|
|
|
"serde",
|
2023-02-02 00:47:29 +00:00
|
|
|
"time-core",
|
2020-03-21 08:24:48 +00:00
|
|
|
"time-macros",
|
2020-02-29 19:38:48 +00:00
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2020-02-29 19:38:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.7"
|
2020-02-29 19:38:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
|
2023-02-02 00:47:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2020-02-29 19:38:48 +00:00
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "1.6.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-12 15:46:22 +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-19 09:49:41 +00:00
|
|
|
|
2020-01-15 09:17:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.20.1"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
2020-01-15 09:17:33 +00:00
|
|
|
dependencies = [
|
2022-07-28 20:15:40 +00:00
|
|
|
"autocfg",
|
2020-12-19 08:34:10 +00:00
|
|
|
"bytes",
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2023-02-21 21:34:42 +00:00
|
|
|
"once_cell",
|
2023-02-18 10:05:27 +00:00
|
|
|
"parking_lot",
|
2021-01-14 12:24:25 +00:00
|
|
|
"pin-project-lite",
|
2020-03-11 08:49:21 +00:00
|
|
|
"signal-hook-registry",
|
2022-06-16 22:53:09 +00:00
|
|
|
"socket2",
|
2020-03-11 08:49:21 +00:00
|
|
|
"tokio-macros",
|
2023-02-21 21:34:42 +00:00
|
|
|
"winapi",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.8.0"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2020-01-15 09:17:33 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
2021-01-14 12:24:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.9"
|
2021-01-14 12:24:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
2021-01-14 12:24:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-01-17 03:26:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.5.9"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2020-01-17 03:26:02 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"serde",
|
2020-01-17 03:26:02 +00:00
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.37"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.23"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.30"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-01-17 03:26:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.63"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0"
|
2020-01-17 03:26:02 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"glob",
|
2022-06-16 22:53:09 +00:00
|
|
|
"once_cell",
|
2020-03-11 08:49:21 +00:00
|
|
|
"serde",
|
2022-06-16 22:53:09 +00:00
|
|
|
"serde_derive",
|
2020-03-11 08:49:21 +00:00
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
"toml",
|
2020-01-17 03:26:02 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.15.0"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-05-22 00:27:15 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.8"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.0.1"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.21"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-06-19 09:49:41 +00:00
|
|
|
"tinyvec",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.9.0"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2020-02-01 07:33:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.1.9"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-02-01 07:33:42 +00:00
|
|
|
|
2020-12-19 08:08:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "2.2.2"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-11-12 15:46:22 +00:00
|
|
|
"form_urlencoded",
|
2023-02-21 21:34:42 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
2020-07-27 09:23:34 +00:00
|
|
|
"percent-encoding",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2021-08-30 21:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.1.2"
|
2022-08-02 21:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
2021-02-04 13:54:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "1.0.0-alpha.9"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
2021-05-22 00:27:15 +00:00
|
|
|
"version_check",
|
2021-02-04 13:54:20 +00:00
|
|
|
]
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.2.15"
|
2020-01-11 03:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-10-20 10:21:01 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.9.4"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2020-10-20 17:55:39 +00:00
|
|
|
version = "1.1.0"
|
2020-06-19 09:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-20 17:55:39 +00:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2020-06-19 09:49:41 +00:00
|
|
|
|
2020-10-20 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-10-20 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-10-20 17:55:39 +00:00
|
|
|
|
2020-03-21 09:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.81"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-03-21 09:34:21 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.81"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2023-02-21 21:34:42 +00:00
|
|
|
"lazy_static",
|
2020-03-21 09:34:21 +00:00
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.4.31"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-05-26 08:56:03 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-03-21 09:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.81"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.81"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.2.81"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
2020-05-26 08:56:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.3.58"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-04-14 22:11:17 +00:00
|
|
|
version = "0.22.0"
|
2020-10-20 10:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 22:11:17 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-10-22 17:06:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "0.22.4"
|
2020-10-22 17:06:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
|
2020-10-22 17:06:46 +00:00
|
|
|
dependencies = [
|
2021-05-22 17:26:56 +00:00
|
|
|
"webpki",
|
2020-10-22 17:06:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
2021-12-30 01:25:49 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.2.1"
|
2020-03-21 09:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2020-03-21 09:34:21 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 12:56:30 +00:00
|
|
|
version = "0.3.9"
|
2019-12-30 10:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 12:56:30 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-26 11:31:38 +00:00
|
|
|
version = "0.1.5"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 11:31:38 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-01-11 09:01:21 +00:00
|
|
|
dependencies = [
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-01-11 09:01:21 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2023-02-21 21:34:42 +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 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.0"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
2023-02-02 00:47:29 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-02-21 21:34:42 +00:00
|
|
|
"windows_x86_64_msvc 0.42.1",
|
2022-06-16 22:53:09 +00:00
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2023-02-21 21:34:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.42.1"
|
2022-06-16 22:53:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-02-21 21:34:42 +00:00
|
|
|
version = "1.5.6"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 21:34:42 +00:00
|
|
|
checksum = "20b578acffd8516a6c3f2a1bdefc1ec37e547bb4e0fb8b6b01a4cafc886b4442"
|