healthchecks-rs/Cargo.lock

1018 lines
25 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2021-11-25 11:44:23 +05:30
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-25 11:44:23 +05:30
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
"autocfg",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
2022-05-22 15:06:46 +05:30
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
2022-05-22 15:06:46 +05:30
version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
2021-08-21 14:59:01 +05:30
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-21 14:59:01 +05:30
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bumpalo"
2022-01-18 16:20:43 +05:30
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 16:20:43 +05:30
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
[[package]]
name = "cc"
2022-05-22 15:06:46 +05:30
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
]
[[package]]
name = "chunked_transfer"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "clap"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
"lazy_static",
"strsim",
"termcolor",
"textwrap",
]
[[package]]
name = "clap_derive"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "color-eyre"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ebf286c900a6d5867aeff75cfee3192857bb7f24b547d4f0df2ed6baa812c90"
dependencies = [
"backtrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
]
[[package]]
2021-11-06 20:45:30 +05:30
name = "comfy-table"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121d8a5b0346092c18a4b2fd6f620d7a06f0eb7ac0a45860939a0884bc579c56"
dependencies = [
2021-11-06 20:45:30 +05:30
"crossterm",
"strum",
"strum_macros",
"unicode-width",
]
2022-01-01 11:20:05 +05:30
[[package]]
name = "crc32fast"
2022-05-22 15:06:46 +05:30
version = "1.3.2"
2022-01-01 11:20:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-01 11:20:05 +05:30
dependencies = [
"cfg-if",
]
[[package]]
2021-11-06 20:45:30 +05:30
name = "crossterm"
2022-05-22 15:06:46 +05:30
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
dependencies = [
2021-11-06 20:45:30 +05:30
"bitflags",
"crossterm_winapi",
"libc",
2021-11-06 20:45:30 +05:30
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
2021-11-06 20:45:30 +05:30
name = "crossterm_winapi"
2021-11-25 11:44:23 +05:30
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-25 11:44:23 +05:30
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
2021-11-06 20:45:30 +05:30
dependencies = [
"winapi",
]
[[package]]
name = "eyre"
2022-05-22 15:06:46 +05:30
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
2022-01-01 11:20:05 +05:30
[[package]]
name = "flate2"
version = "1.0.24"
2022-01-01 11:20:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2022-01-01 11:20:05 +05:30
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "gimli"
2021-11-25 11:44:23 +05:30
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-25 11:44:23 +05:30
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
[[package]]
name = "hashbrown"
2021-07-08 00:56:24 +05:30
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:56:24 +05:30
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hcctl"
2022-04-20 23:28:20 +05:30
version = "2.0.2"
dependencies = [
"chrono",
"clap",
"color-eyre",
2021-11-06 20:45:30 +05:30
"comfy-table",
"healthchecks",
"uuid",
]
[[package]]
name = "healthchecks"
2022-05-22 15:03:49 +05:30
version = "3.0.6"
dependencies = [
"serde",
"serde_json",
"thiserror",
"ureq",
"uuid",
]
[[package]]
name = "healthchecks-monitor"
2021-08-27 11:31:32 +05:30
version = "3.0.0"
dependencies = [
"clap",
"color-eyre",
"healthchecks",
"subprocess",
]
2022-01-18 16:20:43 +05:30
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
2021-07-08 00:56:24 +05:30
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:56:24 +05:30
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itoa"
2022-05-22 15:06:46 +05:30
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
name = "js-sys"
2022-05-22 15:06:46 +05:30
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2022-05-22 15:06:46 +05:30
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2021-11-06 20:45:30 +05:30
[[package]]
name = "lock_api"
2022-05-22 15:06:46 +05:30
version = "0.4.7"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-11-06 20:45:30 +05:30
dependencies = [
2022-05-22 15:06:46 +05:30
"autocfg",
2021-11-06 20:45:30 +05:30
"scopeguard",
]
[[package]]
name = "log"
2022-05-22 15:06:46 +05:30
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
2021-08-21 14:59:01 +05:30
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-21 14:59:01 +05:30
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memchr"
2022-05-22 15:06:46 +05:30
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "miniz_oxide"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
dependencies = [
"adler",
]
2021-11-06 20:45:30 +05:30
[[package]]
name = "mio"
2022-05-22 15:06:46 +05:30
version = "0.8.3"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
2021-11-06 20:45:30 +05:30
dependencies = [
"libc",
"log",
2022-05-22 15:06:46 +05:30
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
2021-11-06 20:45:30 +05:30
]
[[package]]
name = "num-integer"
2022-05-22 15:06:46 +05:30
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-22 15:06:46 +05:30
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "object"
2022-05-22 15:06:46 +05:30
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]
name = "os_str_bytes"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
[[package]]
name = "owo-colors"
2022-05-22 15:06:46 +05:30
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
[[package]]
2021-11-06 20:45:30 +05:30
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2021-11-06 20:45:30 +05:30
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
2021-11-06 20:45:30 +05:30
name = "parking_lot_core"
2022-05-22 15:06:46 +05:30
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
dependencies = [
2021-11-06 20:45:30 +05:30
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
2021-11-06 20:45:30 +05:30
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2022-05-22 15:06:46 +05:30
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
dependencies = [
2022-05-22 15:06:46 +05:30
"unicode-ident",
]
[[package]]
name = "quote"
2022-05-22 15:06:46 +05:30
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2022-05-22 15:06:46 +05:30
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
2021-11-06 20:45:30 +05:30
"bitflags",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rustc-demangle"
2021-08-27 11:18:22 +05:30
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-27 11:18:22 +05:30
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "rustls"
2022-05-22 15:06:46 +05:30
version = "0.20.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
[[package]]
name = "ryu"
2022-05-22 15:06:46 +05:30
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2021-11-06 20:45:30 +05:30
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
2021-11-06 20:45:30 +05:30
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 20:45:30 +05:30
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "serde"
2022-05-22 15:06:46 +05:30
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-05-22 15:06:46 +05:30
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-05-22 15:06:46 +05:30
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa",
"ryu",
"serde",
]
2021-11-06 20:45:30 +05:30
[[package]]
name = "signal-hook"
2022-05-22 15:06:46 +05:30
version = "0.3.14"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
2021-11-06 20:45:30 +05:30
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
2022-05-22 15:06:46 +05:30
version = "0.2.3"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
2021-11-06 20:45:30 +05:30
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "smallvec"
2022-01-18 16:20:43 +05:30
version = "1.8.0"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 16:20:43 +05:30
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2021-11-06 20:45:30 +05:30
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-11-06 20:45:30 +05:30
[[package]]
name = "strum"
version = "0.24.0"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
2021-11-06 20:45:30 +05:30
[[package]]
name = "strum_macros"
version = "0.24.0"
2021-11-06 20:45:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
2021-11-06 20:45:30 +05:30
dependencies = [
"heck",
2021-11-06 20:45:30 +05:30
"proc-macro2",
"quote",
"rustversion",
2021-11-06 20:45:30 +05:30
"syn",
]
[[package]]
name = "subprocess"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "syn"
2022-05-22 15:06:46 +05:30
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
dependencies = [
"proc-macro2",
"quote",
2022-05-22 15:06:46 +05:30
"unicode-ident",
]
[[package]]
name = "termcolor"
2022-05-22 15:06:46 +05:30
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
2022-05-22 15:06:46 +05:30
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-05-22 15:06:46 +05:30
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
2022-05-22 15:06:46 +05:30
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "tinyvec"
2022-05-22 15:06:46 +05:30
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "unicode-bidi"
2022-05-22 15:06:46 +05:30
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
2021-10-01 01:08:29 +05:30
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-01 01:08:29 +05:30
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
2022-01-01 11:20:05 +05:30
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 11:20:05 +05:30
checksum = "9399fa2f927a3d327187cbd201480cee55bee6ac5d3c77dd27f0c6814cff16d5"
dependencies = [
"base64",
"chunked_transfer",
2022-01-01 11:20:05 +05:30
"flate2",
"log",
"once_cell",
"rustls",
"serde",
"serde_json",
"url",
"webpki",
"webpki-roots",
]
[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "uuid"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
dependencies = [
"atomic",
]
[[package]]
name = "version_check"
2022-01-18 16:20:43 +05:30
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 16:20:43 +05:30
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-05-22 15:06:46 +05:30
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2022-05-22 15:06:46 +05:30
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-05-22 15:06:46 +05:30
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-05-22 15:06:46 +05:30
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-05-22 15:06:46 +05:30
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-05-22 15:06:46 +05:30
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
[[package]]
name = "web-sys"
2022-05-22 15:06:46 +05:30
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2021-11-06 20:45:30 +05:30
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 20:45:30 +05:30
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-05-22 15:06:46 +05:30
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
dependencies = [
"webpki",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
2022-05-22 15:06:46 +05:30
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 15:06:46 +05:30
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"