2021-03-27 15:54:39 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.6.3"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.4",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-29 07:19:48 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.7.6"
|
2021-04-03 17:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"getrandom 0.2.4",
|
2021-04-03 17:52:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.7.18"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-03-31 08:55:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.53"
|
2021-03-31 08:55:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
2021-03-31 08:55:34 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "array-macro"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2021-03-27 19:37:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ascii_table"
|
2021-03-28 12:45:28 +00:00
|
|
|
version = "4.0.0-alpha"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "git+https://gitlab.com/arnekeller/ascii-table.git?branch=master#2f57befcd2af631301b633af561c7404414f6644"
|
2021-03-28 12:45:28 +00:00
|
|
|
dependencies = [
|
2021-03-29 07:19:48 +00:00
|
|
|
"unicode-segmentation",
|
2021-03-28 12:45:28 +00:00
|
|
|
"unicode-width",
|
|
|
|
]
|
2021-03-27 19:37:49 +00:00
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.1.0"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-03-27 15:54:39 +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.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "3.9.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.72"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "charset"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.1.3"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"base64",
|
2021-03-27 15:54:39 +00:00
|
|
|
"encoding_rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
|
|
|
version = "4.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db"
|
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.9.3"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.8.3"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.5.2"
|
2021-04-03 17:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.8.7"
|
2021-04-03 17:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cursive"
|
|
|
|
version = "0.16.3"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.6.3",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"cursive_core",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"signal-hook",
|
|
|
|
"termion",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"wasmer_enumset",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cursive_core"
|
|
|
|
version = "0.2.2"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.6.3",
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"enum-map",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"num",
|
|
|
|
"owning_ref",
|
2022-02-13 13:03:50 +00:00
|
|
|
"syn 1.0.86",
|
2021-04-03 17:52:15 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"wasmer_enumset",
|
|
|
|
"xi-unicode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cursive_tree_view"
|
|
|
|
version = "0.7.0"
|
2022-02-13 13:03:50 +00:00
|
|
|
source = "git+https://github.com/FliegendeWurst/cursive_tree_view.git?branch=master#6e437407a67eb95924cfa102ba9df8f502461042"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cursive_core",
|
|
|
|
"debug_stub_derive",
|
2021-04-05 18:48:37 +00:00
|
|
|
"unicode-segmentation",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
2021-04-03 17:52:15 +00:00
|
|
|
"strsim",
|
2022-02-13 13:03:50 +00:00
|
|
|
"syn 1.0.86",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "debug_stub_derive"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "496b7f8a2f853313c3ca370641d7ff3e42c32974fdccda8f0684599ed0a3ff6b"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"syn 0.11.11",
|
|
|
|
]
|
|
|
|
|
2021-04-07 14:03:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.8.30"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-map"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4187999839f4ae8be35cf185d1381aa8dc32d2f5951349cc37ae49ebc4781855"
|
|
|
|
dependencies = [
|
|
|
|
"array-macro",
|
|
|
|
"enum-map-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map-derive"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5c450cf304c9e18d45db562025a14fb1ca0f5c769b6f609309f81d4c31de455"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"str-buf",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-01 10:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.1.5"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2021-04-18 10:21:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.2"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.4"
|
2021-03-29 14:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2021-03-29 14:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2021-04-18 10:21:18 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-03-29 14:35:15 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.11.2"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-29 07:19:48 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"ahash 0.7.6",
|
2021-03-29 07:19:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.7.0"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-03-29 07:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html2text"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26379dcb715e237b96102a12b505c553e2bffa74bae2e54658748d298660ef1"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"markup5ever_rcdom",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-04-18 10:21:18 +00:00
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "imap"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c617c55def8c42129e0dd503f11d7ee39d73f5c7e01eff55768b3879ff1d107d"
|
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"base64",
|
2021-03-27 15:54:39 +00:00
|
|
|
"bufstream",
|
|
|
|
"chrono",
|
|
|
|
"imap-proto",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imap-proto"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16a6def1d5ac8975d70b3fd101d57953fe3278ef2ee5d7816cba54b1d1dfc22f"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inboxid"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-03-31 08:55:34 +00:00
|
|
|
"anyhow",
|
2021-03-27 19:37:49 +00:00
|
|
|
"ascii_table",
|
2021-03-28 12:27:37 +00:00
|
|
|
"chrono",
|
2021-04-03 17:52:15 +00:00
|
|
|
"cursive",
|
|
|
|
"cursive_tree_view",
|
2021-04-07 14:03:34 +00:00
|
|
|
"directories-next",
|
2021-04-18 10:21:18 +00:00
|
|
|
"html2text",
|
2021-03-27 15:54:39 +00:00
|
|
|
"imap",
|
|
|
|
"itertools",
|
2021-04-07 14:03:34 +00:00
|
|
|
"log",
|
2021-03-27 15:54:39 +00:00
|
|
|
"maildir",
|
2021-03-27 19:37:49 +00:00
|
|
|
"mailparse",
|
2021-03-31 09:43:59 +00:00
|
|
|
"mailproc",
|
2021-03-31 18:44:32 +00:00
|
|
|
"mime2ext",
|
2021-03-29 14:35:15 +00:00
|
|
|
"moins",
|
2021-04-07 14:03:34 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2021-04-01 10:03:46 +00:00
|
|
|
"petgraph",
|
2021-03-29 07:19:48 +00:00
|
|
|
"rusqlite",
|
2021-03-27 15:54:39 +00:00
|
|
|
"rustls-connector",
|
2021-03-29 14:35:15 +00:00
|
|
|
"rustyline",
|
2021-04-07 14:03:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-03-31 18:44:32 +00:00
|
|
|
"subprocess",
|
2021-04-07 14:03:34 +00:00
|
|
|
"toml",
|
2021-03-27 15:54:39 +00:00
|
|
|
]
|
|
|
|
|
2021-04-01 10:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.8.0"
|
2021-04-01 10:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2021-04-01 10:03:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-04-07 14:03:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.1.12"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-04-07 14:03:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.10.3"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.3.56"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.7.6"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.117"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.22.2"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
2021-03-29 07:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-04-07 14:03:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.4.6"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
2021-04-07 14:03:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maildir"
|
|
|
|
version = "0.5.0"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "git+https://github.com/FliegendeWurst/maildir.git?branch=master#4c4a7ad683e7c16018b085703b4f63010bcf3698"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"gethostname",
|
|
|
|
"mailparse",
|
2021-03-31 09:43:59 +00:00
|
|
|
"memmap",
|
2021-03-27 15:54:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mailparse"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.13.8"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "8cae768a50835557749599277fc59f7c728118724eb34185e8feb633ef266a32"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"charset",
|
2022-02-13 13:03:50 +00:00
|
|
|
"data-encoding",
|
2021-03-27 15:54:39 +00:00
|
|
|
"quoted_printable",
|
|
|
|
]
|
|
|
|
|
2021-03-31 09:43:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mailproc"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "git+https://github.com/FliegendeWurst/mailproc.git?branch=master#46e27f9a10f64b6f77b7fbbddb03e2187ca3465a"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mailparse",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"subprocess",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.10.1"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
2021-04-18 10:21:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever_rcdom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"markup5ever",
|
|
|
|
"tendril",
|
|
|
|
"xml5ever",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "2.4.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-03-31 09:43:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-31 18:44:32 +00:00
|
|
|
[[package]]
|
2022-02-13 13:03:50 +00:00
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
2021-03-31 18:44:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-03-31 18:44:32 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"autocfg",
|
2021-03-31 18:44:32 +00:00
|
|
|
]
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime2ext"
|
|
|
|
version = "0.1.51"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38f7f75645a0e3a014d47a826aa472aabc2c31108d3efce374f5d2af3ff79bbd"
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "moins"
|
|
|
|
version = "0.5.0"
|
2021-03-31 18:44:32 +00:00
|
|
|
source = "git+https://github.com/FliegendeWurst/moins?branch=master#d30052f34176336d27c35c8e62fa56fce70b03ea"
|
2021-03-29 14:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"termion",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.20.2"
|
2021-03-29 14:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945"
|
2021-03-29 14:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-02-13 13:03:50 +00:00
|
|
|
"memoffset",
|
2021-03-29 14:35:15 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f"
|
|
|
|
dependencies = [
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.9.0"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.1.5"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2021-04-07 14:03:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.11.2"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-04-07 14:03:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.8.5"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-04-07 14:03:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-01 10:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"phf_shared 0.8.0",
|
2021-04-18 10:21:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2022-02-13 13:03:50 +00:00
|
|
|
"phf_shared 0.8.0",
|
2021-04-18 10:21:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"phf_shared 0.8.0",
|
2021-04-18 10:21:18 +00:00
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.3.24"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2021-03-29 07:19:48 +00:00
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.16"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-04-18 10:21:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.36"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"unicode-xid 0.2.2",
|
2021-03-27 15:54:39 +00:00
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.15"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.4.5"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
"rand_pcg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.10"
|
2021-03-29 14:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-29 14:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
|
|
dependencies = [
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"getrandom 0.2.4",
|
2021-03-29 14:35:15 +00:00
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.5.4"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.6.25"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.25.4"
|
2021-04-07 14:03:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "5c4b1eaf239b47034fb450ee9cdedd7d0226571689d8823030c4b6c2cb407152"
|
2021-03-29 07:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"memchr",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-04-18 10:21:18 +00:00
|
|
|
version = "0.19.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-18 10:21:18 +00:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"base64",
|
2021-03-27 15:54:39 +00:00
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-connector"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ffaf21b0bac725875490d079bb503cf88684618310c2dff167640fa006217cb"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "8.2.0"
|
2021-03-29 14:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874"
|
2021-03-29 14:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
2022-02-13 13:03:50 +00:00
|
|
|
"clipboard-win",
|
2021-03-29 14:35:15 +00:00
|
|
|
"dirs-next",
|
2022-02-13 13:03:50 +00:00
|
|
|
"fd-lock",
|
2021-03-29 14:35:15 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
|
|
|
"radix_trie",
|
|
|
|
"scopeguard",
|
|
|
|
"smallvec",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.9"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-04-18 10:21:18 +00:00
|
|
|
version = "0.6.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-18 10:21:18 +00:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "2.3.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "2.6.1"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-31 09:43:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.136"
|
2021-03-31 09:43:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-03-31 09:43:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.136"
|
2021-03-31 09:43:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-03-31 09:43:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-03-31 18:44:32 +00:00
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.3.13"
|
2021-04-03 17:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.4.0"
|
2021-04-03 17:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-04-03 17:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.3.9"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e"
|
2021-04-18 10:21:18 +00:00
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.8.0"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-03-29 07:19:48 +00:00
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2022-02-13 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a"
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.8.3"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
|
2021-04-18 10:21:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
2022-02-13 13:03:50 +00:00
|
|
|
"parking_lot",
|
|
|
|
"phf_shared 0.10.0",
|
2021-04-18 10:21:18 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2022-02-13 13:03:50 +00:00
|
|
|
"phf_shared 0.8.0",
|
2021-04-18 10:21:18 +00:00
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
2021-04-18 10:21:18 +00:00
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
|
2021-03-31 09:43:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subprocess"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.8"
|
2021-03-31 09:43:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "055cf3ebc2981ad8f0a5a17ef6652f652d87831f79fddcba2ac57bcb9a0aa407"
|
2021-03-31 09:43:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"synom",
|
|
|
|
"unicode-xid 0.0.4",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.0.86"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"unicode-xid 0.2.2",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4",
|
2021-03-27 15:54:39 +00:00
|
|
|
]
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
|
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"numtoa",
|
|
|
|
"redox_syscall",
|
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-03-28 12:45:28 +00:00
|
|
|
version = "0.1.44"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-28 12:45:28 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-18 10:21:18 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-03-27 15:54:39 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-31 09:43:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "1.9.0"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2021-03-29 07:19:48 +00:00
|
|
|
|
2021-03-28 12:45:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.1.9"
|
2021-03-28 12:45:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-03-28 12:45:28 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.2"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2021-03-29 14:35:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|
|
|
|
2021-03-29 07:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.15"
|
2021-03-29 07:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-03-29 07:19:48 +00:00
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.9.4"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-04-18 10:21:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2021-03-28 12:45:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.79"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.79"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-03-27 15:54:39 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.79"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
2021-03-27 15:54:39 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.79"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-03-27 15:54:39 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.2.79"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2021-03-27 15:54:39 +00:00
|
|
|
|
2021-04-03 17:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer_enumset"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf088cc1f7d247fd96dff0df46fb1bbb747d8a69ae1ecd71aed55c55e354b2d8"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"wasmer_enumset_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer_enumset_derive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8d1b32d98e11194200baf6d3f85eb2d6cfe56f6d9af0dd617f90ca48f958a88"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
2022-02-13 13:03:50 +00:00
|
|
|
"quote 1.0.15",
|
|
|
|
"syn 1.0.86",
|
2021-04-03 17:52:15 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 15:54:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.3.56"
|
2021-03-27 15:54:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2021-03-27 15:54:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-04-03 17:52:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xi-unicode"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
|
2021-04-18 10:21:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml5ever"
|
2022-02-13 13:03:50 +00:00
|
|
|
version = "0.16.2"
|
2021-04-18 10:21:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 13:03:50 +00:00
|
|
|
checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
|
2021-04-18 10:21:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"time",
|
|
|
|
]
|