2021-12-12 00:36:40 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "0.7.20"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-01-23 02:22:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-02-13 00:03:34 -06:00
|
|
|
version = "1.0.69"
|
2022-01-23 02:22:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 00:03:34 -06:00
|
|
|
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
2022-01-23 02:22:41 -06:00
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "1.8.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
2022-12-18 00:41:14 -06:00
|
|
|
"concurrent-queue",
|
2022-08-22 21:20:10 -05:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "1.5.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
2022-11-13 14:46:20 -06:00
|
|
|
"async-lock",
|
2022-08-22 21:20:10 -05:00
|
|
|
"async-task",
|
2022-12-18 00:41:14 -06:00
|
|
|
"concurrent-queue",
|
2022-08-22 21:20:10 -05:00
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "2.3.1"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "1.12.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
2022-11-13 14:46:20 -06:00
|
|
|
"async-lock",
|
2022-08-22 21:20:10 -05:00
|
|
|
"autocfg",
|
2022-12-18 00:41:14 -06:00
|
|
|
"concurrent-queue",
|
2022-08-22 21:20:10 -05:00
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
2023-02-13 00:03:34 -06:00
|
|
|
"windows-sys 0.42.0",
|
2022-08-22 21:20:10 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "2.6.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
2022-11-13 14:46:20 -06:00
|
|
|
"futures-lite",
|
2022-08-22 21:20:10 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-object-pool"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "1.6.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2022-12-18 00:41:14 -06:00
|
|
|
"async-lock",
|
2022-08-22 21:20:10 -05:00
|
|
|
"autocfg",
|
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
2023-02-13 00:03:34 -06:00
|
|
|
"windows-sys 0.42.0",
|
2022-08-22 21:20:10 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-process",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.1.64"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "1.1.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
2022-08-22 21:20:10 -05:00
|
|
|
|
2021-12-12 02:49:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2022-12-18 00:41:14 -06:00
|
|
|
"hermit-abi 0.1.19",
|
2021-12-12 02:49:21 -06:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-10 20:18:41 -06:00
|
|
|
version = "1.1.0"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 20:18:41 -06:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "0.13.1"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
2023-01-30 23:07:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "basic-cookies"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb53b6b315f924c7f113b162e53b3901c05fc9966baf84d201dfcc7432a4bb38"
|
|
|
|
dependencies = [
|
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "1.3.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2022-12-18 00:41:14 -06:00
|
|
|
"async-lock",
|
2022-08-22 21:20:10 -05:00
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "3.12.0"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-13 00:03:34 -06:00
|
|
|
version = "1.4.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 00:03:34 -06:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-08-22 21:20:10 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "1.0.79"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-12-12 02:49:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "4.1.4"
|
2021-12-12 02:49:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
|
2021-12-12 02:49:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-04-03 20:27:45 -05:00
|
|
|
"clap_derive",
|
2022-04-16 02:13:09 -05:00
|
|
|
"clap_lex",
|
2022-12-18 00:41:14 -06:00
|
|
|
"is-terminal",
|
2022-07-20 22:14:33 -05:00
|
|
|
"once_cell",
|
2021-12-12 02:49:21 -06:00
|
|
|
"strsim",
|
2022-04-03 20:27:45 -05:00
|
|
|
"termcolor",
|
|
|
|
"terminal_size",
|
|
|
|
"unicase",
|
2022-11-13 14:46:20 -06:00
|
|
|
"unicode-width",
|
2022-04-03 20:27:45 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "4.1.0"
|
2022-04-03 20:27:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
|
2022-04-03 20:27:45 -05:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-12-12 02:49:21 -06:00
|
|
|
]
|
|
|
|
|
2022-04-16 02:13:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.1"
|
2022-04-16 02:13:09 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
|
2022-04-16 02:13:09 -05:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-11-13 14:46:20 -06:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "2.1.0"
|
2022-11-13 14:46:20 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-11-13 14:46:20 -06:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-03-10 20:18:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "0.8.14"
|
2022-03-10 20:18:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2022-03-10 20:18:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "0.1.26"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "0.4.59+curl-7.86.0"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libnghttp2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-10 20:18:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "5.4.0"
|
2022-03-10 20:18:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-03-10 20:18:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-07-20 22:14:33 -05:00
|
|
|
"hashbrown",
|
|
|
|
"lock_api",
|
2022-11-13 14:46:20 -06:00
|
|
|
"once_cell",
|
2022-07-20 22:14:33 -05:00
|
|
|
"parking_lot_core",
|
2022-03-10 20:18:41 -06:00
|
|
|
]
|
|
|
|
|
2022-01-23 15:12:27 -06:00
|
|
|
[[package]]
|
2023-01-30 23:16:02 -06:00
|
|
|
name = "die-exit"
|
|
|
|
version = "0.4.0"
|
2022-11-13 15:16:48 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:16:02 -06:00
|
|
|
checksum = "38c7de4151fc657b3ef1c90aebd13b25d089166f1f8c1d0a7950ebdfe6499f49"
|
2022-01-23 15:12:27 -06:00
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
2021-12-12 02:49:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
version = "4.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2022-08-22 21:20:10 -05: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",
|
|
|
|
]
|
|
|
|
|
2021-12-12 02:49:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-04-03 20:27:45 -05:00
|
|
|
version = "0.3.7"
|
2021-12-12 02:49:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-03 20:27:45 -05:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-12-12 02:49:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "1.8.1"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-08-22 21:20:10 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-13 00:03:34 -06:00
|
|
|
version = "0.8.32"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 00:03:34 -06:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-11-13 14:46:20 -06:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "1.1.0"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-12-24 19:20:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-24 19:20:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
2021-12-24 19:20:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-12-24 19:20:31 -06:00
|
|
|
"futures-sink",
|
2021-12-12 00:36:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2021-12-24 19:20:31 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-24 19:20:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
2021-12-24 19:20:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-24 19:20:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2021-12-24 19:20:31 -06:00
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2021-12-24 19:20:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-24 19:20:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2021-12-24 19:20:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2022-03-10 20:18:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2022-03-10 20:18:41 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 20:18:41 -06:00
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.3.26"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
2021-12-24 19:20:31 -06:00
|
|
|
"futures-channel",
|
2021-12-12 00:36:40 -06:00
|
|
|
"futures-core",
|
2021-12-24 19:20:31 -06:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2021-12-12 00:36:40 -06:00
|
|
|
"futures-task",
|
2021-12-24 19:20:31 -06:00
|
|
|
"memchr",
|
2021-12-12 00:36:40 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2021-12-24 19:20:31 -06:00
|
|
|
"slab",
|
2021-12-12 00:36:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-27 00:22:05 -06:00
|
|
|
name = "gandi-live-dns"
|
2023-02-13 00:04:05 -06:00
|
|
|
version = "1.8.0"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
2022-01-23 02:22:41 -06:00
|
|
|
"anyhow",
|
2022-08-22 21:20:10 -05:00
|
|
|
"async-trait",
|
2022-04-03 20:27:45 -05:00
|
|
|
"clap",
|
2023-01-30 23:16:02 -06:00
|
|
|
"die-exit",
|
2021-12-12 02:49:21 -06:00
|
|
|
"directories",
|
2021-12-24 19:20:31 -06:00
|
|
|
"futures",
|
2022-03-10 20:18:41 -06:00
|
|
|
"governor",
|
2022-08-22 21:20:10 -05:00
|
|
|
"httpmock",
|
2021-12-24 19:20:31 -06:00
|
|
|
"json",
|
2023-02-12 23:58:23 -06:00
|
|
|
"lazy_static",
|
2022-08-23 00:17:17 -05:00
|
|
|
"regex",
|
2021-12-12 00:36:40 -06:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
2023-02-10 21:08:54 -06:00
|
|
|
"thiserror",
|
2021-12-14 21:30:36 -06:00
|
|
|
"tokio",
|
2021-12-12 00:36:40 -06:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "0.2.8"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-07-20 22:14:33 -05:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-12-12 00:36:40 -06:00
|
|
|
]
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2023-01-30 23:07:02 -06:00
|
|
|
version = "0.2.6"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 23:07:02 -06:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2022-08-22 21:20:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-03-10 20:18:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "governor"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "0.5.1"
|
2022-03-10 20:18:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5"
|
2022-03-10 20:18:41 -06:00
|
|
|
dependencies = [
|
2022-11-13 14:46:20 -06:00
|
|
|
"cfg-if",
|
2022-03-10 20:18:41 -06:00
|
|
|
"dashmap",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"no-std-compat",
|
|
|
|
"nonzero_ext",
|
|
|
|
"parking_lot",
|
|
|
|
"quanta",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "0.3.15"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-20 22:14:33 -05:00
|
|
|
version = "0.12.3"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 22:14:33 -05:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
2021-12-12 02:49:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-13 00:03:34 -06:00
|
|
|
version = "0.4.1"
|
2021-12-12 02:49:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 00:03:34 -06:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-12-12 02:49:21 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-18 00:41:14 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-13 00:03:34 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2021-12-12 00:36:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-07-20 22:14:33 -05:00
|
|
|
version = "0.2.8"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 22:14:33 -05:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-03-10 20:18:41 -06:00
|
|
|
"itoa",
|
2021-12-12 00:36:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-07-20 22:14:33 -05:00
|
|
|
version = "0.4.5"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 22:14:33 -05:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-12-12 00:36:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-11-13 14:46:20 -06:00
|
|
|
version = "1.8.0"
|
2021-12-12 00:36:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 14:46:20 -06:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-12-12 00:36:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2022-08-22 21:20:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httpmock"
|
2022-12-18 00:41:14 -06:00
|
|
|
version = "0.6.7"
|
2022-08-22 21:20:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 00:41:14 -06:00
|
|
|
checksum = "c6b56b6265f15908780cbee987912c1e98dbca675361f748291605a8a3a1df09"
|
2022-08-22 21:20:10 -05:00
|
|