duckscript/Cargo.lock

1356 lines
34 KiB
Plaintext
Raw Normal View History

2022-01-07 12:35:52 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
dependencies = [
"memchr 0.1.11",
]
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
2022-05-25 15:44:10 +00:00
"memchr 2.5.0",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "attohttpc"
version = "0.20.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca359af0239b00307656f0d6520fab5997a068cdfcfdb424e5466a3ea7958c5"
2022-01-07 12:35:52 +00:00
dependencies = [
"flate2",
"http",
"log",
"native-tls",
"openssl",
2022-05-25 15:44:10 +00:00
"rustls",
2022-01-07 12:35:52 +00:00
"url",
2022-05-25 15:44:10 +00:00
"webpki",
"webpki-roots",
2022-01-07 12:35:52 +00:00
"wildmatch",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2022-04-20 07:40:42 +00:00
version = "1.1.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-01-07 12:35:52 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-01-07 12:35:52 +00:00
[[package]]
name = "block-buffer"
2022-04-20 07:40:42 +00:00
version = "0.10.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2022-01-07 12:35:52 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
2022-05-25 15:44:10 +00:00
"memchr 2.5.0",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "bumpalo"
2022-06-11 08:22:04 +00:00
version = "3.10.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 08:22:04 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2022-01-07 12:35:52 +00:00
[[package]]
name = "bytes"
2022-07-21 09:15:42 +00:00
version = "1.2.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
2022-01-07 12:35:52 +00:00
[[package]]
name = "cc"
2022-04-20 07:40:42 +00:00
version = "1.0.73"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2022-01-07 12:35:52 +00:00
[[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.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00"
dependencies = [
"num",
"time",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static 1.4.0",
"winapi 0.3.9",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-01-07 12:35:52 +00:00
[[package]]
name = "cpufeatures"
2022-04-20 07:40:42 +00:00
version = "0.2.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
2022-01-07 12:35:52 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2022-04-20 07:40:42 +00:00
version = "1.3.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-utils"
2022-07-21 09:15:42 +00:00
version = "0.8.10"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
2022-07-21 09:15:42 +00:00
"once_cell",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "crypto-common"
2022-07-21 09:15:42 +00:00
version = "0.1.6"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-07 12:35:52 +00:00
dependencies = [
"generic-array",
"typenum",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "digest"
version = "0.10.3"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2022-01-07 12:35:52 +00:00
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "duckscript"
2022-07-21 09:15:42 +00:00
version = "0.7.3"
2022-01-07 12:35:52 +00:00
dependencies = [
"fsio",
]
[[package]]
name = "duckscript_cli"
2022-07-21 09:15:42 +00:00
version = "0.8.13"
2022-01-07 12:35:52 +00:00
dependencies = [
"duckscript",
"duckscriptsdk",
]
[[package]]
name = "duckscriptsdk"
2022-07-21 09:15:42 +00:00
version = "0.8.13"
2022-01-07 12:35:52 +00:00
dependencies = [
"attohttpc",
"base64",
"cfg-if",
"colored",
"duckscript",
"fs_extra",
"fsio",
"ftp",
"glob",
"heck",
"home",
"ignore",
"java-properties",
"meval",
"num_cpus",
"rand",
"semver",
"serde_json",
"sha2",
"uname",
"walkdir",
"which",
"whoami",
]
[[package]]
name = "dunce"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[package]]
name = "either"
2022-07-21 09:15:42 +00:00
version = "1.7.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2022-01-07 12:35:52 +00:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "flate2"
2022-06-11 08:22:04 +00:00
version = "1.0.24"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 08:22:04 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2022-01-07 12:35:52 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-01-07 12:35:52 +00:00
[[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 = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
[[package]]
name = "fsio"
2022-05-25 14:33:03 +00:00
version = "0.3.1"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 14:33:03 +00:00
checksum = "de6fce87c901c64837f745e7fffddeca1de8e054b544ba82c419905d40a0e1be"
2022-01-07 12:35:52 +00:00
dependencies = [
"dunce",
"rand",
]
[[package]]
name = "ftp"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "542951aad0071952c27409e3bd7cb62d1a3ad419c4e7314106bf994e0083ad5d"
dependencies = [
"chrono",
"lazy_static 0.1.16",
"regex 0.1.80",
]
[[package]]
name = "generic-array"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2022-07-21 09:15:42 +00:00
version = "0.2.7"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
"libc",
2022-07-21 09:15:42 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
2022-06-11 08:22:04 +00:00
version = "0.4.9"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 08:22:04 +00:00
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
2022-01-07 12:35:52 +00:00
dependencies = [
"aho-corasick 0.7.18",
"bstr",
"fnv",
"log",
2022-07-21 09:15:42 +00:00
"regex 1.6.0",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "home"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "http"
2022-06-11 08:22:04 +00:00
version = "0.2.8"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 08:22:04 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-01-07 12:35:52 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[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 = "ignore"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static 1.4.0",
"log",
2022-05-25 15:44:10 +00:00
"memchr 2.5.0",
2022-07-21 09:15:42 +00:00
"regex 1.6.0",
2022-01-07 12:35:52 +00:00
"same-file",
2022-04-20 07:40:42 +00:00
"thread_local 1.1.4",
2022-01-07 12:35:52 +00:00
"walkdir",
"winapi-util",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "itoa"
2022-05-25 15:44:10 +00:00
version = "1.0.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2022-01-07 12:35:52 +00:00
[[package]]
name = "java-properties"
2022-04-20 07:40:42 +00:00
version = "1.4.1"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "e1904d8654a1ef51034d02d5a9411b50bf91bea15b0ab644ae179d1325976263"
2022-01-07 12:35:52 +00:00
dependencies = [
"encoding",
"lazy_static 1.4.0",
2022-07-21 09:15:42 +00:00
"regex 1.6.0",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "js-sys"
2022-07-21 09:15:42 +00:00
version = "0.3.58"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
2022-01-07 12:35:52 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
[[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-25 15:44:10 +00:00
version = "0.2.126"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2022-01-07 12:35:52 +00:00
[[package]]
name = "log"
2022-05-25 15:44:10 +00:00
version = "0.4.17"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memchr"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2022-05-25 15:44:10 +00:00
version = "2.5.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-01-07 12:35:52 +00:00
[[package]]
name = "meval"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79496a5651c8d57cd033c5add8ca7ee4e3d5f7587a4777484640d9cb60392d9"
dependencies = [
"fnv",
"nom",
]
[[package]]
name = "miniz_oxide"
2022-06-11 08:22:04 +00:00
version = "0.5.3"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 08:22:04 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2022-01-07 12:35:52 +00:00
dependencies = [
"adler",
]
[[package]]
name = "native-tls"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
dependencies = [
"lazy_static 1.4.0",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "nom"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
[[package]]
name = "num"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
dependencies = [
"num-integer",
"num-iter",
"num-traits",
]
[[package]]
name = "num-integer"
2022-05-25 15:44:10 +00:00
version = "0.1.45"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-01-07 12:35:52 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2022-05-25 15:44:10 +00:00
version = "0.1.43"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2022-01-07 12:35:52 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-25 15:44:10 +00:00
version = "0.2.15"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-01-07 12:35:52 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
2022-07-21 09:15:42 +00:00
version = "1.13.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2022-01-07 12:35:52 +00:00
[[package]]
name = "openssl"
version = "0.10.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pkg-config"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2022-01-07 12:35:52 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "proc-macro2"
2022-07-21 09:15:42 +00:00
version = "1.0.40"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"unicode-ident",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "quote"
2022-07-21 09:15:42 +00:00
version = "1.0.20"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
2022-01-07 12:35:52 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2022-01-07 12:35:52 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "regex"
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
dependencies = [
"aho-corasick 0.5.3",
"memchr 0.1.11",
"regex-syntax 0.3.9",
"thread_local 0.2.7",
"utf8-ranges",
]
[[package]]
name = "regex"
2022-07-21 09:15:42 +00:00
version = "1.6.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2022-01-07 12:35:52 +00:00
dependencies = [
"aho-corasick 0.7.18",
2022-05-25 15:44:10 +00:00
"memchr 2.5.0",
2022-07-21 09:15:42 +00:00
"regex-syntax 0.6.27",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
[[package]]
name = "regex-syntax"
2022-07-21 09:15:42 +00:00
version = "0.6.27"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2022-01-07 12:35:52 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
2022-01-07 12:35:52 +00:00
[[package]]
2022-05-25 15:44:10 +00:00
name = "ring"
version = "0.16.20"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
2022-01-07 12:35:52 +00:00
"winapi 0.3.9",
]
[[package]]
2022-05-25 15:44:10 +00:00
name = "rustls"
version = "0.20.6"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"log",
"ring",
"sct",
"webpki",
2022-01-07 12:35:52 +00:00
]
[[package]]
2022-05-25 15:44:10 +00:00
name = "ryu"
version = "1.0.10"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2022-01-07 12:35:52 +00:00
[[package]]
2022-05-25 15:44:10 +00:00
name = "same-file"
version = "1.0.6"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"winapi-util",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "schannel"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
"lazy_static 1.4.0",
"windows-sys",
]
2022-01-07 12:35:52 +00:00
[[package]]
2022-05-25 15:44:10 +00:00
name = "sct"
version = "0.7.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"ring",
"untrusted",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "security-framework"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "semver"
version = "1.0.13"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2022-01-07 12:35:52 +00:00
[[package]]
name = "serde"
2022-07-21 09:15:42 +00:00
version = "1.0.140"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
2022-01-07 12:35:52 +00:00
[[package]]
name = "serde_json"
version = "1.0.83"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
2022-01-07 12:35:52 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha2"
version = "0.10.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
2022-05-25 15:44:10 +00:00
name = "spin"
version = "0.5.2"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-01-07 12:35:52 +00:00
[[package]]
2022-05-25 15:44:10 +00:00
name = "syn"
2022-07-21 09:15:42 +00:00
version = "1.0.98"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2022-01-07 12:35:52 +00:00
dependencies = [
2022-05-25 15:44:10 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2022-01-07 12:35:52 +00:00
]
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "thread-id"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
dependencies = [
"kernel32-sys",
"libc",
]
[[package]]
name = "thread_local"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
dependencies = [
"thread-id",
]
[[package]]
name = "thread_local"
2022-04-20 07:40:42 +00:00
version = "1.1.4"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2022-01-07 12:35:52 +00:00
dependencies = [
"once_cell",
]
[[package]]
name = "time"
2022-07-21 09:15:42 +00:00
version = "0.1.44"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2022-01-07 12:35:52 +00:00
dependencies = [
"libc",
2022-07-21 09:15:42 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-01-07 12:35:52 +00:00
"winapi 0.3.9",
]
[[package]]
name = "tinyvec"
2022-05-25 15:44:10 +00:00
version = "1.6.0"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-01-07 12:35:52 +00:00
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 = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "uname"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
dependencies = [
"libc",
]
[[package]]
name = "unicode-bidi"
2022-05-25 15:44:10 +00:00
version = "0.3.8"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
2022-07-21 09:15:42 +00:00
version = "1.0.2"
2022-05-25 15:44:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2022-01-07 12:35:52 +00:00
[[package]]
name = "unicode-normalization"
2022-07-21 09:15:42 +00:00
version = "0.1.21"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2022-01-07 12:35:52 +00:00
dependencies = [
"tinyvec",
]
[[package]]
2022-05-25 15:44:10 +00:00
name = "untrusted"
version = "0.7.1"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-25 15:44:10 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-01-07 12:35:52 +00:00
[[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 = "utf8-ranges"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-01-07 12:35:52 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "wasi"
2022-07-21 09:15:42 +00:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-01-07 12:35:52 +00:00
[[package]]
name = "wasm-bindgen"
2022-07-21 09:15:42 +00:00
version = "0.2.81"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2022-01-07 12:35:52 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-07-21 09:15:42 +00:00
version = "0.2.81"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2022-01-07 12:35:52 +00:00
dependencies = [
"bumpalo",
"lazy_static 1.4.0",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-07-21 09:15:42 +00:00
version = "0.2.81"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2022-01-07 12:35:52 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-07-21 09:15:42 +00:00
version = "0.2.81"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2022-01-07 12:35:52 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-07-21 09:15:42 +00:00
version = "0.2.81"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2022-01-07 12:35:52 +00:00
[[package]]
name = "web-sys"
2022-07-21 09:15:42 +00:00
version = "0.3.58"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2022-01-07 12:35:52 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-05-25 15:44:10 +00:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-07-21 09:15:42 +00:00
version = "0.22.4"
2022-05-25 15:44:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
2022-05-25 15:44:10 +00:00
dependencies = [
"webpki",
]
2022-01-07 12:35:52 +00:00
[[package]]
name = "which"
2022-04-20 07:40:42 +00:00
version = "4.2.5"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:40:42 +00:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2022-01-07 12:35:52 +00:00
dependencies = [
"either",
"lazy_static 1.4.0",
"libc",
]
[[package]]
name = "whoami"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wildmatch"
2022-07-21 09:15:42 +00:00
version = "2.1.1"
2022-01-07 12:35:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-21 09:15:42 +00:00
checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86"
2022-01-07 12:35:52 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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 0.3.9",
]
[[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"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"