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-02 00:47:29 +00:00
|
|
|
version = "0.7.20"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.12.1"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.68"
|
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 = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2020-12-19 08:08:39 +00:00
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "1.8.0"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2020-07-21 06:13:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.5.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 = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"async-lock",
|
2020-10-20 10:21:01 +00:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2021-05-22 00:27:15 +00:00
|
|
|
"slab",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.3.1"
|
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 = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
|
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",
|
|
|
|
"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",
|
2020-10-20 10:21:01 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"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-02 00:47:29 +00:00
|
|
|
"windows-sys",
|
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-02 00:47:29 +00:00
|
|
|
version = "0.1.64"
|
2020-03-31 21:35:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
|
2020-03-31 21:35:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2022-04-15 21:34:48 +00:00
|
|
|
version = "1.0.0"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 21:34:48 +00:00
|
|
|
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.1.0"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
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-02 00:47:29 +00:00
|
|
|
"hermit-abi 0.1.19",
|
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-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.5.17"
|
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 = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"axum-macros",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
2022-08-02 21:38:12 +00:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.9"
|
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 = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2023-02-02 00:47:29 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-08-02 21:38:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6293dae2ec708e679da6736e857cf8532886ef258e92930f38279c12641628b8"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.4.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
2020-09-30 18:34:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
2020-09-30 18:34:03 +00:00
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.5.3"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
|
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
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.6"
|
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 = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-06-27 12:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.3"
|
2020-06-27 12:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.3.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 = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
2020-06-19 09:49:41 +00:00
|
|
|
dependencies = [
|
2020-07-21 06:13:05 +00:00
|
|
|
"async-channel",
|
2023-02-02 00:47:29 +00:00
|
|
|
"async-lock",
|
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-02 00:47:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-19 09:49:41 +00:00
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.2.17"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-21 09:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "3.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|
|
|
|
|
|
|
[[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-02 00:47:29 +00:00
|
|
|
version = "1.3.0"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
2020-01-15 09:17:33 +00:00
|
|
|
|
2022-07-12 21:29:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.1.2"
|
2022-07-12 21:29:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-07-13 00:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.78"
|
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 = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
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",
|
2022-08-02 21:38:12 +00:00
|
|
|
"serde",
|
2023-02-02 00:47:29 +00:00
|
|
|
"time 0.1.45",
|
|
|
|
"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"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "2.34.0"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-07-12 10:43:49 +00:00
|
|
|
"strsim 0.8.0",
|
2020-09-30 17:04:14 +00:00
|
|
|
"textwrap 0.11.0",
|
2020-03-11 08:49:21 +00:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2020-07-12 10:43:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "3.2.23"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
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",
|
2020-07-12 10:43:49 +00:00
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
2023-02-02 00:47:29 +00:00
|
|
|
"textwrap 0.16.0",
|
2020-07-12 10:43:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "3.2.18"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
|
2020-07-12 10:43:49 +00:00
|
|
|
dependencies = [
|
2022-02-16 04:13:42 +00:00
|
|
|
"heck 0.4.0",
|
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-02 00:47:29 +00:00
|
|
|
version = "4.5.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 = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
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",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "0.15.5"
|
2020-10-21 23:39:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2020-10-21 23:39:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2023-02-02 00:47:29 +00:00
|
|
|
"lazy_static",
|
2020-10-21 23:39:05 +00:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-02-02 00:47:29 +00:00
|
|
|
"windows-sys",
|
2020-10-21 23:39:05 +00:00
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.7.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.5"
|
2020-06-27 12:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
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-02 00:47:29 +00:00
|
|
|
version = "2.2.0"
|
2021-07-16 22:25:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
2021-07-16 22:25:32 +00:00
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2022-07-13 00:23:13 +00:00
|
|
|
version = "0.3.6"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 00:23:13 +00:00
|
|
|
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-02-02 00:47:29 +00:00
|
|
|
"cast",
|
2021-12-30 01:25:49 +00:00
|
|
|
"clap 2.34.0",
|
2020-07-01 09:38:33 +00:00
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
2021-12-30 01:25:49 +00:00
|
|
|
"itertools",
|
2020-07-01 09:38:33 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.5"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"cast",
|
2021-12-30 01:25:49 +00:00
|
|
|
"itertools",
|
2020-07-01 09:38:33 +00:00
|
|
|
]
|
|
|
|
|
2020-10-20 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.5.6"
|
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 = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.8.2"
|
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 = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.9.13"
|
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 = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
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-02 00:47:29 +00:00
|
|
|
"memoffset 0.7.1",
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.8"
|
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 = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
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
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.3.2"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-01-03 11:17:06 +00:00
|
|
|
[[package]]
|
2022-04-11 18:24:09 +00:00
|
|
|
name = "crypto-common"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.6"
|
2020-01-03 11:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
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
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "1.1.6"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
2021-12-30 01:25:49 +00:00
|
|
|
"itoa 0.4.8",
|
2020-07-01 09:38:33 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.87"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e"
|
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"
|
|
|
|
version = "1.0.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-02-04 13:54:20 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.14.2"
|
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 = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.14.2"
|
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 = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.14.2"
|
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 = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.5.1"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"crypto-bigint",
|
2022-04-11 18:24:09 +00:00
|
|
|
"pem-rfc7468",
|
2021-12-21 01:58:37 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
2022-04-15 21:34:48 +00:00
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 21:34:48 +00:00
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
2020-11-18 17:33:06 +00:00
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-02-02 00:47:29 +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-02 00:47:29 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2020-06-13 15:54:38 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"block-buffer",
|
|
|
|
"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
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "downcast"
|
2022-04-15 21:34:48 +00:00
|
|
|
version = "0.11.0"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 21:34:48 +00:00
|
|
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
2020-11-18 17:33:06 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.8.0"
|
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 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.9.3"
|
2021-04-09 07:31:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
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-02 00:47:29 +00:00
|
|
|
version = "2.5.3"
|
2020-07-21 06:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2020-07-21 06:13:05 +00:00
|
|
|
|
2020-06-19 09:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.8.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 = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
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-02 00:47:29 +00:00
|
|
|
version = "3.0.9"
|
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 = "28c0190ff0bd3b28bfdd4d0cf9f92faa12880fb0b8ae2054723dd6c76a4efd42"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
2022-06-16 22:53:09 +00:00
|
|
|
]
|
|
|
|
|
2022-07-13 21:45:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "files"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2022-07-13 21:45:34 +00:00
|
|
|
"sqlx",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2022-07-13 21:45:34 +00:00
|
|
|
]
|
|
|
|
|
2022-07-12 21:29:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.19"
|
2022-07-12 21:29:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
|
2022-07-12 21:29:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
2022-07-12 21:29:41 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2022-04-15 21:34:48 +00:00
|
|
|
version = "0.9.0"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 21:34:48 +00:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2020-11-18 17:33:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.14"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2023-02-02 00:47:29 +00:00
|
|
|
"spin 0.9.4",
|
2021-12-29 23:23:02 +00:00
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "1.1.0"
|
2020-11-12 15:46:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-12 15:46:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fragile"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.0.0"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
|
2020-11-18 17:33:06 +00:00
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.4.2"
|
2021-07-21 23:28:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
|
2021-07-21 23:28:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2022-06-16 22:53:09 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-07-21 23:28:44 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.25"
|
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 = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.14.6"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 13:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.1"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2020-01-17 03:26:02 +00:00
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.6"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "1.8.2"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2021-05-22 00:27:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.8.1"
|
2020-07-07 14:49:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
2020-07-07 14:49:56 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"hashbrown 0.12.3",
|
2020-07-07 14:49:56 +00:00
|
|
|
]
|
2020-05-26 08:56:03 +00:00
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.3.3"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"unicode-segmentation",
|
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
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
2022-08-02 21:38:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.8.0"
|
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 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-08-02 21:38:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
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"
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.14.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 = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
2022-08-02 21:38:12 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.9.2"
|
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 = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2022-04-11 18:24:09 +00:00
|
|
|
"autocfg",
|
2023-02-02 00:47:29 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-08-02 21:38:12 +00:00
|
|
|
"serde",
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.4"
|
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 = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
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-02 00:47:29 +00:00
|
|
|
version = "0.10.5"
|
2020-04-15 17:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.4.8"
|
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 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2021-12-29 19:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.5"
|
2021-12-29 19:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2020-11-21 22:15:27 +00:00
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.60"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2020-08-24 19:44:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "json"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-08-24 19:44:55 +00:00
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
|
|
|
"structopt",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2020-08-24 19:44:55 +00:00
|
|
|
]
|
2020-05-26 08:56:03 +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-02 00:47:29 +00:00
|
|
|
version = "0.2.139"
|
2020-11-21 22:15:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2020-11-21 22:15:27 +00:00
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.6"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.1.4"
|
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 = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
2020-06-27 12:57:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.9"
|
2020-06-27 12:57:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.1.4"
|
2021-07-19 23:55:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "b238e3235c8382b7653c6408ed1b08dd379bdb9fdf990fb0bbae3db2cc0ae963"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.1.10"
|
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 = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.5"
|
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 = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
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
|
|
|
]
|
|
|
|
|
2023-02-02 00:47:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "0.8.5"
|
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 = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
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",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mockall"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.11.3"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"
|
2020-11-18 17:33:06 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-11-18 17:33:06 +00:00
|
|
|
"downcast",
|
|
|
|
"fragile",
|
|
|
|
"lazy_static",
|
|
|
|
"mockall_derive",
|
|
|
|
"predicates",
|
|
|
|
"predicates-tree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockall_derive"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.11.3"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"
|
2020-11-18 17:33:06 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-11-18 17:33:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.11"
|
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 = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.23.2"
|
2021-07-19 23:55:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
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-02 00:47:29 +00:00
|
|
|
"memoffset 0.6.5",
|
2021-07-19 23:55:53 +00:00
|
|
|
]
|
|
|
|
|
2020-12-19 08:08:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "7.1.3"
|
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 = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
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
|
|
|
]
|
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
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-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +00:00
|
|
|
version = "1.15.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 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-06-16 22:53:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.17.0"
|
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 = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-12-19 08:08:39 +00:00
|
|
|
version = "11.1.3"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-19 08:08:39 +00:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.45"
|
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 = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
|
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-02 00:47:29 +00:00
|
|
|
version = "111.24.0+1.1.1s"
|
2020-07-21 14:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
|
2020-07-21 14:11:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.9.80"
|
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 = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
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-02 00:47:29 +00:00
|
|
|
version = "6.4.1"
|
2020-07-12 10:43:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
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
|
|
|
|
2020-06-27 12:57:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.11.2"
|
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 = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-06-27 12:57:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-07-27 09:23:34 +00:00
|
|
|
"lock_api",
|
2023-02-02 00:47:29 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
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-02 00:47:29 +00:00
|
|
|
"parking_lot_core 0.9.6",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-06-27 12:57:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.8.6"
|
2020-06-27 12:57:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-06-27 12:57:21 +00:00
|
|
|
dependencies = [
|
2022-06-16 22:53:09 +00:00
|
|
|
"cfg-if",
|
2020-06-27 12:57:21 +00:00
|
|
|
"instant",
|
2020-03-11 08:49:21 +00:00
|
|
|
"libc",
|
2021-05-22 00:27:15 +00:00
|
|
|
"redox_syscall",
|
2020-07-27 09:23:34 +00:00
|
|
|
"smallvec",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-03-02 08:29:52 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 22:53:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.9.6"
|
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 = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
2022-06-16 22:53:09 +00:00
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-02-02 00:47:29 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-08-02 21:38:12 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-03-02 04:07:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.11"
|
2020-03-02 04:07:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
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"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.3.1"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "01de5d978f34aa4b2296576379fcc416034702fd94117c56ffd8a1a767cefb30"
|
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-02 00:47:29 +00:00
|
|
|
version = "2.2.0"
|
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 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2021-12-29 23:23:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.12"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.12"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
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"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.3.3"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "a78f66c04ccc83dd4486fd46c33896f4e17b24a7a3a6400dedc48ed0ddd72320"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
2022-04-11 18:24:09 +00:00
|
|
|
"pkcs8",
|
2021-12-21 01:58:37 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.8.0"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
|
2021-12-21 01:58:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.26"
|
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 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-01-11 03:39:29 +00:00
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.4"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2021-02-04 13:54:20 +00:00
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
2020-07-01 09:38:33 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-04 13:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2022-07-13 00:23:13 +00:00
|
|
|
version = "0.3.4"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 00:23:13 +00:00
|
|
|
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
|
2021-02-04 13:54:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.3"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
|
2021-02-04 13:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-10-20 10:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.5.2"
|
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 = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
|
2020-10-20 10:21:01 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"autocfg",
|
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-02 00:47:29 +00:00
|
|
|
"windows-sys",
|
2020-10-20 10:21:01 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.17"
|
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 = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-11-18 17:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.1.5"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
|
2020-11-18 17:33:06 +00:00
|
|
|
dependencies = [
|
2022-04-15 21:34:48 +00:00
|
|
|
"difflib",
|
2020-11-18 17:33:06 +00:00
|
|
|
"float-cmp",
|
2022-04-15 21:34:48 +00:00
|
|
|
"itertools",
|
2020-11-18 17:33:06 +00:00
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.5"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
|
2020-11-18 17:33:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.7"
|
2020-11-18 17:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
|
2020-11-18 17:33:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
2021-12-30 01:25:49 +00:00
|
|
|
"termtree",
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.50"
|
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 = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +00:00
|
|
|
version = "1.6.1"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.10.2"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.16"
|
2021-02-04 13:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.7.1"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
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
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.1.10"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-07-01 09:38:33 +00:00
|
|
|
|
2020-01-11 09:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.6.28"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
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"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
|
|
|
|
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"
|
|
|
|
version = "0.7.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15"
|
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
|
|
|
version = "0.7.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-13 15:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.6.1"
|
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 = "4cf22754c49613d2b3b119f0e5d46e34a2c628a937e3024b8762de4e7d8c710b"
|
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-02 00:47:29 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-04-11 18:24:09 +00:00
|
|
|
"smallvec",
|
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-02 00:47:29 +00:00
|
|
|
version = "1.28.0"
|
2020-06-26 16:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "7fe32e8c89834541077a5c5bbe5691aa69324361e27e6aeb3552a737db4a70c8"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.36.7"
|
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 = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
|
2022-06-16 22:53:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
2022-06-16 22:53:09 +00:00
|
|
|
]
|
|
|
|
|
2020-12-19 08:34:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.20.8"
|
2020-12-19 08:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.2"
|
2022-04-14 22:11:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-04-14 22:11:17 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"base64 0.21.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-02 00:47:29 +00:00
|
|
|
version = "1.0.12"
|
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 = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-01-11 03:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.21"
|
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 = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2020-01-11 03:39:29 +00:00
|
|
|
dependencies = [
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows-sys",
|
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-02 00:47:29 +00:00
|
|
|
version = "2.8.0"
|
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 = "645926f31b250a2dca3c232496c2d898d91036e45ca0e97e0e2390c54e11be36"
|
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-02 00:47:29 +00:00
|
|
|
version = "2.8.0"
|
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 = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.16"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
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
|
|
|
]
|
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.11.2"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "1.0.91"
|
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 = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
2020-03-11 08:49:21 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
2022-08-02 21:38:12 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.2.0"
|
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 = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"base64 0.13.1",
|
2022-08-02 21:38:12 +00:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
2023-02-02 00:47:29 +00:00
|
|
|
"time 0.3.17",
|
2022-08-02 21:38:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "2.2.0"
|
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 = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-12-31 22:16:48 +00:00
|
|
|
[[package]]
|
2022-08-17 00:51:29 +00:00
|
|
|
name = "sha1"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.10.5"
|
2019-12-31 22:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
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-02 00:47:29 +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-02 00:47:29 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
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
|
|
|
]
|
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.7"
|
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 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-02-02 00:47:29 +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-02 00:47:29 +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-02 00:47:29 +00:00
|
|
|
version = "0.4.7"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.9.4"
|
2021-12-29 23:23:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2021-12-29 23:23:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-12-21 01:58:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2022-04-11 18:24:09 +00:00
|
|
|
version = "0.5.4"
|
2021-12-21 01:58:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 18:24:09 +00:00
|
|
|
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.1"
|
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-02 00:47:29 +00:00
|
|
|
checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
|
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"
|
2022-09-14 22:23:06 +00:00
|
|
|
version = "0.6.2"
|
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-02 00:47:29 +00:00
|
|
|
"time 0.3.17",
|
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-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-bench"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-06-24 00:20:15 +00:00
|
|
|
"chrono",
|
2020-07-01 09:38:33 +00:00
|
|
|
"criterion",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-07-01 09:38:33 +00:00
|
|
|
"once_cell",
|
|
|
|
"sqlx",
|
|
|
|
]
|
|
|
|
|
2020-05-16 03:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-cli"
|
2022-09-14 22:23:06 +00:00
|
|
|
version = "0.6.2"
|
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-02 00:47:29 +00:00
|
|
|
"clap 3.2.23",
|
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"
|
2022-09-14 22:23:06 +00:00
|
|
|
version = "0.6.2"
|
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-02 00:47:29 +00:00
|
|
|
"time 0.3.17",
|
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
|
|
|
]
|
|
|
|
|
2020-03-31 13:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-mysql-todos"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-07-27 09:23:34 +00:00
|
|
|
"futures",
|
2020-03-31 13:05:52 +00:00
|
|
|
"sqlx",
|
|
|
|
"structopt",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2020-03-31 13:05:52 +00:00
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-postgres-axum-social"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"argon2",
|
|
|
|
"axum",
|
|
|
|
"dotenvy",
|
|
|
|
"once_cell",
|
2022-08-15 22:13:40 +00:00
|
|
|
"rand 0.8.5",
|
2022-08-02 21:38:12 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"sqlx",
|
|
|
|
"thiserror",
|
2023-02-02 00:47:29 +00:00
|
|
|
"time 0.3.17",
|
2022-08-02 21:38:12 +00:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"validator",
|
|
|
|
]
|
|
|
|
|
2020-03-17 01:27:04 +00:00
|
|
|
[[package]]
|
2020-03-30 23:35:07 +00:00
|
|
|
name = "sqlx-example-postgres-listen"
|
2020-03-17 01:27:04 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-07-27 09:23:34 +00:00
|
|
|
"futures",
|
2020-03-30 23:35:07 +00:00
|
|
|
"sqlx",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2019-12-30 10:17:07 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 14:25:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-postgres-mockable-todos"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-11-18 15:57:29 +00:00
|
|
|
"async-trait",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-11-18 14:25:40 +00:00
|
|
|
"futures",
|
2020-11-18 17:33:06 +00:00
|
|
|
"mockall",
|
2020-11-18 14:25:40 +00:00
|
|
|
"sqlx",
|
|
|
|
"structopt",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2020-11-18 14:25:40 +00:00
|
|
|
]
|
|
|
|
|
2020-09-25 18:14:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-postgres-todos"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-09-25 18:14:32 +00:00
|
|
|
"futures",
|
|
|
|
"sqlx",
|
|
|
|
"structopt",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2020-09-25 18:14:32 +00:00
|
|
|
]
|
|
|
|
|
2021-08-16 23:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-postgres-transaction"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"sqlx",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2021-08-16 23:33:42 +00:00
|
|
|
]
|
|
|
|
|
2020-03-31 11:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-example-sqlite-todos"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-07-27 09:23:34 +00:00
|
|
|
"futures",
|
2020-03-31 11:35:51 +00:00
|
|
|
"sqlx",
|
|
|
|
"structopt",
|
2022-07-28 20:15:40 +00:00
|
|
|
"tokio",
|
2020-03-31 11:35:51 +00:00
|
|
|
]
|
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2022-09-14 22:23:06 +00:00
|
|
|
version = "0.6.2"
|
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"
|
|
|
|
version = "0.6.2"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
2022-07-28 21:33:44 +00:00
|
|
|
"dotenvy",
|
2020-07-05 10:48:36 +00:00
|
|
|
"either",
|
2022-02-28 23:51:50 +00:00
|
|
|
"heck 0.4.0",
|
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"
|
2022-09-14 22:23:06 +00:00
|
|
|
version = "0.6.2"
|
2020-05-26 08:56:03 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"atoi",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bigdecimal",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"digest",
|
|
|
|
"dirs",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"itoa 1.0.5",
|
|
|
|
"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",
|
|
|
|
"time 0.3.17",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2023-02-02 00:47:29 +00:00
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
|
|
|
version = "0.6.2"
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bigdecimal",
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dirs",
|
|
|
|
"dotenvy",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"ipnetwork",
|
|
|
|
"itoa 1.0.5",
|
|
|
|
"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",
|
|
|
|
"time 0.3.17",
|
2023-02-11 01:35:12 +00:00
|
|
|
"tracing",
|
2023-02-02 00:47:29 +00:00
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
|
|
|
version = "0.6.2"
|
|
|
|
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",
|
|
|
|
"time 0.3.17",
|
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-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-02-01 07:33:42 +00:00
|
|
|
|
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-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-06-16 22:53:09 +00:00
|
|
|
version = "0.3.26"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 22:53:09 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2021-12-30 01:25:49 +00:00
|
|
|
"clap 2.34.0",
|
2020-03-11 08:49:21 +00:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-12-30 01:25:49 +00:00
|
|
|
version = "0.4.18"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 01:25:49 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2022-02-16 04:13:42 +00:00
|
|
|
"heck 0.3.3",
|
2020-09-30 17:04:14 +00:00
|
|
|
"proc-macro-error",
|
2020-03-11 08:49:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
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-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.2"
|
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 = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-08-02 21:38:12 +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-02 00:47:29 +00:00
|
|
|
version = "1.2.0"
|
2020-01-11 09:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
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]]
|
|
|
|
name = "termtree"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.0"
|
2021-12-30 01:25:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
|
2021-12-30 01:25:49 +00:00
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-11 08:49:21 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-01 07:33:42 +00:00
|
|
|
dependencies = [
|
2020-03-11 08:49:21 +00:00
|
|
|
"unicode-width",
|
2020-02-01 07:33:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:04:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.16.0"
|
2020-09-30 17:04:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.1.45"
|
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 = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.3.17"
|
2020-02-29 19:38:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2020-02-29 19:38:48 +00:00
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"itoa 1.0.5",
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.6"
|
2020-02-29 19:38:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2020-02-29 19:38:48 +00:00
|
|
|
|
2020-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "1.2.1"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "1.24.2"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
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",
|
2022-06-16 22:53:09 +00:00
|
|
|
"parking_lot 0.12.1",
|
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-02 00:47:29 +00:00
|
|
|
"windows-sys",
|
2020-01-15 09:17:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.8.2"
|
2020-01-15 09:17:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.1.11"
|
2021-01-14 12:24:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.5.11"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
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 = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.5"
|
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 = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.2"
|
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 = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-08-02 21:38:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.4"
|
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 = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-08-02 21:38:12 +00:00
|
|
|
|
2020-01-17 03:26:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.76"
|
2020-01-17 03:26:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.16.0"
|
2021-05-22 00:27:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-05-22 00:27:15 +00:00
|
|
|
|
2019-12-30 10:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.10"
|
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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2022-06-16 22:53:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "1.0.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 = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2019-12-30 10:17:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.22"
|
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 = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.10.0"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2020-02-01 07:33:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.1.10"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
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-02 00:47:29 +00:00
|
|
|
version = "2.3.1"
|
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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2019-12-30 10:17:07 +00:00
|
|
|
dependencies = [
|
2020-11-12 15:46:22 +00:00
|
|
|
"form_urlencoded",
|
2023-02-02 00:47:29 +00:00
|
|
|
"idna 0.3.0",
|
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-02 00:47:29 +00:00
|
|
|
version = "1.2.2"
|
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 = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2022-08-02 21:38:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32ad5bf234c7d3ad1042e5252b7eddb2c4669ee23f32c7dd0e9b7705f07ef591"
|
|
|
|
dependencies = [
|
2023-02-02 00:47:29 +00:00
|
|
|
"idna 0.2.3",
|
2022-08-02 21:38:12 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"validator_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_derive"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc44ca3088bb3ba384d9aecf40c6a23a676ce23e09bdaca2073d99c207f864af"
|
|
|
|
dependencies = [
|
|
|
|
"if_chain",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
"validator_types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_types"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "111abfe30072511849c5910134e8baf8dc05de4c0e5903d681cbd5c9c4d611e3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
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
|
|
|
|
2020-02-01 07:33:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-26 11:31:38 +00:00
|
|
|
version = "0.8.2"
|
2020-02-01 07:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 11:31:38 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-02-01 07:33:42 +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-07-01 09:38:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-09 07:31:07 +00:00
|
|
|
version = "2.3.2"
|
2020-07-01 09:38:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 07:31:07 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-07-01 09:38:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2021-01-14 12:24:25 +00:00
|
|
|
"winapi",
|
2020-07-01 09:38:33 +00:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-08-02 21:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.83"
|
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 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.83"
|
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 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-02-02 00:47:29 +00:00
|
|
|
"once_cell",
|
2020-03-21 09:34:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2020-05-26 08:56:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.4.33"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.83"
|
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 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2020-03-21 09:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.2.83"
|
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 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.2.83"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-05-26 08:56:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-02 00:47:29 +00:00
|
|
|
version = "0.3.60"
|
2020-05-26 08:56:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
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-02 00:47:29 +00:00
|
|
|
version = "0.22.6"
|
2020-10-22 17:06:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
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-02 00:47:29 +00:00
|
|
|
version = "1.3.0"
|
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 = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3"
|
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
|
|
|
|
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",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-02-02 00:47:29 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-07-13 00:23:13 +00:00
|
|
|
"windows_x86_64_msvc",
|
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"
|
|
|
|
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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-02 00:47:29 +00:00
|
|
|
version = "1.5.7"
|
2020-06-13 15:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 00:47:29 +00:00
|
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|