math-lsp/Cargo.lock

1218 lines
32 KiB
Text
Raw Permalink Normal View History

2023-09-26 08:48:37 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-04-22 01:28:13 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "anyhow"
2024-04-22 01:28:13 +00:00
version = "1.0.82"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-09-26 08:48:37 +00:00
[[package]]
name = "attohttpc"
2024-04-22 01:28:13 +00:00
version = "0.27.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "184f5e6cce583a9db6b6f8d772a42cfce5b78e7c3ef26118cec3ce4c8c14969b"
2023-09-26 08:48:37 +00:00
dependencies = [
"http",
"log",
"rustls",
"url",
"webpki-roots",
]
[[package]]
name = "autocfg"
2024-04-22 01:28:13 +00:00
version = "1.2.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2023-09-26 08:48:37 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-04-22 01:28:13 +00:00
[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-09-26 08:48:37 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
2024-04-22 01:28:13 +00:00
version = "3.16.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-09-26 08:48:37 +00:00
[[package]]
name = "bytes"
2024-04-22 01:28:13 +00:00
version = "1.6.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-09-26 08:48:37 +00:00
2023-09-26 10:23:25 +00:00
[[package]]
name = "calculator-lsp"
version = "0.1.0"
dependencies = [
"anyhow",
"lsp-server",
"lsp-types",
"numbat",
"serde_json",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "cc"
2024-04-22 01:28:13 +00:00
version = "1.0.95"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b"
2023-09-26 08:48:37 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-04-22 01:28:13 +00:00
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"windows-targets 0.52.5",
]
[[package]]
name = "chrono-tz"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e"
dependencies = [
"chrono",
"chrono-tz-build",
"phf",
]
[[package]]
name = "chrono-tz-build"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
dependencies = [
"parse-zoneinfo",
"phf",
"phf_codegen",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-09-26 08:48:37 +00:00
[[package]]
name = "cpufeatures"
2024-04-22 01:28:13 +00:00
version = "0.2.12"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-09-26 08:48:37 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crossbeam-channel"
2024-04-22 01:28:13 +00:00
version = "0.5.12"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
2023-09-26 08:48:37 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-04-22 01:28:13 +00:00
version = "0.8.19"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2023-09-26 08:48:37 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
2024-04-22 01:28:13 +00:00
version = "5.0.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-09-26 08:48:37 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2024-04-22 01:28:13 +00:00
version = "0.4.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-09-26 08:48:37 +00:00
dependencies = [
"libc",
2024-04-22 01:28:13 +00:00
"option-ext",
2023-09-26 08:48:37 +00:00
"redox_users",
2024-04-22 01:28:13 +00:00
"windows-sys 0.48.0",
2023-09-26 08:48:37 +00:00
]
[[package]]
name = "either"
2024-04-22 01:28:13 +00:00
version = "1.11.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2023-09-26 08:48:37 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-04-22 01:28:13 +00:00
version = "1.2.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-09-26 08:48:37 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-04-22 01:28:13 +00:00
version = "0.2.14"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2023-09-26 08:48:37 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "http"
2024-04-22 01:28:13 +00:00
version = "1.1.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-09-26 08:48:37 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "idna"
2024-04-22 01:28:13 +00:00
version = "0.5.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-09-26 08:48:37 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "itertools"
2024-04-22 01:28:13 +00:00
version = "0.12.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2023-09-26 08:48:37 +00:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-04-22 01:28:13 +00:00
version = "1.0.11"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-09-26 08:48:37 +00:00
[[package]]
name = "js-sys"
2024-04-22 01:28:13 +00:00
version = "0.3.69"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-09-26 08:48:37 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
2024-04-22 01:28:13 +00:00
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libredox"
version = "0.1.3"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.5.0",
"libc",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "log"
2024-04-22 01:28:13 +00:00
version = "0.4.21"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-09-26 08:48:37 +00:00
[[package]]
name = "lsp-server"
2024-04-22 01:28:13 +00:00
version = "0.7.6"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095"
2023-09-26 08:48:37 +00:00
dependencies = [
"crossbeam-channel",
"log",
"serde",
"serde_json",
]
[[package]]
name = "lsp-types"
version = "0.94.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1"
dependencies = [
2024-04-22 01:28:13 +00:00
"bitflags 1.3.2",
2023-09-26 08:48:37 +00:00
"serde",
"serde_json",
"serde_repr",
"url",
]
[[package]]
name = "memchr"
2024-04-22 01:28:13 +00:00
version = "2.7.2"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-09-26 08:48:37 +00:00
[[package]]
name = "num-bigint"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec",
"itoa",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "num-integer"
2024-04-22 01:28:13 +00:00
version = "0.1.46"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2023-09-26 08:48:37 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-04-22 01:28:13 +00:00
version = "0.2.18"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2023-09-26 08:48:37 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "numbat"
2024-04-22 01:28:13 +00:00
version = "1.11.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "a54ccd3e33759b0171c20adfa0d8b0d2709fe131067faabcfcc1c35621a30b4b"
2023-09-26 08:48:37 +00:00
dependencies = [
2024-04-22 01:28:13 +00:00
"chrono",
"chrono-tz",
2023-09-26 08:48:37 +00:00
"codespan-reporting",
"heck",
2024-04-22 01:28:13 +00:00
"iana-time-zone",
2023-09-26 08:48:37 +00:00
"itertools",
"libc",
2024-04-22 01:28:13 +00:00
"num-format",
2023-09-26 08:48:37 +00:00
"num-integer",
"num-rational",
"num-traits",
"numbat-exchange-rates",
"pretty_dtoa",
"rust-embed",
"strsim",
"thiserror",
"unicode-ident",
"unicode-width",
2024-04-22 01:28:13 +00:00
"walkdir",
2023-09-26 08:48:37 +00:00
]
[[package]]
name = "numbat-exchange-rates"
2024-04-22 01:28:13 +00:00
version = "0.5.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "fd1e3c3e4f9f22d0d7cdcb413f01194f6506a302a9029d95deedcd1c25df7718"
2023-09-26 08:48:37 +00:00
dependencies = [
"attohttpc",
"quick-xml",
]
[[package]]
name = "once_cell"
2024-04-22 01:28:13 +00:00
version = "1.19.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
dependencies = [
"regex",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "percent-encoding"
2024-04-22 01:28:13 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2023-09-26 08:48:37 +00:00
[[package]]
name = "pretty_dtoa"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a239bcdfda2c685fda1add3b4695c06225f50075e3cfb5b954e91545587edff2"
dependencies = [
"ryu_floating_decimal",
]
[[package]]
name = "proc-macro2"
2024-04-22 01:28:13 +00:00
version = "1.0.81"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2023-09-26 08:48:37 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-xml"
2024-04-22 01:28:13 +00:00
version = "0.31.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2023-09-26 08:48:37 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "quote"
2024-04-22 01:28:13 +00:00
version = "1.0.36"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
2024-04-22 01:28:13 +00:00
name = "rand"
version = "0.8.5"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2023-09-26 08:48:37 +00:00
dependencies = [
2024-04-22 01:28:13 +00:00
"rand_core",
2023-09-26 08:48:37 +00:00
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2023-09-26 08:48:37 +00:00
[[package]]
name = "redox_users"
2024-04-22 01:28:13 +00:00
version = "0.4.5"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2023-09-26 08:48:37 +00:00
dependencies = [
"getrandom",
2024-04-22 01:28:13 +00:00
"libredox",
2023-09-26 08:48:37 +00:00
"thiserror",
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-09-26 08:48:37 +00:00
[[package]]
name = "ring"
2024-04-22 01:28:13 +00:00
version = "0.17.8"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-09-26 08:48:37 +00:00
dependencies = [
"cc",
2024-04-22 01:28:13 +00:00
"cfg-if",
"getrandom",
2023-09-26 08:48:37 +00:00
"libc",
"spin",
"untrusted",
2024-04-22 01:28:13 +00:00
"windows-sys 0.52.0",
2023-09-26 08:48:37 +00:00
]
[[package]]
name = "rust-embed"
2024-04-22 01:28:13 +00:00
version = "8.3.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "fb78f46d0066053d16d4ca7b898e9343bc3530f71c61d5ad84cd404ada068745"
2023-09-26 08:48:37 +00:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2024-04-22 01:28:13 +00:00
version = "8.3.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "b91ac2a3c6c0520a3fb3dd89321177c3c692937c4eb21893378219da10c44fc8"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"shellexpand",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2024-04-22 01:28:13 +00:00
version = "8.3.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "86f69089032567ffff4eada41c573fc43ff466c7db7c5688b2e7969584345581"
2023-09-26 08:48:37 +00:00
dependencies = [
"sha2",
"walkdir",
]
[[package]]
name = "rustls"
2024-04-22 01:28:13 +00:00
version = "0.22.4"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2023-09-26 08:48:37 +00:00
dependencies = [
"log",
"ring",
2024-04-22 01:28:13 +00:00
"rustls-pki-types",
2023-09-26 08:48:37 +00:00
"rustls-webpki",
2024-04-22 01:28:13 +00:00
"subtle",
"zeroize",
2023-09-26 08:48:37 +00:00
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "rustls-pki-types"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
2023-09-26 08:48:37 +00:00
[[package]]
name = "rustls-webpki"
2024-04-22 01:28:13 +00:00
version = "0.102.2"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
2023-09-26 08:48:37 +00:00
dependencies = [
"ring",
2024-04-22 01:28:13 +00:00
"rustls-pki-types",
2023-09-26 08:48:37 +00:00
"untrusted",
]
[[package]]
name = "ryu"
2024-04-22 01:28:13 +00:00
version = "1.0.17"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2023-09-26 08:48:37 +00:00
[[package]]
name = "ryu_floating_decimal"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "700de91d5fd6091442d00fdd9ee790af6d4f0f480562b0f5a1e8f59e90aafe73"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "serde"
2024-04-22 01:28:13 +00:00
version = "1.0.198"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
2023-09-26 08:48:37 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-04-22 01:28:13 +00:00
version = "1.0.198"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2024-04-22 01:28:13 +00:00
version = "1.0.116"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
2023-09-26 08:48:37 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2024-04-22 01:28:13 +00:00
version = "0.1.19"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sha2"
2024-04-22 01:28:13 +00:00
version = "0.10.8"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-09-26 08:48:37 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shellexpand"
2024-04-22 01:28:13 +00:00
version = "3.1.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
2023-09-26 08:48:37 +00:00
dependencies = [
"dirs",
]
2024-04-22 01:28:13 +00:00
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-09-26 08:48:37 +00:00
[[package]]
name = "spin"
2024-04-22 01:28:13 +00:00
version = "0.9.8"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-09-26 08:48:37 +00:00
[[package]]
name = "strsim"
2024-04-22 01:28:13 +00:00
version = "0.11.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-09-26 08:48:37 +00:00
[[package]]
name = "syn"
2024-04-22 01:28:13 +00:00
version = "2.0.60"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
2024-04-22 01:28:13 +00:00
version = "1.4.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-09-26 08:48:37 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2024-04-22 01:28:13 +00:00
version = "1.0.59"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
2023-09-26 08:48:37 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-04-22 01:28:13 +00:00
version = "1.0.59"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-bidi"
2024-04-22 01:28:13 +00:00
version = "0.3.15"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-09-26 08:48:37 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
2024-04-22 01:28:13 +00:00
version = "0.1.23"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-09-26 08:48:37 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2024-04-22 01:28:13 +00:00
version = "1.11.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2023-09-26 08:48:37 +00:00
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "untrusted"
2024-04-22 01:28:13 +00:00
version = "0.9.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-09-26 08:48:37 +00:00
[[package]]
name = "url"
2024-04-22 01:28:13 +00:00
version = "2.5.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2023-09-26 08:48:37 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2024-04-22 01:28:13 +00:00
version = "2.5.0"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-09-26 08:48:37 +00:00
dependencies = [
"same-file",
"winapi-util",
]
[[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"
2024-04-22 01:28:13 +00:00
version = "0.2.92"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-09-26 08:48:37 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-04-22 01:28:13 +00:00
version = "0.2.92"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-09-26 08:48:37 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-04-22 01:28:13 +00:00
version = "0.2.92"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-09-26 08:48:37 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-04-22 01:28:13 +00:00
version = "0.2.92"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-09-26 08:48:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-04-22 01:28:13 +00:00
version = "0.2.92"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-09-26 08:48:37 +00:00
[[package]]
2024-04-22 01:28:13 +00:00
name = "webpki-roots"
version = "0.26.1"
2023-09-26 08:48:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 01:28:13 +00:00
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
2023-09-26 08:48:37 +00:00
dependencies = [
2024-04-22 01:28:13 +00:00
"rustls-pki-types",
2023-09-26 08:48:37 +00:00
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
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"
2024-04-22 01:28:13 +00:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.5",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[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.5",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"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",
]
[[package]]
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"