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-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",
|
|
|
|
]
|
|
|
|
|
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-04-17 22:54:27 +00:00
|
|
|
version = "0.3.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 = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"
|
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
|
|
|
"is-terminal",
|
|
|
|
"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-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 = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"
|
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-05-15 16:03:16 +00:00
|
|
|
version = "1.0.71"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:03:16 +00:00
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.1.68"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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 = [
|
2022-11-28 18:05: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
|
|
|
|
2022-12-14 05:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-10 07:10:55 +00:00
|
|
|
version = "0.21.0"
|
2022-12-14 05:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-10 07:10:55 +00:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
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"
|
|
|
|
|
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-02-13 16:25:12 +00:00
|
|
|
version = "0.6.0"
|
2023-01-17 03:21:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 16:25:12 +00:00
|
|
|
checksum = "96f9cdd34d6eb553f9ea20e5bf84abb7b13c729f113fc1d8e49dc00ad9fa8738"
|
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-02-13 16:25:29 +00:00
|
|
|
version = "1.4.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 16:25:29 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2023-03-23 05:56:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
|
|
|
version = "8.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
|
|
|
|
dependencies = [
|
|
|
|
"semver 1.0.16",
|
|
|
|
"serde",
|
2023-03-23 05:56:25 +00:00
|
|
|
"toml 0.5.9",
|
2023-01-17 03:21:36 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
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-03-17 21:46:44 +00:00
|
|
|
version = "0.4.24"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 21:46:44 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
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-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-03-04 18:58:16 +00:00
|
|
|
"time 0.1.43",
|
2022-08-08 17:23:34 +00:00
|
|
|
"wasm-bindgen",
|
2021-10-17 17:40:22 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-05-08 17:06:24 +00:00
|
|
|
version = "4.2.7"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:24 +00:00
|
|
|
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
|
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
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-05-08 17:06:24 +00:00
|
|
|
version = "4.2.7"
|
2023-04-03 21:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:24 +00:00
|
|
|
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
|
2023-04-03 21:54:54 +00:00
|
|
|
dependencies = [
|
2023-04-11 23:35:15 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-04-03 21:54:54 +00:00
|
|
|
"bitflags",
|
2022-07-03 02:09:38 +00:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "4.2.0"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
2022-07-03 02:09:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2022-07-03 02:09:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-04-03 21:54:54 +00:00
|
|
|
version = "0.4.1"
|
2022-07-03 02:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 21:54:54 +00:00
|
|
|
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
2022-07-03 02:09:38 +00:00
|
|
|
|
2023-04-11 23:35:15 +00:00
|
|
|
[[package]]
|
2023-04-17 22:54:27 +00:00
|
|
|
name = "colorchoice"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:27 +00:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-04-11 23:35:15 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
2022-05-10 00:30:08 +00:00
|
|
|
name = "console"
|
2023-04-24 18:11:35 +00:00
|
|
|
version = "0.15.5"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:11:35 +00:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2022-05-10 00:30:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2023-01-03 03:29:31 +00:00
|
|
|
"lazy_static",
|
2022-05-10 00:30:08 +00:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-01-03 03:29:31 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-05-10 00:30:08 +00:00
|
|
|
]
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2023-04-26 04:50:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1079fb8528d9f9c888b1e8aa651e6e079ade467323d58f75faf1d30b1808f540"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.10.6"
|
2022-08-22 16:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-08-22 16:34:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dropshot"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.9.1-dev"
|
2023-05-15 16:02:44 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#3c45d4d37ae73b30cf2e9b3aed871e4a56963b61"
|
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",
|
|
|
|
"dropshot_endpoint",
|
2023-03-23 05:56:25 +00:00
|
|
|
"form_urlencoded",
|
2022-03-04 18:58:16 +00:00
|
|
|
"futures",
|
|
|
|
"hostname",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"indexmap",
|
|
|
|
"openapiv3",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"proc-macro2",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_path_to_error",
|
2022-03-04 18:58:16 +00:00
|
|
|
"serde_urlencoded",
|
2022-08-22 16:34:58 +00:00
|
|
|
"sha1",
|
2022-03-04 18:58:16 +00:00
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-bunyan",
|
|
|
|
"slog-json",
|
|
|
|
"slog-term",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2023-03-23 05:56:25 +00:00
|
|
|
"toml 0.7.3",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2022-05-12 22:07:48 +00:00
|
|
|
"version_check",
|
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-05-15 16:02:44 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/dropshot#3c45d4d37ae73b30cf2e9b3aed871e4a56963b61"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.3.1"
|
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 = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2022-11-28 18:05:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-11 23:35:15 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-28 18:05:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2023-04-26 04:50:04 +00:00
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expectorate"
|
2023-04-24 18:11:35 +00:00
|
|
|
version = "1.0.7"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:11:35 +00:00
|
|
|
checksum = "710ab6a2d57038a835d66f78d5af3fa5d27c1ec4682f823b9203c48826cb0591"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-05-10 00:30:08 +00:00
|
|
|
"console",
|
2021-10-17 17:40:22 +00:00
|
|
|
"newline-converter",
|
2022-05-10 00:30:08 +00:00
|
|
|
"similar",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-03-23 05:56:25 +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-03-23 05:56:25 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-01-05 20:02:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-sink",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-11 23:34:54 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:34:54 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2022-01-05 20:02:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-01-05 20:02:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-01-05 20:02:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2022-01-05 20:02:46 +00:00
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-17 22:54:20 +00:00
|
|
|
version = "0.3.28"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-channel",
|
2021-10-17 17:40:22 +00:00
|
|
|
"futures-core",
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2021-10-17 17:40:22 +00:00
|
|
|
"futures-task",
|
2022-01-05 20:02:46 +00:00
|
|
|
"memchr",
|
2021-10-17 17:40:22 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2022-01-05 20:02:46 +00:00
|
|
|
"slab",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.2.4"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-26 04:50:04 +00:00
|
|
|
"js-sys",
|
2021-10-02 18:40:03 +00:00
|
|
|
"libc",
|
2022-07-03 02:10:10 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2023-04-26 04:50:04 +00:00
|
|
|
"wasm-bindgen",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-02-13 16:25:12 +00:00
|
|
|
version = "0.16.1"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 16:25:12 +00:00
|
|
|
checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
|
2023-01-17 22:24:44 +00:00
|
|
|
dependencies = [
|
2023-03-28 04:31:49 +00:00
|
|
|
"bitflags",
|
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",
|
|
|
|
"indexmap",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.3.1"
|
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 = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-04-17 22:54:33 +00:00
|
|
|
version = "0.14.26"
|
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 = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
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",
|
|
|
|
"socket2",
|
|
|
|
"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
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-15 02:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.4.7"
|
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 = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2022-11-28 18:05:20 +00:00
|
|
|
dependencies = [
|
2023-04-11 23:35:15 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2022-11-28 18:05:20 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-04-11 23:35:15 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-28 18:05:20 +00:00
|
|
|
]
|
|
|
|
|
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-04-26 04:50:04 +00:00
|
|
|
version = "0.3.61"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
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-04-11 23:35:15 +00:00
|
|
|
version = "0.2.141"
|
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 = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
2022-11-28 18:05:20 +00:00
|
|
|
|
2023-01-17 22:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-01-22 05:55:27 +00:00
|
|
|
version = "0.14.2+1.5.1"
|
2023-01-17 22:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-22 05:55:27 +00:00
|
|
|
checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.3.1"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:35:15 +00:00
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
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"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-04-24 18:13:35 +00:00
|
|
|
version = "2.5.0"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:13:35 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-07-03 02:10:10 +00:00
|
|
|
version = "0.8.4"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-03 02:10:10 +00:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-07-03 02:10:10 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys 0.36.1",
|
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-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2022-11-28 18:05: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",
|
|
|
|
]
|
|
|
|
|
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-03-23 05:56:25 +00:00
|
|
|
version = "1.0.2"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "7b1a9f106eb0a780abd17ba9fca8e0843e3461630bcbe2af0ad4d5d3ba4e9aa4"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-03-26 01:05:31 +00:00
|
|
|
version = "0.10.48"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 01:05:31 +00:00
|
|
|
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-03-28 04:31:49 +00:00
|
|
|
"bitflags",
|
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-03-26 01:05:31 +00:00
|
|
|
version = "0.9.83"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 01:05:31 +00:00
|
|
|
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-07-03 02:10:10 +00:00
|
|
|
"windows-sys 0.32.0",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "1.0.12"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2022-03-04 18:58:16 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-08 21:36:19 +00:00
|
|
|
version = "2.2.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 21:36:19 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "0.2.8"
|
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 = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
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-05-15 16:03:52 +00:00
|
|
|
version = "0.2.5"
|
2023-04-25 16:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:03:52 +00:00
|
|
|
checksum = "617feabb81566b593beb4886fb8c1f38064169dae4dccad0e3220160c3b37203"
|
2023-04-25 16:11:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2023-04-25 16:11:52 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-05-15 16:02:37 +00:00
|
|
|
version = "1.0.57"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:02:37 +00:00
|
|
|
checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
2022-05-18 22:18:52 +00:00
|
|
|
"unicode-ident",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 07:36:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2023-01-17 03:21:36 +00:00
|
|
|
"built",
|
2022-01-05 20:02:46 +00:00
|
|
|
"chrono",
|
2022-07-03 02:09:38 +00:00
|
|
|
"clap",
|
2022-01-05 20:02:46 +00:00
|
|
|
"futures",
|
2021-06-19 07:56:42 +00:00
|
|
|
"openapiv3",
|
2022-01-05 20:02:46 +00:00
|
|
|
"percent-encoding",
|
2022-02-08 16:59:38 +00:00
|
|
|
"progenitor-client",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
|
|
|
"progenitor-macro",
|
2023-01-17 03:21:36 +00:00
|
|
|
"project-root",
|
2022-09-28 20:40:07 +00:00
|
|
|
"rand",
|
2023-05-02 20:55:50 +00:00
|
|
|
"regress",
|
2022-01-05 20:02:46 +00:00
|
|
|
"reqwest",
|
2023-04-25 16:11:52 +00:00
|
|
|
"rustfmt-wrapper",
|
2022-01-15 02:01:59 +00:00
|
|
|
"schemars",
|
2021-10-17 17:40:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-14 16:58:57 +00:00
|
|
|
"serde_yaml",
|
2022-05-18 22:18:52 +00:00
|
|
|
"uuid",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
|
|
|
|
2021-10-29 14:16:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-client"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-29 14:16:39 +00:00
|
|
|
dependencies = [
|
2022-03-15 23:11:47 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2022-02-08 16:59:38 +00:00
|
|
|
"percent-encoding",
|
2021-10-29 14:16:39 +00:00
|
|
|
"reqwest",
|
2022-02-08 16:59:38 +00:00
|
|
|
"serde",
|
2021-10-29 14:16:39 +00:00
|
|
|
"serde_json",
|
2022-07-08 01:35:36 +00:00
|
|
|
"serde_urlencoded",
|
2021-10-29 14:16:39 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-impl"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2022-03-04 18:58:16 +00:00
|
|
|
"dropshot",
|
2021-10-17 17:40:22 +00:00
|
|
|
"expectorate",
|
|
|
|
"getopts",
|
2022-05-10 00:30:08 +00:00
|
|
|
"heck",
|
2022-03-15 23:11:47 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
2021-10-17 17:40:22 +00:00
|
|
|
"indexmap",
|
|
|
|
"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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2021-10-17 17:40:22 +00:00
|
|
|
"thiserror",
|
2021-10-02 18:40:03 +00:00
|
|
|
"typify",
|
2022-05-23 15:56:35 +00:00
|
|
|
"unicode-ident",
|
2021-06-19 07:56:42 +00:00
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "progenitor-macro"
|
2023-05-03 18:58:49 +00:00
|
|
|
version = "0.3.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"openapiv3",
|
2021-10-29 14:16:39 +00:00
|
|
|
"proc-macro2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
|
|
|
"quote",
|
2022-12-27 19:55:57 +00:00
|
|
|
"schemars",
|
2022-01-15 02:01:59 +00:00
|
|
|
"serde",
|
2021-10-17 17:40:22 +00:00
|
|
|
"serde_json",
|
2023-03-23 05:56:25 +00:00
|
|
|
"serde_tokenstream",
|
2023-01-14 16:58:57 +00:00
|
|
|
"serde_yaml",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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-03-20 14:48:45 +00:00
|
|
|
version = "1.0.26"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 14:48:45 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
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-03-28 04:31:49 +00:00
|
|
|
"bitflags",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-24 18:13:35 +00:00
|
|
|
version = "1.8.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 = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-24 18:13:35 +00:00
|
|
|
version = "0.7.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 = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
2021-10-02 18:40:03 +00:00
|
|
|
|
2023-05-01 21:25:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regress"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-05-08 17:06:32 +00:00
|
|
|
version = "0.11.17"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:32 +00:00
|
|
|
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-03-23 05:56:25 +00:00
|
|
|
"base64",
|
2021-10-17 17:40:22 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-15 02:01:59 +00:00
|
|
|
"h2",
|
2021-10-17 17:40:22 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-09-28 00:07:04 +00:00
|
|
|
"once_cell",
|
2021-10-17 17:40:22 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-04-17 22:54:33 +00:00
|
|
|
"tokio-util",
|
2022-07-03 02:10:10 +00:00
|
|
|
"tower-service",
|
2021-10-17 17:40:22 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-23 17:43:14 +00:00
|
|
|
"wasm-streams",
|
2021-10-17 17:40:22 +00:00
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-03 01:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-wrapper"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed729e3bee08ec2befd593c27e90ca9fdd25efdc83c94c3b82eaef16e4f7406e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-03-23 05:56:25 +00:00
|
|
|
"toml 0.5.9",
|
2022-07-03 01:56:22 +00:00
|
|
|
"toolchain_find",
|
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-11 23:35:15 +00:00
|
|
|
version = "0.37.7"
|
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 = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
|
2022-11-28 18:05:20 +00:00
|
|
|
dependencies = [
|
2023-03-28 04:31:49 +00:00
|
|
|
"bitflags",
|
2022-11-28 18:05:20 +00:00
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-11 23:35:15 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-28 18:05:20 +00:00
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-05-15 16:02:44 +00:00
|
|
|
version = "0.21.1"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:02:44 +00:00
|
|
|
checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
|
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-03-23 05:56:25 +00:00
|
|
|
version = "1.0.2"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
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"
|
|
|
|
version = "0.100.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
|
|
|
|
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-02-28 21:40:19 +00:00
|
|
|
version = "0.8.12"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 21:40:19 +00:00
|
|
|
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
|
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-02-28 21:40:19 +00:00
|
|
|
version = "0.8.12"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 21:40:19 +00:00
|
|
|
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
|
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-03-28 04:31:49 +00:00
|
|
|
"bitflags",
|
2021-10-17 17:40:22 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2023-01-17 03:21:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2021-06-19 07:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-05-15 16:02:50 +00:00
|
|
|
version = "1.0.163"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:02:50 +00:00
|
|
|
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
2021-06-19 07:56:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-05-15 16:02:50 +00:00
|
|
|
version = "1.0.163"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:02:50 +00:00
|
|
|
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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-04-24 18:12:03 +00:00
|
|
|
version = "1.0.96"
|
2021-06-19 07:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 18:12:03 +00:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
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"
|
|
|
|
version = "0.1.11"
|
2022-01-15 02:01:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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-04-11 23:34:43 +00:00
|
|
|
version = "0.9.21"
|
2023-01-14 16:58:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 23:34:43 +00:00
|
|
|
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
|
2023-01-14 16:58:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-03-23 05:56:25 +00:00
|
|
|
version = "0.10.5"
|
2022-08-22 16:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 05:56:25 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-08-22 16:34:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-10 00:30:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2023-01-03 03:29:31 +00:00
|
|
|
version = "2.2.1"
|
2022-05-10 00:30:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 03:29:31 +00:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2022-05-10 00:30:08 +00:00
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
|
|
|
|
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",
|
|
|
|
"time 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"time 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"time 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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-05-15 16:03:52 +00:00
|
|
|
version = "2.0.16"
|
2023-03-20 14:48:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 16:03:52 +00:00
|
|
|
checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
|
2023-03-20 14:48:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-15 02:01:59 +00:00
|
|
|
version = "3.3.0"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 02:01:59 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-15 02:01:59 +00:00
|
|
|
"fastrand",
|
2021-10-02 18:40:03 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-20 20:32:47 +00:00
|
|
|
version = "1.0.40"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 20:32:47 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-20 20:32:47 +00:00
|
|
|
version = "1.0.40"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 20:32:47 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-11-02 18:16:55 +00:00
|
|
|
version = "0.1.43"
|
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 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[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-05-08 17:06:42 +00:00
|
|
|
version = "1.28.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:42 +00:00
|
|
|
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
2023-04-17 22:54:20 +00:00
|
|
|
"autocfg",
|
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",
|
|
|
|
"socket2",
|
|
|
|
"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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
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-04-17 22:54:20 +00:00
|
|
|
version = "0.24.0"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 22:54:20 +00:00
|
|
|
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-03-04 18:58:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-12 22:07:48 +00:00
|
|
|
version = "0.5.9"
|
2022-03-04 18:58:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 22:07:48 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2022-03-04 18:58:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-23 05:56:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toolchain_find"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e85654a10e7a07a47c6f19d93818f3f343e22927f2fa280c84f7c8042743413"
|
|
|
|
dependencies = [
|
|
|
|
"home",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2023-01-17 03:21:36 +00:00
|
|
|
"semver 0.11.0",
|
2021-10-02 18:40:03 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2022-08-22 16:34:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
2021-10-02 18:40:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typify"
|
2023-05-03 18:54:57 +00:00
|
|
|
version = "0.0.12"
|
2023-05-08 17:04:30 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30"
|
2021-10-02 18:40:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"typify-impl",
|
|
|
|
"typify-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typify-impl"
|
2023-05-03 18:54:57 +00:00
|
|
|
version = "0.0.12"
|
2023-05-08 17:04:30 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30"
|
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-05-02 20:55:50 +00:00
|
|
|
"regress",
|
2021-10-02 18:40:03 +00:00
|
|
|
"schemars",
|
|
|
|
"serde_json",
|
2023-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2021-10-02 18:40:03 +00:00
|
|
|
"thiserror",
|
2022-07-03 02:09:38 +00:00
|
|
|
"unicode-ident",
|
2021-10-02 18:40:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typify-macro"
|
2023-05-03 18:54:57 +00:00
|
|
|
version = "0.0.12"
|
2023-05-08 17:04:30 +00:00
|
|
|
source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30"
|
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-05-15 16:03:52 +00:00
|
|
|
"syn 2.0.16",
|
2021-10-02 18:40:03 +00:00
|
|
|
"typify-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|
|
|
|
2022-05-18 22:18:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-06 19:23:36 +00:00
|
|
|
version = "1.0.8"
|
2022-05-18 22:18:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 19:23:36 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
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-05-08 17:06:17 +00:00
|
|
|
version = "1.3.2"
|
2022-05-11 06:17:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 17:06:17 +00:00
|
|
|
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
|
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"
|
|
|
|
|
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-04-26 04:50:04 +00:00
|
|
|
version = "0.2.84"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-04-26 04:50:04 +00:00
|
|
|
version = "0.2.84"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
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-03-20 14:48:45 +00:00
|
|
|
"syn 1.0.109",
|
2021-10-17 17:40:22 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-04-26 04:50:04 +00:00
|
|
|
version = "0.4.34"
|
2021-10-02 18:40:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-04-26 04:50:04 +00:00
|
|
|
version = "0.2.84"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-04-26 04:50:04 +00:00
|
|
|
version = "0.2.84"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 14:48:45 +00:00
|
|
|
"syn 1.0.109",
|
2021-10-17 17:40:22 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-04-26 04:50:04 +00:00
|
|
|
version = "0.2.84"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 04:50:04 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test"
|
|
|
|
version = "0.3.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b"
|
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"scoped-tls",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test-macro"
|
|
|
|
version = "0.3.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
2021-10-17 17:40:22 +00:00
|
|
|
|
2023-01-23 17:43:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-03-04 18:58:16 +00:00
|
|
|
]
|
|
|
|
|
2022-11-28 18:05:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-11 23:35:15 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
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-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
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-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
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-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-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-07-03 02:10:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-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"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "deac0939bd6e4f24ab5919fbf751c97a8cfc8543bb083a305ed5c0c10bb241d1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-17 17:40:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-05-17 17:22:24 +00:00
|
|
|
version = "0.10.1"
|
2021-10-17 17:40:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-17 17:22:24 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2021-10-17 17:40:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|