adx/Cargo.lock

1128 lines
28 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-08-19 21:40:44 +05:30
[[package]]
name = "addr2line"
2021-11-06 21:25:29 +05:30
version = "0.17.0"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2021-08-19 21:40:44 +05:30
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "adx"
2021-12-26 20:51:53 +05:30
version = "4.2.0"
dependencies = [
"clap",
2021-08-19 21:40:44 +05:30
"color-eyre",
2021-08-19 22:55:48 +05:30
"futures",
2021-11-06 21:25:29 +05:30
"reqwest",
"roxmltree",
2021-11-06 21:25:29 +05:30
"semver",
"thiserror",
2021-11-06 21:25:29 +05:30
"tokio",
]
[[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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2021-08-19 21:40:44 +05:30
[[package]]
name = "backtrace"
2021-11-06 21:25:29 +05:30
version = "0.3.63"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
2021-08-19 21:40:44 +05:30
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-16 13:49:10 +05:30
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-16 13:49:10 +05:30
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bumpalo"
2022-01-10 12:01:14 +05:30
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
[[package]]
2021-11-06 21:25:29 +05:30
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cc"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "3.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",
"textwrap",
]
[[package]]
name = "clap_derive"
2022-01-10 12:01:14 +05:30
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "41a0645a430ec9136d2d701e54a95d557de12649a9dd7109ced3187e648ac824"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "color-eyre"
version = "0.6.0"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6ec7641ff3474b7593009c809db602c414cd97c7d47a78ed004162b74ff96c"
2021-08-19 21:40:44 +05:30
dependencies = [
"backtrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "encoding_rs"
2021-12-26 20:51:45 +05:30
version = "0.8.30"
2021-09-19 21:07:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2021-09-19 21:07:53 +05:30
dependencies = [
"cfg-if",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "eyre"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b"
dependencies = [
"indenter",
"once_cell",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-08-19 22:55:48 +05:30
[[package]]
name = "futures"
version = "0.3.19"
2021-08-19 22:55:48 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
2021-08-19 22:55:48 +05:30
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
dependencies = [
"futures-core",
2021-08-19 22:55:48 +05:30
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
2021-08-19 22:55:48 +05:30
[[package]]
name = "futures-executor"
version = "0.3.19"
2021-08-19 22:55:48 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
2021-08-19 22:55:48 +05:30
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
[[package]]
name = "futures-macro"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
[[package]]
name = "futures-task"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
[[package]]
name = "futures-util"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
dependencies = [
2021-08-19 22:55:48 +05:30
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
2021-08-19 22:55:48 +05:30
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "gimli"
2021-11-06 21:25:29 +05:30
version = "0.26.1"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-08-19 21:40:44 +05:30
[[package]]
2021-11-06 21:25:29 +05:30
name = "h2"
2022-01-10 12:01:14 +05:30
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"
dependencies = [
2021-11-06 21:25:29 +05:30
"bytes",
"fnv",
"futures-core",
2021-11-06 21:25:29 +05:30
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2021-07-08 00:53:27 +05:30
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:53:27 +05:30
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "heck"
2022-01-10 12:01:14 +05:30
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
2021-07-08 00:53:27 +05:30
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:53:27 +05:30
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "http"
2022-01-01 12:23:56 +05:30
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
dependencies = [
2021-11-06 21:25:29 +05:30
"bytes",
"fnv",
2022-01-01 12:23:56 +05:30
"itoa 1.0.1",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "http-body"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [
2021-11-06 21:25:29 +05:30
"bytes",
"http",
"pin-project-lite",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "httparse"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
[[package]]
2021-11-06 21:25:29 +05:30
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-11-06 21:25:29 +05:30
[[package]]
name = "hyper"
2021-12-26 20:51:45 +05:30
version = "0.14.16"
2021-11-06 21:25:29 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
dependencies = [
2021-11-06 21:25:29 +05:30
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2021-12-26 20:51:45 +05:30
"itoa 0.4.8",
"pin-project-lite",
2021-11-06 21:25:29 +05:30
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2021-09-19 21:07:53 +05:30
[[package]]
2021-11-06 21:25:29 +05:30
name = "hyper-rustls"
2021-12-06 11:53:41 +05:30
version = "0.23.0"
2021-09-19 21:07:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-06 11:53:41 +05:30
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2021-11-06 21:25:29 +05:30
dependencies = [
2021-12-06 11:53:41 +05:30
"http",
2021-11-06 21:25:29 +05:30
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2021-09-19 21:07:53 +05:30
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
2022-01-10 12:01:14 +05:30
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "ipnet"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
[[package]]
name = "itoa"
2021-08-23 18:42:28 +05:30
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 18:42:28 +05:30
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-12-26 20:51:45 +05:30
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "js-sys"
2021-09-19 21:07:53 +05:30
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
2021-09-19 21:07:53 +05:30
name = "libc"
2021-12-26 20:51:45 +05:30
version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
2021-08-16 13:49:10 +05:30
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-16 13:49:10 +05:30
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memchr"
2021-08-23 18:42:28 +05:30
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 18:42:28 +05:30
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2021-08-19 21:40:44 +05:30
[[package]]
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
]
2021-09-19 21:07:53 +05:30
[[package]]
2021-11-06 21:25:29 +05:30
name = "mio"
version = "0.7.14"
2021-09-19 21:07:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-09-19 21:07:53 +05:30
dependencies = [
2021-11-06 21:25:29 +05:30
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
2021-09-19 21:07:53 +05:30
]
[[package]]
name = "num_cpus"
2021-12-26 20:51:45 +05:30
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "object"
2021-11-06 21:25:29 +05:30
version = "0.27.1"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2021-08-19 21:40:44 +05:30
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2021-12-26 20:51:45 +05:30
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "owo-colors"
version = "3.2.0"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4"
2021-08-19 21:40:44 +05:30
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project-lite"
2022-01-01 12:23:56 +05:30
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]]
name = "pin-utils"
version = "0.1.0"
2021-11-06 21:25:29 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
2021-11-06 21:25:29 +05:30
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
2021-11-06 21:25:29 +05:30
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2021-11-06 21:25:29 +05:30
"proc-macro2",
"quote",
"version_check",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "proc-macro2"
2022-01-01 12:23:56 +05:30
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
2021-11-06 21:25:29 +05:30
"unicode-xid",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "quote"
2022-01-01 12:23:56 +05:30
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
dependencies = [
2021-11-06 21:25:29 +05:30
"proc-macro2",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "reqwest"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
dependencies = [
2021-11-06 21:25:29 +05:30
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-11-06 21:25:29 +05:30
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"percent-encoding",
"pin-project-lite",
"rustls",
2021-12-06 11:53:41 +05:30
"rustls-pemfile",
2021-11-06 21:25:29 +05:30
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
2021-09-19 21:07:53 +05:30
[[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 = "roxmltree"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
dependencies = [
"xmlparser",
]
2021-08-19 21:40:44 +05:30
[[package]]
name = "rustc-demangle"
2021-09-19 21:07:53 +05:30
version = "0.1.21"
2021-08-19 21:40:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-08-19 21:40:44 +05:30
2021-09-19 21:07:53 +05:30
[[package]]
name = "rustls"
2021-12-06 11:53:41 +05:30
version = "0.20.2"
2021-09-19 21:07:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-06 11:53:41 +05:30
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
2021-09-19 21:07:53 +05:30
dependencies = [
"log",
"ring",
"sct",
2021-12-26 20:28:06 +05:30
"webpki",
2021-12-06 11:53:41 +05:30
]
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64",
2021-09-19 21:07:53 +05:30
]
[[package]]
name = "ryu"
2021-12-26 20:51:45 +05:30
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
[[package]]
2021-09-19 21:07:53 +05:30
name = "sct"
2021-12-06 11:53:41 +05:30
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-06 11:53:41 +05:30
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
2021-09-19 21:07:53 +05:30
"ring",
"untrusted",
]
[[package]]
name = "semver"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
[[package]]
name = "serde"
2022-01-10 12:01:14 +05:30
version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
[[package]]
name = "serde_json"
2022-01-10 12:01:14 +05:30
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
dependencies = [
2021-12-26 20:51:45 +05:30
"itoa 1.0.1",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
2021-12-26 20:51:45 +05:30
"itoa 0.4.8",
"ryu",
"serde",
]
[[package]]
2021-09-19 21:07:53 +05:30
name = "slab"
2021-11-06 21:25:29 +05:30
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]]
name = "socket2"
2021-09-19 21:07:53 +05:30
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
dependencies = [
"libc",
"winapi",
]
[[package]]
2021-09-19 21:07:53 +05:30
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2022-01-10 12:01:14 +05:30
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-10 12:01:14 +05:30
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tinyvec"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
2021-11-06 21:25:29 +05:30
"tinyvec_macros",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
dependencies = [
2021-11-06 21:25:29 +05:30
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"tokio-macros",
"winapi",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tokio-macros"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tokio-rustls"
2021-12-26 20:51:45 +05:30
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 20:51:45 +05:30
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
dependencies = [
2021-11-06 21:25:29 +05:30
"rustls",
"tokio",
2021-12-26 20:28:06 +05:30
"webpki",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tokio-util"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
2021-11-06 21:25:29 +05:30
"cfg-if",
"pin-project-lite",
2021-11-06 21:25:29 +05:30
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
dependencies = [
"lazy_static",
]
[[package]]
2021-11-06 21:25:29 +05:30
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "unicode-bidi"
2021-11-06 21:25:29 +05:30
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
[[package]]
name = "unicode-normalization"
2021-07-08 00:53:27 +05:30
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:53:27 +05:30
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2021-09-19 21:07:53 +05:30
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[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 = "version_check"
2022-01-01 12:23:56 +05:30
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
2021-11-06 21:25:29 +05:30
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 21:25:29 +05:30
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasm-bindgen"
2021-09-19 21:07:53 +05:30
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-09-19 21:07:53 +05:30
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2021-09-19 21:07:53 +05:30
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2021-09-19 21:07:53 +05:30
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-09-19 21:07:53 +05:30
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-09-19 21:07:53 +05:30
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
[[package]]
name = "web-sys"
2021-09-19 21:07:53 +05:30
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-19 21:07:53 +05:30
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2021-12-06 11:53:41 +05:30
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-09-19 21:07:53 +05:30
[[package]]
name = "webpki-roots"
2022-01-01 12:23:56 +05:30
version = "0.22.2"
2021-09-19 21:07:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-01 12:23:56 +05:30
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
2021-09-19 21:07:53 +05:30
dependencies = [
2021-12-26 20:28:06 +05:30
"webpki",
2021-09-19 21:07:53 +05:30
]
[[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"
2021-11-06 21:25:29 +05:30
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi",
]
[[package]]
name = "xmlparser"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"