pueue/Cargo.lock

2255 lines
57 KiB
Plaintext
Raw Normal View History

2020-01-20 08:43:29 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-05-22 14:24:04 +00:00
[[package]]
name = "addr2line"
2023-08-24 17:10:31 +00:00
version = "0.21.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 17:10:31 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2021-05-22 14:24:04 +00:00
dependencies = [
"gimli",
]
2020-05-31 16:11:01 +00:00
[[package]]
2020-12-02 21:52:49 +00:00
name = "adler"
2021-03-12 12:15:59 +00:00
version = "1.0.2"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 12:15:59 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-05-31 16:11:01 +00:00
[[package]]
name = "aho-corasick"
2023-10-14 18:00:46 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
2023-06-12 16:47:40 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-21 11:45:45 +00:00
[[package]]
name = "android_system_properties"
2022-11-21 13:42:06 +00:00
version = "0.1.5"
2022-08-21 11:45:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-21 13:42:06 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-21 11:45:45 +00:00
dependencies = [
"libc",
]
2023-05-26 15:08:55 +00:00
[[package]]
name = "anstream"
2023-12-26 01:33:28 +00:00
version = "0.6.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
2023-05-26 15:08:55 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
2023-03-23 23:12:59 +00:00
[[package]]
name = "anstyle"
2023-10-14 18:00:46 +00:00
version = "1.0.4"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-05-26 15:08:55 +00:00
[[package]]
name = "anstyle-parse"
2023-12-26 01:33:28 +00:00
version = "0.2.3"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-05-26 15:08:55 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2023-12-26 01:33:28 +00:00
version = "1.0.2"
2023-03-23 23:12:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-05-26 15:08:55 +00:00
dependencies = [
2023-12-26 01:33:28 +00:00
"windows-sys 0.52.0",
2023-05-26 15:08:55 +00:00
]
[[package]]
name = "anstyle-wincon"
2023-12-26 01:33:28 +00:00
version = "3.0.2"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-05-26 15:08:55 +00:00
dependencies = [
"anstyle",
2023-12-26 01:33:28 +00:00
"windows-sys 0.52.0",
2023-05-26 15:08:55 +00:00
]
2023-03-23 23:12:59 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "anyhow"
2023-12-26 01:33:28 +00:00
version = "1.0.76"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
2021-06-15 19:50:01 +00:00
[[package]]
name = "assert_cmd"
2023-08-22 07:11:09 +00:00
version = "2.0.12"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
2021-06-15 19:50:01 +00:00
dependencies = [
2023-03-23 23:12:59 +00:00
"anstyle",
2023-12-26 01:33:28 +00:00
"bstr 1.8.0",
2021-06-15 19:50:01 +00:00
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2020-10-15 18:26:32 +00:00
[[package]]
name = "async-trait"
2023-12-26 01:33:28 +00:00
version = "0.1.75"
2020-10-15 18:26:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
2020-10-15 18:26:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2020-10-15 18:26:32 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "autocfg"
2022-02-18 16:48:49 +00:00
version = "1.1.0"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-18 16:48:49 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-01-27 23:02:07 +00:00
2021-05-22 14:24:04 +00:00
[[package]]
name = "backtrace"
2023-08-24 17:10:31 +00:00
version = "0.3.69"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 17:10:31 +00:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2021-05-22 14:24:04 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
2021-05-22 14:24:04 +00:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-01-25 13:27:05 +00:00
[[package]]
name = "base64"
2023-12-26 01:33:28 +00:00
version = "0.21.5"
2023-01-25 13:27:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2023-01-25 13:27:05 +00:00
2021-05-22 14:24:04 +00:00
[[package]]
name = "better-panic"
2022-01-17 02:01:39 +00:00
version = "0.3.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 02:01:39 +00:00
checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036"
2021-05-22 14:24:04 +00:00
dependencies = [
"backtrace",
"console",
]
[[package]]
name = "bindgen"
2023-10-14 18:00:46 +00:00
version = "0.68.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
dependencies = [
2023-10-21 10:51:52 +00:00
"bitflags 2.4.1",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-10-21 10:51:52 +00:00
"syn",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "bitflags"
2021-10-22 05:21:32 +00:00
version = "1.3.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 05:21:32 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-01-20 08:43:29 +00:00
2023-07-04 08:14:26 +00:00
[[package]]
name = "bitflags"
2023-10-21 10:51:52 +00:00
version = "2.4.1"
2023-07-04 08:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-07-04 08:14:26 +00:00
[[package]]
name = "block-buffer"
2023-03-23 23:12:59 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "bstr"
2021-10-22 05:21:32 +00:00
version = "0.2.17"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 05:21:32 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-06-15 19:50:01 +00:00
dependencies = [
"lazy_static",
"memchr",
2023-08-22 07:11:09 +00:00
"regex-automata 0.1.10",
2021-06-15 19:50:01 +00:00
]
2022-11-21 13:42:06 +00:00
[[package]]
name = "bstr"
2023-12-26 01:33:28 +00:00
version = "1.8.0"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
2022-11-21 13:42:06 +00:00
dependencies = [
"memchr",
2023-10-21 10:51:52 +00:00
"regex-automata 0.4.3",
2022-11-21 13:42:06 +00:00
"serde",
]
2020-01-20 08:43:29 +00:00
[[package]]
2020-05-24 17:00:36 +00:00
name = "bumpalo"
2023-10-14 18:00:46 +00:00
version = "3.14.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2020-01-20 08:43:29 +00:00
[[package]]
name = "byteorder"
2023-10-14 18:00:46 +00:00
version = "1.5.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2020-01-20 08:43:29 +00:00
2021-05-23 13:47:34 +00:00
[[package]]
name = "bytes"
2023-10-14 18:00:46 +00:00
version = "1.5.0"
2021-05-23 13:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2021-05-23 13:47:34 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "cc"
2023-08-22 07:11:09 +00:00
version = "1.0.83"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2020-10-27 14:48:57 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-01-20 08:43:29 +00:00
[[package]]
name = "chrono"
2023-10-14 18:00:46 +00:00
version = "0.4.31"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2020-01-20 08:43:29 +00:00
dependencies = [
2023-06-12 16:47:40 +00:00
"android-tzdata",
2022-08-21 11:45:45 +00:00
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
2022-08-21 11:45:45 +00:00
"wasm-bindgen",
2023-10-14 18:00:46 +00:00
"windows-targets 0.48.5",
2020-01-20 08:43:29 +00:00
]
2020-03-01 07:38:15 +00:00
[[package]]
name = "chrono-english"
2021-12-11 22:10:23 +00:00
version = "0.1.7"
2020-03-01 07:38:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-11 22:10:23 +00:00
checksum = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f"
2020-03-01 07:38:15 +00:00
dependencies = [
"chrono",
"scanlex",
2020-03-01 07:38:15 +00:00
]
[[package]]
name = "clang-sys"
2023-05-26 15:08:55 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
dependencies = [
"glob",
"libc",
"libloading",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "clap"
2023-12-26 01:33:28 +00:00
version = "4.4.11"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
2020-01-20 08:43:29 +00:00
dependencies = [
2023-05-26 15:08:55 +00:00
"clap_builder",
2020-10-30 17:33:50 +00:00
"clap_derive",
2023-05-26 15:08:55 +00:00
]
[[package]]
name = "clap_builder"
2023-12-26 01:33:28 +00:00
version = "4.4.11"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
2023-05-26 15:08:55 +00:00
dependencies = [
"anstream",
"anstyle",
2022-05-09 18:02:45 +00:00
"clap_lex",
"strsim",
2022-01-02 16:59:21 +00:00
]
[[package]]
name = "clap_complete"
2023-12-26 01:33:28 +00:00
version = "4.4.4"
2022-01-02 16:59:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
2022-01-02 16:59:21 +00:00
dependencies = [
"clap",
2020-01-20 08:43:29 +00:00
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "clap_derive"
2023-12-26 01:33:28 +00:00
version = "4.4.7"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2020-10-30 17:33:50 +00:00
dependencies = [
2022-05-30 23:42:40 +00:00
"heck",
2020-10-30 17:33:50 +00:00
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2020-10-30 17:33:50 +00:00
]
2022-05-09 18:02:45 +00:00
[[package]]
name = "clap_lex"
2023-12-26 01:33:28 +00:00
version = "0.6.0"
2022-05-09 18:02:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2022-05-09 18:02:45 +00:00
2022-11-21 13:42:06 +00:00
[[package]]
2023-05-26 15:08:55 +00:00
name = "colorchoice"
version = "1.0.0"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-11-21 13:42:06 +00:00
[[package]]
name = "comfy-table"
2023-10-21 10:51:52 +00:00
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686"
dependencies = [
2023-10-21 10:51:52 +00:00
"crossterm",
"strum",
"strum_macros",
2021-08-10 10:40:48 +00:00
"unicode-width",
]
[[package]]
name = "command-group"
2023-03-03 23:35:25 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 23:35:25 +00:00
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
dependencies = [
2023-10-14 18:00:46 +00:00
"nix 0.26.4",
"winapi",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "console"
2023-05-26 15:08:55 +00:00
version = "0.15.7"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2021-05-22 14:24:04 +00:00
dependencies = [
"encode_unicode",
2022-11-21 13:42:06 +00:00
"lazy_static",
2021-05-22 14:24:04 +00:00
"libc",
2023-05-26 15:08:55 +00:00
"windows-sys 0.45.0",
2021-05-22 14:24:04 +00:00
]
2022-08-21 11:45:45 +00:00
[[package]]
name = "core-foundation-sys"
2023-12-26 01:33:28 +00:00
version = "0.8.6"
2022-08-21 11:45:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-08-21 11:45:45 +00:00
2022-07-29 21:17:02 +00:00
[[package]]
name = "cpufeatures"
2023-12-26 01:33:28 +00:00
version = "0.2.11"
2022-07-29 21:17:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
2022-07-29 21:17:02 +00:00
dependencies = [
"libc",
]
2023-10-14 17:54:27 +00:00
[[package]]
name = "crossterm"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
dependencies = [
2023-10-21 10:51:52 +00:00
"bitflags 2.4.1",
2023-10-14 17:54:27 +00:00
"crossterm_winapi",
"libc",
"parking_lot",
"winapi",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "crossterm_winapi"
2023-07-04 08:14:26 +00:00
version = "0.9.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 08:14:26 +00:00
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi",
2020-01-20 08:43:29 +00:00
]
2022-07-29 21:17:02 +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",
]
2020-10-15 22:46:19 +00:00
[[package]]
name = "ctrlc"
2023-12-26 01:33:28 +00:00
version = "3.4.2"
2020-10-15 22:46:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
2020-10-15 22:46:19 +00:00
dependencies = [
2023-10-14 18:00:46 +00:00
"nix 0.27.1",
2023-12-26 01:33:28 +00:00
"windows-sys 0.52.0",
2022-11-21 13:42:06 +00:00
]
2023-08-22 07:11:09 +00:00
[[package]]
name = "deranged"
2023-12-26 01:33:28 +00:00
version = "0.3.10"
2023-08-22 07:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
2023-10-14 18:00:46 +00:00
dependencies = [
"powerfmt",
]
2023-08-22 07:11:09 +00:00
2021-05-22 14:24:04 +00:00
[[package]]
name = "diff"
2022-07-18 20:17:37 +00:00
version = "0.1.13"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 20:17:37 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2021-05-22 14:24:04 +00:00
2021-06-15 19:50:01 +00:00
[[package]]
2021-07-08 14:58:18 +00:00
name = "difflib"
version = "0.4.0"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2021-06-15 19:50:01 +00:00
[[package]]
name = "digest"
2023-05-26 15:08:55 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-07-29 21:17:02 +00:00
"block-buffer",
"crypto-common",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "dirs"
2023-05-26 15:08:55 +00:00
version = "5.0.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2020-01-20 08:43:29 +00:00
dependencies = [
2023-05-26 15:08:55 +00:00
"dirs-sys",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "dirs-sys"
2023-05-26 15:08:55 +00:00
version = "0.4.1"
2023-03-23 23:12:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-03-23 23:12:59 +00:00
dependencies = [
"libc",
2023-05-26 15:08:55 +00:00
"option-ext",
2023-03-23 23:12:59 +00:00
"redox_users",
2023-05-26 15:08:55 +00:00
"windows-sys 0.48.0",
2023-03-23 23:12:59 +00:00
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2021-07-08 14:58:18 +00:00
[[package]]
name = "either"
2023-08-22 07:11:09 +00:00
version = "1.9.0"
2021-07-08 14:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2021-07-08 14:58:18 +00:00
2021-05-22 14:24:04 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "env_logger"
2023-12-26 01:33:28 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-07-04 08:14:26 +00:00
[[package]]
name = "equivalent"
2023-08-22 07:11:09 +00:00
version = "1.0.1"
2023-07-04 08:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-04 08:14:26 +00:00
2022-07-29 21:27:21 +00:00
[[package]]
name = "errno"
2023-12-26 01:33:28 +00:00
version = "0.3.8"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-05-26 15:08:55 +00:00
dependencies = [
"libc",
2023-12-26 01:33:28 +00:00
"windows-sys 0.52.0",
2023-05-26 15:08:55 +00:00
]
2022-01-17 02:01:39 +00:00
[[package]]
name = "fastrand"
2023-10-14 18:00:46 +00:00
version = "2.0.1"
2022-01-17 02:01:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2022-01-17 02:01:39 +00:00
2022-06-22 17:56:46 +00:00
[[package]]
name = "futures"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-06-22 17:56:46 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-06-22 17:56:46 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-06-22 17:56:46 +00:00
[[package]]
name = "futures-executor"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-06-22 17:56:46 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-06-22 17:56:46 +00:00
[[package]]
name = "futures-macro"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-06-22 17:56:46 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2022-06-22 17:56:46 +00:00
]
[[package]]
name = "futures-sink"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-06-22 17:56:46 +00:00
[[package]]
name = "futures-task"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-06-22 17:56:46 +00:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
[[package]]
name = "futures-util"
2023-12-26 01:33:28 +00:00
version = "0.3.30"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-06-22 17:56:46 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-05-26 15:08:55 +00:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
2022-07-29 21:17:02 +00:00
"version_check",
]
2020-12-22 20:30:04 +00:00
[[package]]
name = "getrandom"
2023-12-26 01:33:28 +00:00
version = "0.2.11"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2020-12-22 20:30:04 +00:00
dependencies = [
"cfg-if",
2020-12-22 20:30:04 +00:00
"libc",
2023-10-14 18:00:46 +00:00
"wasi",
2020-12-22 20:30:04 +00:00
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "gimli"
2023-12-26 01:33:28 +00:00
version = "0.28.1"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2021-05-22 14:24:04 +00:00
[[package]]
name = "glob"
2023-01-25 13:27:05 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 13:27:05 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-05-11 18:53:26 +00:00
[[package]]
name = "half"
2021-11-07 01:05:07 +00:00
version = "1.8.2"
2021-05-11 18:53:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-07 01:05:07 +00:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2021-05-11 18:53:26 +00:00
[[package]]
name = "handlebars"
2023-12-26 01:33:28 +00:00
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-05-30 23:42:40 +00:00
"thiserror",
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "hashbrown"
2023-12-26 01:33:28 +00:00
version = "0.14.3"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2020-10-30 17:33:50 +00:00
2022-01-17 02:01:39 +00:00
[[package]]
name = "heck"
2023-03-03 23:35:25 +00:00
version = "0.4.1"
2022-01-17 02:01:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 23:35:25 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-01-17 02:01:39 +00:00
2023-03-03 23:35:25 +00:00
[[package]]
name = "hermit-abi"
2023-10-14 18:00:46 +00:00
version = "0.3.3"
2023-03-03 23:35:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-03-03 23:35:25 +00:00
2020-05-31 16:11:01 +00:00
[[package]]
name = "hex"
2021-03-12 12:15:59 +00:00
version = "0.4.3"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 12:15:59 +00:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-05-31 16:11:01 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-08-21 11:45:45 +00:00
[[package]]
name = "iana-time-zone"
2023-10-21 10:51:52 +00:00
version = "0.1.58"
2022-08-21 11:45:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
2022-08-21 11:45:45 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-11-21 13:42:06 +00:00
"iana-time-zone-haiku",
2022-08-21 11:45:45 +00:00
"js-sys",
"wasm-bindgen",
2023-10-21 10:51:52 +00:00
"windows-core",
2022-08-21 11:45:45 +00:00
]
2022-11-21 13:42:06 +00:00
[[package]]
name = "iana-time-zone-haiku"
2023-05-26 15:08:55 +00:00
version = "0.1.2"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-11-21 13:42:06 +00:00
dependencies = [
2023-05-26 15:08:55 +00:00
"cc",
2022-11-21 13:42:06 +00:00
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "indexmap"
2023-12-26 01:33:28 +00:00
version = "2.1.0"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2020-10-30 17:33:50 +00:00
dependencies = [
2023-07-04 08:14:26 +00:00
"equivalent",
2020-10-30 17:33:50 +00:00
"hashbrown",
]
[[package]]
name = "is-terminal"
2023-08-22 07:11:09 +00:00
version = "0.4.9"
2022-07-29 21:27:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
2023-07-04 08:14:26 +00:00
"hermit-abi",
2023-12-26 01:33:28 +00:00
"rustix",
2023-05-26 15:08:55 +00:00
"windows-sys 0.48.0",
]
2022-07-29 21:27:21 +00:00
2021-07-08 14:58:18 +00:00
[[package]]
name = "itertools"
2023-10-14 18:00:46 +00:00
version = "0.11.0"
2021-07-08 14:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2021-07-08 14:58:18 +00:00
dependencies = [
"either",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "itoa"
2023-12-26 01:33:28 +00:00
version = "1.0.10"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2020-01-20 08:43:29 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "js-sys"
2023-12-26 01:33:28 +00:00
version = "0.3.66"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
2020-05-24 17:00:36 +00:00
dependencies = [
"wasm-bindgen",
2020-05-24 17:00:36 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-01-20 08:43:29 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-01-20 08:43:29 +00:00
[[package]]
name = "libc"
2023-12-26 01:33:28 +00:00
version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libproc"
2023-10-14 18:00:46 +00:00
version = "0.14.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "229004ebba9d1d5caf41623f1523b6d52abb47d9f6ab87f7e6fc992e3b854aef"
dependencies = [
"bindgen",
2023-08-22 07:11:09 +00:00
"errno",
"libc",
]
2020-01-20 08:43:29 +00:00
2022-11-21 13:42:06 +00:00
[[package]]
2023-12-26 01:33:28 +00:00
name = "libredox"
version = "0.0.1"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall",
]
2022-11-21 13:42:06 +00:00
2022-07-29 21:27:21 +00:00
[[package]]
name = "linux-raw-sys"
2023-12-26 01:33:28 +00:00
version = "0.4.12"
2022-07-29 21:27:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
2023-07-04 08:14:26 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "lock_api"
2023-10-21 10:51:52 +00:00
version = "0.4.11"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2020-01-20 08:43:29 +00:00
dependencies = [
2022-05-09 18:02:45 +00:00
"autocfg",
"scopeguard",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "log"
2023-08-22 07:11:09 +00:00
version = "0.4.20"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2020-07-05 17:24:59 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "memchr"
2023-10-14 18:00:46 +00:00
version = "2.6.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2020-01-20 08:43:29 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2020-12-02 21:52:49 +00:00
[[package]]
name = "miniz_oxide"
2023-07-04 08:14:26 +00:00
version = "0.7.1"
2020-12-02 21:52:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 08:14:26 +00:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2020-12-02 21:52:49 +00:00
dependencies = [
"adler",
2020-01-20 08:43:29 +00:00
]
2022-02-18 16:48:49 +00:00
[[package]]
name = "mio"
2023-12-26 01:33:28 +00:00
version = "0.8.10"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
2022-02-18 16:48:49 +00:00
dependencies = [
"libc",
2023-10-14 18:00:46 +00:00
"wasi",
2023-06-12 16:47:40 +00:00
"windows-sys 0.48.0",
2020-01-20 08:43:29 +00:00
]
2021-06-04 18:02:55 +00:00
[[package]]
name = "nix"
2023-10-14 18:00:46 +00:00
version = "0.26.4"
2022-08-21 11:45:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2022-08-21 11:45:45 +00:00
dependencies = [
2023-07-04 08:14:26 +00:00
"bitflags 1.3.2",
2022-08-21 11:45:45 +00:00
"cfg-if",
"libc",
2023-10-14 18:00:46 +00:00
]
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
2023-10-21 10:51:52 +00:00
"bitflags 2.4.1",
2023-10-14 18:00:46 +00:00
"cfg-if",
"libc",
2022-08-21 11:45:45 +00:00
]
[[package]]
name = "nom"
2023-01-25 13:27:05 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 13:27:05 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "num-traits"
2023-10-14 18:00:46 +00:00
version = "0.2.17"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2020-01-20 08:43:29 +00:00
dependencies = [
"autocfg",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "num_cpus"
2023-07-04 08:14:26 +00:00
version = "1.16.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 08:14:26 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2020-01-20 08:43:29 +00:00
dependencies = [
2023-07-04 08:14:26 +00:00
"hermit-abi",
"libc",
2020-01-20 08:43:29 +00:00
]
2022-02-18 16:48:49 +00:00
[[package]]
name = "num_threads"
2022-05-09 18:02:45 +00:00
version = "0.1.6"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 18:02:45 +00:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
2022-02-18 16:48:49 +00:00
dependencies = [
"libc",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "object"
2023-12-26 01:33:28 +00:00
version = "0.32.2"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2021-06-04 18:02:55 +00:00
dependencies = [
"memchr",
]
2021-05-22 14:24:04 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "once_cell"
2023-12-26 01:33:28 +00:00
version = "1.19.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2020-01-20 08:43:29 +00:00
2020-10-30 17:33:50 +00:00
[[package]]
2023-05-26 15:08:55 +00:00
name = "option-ext"
version = "0.2.0"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2020-10-30 17:33:50 +00:00
[[package]]
name = "parking_lot"
2022-06-22 17:56:46 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-22 17:56:46 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-10-21 10:51:52 +00:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
2023-12-26 01:33:28 +00:00
"redox_syscall",
"smallvec",
2023-08-22 07:11:09 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2020-12-19 19:36:51 +00:00
[[package]]
name = "pem"
2023-12-26 01:33:28 +00:00
version = "3.0.3"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310"
2020-12-19 19:36:51 +00:00
dependencies = [
2023-07-04 08:14:26 +00:00
"base64",
"serde",
2020-12-19 19:36:51 +00:00
]
[[package]]
name = "pest"
2023-12-26 01:33:28 +00:00
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
dependencies = [
2023-10-14 18:00:46 +00:00
"memchr",
2022-07-29 21:17:02 +00:00
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-12-26 01:33:28 +00:00
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-12-26 01:33:28 +00:00
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
]
[[package]]
name = "pest_meta"
2023-12-26 01:33:28 +00:00
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
dependencies = [
2022-07-29 21:17:02 +00:00
"once_cell",
"pest",
2023-01-25 13:27:05 +00:00
"sha2",
2020-05-13 20:20:27 +00:00
]
2020-12-12 22:11:27 +00:00
[[package]]
name = "pin-project-lite"
2023-10-14 18:00:46 +00:00
version = "0.2.13"
2020-12-12 22:11:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2020-12-12 22:11:27 +00:00
2022-06-22 17:56:46 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "portpicker"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
dependencies = [
"rand",
]
2023-10-14 18:00:46 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2020-01-20 08:43:29 +00:00
[[package]]
name = "ppv-lite86"
2022-11-21 13:42:06 +00:00
version = "0.2.17"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-21 13:42:06 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-01-20 08:43:29 +00:00
2021-06-15 19:50:01 +00:00
[[package]]
name = "predicates"
2023-10-14 18:00:46 +00:00
version = "3.0.4"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
2021-06-15 19:50:01 +00:00
dependencies = [
2023-03-23 23:12:59 +00:00
"anstyle",
2021-07-08 14:58:18 +00:00
"difflib",
"itertools",
2021-06-15 19:50:01 +00:00
"predicates-core",
]
[[package]]
name = "predicates-core"
2023-03-23 23:12:59 +00:00
version = "1.0.6"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2021-06-15 19:50:01 +00:00
[[package]]
name = "predicates-tree"
2023-03-23 23:12:59 +00:00
version = "1.0.9"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2021-06-15 19:50:01 +00:00
dependencies = [
"predicates-core",
2021-10-22 05:21:32 +00:00
"termtree",
2021-06-15 19:50:01 +00:00
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "pretty_assertions"
2023-08-22 07:11:09 +00:00
version = "1.4.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2021-05-22 14:24:04 +00:00
dependencies = [
"diff",
2022-11-21 13:42:06 +00:00
"yansi",
2021-05-22 14:24:04 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "proc-macro2"
2023-12-26 01:33:28 +00:00
version = "1.0.71"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
2020-01-20 08:43:29 +00:00
dependencies = [
2022-05-30 23:42:40 +00:00
"unicode-ident",
2020-01-20 08:43:29 +00:00
]
2020-05-31 16:11:01 +00:00
[[package]]
name = "procfs"
2023-12-26 01:33:28 +00:00
version = "0.16.0"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
2020-05-31 16:11:01 +00:00
dependencies = [
2023-12-26 01:33:28 +00:00
"bitflags 2.4.1",
"hex",
"lazy_static",
2023-12-26 01:33:28 +00:00
"procfs-core",
"rustix",
]
[[package]]
name = "procfs-core"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
dependencies = [
"bitflags 2.4.1",
"hex",
2020-05-31 16:11:01 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "pueue"
2024-01-04 12:08:37 +00:00
version = "3.3.3"
2020-01-20 08:43:29 +00:00
dependencies = [
"anyhow",
2021-06-15 19:50:01 +00:00
"assert_cmd",
2021-05-22 14:24:04 +00:00
"better-panic",
"chrono",
"chrono-english",
2020-10-30 17:33:50 +00:00
"clap",
2022-01-02 16:59:21 +00:00
"clap_complete",
"comfy-table",
"command-group",
2023-10-21 10:51:52 +00:00
"crossterm",
2020-10-15 22:46:19 +00:00
"ctrlc",
"env_logger",
"handlebars",
"log",
2022-06-26 12:07:29 +00:00
"pest",
"pest_derive",
2021-05-22 14:24:04 +00:00
"pretty_assertions",
"procfs",
"pueue-lib",
"rstest",
2021-05-14 20:53:39 +00:00
"serde",
"serde_derive",
2021-01-17 17:17:44 +00:00
"serde_json",
2022-08-16 09:45:49 +00:00
"serde_yaml",
2021-01-17 17:17:44 +00:00
"shell-escape",
"similar-asserts",
2021-01-17 17:17:44 +00:00
"simplelog",
"snap",
2023-10-21 10:51:52 +00:00
"strum",
"strum_macros",
2021-01-17 17:17:44 +00:00
"tempfile",
"test-log",
2021-05-23 13:47:34 +00:00
"tokio",
2021-01-29 15:11:42 +00:00
"whoami",
2021-01-17 17:17:44 +00:00
]
[[package]]
name = "pueue-lib"
2024-01-04 12:07:37 +00:00
version = "0.25.1"
dependencies = [
"anyhow",
"async-trait",
"better-panic",
"byteorder",
"chrono",
"command-group",
2023-05-26 15:08:55 +00:00
"dirs",
2023-08-18 18:09:21 +00:00
"handlebars",
"libproc",
"log",
"portpicker",
"pretty_assertions",
"procfs",
"rand",
"rcgen",
"rev_buf_reader",
"rustls",
"rustls-pemfile",
"serde",
2021-05-11 18:53:26 +00:00
"serde_cbor",
"serde_derive",
"serde_json",
"serde_yaml",
"shellexpand",
"snap",
2023-10-21 10:51:52 +00:00
"strum",
"strum_macros",
"tempfile",
"thiserror",
"tokio",
"tokio-rustls",
2021-02-01 18:58:24 +00:00
"whoami",
"winapi",
]
2020-01-27 23:02:07 +00:00
[[package]]
name = "quote"
2023-08-22 07:11:09 +00:00
version = "1.0.33"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2020-01-27 23:02:07 +00:00
dependencies = [
"proc-macro2",
2020-02-05 21:18:23 +00:00
]
2020-12-22 20:30:04 +00:00
[[package]]
name = "rand"
2022-02-18 16:48:49 +00:00
version = "0.8.5"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-18 16:48:49 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-12-22 20:30:04 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2020-12-22 20:30:04 +00:00
]
[[package]]
name = "rand_chacha"
2021-06-13 13:14:21 +00:00
version = "0.3.1"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-12-22 20:30:04 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2020-12-22 20:30:04 +00:00
]
[[package]]
name = "rand_core"
2022-11-21 13:42:06 +00:00
version = "0.6.4"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-21 13:42:06 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2020-12-22 20:30:04 +00:00
dependencies = [
2021-05-11 18:53:26 +00:00
"getrandom",
2020-01-20 08:43:29 +00:00
]
2020-12-19 19:36:51 +00:00
[[package]]
name = "rcgen"
version = "0.12.0"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d918c80c5a4c7560db726763020bd16db179e4d5b828078842274a443addb5d"
2020-12-19 19:36:51 +00:00
dependencies = [
"pem",
"ring",
2023-10-14 18:00:46 +00:00
"time",
2020-12-19 19:36:51 +00:00
"yasna",
]
2023-10-21 10:51:52 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
2023-12-26 01:33:28 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
dependencies = [
2021-05-11 18:53:26 +00:00
"getrandom",
2023-12-26 01:33:28 +00:00
"libredox",
2022-03-24 22:03:41 +00:00
"thiserror",
]
[[package]]
name = "regex"
2023-10-21 10:51:52 +00:00
version = "1.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
dependencies = [
"aho-corasick",
"memchr",
2023-10-21 10:51:52 +00:00
"regex-automata 0.4.3",
"regex-syntax",
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2023-08-22 07:11:09 +00:00
[[package]]
name = "regex-automata"
2023-10-21 10:51:52 +00:00
version = "0.4.3"
2023-08-22 07:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2023-08-22 07:11:09 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-10-14 18:00:46 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-08-22 07:11:09 +00:00
[[package]]
name = "relative-path"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
[[package]]
name = "rev_buf_reader"
2022-01-31 08:55:07 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-31 08:55:07 +00:00
checksum = "8c0f2e47e00e29920959826e2e1784728a3780d1a784247be5257258cc75f910"
dependencies = [
"memchr",
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "ring"
version = "0.17.7"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
2020-10-30 23:02:12 +00:00
dependencies = [
"cc",
"getrandom",
2020-10-30 23:02:12 +00:00
"libc",
"spin",
"untrusted",
"windows-sys 0.48.0",
2020-10-30 23:02:12 +00:00
]
[[package]]
name = "rstest"
2023-08-22 07:11:09 +00:00
version = "0.18.2"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
2022-06-22 17:56:46 +00:00
dependencies = [
"futures",
"futures-timer",
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
2023-08-22 07:11:09 +00:00
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
dependencies = [
"cfg-if",
2023-08-22 07:11:09 +00:00
"glob",
"proc-macro2",
"quote",
2023-08-22 07:11:09 +00:00
"regex",
"relative-path",
"rustc_version",
2023-10-21 10:51:52 +00:00
"syn",
"unicode-ident",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "rustc-demangle"
2023-05-26 15:08:55 +00:00
version = "0.1.23"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2021-05-22 14:24:04 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
2021-08-09 13:38:37 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2022-07-29 21:27:21 +00:00
[[package]]
name = "rustix"
2023-12-26 01:33:28 +00:00
version = "0.38.28"
2022-07-29 21:27:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
2023-07-04 08:14:26 +00:00
dependencies = [
2023-10-21 10:51:52 +00:00
"bitflags 2.4.1",
2023-08-22 07:11:09 +00:00
"errno",
2023-07-04 08:14:26 +00:00
"libc",
2023-12-26 01:33:28 +00:00
"linux-raw-sys",
"windows-sys 0.52.0",
2023-07-04 08:14:26 +00:00
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "rustls"
2023-12-25 16:15:57 +00:00
version = "0.22.1"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 16:15:57 +00:00
checksum = "fe6b63262c9fcac8659abfaa96cac103d28166d3ff3eaf8f412e19f3ae9e5a48"
2020-10-30 23:02:12 +00:00
dependencies = [
2023-12-25 16:15:57 +00:00
"log",
2020-10-30 23:02:12 +00:00
"ring",
2023-12-25 16:15:57 +00:00
"rustls-pki-types",
2023-05-26 15:08:55 +00:00
"rustls-webpki",
2023-12-25 16:15:57 +00:00
"subtle",
"zeroize",
2020-10-30 23:02:12 +00:00
]
[[package]]
name = "rustls-pemfile"
2023-12-25 16:15:57 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 16:15:57 +00:00
checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4"
dependencies = [
2023-07-04 08:14:26 +00:00
"base64",
2023-12-25 16:15:57 +00:00
"rustls-pki-types",
2023-05-26 15:08:55 +00:00
]
2023-12-25 16:15:57 +00:00
[[package]]
name = "rustls-pki-types"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a"
2023-05-26 15:08:55 +00:00
[[package]]
name = "rustls-webpki"
2023-12-25 16:15:57 +00:00
version = "0.102.0"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 16:15:57 +00:00
checksum = "de2635c8bc2b88d367767c5de8ea1d8db9af3f6219eba28442242d9ab81d1b89"
2023-05-26 15:08:55 +00:00
dependencies = [
"ring",
2023-12-25 16:15:57 +00:00
"rustls-pki-types",
2023-05-26 15:08:55 +00:00
"untrusted",
]
2022-01-02 18:04:34 +00:00
[[package]]
name = "rustversion"
2023-08-22 07:11:09 +00:00
version = "1.0.14"
2022-01-02 18:04:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2022-01-02 18:04:34 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "ryu"
2023-12-26 01:33:28 +00:00
version = "1.0.16"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2020-01-27 23:02:07 +00:00
2020-03-01 07:38:15 +00:00
[[package]]
name = "scanlex"
2020-12-02 21:52:49 +00:00
version = "0.1.4"
2020-03-01 07:38:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
2020-03-01 07:38:15 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "scopeguard"
2023-08-22 07:11:09 +00:00
version = "1.2.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2020-05-24 17:00:36 +00:00
[[package]]
name = "semver"
2023-10-14 18:00:46 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde"
2023-12-26 01:33:28 +00:00
version = "1.0.193"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
2023-08-24 17:10:31 +00:00
dependencies = [
"serde_derive",
]
2020-01-20 08:43:29 +00:00
2021-05-11 18:53:26 +00:00
[[package]]
name = "serde_cbor"
2021-08-18 23:46:38 +00:00
version = "0.11.2"
2021-05-11 18:53:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-18 23:46:38 +00:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2021-05-11 18:53:26 +00:00
dependencies = [
"half",
"serde",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde_derive"
2023-12-26 01:33:28 +00:00
version = "1.0.193"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2020-01-20 08:43:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "serde_json"
2023-12-26 01:33:28 +00:00
version = "1.0.108"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2020-01-20 08:43:29 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "serde_yaml"
2023-12-26 01:33:28 +00:00
version = "0.9.29"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
2020-01-20 08:43:29 +00:00
dependencies = [
2021-10-22 05:21:32 +00:00
"indexmap",
2022-07-29 21:18:46 +00:00
"itoa",
2022-01-02 18:04:34 +00:00
"ryu",
"serde",
2022-07-29 21:18:46 +00:00
"unsafe-libyaml",
2020-01-20 08:43:29 +00:00
]
[[package]]
2023-01-25 13:27:05 +00:00
name = "sha2"
2023-10-14 18:00:46 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
2022-07-29 21:17:02 +00:00
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
[[package]]
name = "shellexpand"
2023-05-26 15:08:55 +00:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [
2023-05-26 15:08:55 +00:00
"dirs",
]
[[package]]
name = "shlex"
2023-10-14 18:00:46 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
[[package]]
name = "similar"
2023-10-14 18:00:46 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
dependencies = [
2022-11-21 13:42:06 +00:00
"bstr 0.2.17",
"unicode-segmentation",
]
[[package]]
name = "similar-asserts"
2023-08-22 07:11:09 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f"
dependencies = [
"console",
"similar",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "simplelog"
2023-03-03 23:35:25 +00:00
version = "0.12.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 23:35:25 +00:00
checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369"
2020-01-20 08:43:29 +00:00
dependencies = [
"log",
2022-11-14 12:56:25 +00:00
"termcolor",
2023-10-14 18:00:46 +00:00
"time",
2020-01-27 23:02:07 +00:00
]
2022-06-22 17:56:46 +00:00
[[package]]
name = "slab"
2023-08-24 17:10:31 +00:00
version = "0.4.9"
2022-06-22 17:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 17:10:31 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-29 21:17:02 +00:00
dependencies = [
"autocfg",
]
2022-06-22 17:56:46 +00:00
[[package]]
name = "smallvec"
2023-12-26 01:33:28 +00:00
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2020-05-24 17:00:36 +00:00
2020-04-30 19:09:24 +00:00
[[package]]
name = "snap"
2023-12-26 01:33:28 +00:00
version = "1.1.1"
2020-04-30 19:09:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
2020-04-30 19:09:24 +00:00
2022-02-18 16:48:49 +00:00
[[package]]
name = "socket2"
2023-10-21 10:51:52 +00:00
version = "0.5.5"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
2022-02-18 16:48:49 +00:00
dependencies = [
"libc",
2023-08-22 07:11:09 +00:00
"windows-sys 0.48.0",
2022-02-18 16:48:49 +00:00
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "spin"
version = "0.9.8"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2020-10-30 23:02:12 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "strsim"
2020-10-30 17:33:50 +00:00
version = "0.10.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-01-20 08:43:29 +00:00
2023-07-04 08:14:26 +00:00
[[package]]
name = "strum"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
2022-05-09 18:02:45 +00:00
[[package]]
name = "strum_macros"
2023-10-21 10:51:52 +00:00
version = "0.25.3"
2023-07-04 08:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
2023-07-04 08:14:26 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
2023-10-21 10:51:52 +00:00
"syn",
2020-01-27 23:02:07 +00:00
]
2023-12-25 16:15:57 +00:00
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-03-23 23:12:59 +00:00
[[package]]
name = "syn"
2023-12-26 01:33:28 +00:00
version = "2.0.43"
2023-03-23 23:12:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
2023-03-23 23:12:59 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "tempfile"
2023-12-26 01:33:28 +00:00
version = "3.8.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
2020-01-20 08:43:29 +00:00
dependencies = [
"cfg-if",
2022-01-17 02:01:39 +00:00
"fastrand",
2023-12-26 01:33:28 +00:00
"redox_syscall",
"rustix",
2023-06-12 16:47:40 +00:00
"windows-sys 0.48.0",
2020-01-20 08:43:29 +00:00
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "termcolor"
2022-03-12 10:48:07 +00:00
version = "1.1.3"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-12 10:48:07 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-10-30 17:33:50 +00:00
dependencies = [
"winapi-util",
]
2021-10-22 05:21:32 +00:00
[[package]]
name = "termtree"
2023-03-23 23:12:59 +00:00
version = "0.4.1"
2021-10-22 05:21:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2021-10-22 05:21:32 +00:00
[[package]]
name = "test-log"
2023-12-26 01:33:28 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "6159ab4116165c99fc88cce31f99fa2c9dbe08d3691cb38da02fc3b45f357d2b"
dependencies = [
"env_logger",
"test-log-macros",
]
[[package]]
name = "test-log-macros"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba277e77219e9eea169e8508942db1bf5d8a41ff2db9b20aab5a5aadc9fa25d"
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
]
2020-09-27 10:41:51 +00:00
[[package]]
name = "thiserror"
2023-12-26 01:33:28 +00:00
version = "1.0.52"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
2020-09-27 10:41:51 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-12-26 01:33:28 +00:00
version = "1.0.52"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
2020-09-27 10:41:51 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2020-09-27 10:41:51 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "time"
2023-12-26 01:33:28 +00:00
version = "0.3.31"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
2022-02-18 16:48:49 +00:00
dependencies = [
2023-08-22 07:11:09 +00:00
"deranged",
2022-05-09 18:02:45 +00:00
"itoa",
2022-02-18 16:48:49 +00:00
"libc",
"num_threads",
2023-10-14 18:00:46 +00:00
"powerfmt",
2022-11-21 13:42:06 +00:00
"serde",
"time-core",
2022-05-09 18:02:45 +00:00
"time-macros",
2022-02-18 16:48:49 +00:00
]
2022-11-21 13:42:06 +00:00
[[package]]
name = "time-core"
2023-10-14 18:00:46 +00:00
version = "0.1.2"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-11-21 13:42:06 +00:00
2022-05-09 18:02:45 +00:00
[[package]]
name = "time-macros"
2023-12-26 01:33:28 +00:00
version = "0.2.16"
2022-05-09 18:02:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
2022-11-21 13:42:06 +00:00
dependencies = [
"time-core",
]
2022-05-09 18:02:45 +00:00
2021-05-23 13:47:34 +00:00
[[package]]
name = "tokio"
2023-12-26 01:33:28 +00:00
version = "1.35.1"
2021-05-23 13:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
2021-05-23 13:47:34 +00:00
dependencies = [
2023-07-04 08:14:26 +00:00
"backtrace",
2021-05-23 13:47:34 +00:00
"bytes",
"libc",
2022-05-09 18:02:45 +00:00
"mio",
2021-05-23 13:47:34 +00:00
"num_cpus",
"pin-project-lite",
2022-02-18 16:48:49 +00:00
"socket2",
2021-05-23 13:47:34 +00:00
"tokio-macros",
2023-05-26 15:08:55 +00:00
"windows-sys 0.48.0",
2021-05-23 13:47:34 +00:00
]
[[package]]
name = "tokio-macros"
2023-12-26 01:33:28 +00:00
version = "2.2.0"
2021-05-23 13:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2021-05-23 13:47:34 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
2021-05-23 13:47:34 +00:00
]
[[package]]
name = "tokio-rustls"
2023-12-25 16:15:57 +00:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 16:15:57 +00:00
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls",
2023-12-25 16:15:57 +00:00
"rustls-pki-types",
"tokio",
]
[[package]]
name = "typenum"
2023-10-14 18:00:46 +00:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "ucd-trie"
2023-08-22 07:11:09 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2020-01-20 08:43:29 +00:00
[[package]]
2022-05-30 23:42:40 +00:00
name = "unicode-ident"
2023-10-14 18:00:46 +00:00
version = "1.0.12"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-segmentation"
2023-03-03 23:35:25 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 23:35:25 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-width"
2023-10-14 18:00:46 +00:00
version = "0.1.11"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2020-01-20 08:43:29 +00:00
2022-07-29 21:18:46 +00:00
[[package]]
name = "unsafe-libyaml"
2023-12-26 01:33:28 +00:00
version = "0.2.10"
2022-07-29 21:18:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
2022-07-29 21:18:46 +00:00
2020-10-30 23:02:12 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2020-10-30 23:02:12 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-02-02 11:59:44 +00:00
[[package]]
name = "version_check"
2022-01-02 18:04:34 +00:00
version = "0.9.4"
2020-02-02 11:59:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 18:04:34 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-02-02 11:59:44 +00:00
2021-06-15 19:50:01 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2022-03-12 10:48:07 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-05-24 17:00:36 +00:00
[[package]]
name = "wasm-bindgen"
2023-12-26 01:33:28 +00:00
version = "0.2.89"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2020-05-24 17:00:36 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2023-12-26 01:33:28 +00:00
version = "0.2.89"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
2020-05-24 17:00:36 +00:00
dependencies = [
"bumpalo",
"log",
2022-07-29 21:17:02 +00:00
"once_cell",
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
"wasm-bindgen-shared",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2023-12-26 01:33:28 +00:00
version = "0.2.89"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
2020-05-24 17:00:36 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-12-26 01:33:28 +00:00
version = "0.2.89"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2020-05-24 17:00:36 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-10-21 10:51:52 +00:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2023-12-26 01:33:28 +00:00
version = "0.2.89"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2020-05-24 17:00:36 +00:00
[[package]]
name = "web-sys"
2023-12-26 01:33:28 +00:00
version = "0.3.66"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 01:33:28 +00:00
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
2020-05-24 17:00:36 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-05-24 17:00:36 +00:00
]
2021-01-29 15:11:42 +00:00
[[package]]
name = "whoami"
2023-07-04 08:14:26 +00:00
version = "1.4.1"
2021-01-29 15:11:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 08:14:26 +00:00
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
2021-01-29 15:11:42 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "winapi"
2020-07-05 17:24:59 +00:00
version = "0.3.9"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-01-27 23:02:07 +00:00
2020-10-30 17:33:50 +00:00
[[package]]
name = "winapi-util"
2023-10-14 18:00:46 +00:00
version = "0.1.6"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 18:00:46 +00:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2020-10-30 17:33:50 +00:00
dependencies = [
"winapi",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-01-20 08:43:29 +00:00
2022-02-18 16:48:49 +00:00
[[package]]
2023-10-21 10:51:52 +00:00
name = "windows-core"
version = "0.51.1"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 10:51:52 +00:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2022-02-18 16:48:49 +00:00
dependencies = [
2023-08-22 07:11:09 +00:00
"windows-targets 0.48.5",
2022-02-18 16:48:49 +00:00
]
2023-03-03 23:35:25 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-05-26 15:08:55 +00:00
"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 = [
2023-08-22 07:11:09 +00:00
"windows-targets 0.48.5",
2023-03-03 23:35:25 +00:00
]
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
]
2023-03-03 23:35:25 +00:00
[[package]]
name = "windows-targets"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2023-03-03 23:35:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-03-03 23:35:25 +00:00
dependencies = [
2023-05-26 15:08:55 +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-targets"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-26 15:08:55 +00:00
dependencies = [
2023-08-22 07:11:09 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-03-03 23:35:25 +00:00
]
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
2022-11-21 13:42:06 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-11-21 13:42:06 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2022-02-18 16:48:49 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-02-18 16:48:49 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2022-02-18 16:48:49 +00:00
[[package]]
name = "windows_i686_gnu"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-02-18 16:48:49 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_i686_gnu"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2022-02-18 16:48:49 +00:00
[[package]]
name = "windows_i686_msvc"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-02-18 16:48:49 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_i686_msvc"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2022-02-18 16:48:49 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-11-21 13:42:06 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2022-11-21 13:42:06 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-02-18 16:48:49 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2022-02-18 16:48:49 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-23 23:12:59 +00:00
version = "0.42.2"
2022-11-21 13:42:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 23:12:59 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-11-21 13:42:06 +00:00
2023-05-26 15:08:55 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-22 07:11:09 +00:00
version = "0.48.5"
2023-05-26 15:08:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-22 07:11:09 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-26 15:08:55 +00:00
2023-12-26 01:33:28 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2022-11-21 13:42:06 +00:00
[[package]]
name = "yansi"
version = "0.5.1"
2022-02-18 16:48:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-21 13:42:06 +00:00
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
2022-02-18 16:48:49 +00:00
2020-12-19 19:36:51 +00:00
[[package]]
name = "yasna"
2023-05-26 15:08:55 +00:00
version = "0.5.2"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 15:08:55 +00:00
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
2020-12-19 19:36:51 +00:00
dependencies = [
2023-10-14 18:00:46 +00:00
"time",
2020-12-19 19:36:51 +00:00
]
2023-12-25 16:15:57 +00:00
[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"