2021-06-19 07:36:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-03-17 21:34:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-04-24 18:13:35 +00:00
|
|
|
version = "1.0.1"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:13:35 +00:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-05-29 14:09:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-17 17:14:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-31 21:16:31 +00:00
|
|
|
version = "0.1.5"
|
2022-08-17 17:14:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 21:16:31 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-17 17:14:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-11 23:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-09-05 15:41:18 +00:00
|
|
|
version = "0.5.0"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 15:41:18 +00:00
|
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
|
2023-04-11 23:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-17 22:54:27 +00:00
|
|
|
"anstyle-query",
|
2023-04-11 23:35:15 +00:00
|
|
|
"anstyle-wincon",
|
2023-04-17 22:54:27 +00:00
|
|
|
"colorchoice",
|
2023-04-11 23:35:15 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-04-17 22:54:27 +00:00
|
|
|
version = "1.0.0"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:27 +00:00
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
2023-04-11 23:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-04-17 22:54:27 +00:00
|
|
|
version = "0.2.0"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:27 +00:00
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
2023-04-11 23:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-17 22:54:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-04-11 23:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-09-05 15:41:18 +00:00
|
|
|
version = "2.1.0"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 15:41:18 +00:00
|
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
2023-04-11 23:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-17 22:54:27 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-11 23:35:15 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-09-11 17:27:00 +00:00
|
|
|
version = "1.0.75"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 17:27:00 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-24 18:13:30 +00:00
|
|
|
version = "0.3.5"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:13:30 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-03-23 05:56:25 +00:00
|
|
|
"pin-project-lite",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-24 18:13:30 +00:00
|
|
|
version = "0.3.5"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:13:30 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-08-28 21:48:42 +00:00
|
|
|
version = "0.1.73"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:42 +00:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2023-06-19 13:22:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2022-03-04 18:58:16 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "1.1.0"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.68"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-12-14 05:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-11 17:28:04 +00:00
|
|
|
version = "0.21.4"
|
2022-12-14 05:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 17:28:04 +00:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2022-12-14 05:54:23 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2023-06-28 04:53:37 +00:00
|
|
|
version = "0.6.1"
|
2023-01-17 03:21:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 04:53:37 +00:00
|
|
|
checksum = "b99c4cdc7b2c2364182331055623bdf45254fcb679fea565c40c3c11c101889a"
|
2023-01-17 03:21:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo-lock",
|
2023-01-17 22:24:44 +00:00
|
|
|
"git2",
|
2023-01-17 03:21:36 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-22 05:51:14 +00:00
|
|
|
version = "3.12.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-22 05:51:14 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-19 17:40:30 +00:00
|
|
|
version = "1.5.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 17:40:30 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2023-03-23 05:56:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-08-28 21:48:42 +00:00
|
|
|
version = "1.1.6"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:42 +00:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
2023-06-28 04:53:37 +00:00
|
|
|
version = "9.0.0"
|
2023-01-17 03:21:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 04:53:37 +00:00
|
|
|
checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72"
|
2023-01-17 03:21:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"semver 1.0.16",
|
|
|
|
"serde",
|
2023-07-10 14:53:39 +00:00
|
|
|
"toml 0.7.6",
|
2023-01-17 03:21:36 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-05-17 16:46:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-progenitor"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"built",
|
|
|
|
"clap",
|
2023-09-15 04:38:20 +00:00
|
|
|
"env_logger",
|
2023-05-17 16:46:17 +00:00
|
|
|
"openapiv3",
|
|
|
|
"progenitor",
|
|
|
|
"progenitor-client",
|
|
|
|
"progenitor-impl",
|
|
|
|
"project-root",
|
|
|
|
"rustfmt-wrapper",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-17 02:00:55 +00:00
|
|
|
version = "1.0.72"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-17 02:00:55 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2023-01-17 22:24:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-09-19 17:39:54 +00:00
|
|
|
version = "0.4.31"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 17:39:54 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-05-29 14:09:40 +00:00
|
|
|
"android-tzdata",
|
2022-08-17 17:14:14 +00:00
|
|
|
"iana-time-zone",
|
2022-08-08 17:23:34 +00:00
|
|
|
"js-sys",
|
2021-10-17 17:40:22 +00:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-08-08 17:23:34 +00:00
|
|
|
"wasm-bindgen",
|
2023-09-19 17:39:54 +00:00
|
|
|
"windows-targets",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-24 04:07:14 +00:00
|
|
|
version = "4.4.4"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 04:07:14 +00:00
|
|
|
checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
|
2022-07-03 02:09:38 +00:00
|
|
|
dependencies = [
|
2023-04-03 21:54:54 +00:00
|
|
|
"clap_builder",
|
2022-07-03 02:09:38 +00:00
|
|
|
"clap_derive",
|
2023-04-03 21:54:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-24 04:07:14 +00:00
|
|
|
version = "4.4.4"
|
2023-04-03 21:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 04:07:14 +00:00
|
|
|
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
|
2023-04-03 21:54:54 +00:00
|
|
|
dependencies = [
|
2023-04-11 23:35:15 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-07-03 02:09:38 +00:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-05 15:41:18 +00:00
|
|
|
version = "4.4.2"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 15:41:18 +00:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2022-07-03 02:09:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-07-03 02:09:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-23 16:23:07 +00:00
|
|
|
version = "0.5.0"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 16:23:07 +00:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-07-03 02:09:38 +00:00
|
|
|
|
2023-04-11 23:35:15 +00:00
|
|
|
[[package]]
|
2023-04-17 22:54:27 +00:00
|
|
|
name = "colorchoice"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:27 +00:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-04-11 23:35:15 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
2022-05-10 00:30:08 +00:00
|
|
|
name = "console"
|
2023-04-24 18:11:35 +00:00
|
|
|
version = "0.15.5"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:11:35 +00:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2022-05-10 00:30:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2023-01-03 03:29:31 +00:00
|
|
|
"lazy_static",
|
2022-05-10 00:30:08 +00:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-01-03 03:29:31 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-05-10 00:30:08 +00:00
|
|
|
]
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2023-04-26 04:50:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1079fb8528d9f9c888b1e8aa651e6e079ade467323d58f75faf1d30b1808f540"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-06-19 13:22:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "debug-ignore"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.10.6"
|
2022-08-22 16:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-08-22 16:34:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dropshot"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.9.1-dev"
|
2023-09-24 05:51:40 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#5228d048f86c65895dc600b00074a99e690fd85c"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2022-03-04 18:58:16 +00:00
|
|
|
"bytes",
|
2023-03-23 05:56:25 +00:00
|
|
|
"camino",
|
2022-03-04 18:58:16 +00:00
|
|
|
"chrono",
|
2023-06-19 13:22:15 +00:00
|
|
|
"debug-ignore",
|
2022-03-04 18:58:16 +00:00
|
|
|
"dropshot_endpoint",
|
2023-03-23 05:56:25 +00:00
|
|
|
"form_urlencoded",
|
2022-03-04 18:58:16 +00:00
|
|
|
"futures",
|
|
|
|
"hostname",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2023-09-01 19:46:18 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-09-24 05:51:40 +00:00
|
|
|
"multer",
|
2022-03-04 18:58:16 +00:00
|
|
|
"openapiv3",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"proc-macro2",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_path_to_error",
|
2022-03-04 18:58:16 +00:00
|
|
|
"serde_urlencoded",
|
2022-08-22 16:34:58 +00:00
|
|
|
"sha1",
|
2022-03-04 18:58:16 +00:00
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-bunyan",
|
|
|
|
"slog-json",
|
|
|
|
"slog-term",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2023-09-24 05:51:40 +00:00
|
|
|
"toml 0.8.0",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2022-05-12 22:07:48 +00:00
|
|
|
"version_check",
|
2023-06-19 13:22:15 +00:00
|
|
|
"waitgroup",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dropshot_endpoint"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.9.1-dev"
|
2023-09-24 05:51:40 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#5228d048f86c65895dc600b00074a99e690fd85c"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"
|
|
|
|
|
2022-05-10 00:30:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.8.30"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "example-build"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2021-10-17 17:40:22 +00:00
|
|
|
"chrono",
|
2023-04-25 16:11:52 +00:00
|
|
|
"prettyplease",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor",
|
2022-02-08 16:59:38 +00:00
|
|
|
"progenitor-client",
|
2022-09-28 20:40:07 +00:00
|
|
|
"rand",
|
2021-10-17 17:40:22 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "example-macro"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"progenitor",
|
|
|
|
"reqwest",
|
2022-01-15 02:01:59 +00:00
|
|
|
"schemars",
|
2021-10-17 17:40:22 +00:00
|
|
|
"serde",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2023-04-26 04:50:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "example-wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
2023-04-26 05:23:57 +00:00
|
|
|
"prettyplease",
|
2023-04-26 04:50:04 +00:00
|
|
|
"progenitor",
|
|
|
|
"progenitor-client",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2023-04-26 04:50:04 +00:00
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expectorate"
|
2023-04-24 18:11:35 +00:00
|
|
|
version = "1.0.7"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:11:35 +00:00
|
|
|
checksum = "710ab6a2d57038a835d66f78d5af3fa5d27c1ec4682f823b9203c48826cb0591"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-05-10 00:30:08 +00:00
|
|
|
"console",
|
2021-10-17 17:40:22 +00:00
|
|
|
"newline-converter",
|
2022-05-10 00:30:08 +00:00
|
|
|
"similar",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "1.2.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-01-05 20:02:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-sink",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-11 23:34:54 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:34:54 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-01-05 20:02:46 +00:00
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-channel",
|
2021-10-17 17:40:22 +00:00
|
|
|
"futures-core",
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2021-10-17 17:40:22 +00:00
|
|
|
"futures-task",
|
2022-01-05 20:02:46 +00:00
|
|
|
"memchr",
|
2021-10-17 17:40:22 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2022-01-05 20:02:46 +00:00
|
|
|
"slab",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.2.4"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-26 04:50:04 +00:00
|
|
|
"js-sys",
|
2021-10-02 18:40:03 +00:00
|
|
|
"libc",
|
2022-07-03 02:10:10 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2023-04-26 04:50:04 +00:00
|
|
|
"wasm-bindgen",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-06-28 04:53:37 +00:00
|
|
|
version = "0.17.2"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 04:53:37 +00:00
|
|
|
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
2023-01-17 22:24:44 +00:00
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-01-17 22:24:44 +00:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-04-17 22:54:33 +00:00
|
|
|
version = "0.3.17"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:33 +00:00
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-07-10 14:53:39 +00:00
|
|
|
"indexmap 1.9.3",
|
2021-10-17 17:40:22 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-04-17 22:54:33 +00:00
|
|
|
"tokio-util",
|
2021-10-17 17:40:22 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-02 17:00:03 +00:00
|
|
|
version = "0.12.1"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:00:03 +00:00
|
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2023-03-17 21:34:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2022-05-10 00:30:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-06 16:59:57 +00:00
|
|
|
version = "0.4.1"
|
2022-05-10 00:30:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 16:59:57 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-05-10 00:30:08 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.3"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 18:40:03 +00:00
|
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-21 00:05:09 +00:00
|
|
|
version = "0.2.9"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 00:05:09 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-03-15 23:11:47 +00:00
|
|
|
"itoa",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-11-02 18:16:55 +00:00
|
|
|
version = "0.4.4"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 18:16:55 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-11-13 21:38:49 +00:00
|
|
|
version = "1.8.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 21:38:49 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "1.0.2"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-10 14:53:51 +00:00
|
|
|
version = "0.14.27"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:51 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-03-15 23:11:47 +00:00
|
|
|
"itoa",
|
2021-10-17 17:40:22 +00:00
|
|
|
"pin-project-lite",
|
2023-08-28 21:48:42 +00:00
|
|
|
"socket2 0.4.9",
|
2021-10-17 17:40:22 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:14:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-08-31 21:16:31 +00:00
|
|
|
version = "0.1.47"
|
2022-08-17 17:14:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 21:16:31 +00:00
|
|
|
checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7"
|
2022-08-17 17:14:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"js-sys",
|
2022-08-31 21:16:31 +00:00
|
|
|
"once_cell",
|
2022-08-17 17:14:14 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-28 04:32:20 +00:00
|
|
|
version = "1.9.3"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 04:32:20 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-03-17 21:34:25 +00:00
|
|
|
"hashbrown 0.12.1",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
2023-09-01 19:46:18 +00:00
|
|
|
"serde",
|
2023-07-10 14:53:39 +00:00
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.2",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.3.64"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.2.147"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-06-28 04:53:37 +00:00
|
|
|
version = "0.15.2+1.6.4"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 04:53:37 +00:00
|
|
|
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
2023-01-17 22:24:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.6"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 18:58:16 +00:00
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-15 04:38:20 +00:00
|
|
|
version = "0.4.20"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-15 04:38:20 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-04-24 18:13:35 +00:00
|
|
|
version = "2.5.0"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:13:35 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.8.8"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-03 02:10:10 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-07-10 14:53:39 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2023-09-24 05:51:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multer"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-23 18:02:56 +00:00
|
|
|
version = "0.2.11"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 18:02:56 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "newline-converter"
|
2023-04-24 18:11:35 +00:00
|
|
|
version = "0.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:11:35 +00:00
|
|
|
checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f"
|
2023-01-03 03:29:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2022-03-04 18:58:16 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-08-31 21:16:31 +00:00
|
|
|
version = "1.13.1"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 21:16:31 +00:00
|
|
|
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openapiv3"
|
2023-08-28 20:50:19 +00:00
|
|
|
version = "1.0.3"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:50:19 +00:00
|
|
|
checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
2023-09-01 19:46:18 +00:00
|
|
|
"indexmap 2.0.0",
|
2021-06-19 07:56:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-06-26 05:50:49 +00:00
|
|
|
version = "0.10.55"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 05:50:49 +00:00
|
|
|
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-03-26 01:05:31 +00:00
|
|
|
"openssl-macros",
|
2021-10-17 17:40:22 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2023-03-26 01:05:31 +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 1.0.109",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.1.5"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-06-26 05:50:49 +00:00
|
|
|
version = "0.9.90"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 05:50:49 +00:00
|
|
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-07-03 02:10:10 +00:00
|
|
|
"windows-sys 0.32.0",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-28 21:48:42 +00:00
|
|
|
version = "1.0.14"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:42 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2022-03-04 18:58:16 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-05 17:30:08 +00:00
|
|
|
version = "2.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 17:30:08 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-28 21:48:42 +00:00
|
|
|
version = "0.2.13"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:42 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.3.24"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2022-09-28 20:40:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
2023-04-25 16:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-09-11 17:27:55 +00:00
|
|
|
version = "0.2.15"
|
2023-04-25 16:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 17:27:55 +00:00
|
|
|
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
|
2023-04-25 16:11:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2023-04-25 16:11:52 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-09-24 05:50:35 +00:00
|
|
|
version = "1.0.67"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 05:50:35 +00:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
2022-05-18 22:18:52 +00:00
|
|
|
"unicode-ident",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:36:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2022-01-05 20:02:46 +00:00
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"percent-encoding",
|
2022-02-08 16:59:38 +00:00
|
|
|
"progenitor-client",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
|
|
|
"progenitor-macro",
|
2022-09-28 20:40:07 +00:00
|
|
|
"rand",
|
2023-09-08 00:28:50 +00:00
|
|
|
"regress",
|
2022-01-05 20:02:46 +00:00
|
|
|
"reqwest",
|
2022-01-15 02:01:59 +00:00
|
|
|
"schemars",
|
2021-10-17 17:40:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2021-10-29 14:16:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-client"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-29 14:16:39 +00:00
|
|
|
dependencies = [
|
2022-03-15 23:11:47 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2022-02-08 16:59:38 +00:00
|
|
|
"percent-encoding",
|
2021-10-29 14:16:39 +00:00
|
|
|
"reqwest",
|
2022-02-08 16:59:38 +00:00
|
|
|
"serde",
|
2021-10-29 14:16:39 +00:00
|
|
|
"serde_json",
|
2022-07-08 01:35:36 +00:00
|
|
|
"serde_urlencoded",
|
2021-10-29 14:16:39 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-impl"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-03-04 18:58:16 +00:00
|
|
|
"dropshot",
|
2021-10-17 17:40:22 +00:00
|
|
|
"expectorate",
|
|
|
|
"getopts",
|
2022-05-10 00:30:08 +00:00
|
|
|
"heck",
|
2022-03-15 23:11:47 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
2023-09-01 19:46:18 +00:00
|
|
|
"indexmap 2.0.0",
|
2021-10-17 17:40:22 +00:00
|
|
|
"openapiv3",
|
2021-10-02 18:40:03 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-04 04:14:01 +00:00
|
|
|
"regex",
|
2022-07-03 05:28:06 +00:00
|
|
|
"rustfmt-wrapper",
|
2021-10-02 18:40:03 +00:00
|
|
|
"schemars",
|
2021-06-19 07:56:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-14 16:58:57 +00:00
|
|
|
"serde_yaml",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-17 17:40:22 +00:00
|
|
|
"thiserror",
|
2021-10-02 18:40:03 +00:00
|
|
|
"typify",
|
2022-05-23 15:56:35 +00:00
|
|
|
"unicode-ident",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-macro"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"openapiv3",
|
2021-10-29 14:16:39 +00:00
|
|
|
"proc-macro2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
|
|
|
"quote",
|
2022-12-27 19:55:57 +00:00
|
|
|
"schemars",
|
2022-01-15 02:01:59 +00:00
|
|
|
"serde",
|
2021-10-17 17:40:22 +00:00
|
|
|
"serde_json",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-01-14 16:58:57 +00:00
|
|
|
"serde_yaml",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "project-root"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bccbff07d5ed689c4087d20d7307a52ab6141edeedf487c3876a55b86cf63df"
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-25 22:02:37 +00:00
|
|
|
version = "1.0.33"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 22:02:37 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-09-28 20:40:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-08-25 22:02:59 +00:00
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.6"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 22:02:59 +00:00
|
|
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-25 22:02:59 +00:00
|
|
|
version = "0.7.4"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 22:02:59 +00:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2023-08-28 19:18:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regress"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ed9969cad8051328011596bf549629f1b800cf1731e7964b1eef8dfc480d2c2"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-08-28 21:48:57 +00:00
|
|
|
version = "0.11.20"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:57 +00:00
|
|
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2021-10-17 17:40:22 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-15 02:01:59 +00:00
|
|
|
"h2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-09-28 00:07:04 +00:00
|
|
|
"once_cell",
|
2021-10-17 17:40:22 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-04-17 22:54:33 +00:00
|
|
|
"tokio-util",
|
2022-07-03 02:10:10 +00:00
|
|
|
"tower-service",
|
2021-10-17 17:40:22 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-23 17:43:14 +00:00
|
|
|
"wasm-streams",
|
2021-10-17 17:40:22 +00:00
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-09-24 05:51:40 +00:00
|
|
|
"spin 0.5.2",
|
2022-03-04 18:58:16 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-07-10 14:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2022-07-03 01:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-wrapper"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed729e3bee08ec2befd593c27e90ca9fdd25efdc83c94c3b82eaef16e4f7406e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-03-23 05:56:25 +00:00
|
|
|
"toml 0.5.9",
|
2022-07-03 01:56:22 +00:00
|
|
|
"toolchain_find",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-09-01 19:46:18 +00:00
|
|
|
version = "0.21.7"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 19:46:18 +00:00
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-04-17 22:54:20 +00:00
|
|
|
"rustls-webpki",
|
2022-03-04 18:58:16 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "1.0.3"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2023-04-17 22:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-08-25 22:01:58 +00:00
|
|
|
version = "0.101.4"
|
2023-04-17 22:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 22:01:58 +00:00
|
|
|
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
|
2023-04-17 22:54:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "1.0.9"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2021-10-02 18:40:03 +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",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
2023-09-01 19:46:18 +00:00
|
|
|
version = "0.8.13"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 19:46:18 +00:00
|
|
|
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
2022-01-15 02:01:59 +00:00
|
|
|
"chrono",
|
2021-10-02 18:40:03 +00:00
|
|
|
"dyn-clone",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
2023-09-01 19:46:18 +00:00
|
|
|
version = "0.8.13"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 19:46:18 +00:00
|
|
|
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
2023-03-20 14:48:45 +00:00
|
|
|
"syn 1.0.109",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2023-04-26 04:50:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
|
|
|
|
dependencies = [
|
2023-09-15 04:38:20 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-28 19:18:25 +00:00
|
|
|
version = "1.0.188"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 19:18:25 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-28 19:18:25 +00:00
|
|
|
version = "1.0.188"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 19:18:25 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2022-05-18 22:18:52 +00:00
|
|
|
version = "0.26.0"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 22:18:52 +00:00
|
|
|
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 14:48:45 +00:00
|
|
|
"syn 1.0.109",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-24 04:12:32 +00:00
|
|
|
version = "1.0.107"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 04:12:32 +00:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
2022-03-15 23:11:47 +00:00
|
|
|
"itoa",
|
2021-06-19 07:56:42 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
2023-03-23 05:56:25 +00:00
|
|
|
name = "serde_path_to_error"
|
2023-07-18 15:57:39 +00:00
|
|
|
version = "0.1.14"
|
2022-01-15 02:01:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 15:57:39 +00:00
|
|
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
2023-07-18 15:57:39 +00:00
|
|
|
"itoa",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.6.3"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2022-01-15 02:01:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-20 17:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_tokenstream"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2023-03-20 17:33:23 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-04 18:58:16 +00:00
|
|
|
version = "0.7.1"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 18:58:16 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-03-15 23:11:47 +00:00
|
|
|
"itoa",
|
2021-10-17 17:40:22 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-14 16:58:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-08-19 18:38:55 +00:00
|
|
|
version = "0.9.25"
|
2023-01-14 16:58:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:38:55 +00:00
|
|
|
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
2023-01-14 16:58:57 +00:00
|
|
|
dependencies = [
|
2023-08-19 18:38:55 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-01-14 16:58:57 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.10.5"
|
2022-08-22 16:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-08-22 16:34:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-10 00:30:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2023-01-03 03:29:31 +00:00
|
|
|
version = "2.2.1"
|
2022-05-10 00:30:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 03:29:31 +00:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2022-05-10 00:30:08 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
2023-09-01 19:46:18 +00:00
|
|
|
version = "2.8.0"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 19:46:18 +00:00
|
|
|
checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-bunyan"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "440fd32d0423c31e4f98d76c0b62ebdb847f905aa07357197e9b41ac620af97d"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
|
|
|
"slog",
|
|
|
|
"slog-json",
|
2023-09-19 17:39:54 +00:00
|
|
|
"time",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-json"
|
2022-05-12 22:07:48 +00:00
|
|
|
version = "2.6.1"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 22:07:48 +00:00
|
|
|
checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slog",
|
2023-09-19 17:39:54 +00:00
|
|
|
"time",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
2023-09-19 17:39:54 +00:00
|
|
|
"time",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.4.9"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-28 21:48:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-09-24 05:51:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-28 21:40:10 +00:00
|
|
|
version = "1.0.109"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 21:40:10 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-20 03:58:47 +00:00
|
|
|
"unicode-ident",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 14:48:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-19 17:37:18 +00:00
|
|
|
version = "2.0.32"
|
2023-03-20 14:48:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 17:37:18 +00:00
|
|
|
checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
|
2023-03-20 14:48:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "3.3.0"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-15 02:01:59 +00:00
|
|
|
"fastrand",
|
2021-10-02 18:40:03 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-08 00:28:37 +00:00
|
|
|
version = "1.0.48"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 00:28:37 +00:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-08 00:28:37 +00:00
|
|
|
version = "1.0.48"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 00:28:37 +00:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
|
|
|
dependencies = [
|
2022-03-15 23:11:47 +00:00
|
|
|
"itoa",
|
2022-03-04 18:58:16 +00:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-17 02:00:55 +00:00
|
|
|
version = "1.5.1"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-17 02:00:55 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-10-17 17:40: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-08-28 21:48:42 +00:00
|
|
|
version = "1.32.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:42 +00:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-07-10 14:53:39 +00:00
|
|
|
"backtrace",
|
2021-10-17 17:40:22 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2022-03-04 18:58:16 +00:00
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
2021-10-17 17:40:22 +00:00
|
|
|
"pin-project-lite",
|
2022-03-04 18:58:16 +00:00
|
|
|
"signal-hook-registry",
|
2023-08-28 21:48:42 +00:00
|
|
|
"socket2 0.5.3",
|
2022-03-04 18:58:16 +00:00
|
|
|
"tokio-macros",
|
2023-05-08 17:06:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-05-08 17:06:42 +00:00
|
|
|
version = "2.1.0"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:42 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.24.1"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-12 22:07:48 +00:00
|
|
|
version = "0.5.9"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 22:07:48 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-23 05:56:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.7.6"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-09-24 05:51:40 +00:00
|
|
|
"toml_edit 0.19.12",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.20.0",
|
2023-03-23 05:56:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.6.3"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-07-10 14:53:39 +00:00
|
|
|
version = "0.19.12"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 14:53:39 +00:00
|
|
|
checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
2023-07-10 14:53:39 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-09-24 05:51:40 +00:00
|
|
|
"winnow 0.4.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow 0.5.15",
|
2023-03-23 05:56:25 +00:00
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toolchain_find"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e85654a10e7a07a47c6f19d93818f3f343e22927f2fa280c84f7c8042743413"
|
|
|
|
dependencies = [
|
|
|
|
"home",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2023-01-17 03:21:36 +00:00
|
|
|
"semver 0.11.0",
|
2021-10-02 18:40:03 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typify"
|
2023-05-23 16:22:53 +00:00
|
|
|
version = "0.0.13"
|
2023-09-11 17:29:28 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"typify-impl",
|
|
|
|
"typify-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typify-impl"
|
2023-05-23 16:22:53 +00:00
|
|
|
version = "0.0.13"
|
2023-09-11 17:29:28 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
2022-05-10 00:30:08 +00:00
|
|
|
"heck",
|
2022-01-05 20:02:46 +00:00
|
|
|
"log",
|
2021-10-02 18:40:03 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-08 00:28:50 +00:00
|
|
|
"regress",
|
2021-10-02 18:40:03 +00:00
|
|
|
"schemars",
|
|
|
|
"serde_json",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-02 18:40:03 +00:00
|
|
|
"thiserror",
|
2022-07-03 02:09:38 +00:00
|
|
|
"unicode-ident",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typify-macro"
|
2023-05-23 16:22:53 +00:00
|
|
|
version = "0.0.13"
|
2023-09-11 17:29:28 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"schemars",
|
2022-01-15 02:01:59 +00:00
|
|
|
"serde",
|
2021-10-02 18:40:03 +00:00
|
|
|
"serde_json",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-02 18:40:03 +00:00
|
|
|
"typify-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|
|
|
|
2022-05-18 22:18:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-24 04:12:24 +00:00
|
|
|
version = "1.0.12"
|
2022-05-18 22:18:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 04:12:24 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-18 22:18:52 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-01-03 03:29:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-02 18:40:03 +00:00
|
|
|
version = "0.1.9"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 18:40:03 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-06-19 07:56:42 +00:00
|
|
|
|
2023-01-14 16:58:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-03-13 15:59:56 +00:00
|
|
|
version = "0.2.7"
|
2023-01-14 16:58:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 15:59:56 +00:00
|
|
|
checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c"
|
2023-01-14 16:58:57 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-11 23:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-05-11 06:17:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-08-08 15:31:00 +00:00
|
|
|
version = "1.4.1"
|
2022-05-11 06:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 15:31:00 +00:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-05-11 06:17:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
2023-04-26 04:50:04 +00:00
|
|
|
"wasm-bindgen",
|
2022-05-11 06:17:06 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-05-12 22:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-06-19 13:22:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waitgroup"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +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",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-11-02 18:16:55 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 18:16:55 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2022-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.2.87"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.2.87"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-17 17:14:14 +00:00
|
|
|
"once_cell",
|
2021-10-17 17:40:22 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-17 17:40:22 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.4.37"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.2.87"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.2.87"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-19 17:37:18 +00:00
|
|
|
"syn 2.0.32",
|
2021-10-17 17:40:22 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.2.87"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2023-04-26 04:50:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.3.37"
|
2023-04-26 04:50:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "6e6e302a7ea94f83a6d09e78e7dc7d9ca7b186bc2829c24a22d0753efd680671"
|
2023-04-26 04:50:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"scoped-tls",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test-macro"
|
2023-06-20 23:16:08 +00:00
|
|
|
version = "0.3.37"
|
2023-04-26 04:50:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 23:16:08 +00:00
|
|
|
checksum = "ecb993dd8c836930ed130e020e77d9b2e65dd0fbab1b67c790b0f5d80b11a575"
|
2023-04-26 04:50:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2023-01-23 17:43:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2023-08-28 21:48:57 +00:00
|
|
|
version = "0.3.0"
|
2023-01-23 17:43:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:57 +00:00
|
|
|
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
2023-01-23 17:43:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-10-02 18:40:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
|
|
|
|
dependencies = [
|
2022-07-03 02:10:10 +00:00
|
|
|
"windows_aarch64_msvc 0.32.0",
|
|
|
|
"windows_i686_gnu 0.32.0",
|
|
|
|
"windows_i686_msvc 0.32.0",
|
|
|
|
"windows_x86_64_gnu 0.32.0",
|
|
|
|
"windows_x86_64_msvc 0.32.0",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-11 23:35:15 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-05 15:41:18 +00:00
|
|
|
"windows-targets",
|
2023-04-11 23:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2022-11-28 18:05:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2023-03-23 05:56:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-06-19 13:22:15 +00:00
|
|
|
version = "0.4.7"
|
2023-03-23 05:56:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 13:22:15 +00:00
|
|
|
checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
|
2023-03-23 05:56:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-09-24 05:51:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-08-28 21:48:57 +00:00
|
|
|
version = "0.50.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 21:48:57 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-08-28 21:48:57 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|