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-10-11 15:39:16 +00:00
|
|
|
version = "0.6.4"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 15:39:16 +00:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
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-10-11 15:39:16 +00:00
|
|
|
version = "3.0.1"
|
2023-04-11 23:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 15:39:16 +00:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-10-21 16:00:47 +00:00
|
|
|
version = "0.1.74"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 16:00:47 +00:00
|
|
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-10-30 15:35:25 +00:00
|
|
|
version = "0.21.5"
|
2022-12-14 05:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 15:35:25 +00:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
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-10-16 16:26:47 +00:00
|
|
|
version = "0.7.1"
|
2023-01-17 03:21:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:26:47 +00:00
|
|
|
checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53"
|
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 = [
|
2023-11-13 16:47:28 +00:00
|
|
|
"semver",
|
2023-01-17 03:21:36 +00:00
|
|
|
"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"
|
2023-09-25 21:31:54 +00:00
|
|
|
version = "0.4.0"
|
2023-05-17 16:46:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"built",
|
|
|
|
"clap",
|
2023-09-15 04:38:20 +00:00
|
|
|
"env_logger",
|
2023-10-21 16:00:47 +00:00
|
|
|
"openapiv3",
|
2023-05-17 16:46:17 +00:00
|
|
|
"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-10-02 16:25:20 +00:00
|
|
|
"windows-targets 0.48.0",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-11 15:39:16 +00:00
|
|
|
version = "4.4.6"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 15:39:16 +00:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
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-10-11 15:39:16 +00:00
|
|
|
version = "4.4.6"
|
2023-04-03 21:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 15:39:16 +00:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-10-02 16:25:20 +00:00
|
|
|
version = "0.15.7"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 16:25:20 +00:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
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-10-02 16:25:20 +00:00
|
|
|
"windows-sys 0.45.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-10-21 16:00:47 +00:00
|
|
|
version = "0.10.7"
|
2022-08-22 16:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 16:00:47 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
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-11-11 03:52:08 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc"
|
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-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-09-24 05:51:40 +00:00
|
|
|
"multer",
|
2023-10-21 16:00:47 +00:00
|
|
|
"openapiv3",
|
2022-03-04 18:58:16 +00:00
|
|
|
"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-10-21 16:00:47 +00:00
|
|
|
"toml 0.8.2",
|
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-11-11 03:52:08 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
2023-04-26 04:50:04 +00:00
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expectorate"
|
2023-10-02 16:25:20 +00:00
|
|
|
version = "1.1.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 16:25:20 +00:00
|
|
|
checksum = "de6f19b25bdfa2747ae775f37cd109c31f1272d4e4c83095be0727840aa1d75f"
|
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"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "2.0.1"
|
2022-01-15 02:01:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-01-15 02:01:59 +00:00
|
|
|
|
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-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
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-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
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-10-30 15:34:53 +00:00
|
|
|
version = "0.3.29"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 15:34:53 +00:00
|
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
2022-01-05 20:02:46 +00:00
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-11-03 17:51:06 +00:00
|
|
|
version = "0.3.29"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:51:06 +00:00
|
|
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
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-09-25 22:09:18 +00:00
|
|
|
version = "0.18.1"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 22:09:18 +00:00
|
|
|
checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
2023-01-17 22:24:44 +00:00
|
|
|
dependencies = [
|
2023-09-25 22:09:18 +00:00
|
|
|
"bitflags 2.4.0",
|
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"
|
2023-10-16 17:28:22 +00:00
|
|
|
version = "0.14.1"
|
2023-07-10 14:53:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 17:28:22 +00:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-07-10 14:53:39 +00:00
|
|
|
|
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"
|
2023-11-06 19:33:12 +00:00
|
|
|
version = "2.1.0"
|
2023-07-10 14:53:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-06 19:33:12 +00:00
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
2023-07-10 14:53:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-16 17:28:22 +00:00
|
|
|
"hashbrown 0.14.1",
|
2023-09-01 19:46:18 +00:00
|
|
|
"serde",
|
2023-07-10 14:53:39 +00:00
|
|
|
]
|
|
|
|
|
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-11-13 16:47:28 +00:00
|
|
|
version = "0.2.150"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-09-25 22:09:18 +00:00
|
|
|
version = "0.16.1+1.7.1"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 22:09:18 +00:00
|
|
|
checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
|
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"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "0.4.11"
|
2023-09-15 04:38:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
2023-09-15 04:38:20 +00:00
|
|
|
|
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-09-24 05:52:19 +00:00
|
|
|
version = "2.6.3"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 05:52:19 +00:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
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-10-21 16:00:47 +00:00
|
|
|
version = "2.0.0-rc.1"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 16:00:47 +00:00
|
|
|
checksum = "25316406f0191559189c56d99731b63130775de7284d98df5e976ce67882ca8a"
|
2023-10-21 07:55:40 +00:00
|
|
|
dependencies = [
|
2023-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-10-21 07:55:40 +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",
|
2023-11-13 16:47:28 +00:00
|
|
|
"redox_syscall 0.2.10",
|
2022-03-04 18:58:16 +00:00
|
|
|
"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
|
|
|
|
|
|
|
[[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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
2023-04-25 16:11:52 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-16 16:26:36 +00:00
|
|
|
version = "1.0.69"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:26:36 +00:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
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-09-25 21:31:54 +00:00
|
|
|
version = "0.4.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-09-25 21:31:54 +00:00
|
|
|
version = "0.4.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-09-25 21:31:54 +00:00
|
|
|
version = "0.4.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-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-10-21 16:00:47 +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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-09-25 21:31:54 +00:00
|
|
|
version = "0.4.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-10-21 16:00:47 +00:00
|
|
|
"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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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
|
|
|
]
|
|
|
|
|
2023-11-13 16:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
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",
|
2023-11-13 16:47:28 +00:00
|
|
|
"redox_syscall 0.2.10",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-23 21:59:39 +00:00
|
|
|
version = "1.10.2"
|
2023-08-25 22:02:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 21:59:39 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2023-08-25 22:02:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-23 21:59:39 +00:00
|
|
|
version = "0.4.3"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 21:59:39 +00:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-23 21:59:39 +00:00
|
|
|
version = "0.8.2"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 21:59:39 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
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-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-13 20:21:47 +00:00
|
|
|
version = "0.11.22"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 20:21:47 +00:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
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",
|
2023-10-13 20:21:47 +00:00
|
|
|
"system-configuration",
|
2021-10-17 17:40:22 +00:00
|
|
|
"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"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "0.2.1"
|
2022-07-03 01:56:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "f1adc9dfed5cc999077978cc7163b9282c5751c8d39827c4ea8c8c220ca5a440"
|
2022-07-03 01:56:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-11-13 16:47:28 +00:00
|
|
|
"toml 0.8.2",
|
2022-07-03 01:56:22 +00:00
|
|
|
"toolchain_find",
|
|
|
|
]
|
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "0.38.21"
|
2023-09-15 04:38:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
2023-09-15 04:38:20 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-09-25 21:29:31 +00:00
|
|
|
version = "1.0.16"
|
2023-01-17 03:21:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 21:29:31 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2023-01-17 03:21:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-14 17:25:58 +00:00
|
|
|
version = "1.0.192"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-14 17:25:58 +00:00
|
|
|
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-14 17:25:58 +00:00
|
|
|
version = "1.0.192"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-14 17:25:58 +00:00
|
|
|
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-11 03:51:50 +00:00
|
|
|
version = "1.0.108"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-11 03:51:50 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-06 19:33:57 +00:00
|
|
|
version = "0.9.27"
|
2023-01-14 16:58:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-06 19:33:57 +00:00
|
|
|
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
|
2023-01-14 16:58:57 +00:00
|
|
|
dependencies = [
|
2023-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.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-10-21 16:00:47 +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-10-21 16:00:47 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
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-11-13 16:46:56 +00:00
|
|
|
version = "2.0.39"
|
2023-03-20 14:48:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:46:56 +00:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2023-03-20 14:48:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-10-13 20:21:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "3.8.1"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-15 02:01:59 +00:00
|
|
|
"fastrand",
|
2023-11-13 16:47:28 +00:00
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
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-10-23 21:59:08 +00:00
|
|
|
version = "1.0.50"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 21:59:08 +00:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-23 21:59:08 +00:00
|
|
|
version = "1.0.50"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 21:59:08 +00:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-11 03:52:08 +00:00
|
|
|
version = "1.33.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-11 03:52:08 +00:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-10-21 16:00:47 +00:00
|
|
|
version = "0.8.2"
|
2023-09-24 05:51:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 16:00:47 +00:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-09-24 05:51:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-10-21 16:00:47 +00:00
|
|
|
"toml_edit 0.20.2",
|
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-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.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"
|
2023-10-21 16:00:47 +00:00
|
|
|
version = "0.20.2"
|
2023-09-24 05:51:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 16:00:47 +00:00
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-09-24 05:51:40 +00:00
|
|
|
dependencies = [
|
2023-11-06 19:33:12 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-09-24 05:51:40 +00:00
|
|
|
"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"
|
2023-11-13 16:47:28 +00:00
|
|
|
version = "0.4.0"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 16:47:28 +00:00
|
|
|
checksum = "ebc8c9a7f0a2966e1acdaf0461023d0b01471eeead645370cf4c3f5cff153f2a"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"home",
|
2023-11-13 16:47:28 +00:00
|
|
|
"once_cell",
|
2021-10-02 18:40:03 +00:00
|
|
|
"regex",
|
2023-11-13 16:47:28 +00:00
|
|
|
"semver",
|
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-09-25 05:30:01 +00:00
|
|
|
version = "0.0.14"
|
2023-10-23 22:00:27 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#4fbc86c05a7959ae768088100680957404b9d489"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"typify-impl",
|
|
|
|
"typify-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typify-impl"
|
2023-09-25 05:30:01 +00:00
|
|
|
version = "0.0.14"
|
2023-10-23 22:00:27 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#4fbc86c05a7959ae768088100680957404b9d489"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-09-25 05:30:01 +00:00
|
|
|
version = "0.0.14"
|
2023-10-23 22:00:27 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#4fbc86c05a7959ae768088100680957404b9d489"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
2021-10-02 18:40:03 +00:00
|
|
|
"typify-impl",
|
|
|
|
]
|
|
|
|
|
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-11-30 03:26:45 +00:00
|
|
|
version = "1.6.1"
|
2022-05-11 06:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 03:26:45 +00:00
|
|
|
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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-11-13 16:46:56 +00:00
|
|
|
"syn 2.0.39",
|
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"
|
2023-10-02 16:25:20 +00:00
|
|
|
version = "0.45.0"
|
2022-11-28 18:05:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 16:25:20 +00:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2022-11-28 18:05:20 +00:00
|
|
|
dependencies = [
|
2023-10-02 16:25:20 +00:00
|
|
|
"windows-targets 0.42.2",
|
2023-04-11 23:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-10-02 16:25:20 +00:00
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"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",
|
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
|
|
|
]
|