mirror of https://git.sr.ht/~julienxx/asuka
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
986 lines
25 KiB
986 lines
25 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "ahash" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" |
|
dependencies = [ |
|
"const-random", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
|
dependencies = [ |
|
"const-random", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "arc-swap" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" |
|
|
|
[[package]] |
|
name = "array-macro" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6" |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
|
|
|
[[package]] |
|
name = "asuka" |
|
version = "0.8.0" |
|
dependencies = [ |
|
"cursive", |
|
"dirs", |
|
"json", |
|
"lazy_static", |
|
"native-tls", |
|
"open", |
|
"regex", |
|
"tempfile", |
|
"textwrap", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
[[package]] |
|
name = "blake2b_simd" |
|
version = "0.5.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
|
dependencies = [ |
|
"arrayref", |
|
"arrayvec", |
|
"constant_time_eq", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fde55d2a2bfaa4c9668bbc63f531fbdeee3ffe188f4662511ce2c22b3eedebe" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6" |
|
dependencies = [ |
|
"num-integer", |
|
"num-traits", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "const-random" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f590d95d011aa80b063ffe3253422ed5aa462af4e9867d43ce8337562bac77c4" |
|
dependencies = [ |
|
"const-random-macro", |
|
"proc-macro-hack", |
|
] |
|
|
|
[[package]] |
|
name = "const-random-macro" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "615f6e27d000a2bffbc7f2f6a8669179378fa27ee4d0a509e985dfc0a7defb40" |
|
dependencies = [ |
|
"getrandom 0.2.1", |
|
"lazy_static", |
|
"proc-macro-hack", |
|
"tiny-keccak", |
|
] |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 0.1.10", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
[[package]] |
|
name = "cursive" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a9f12332ab2bca26979ef00cfef9a1c2e287db03b787a83d892ad9961f81374" |
|
dependencies = [ |
|
"ahash 0.3.8", |
|
"cfg-if 0.1.10", |
|
"crossbeam-channel", |
|
"cursive_core", |
|
"enumset", |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"maplit", |
|
"ncurses", |
|
"signal-hook", |
|
"term_size", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "cursive_core" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85fc5b6a8ba2f1bc743892068bde466438f78d6247197e2dc094bfd53fdea4b7" |
|
dependencies = [ |
|
"ahash 0.4.7", |
|
"chrono", |
|
"crossbeam-channel", |
|
"enum-map", |
|
"enumset", |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"num", |
|
"owning_ref", |
|
"signal-hook", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
"xi-unicode", |
|
] |
|
|
|
[[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", |
|
"quote", |
|
"strsim", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "dirs" |
|
version = "3.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff" |
|
dependencies = [ |
|
"dirs-sys", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "enum-map" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70a375f899a53b9848ad9fb459b5bf90e4851ae5d9fea89134b062dc1828b26e" |
|
dependencies = [ |
|
"array-macro", |
|
"enum-map-derive", |
|
] |
|
|
|
[[package]] |
|
name = "enum-map-derive" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e57001dfb2532f5a103ff869656887fae9a8defa7d236f3e39d2ee86ed629ad7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "enumset" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "959a80a2062fedd66ed41d99736212de987b3a8c83a4c2cef243968075256bd1" |
|
dependencies = [ |
|
"enumset_derive", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "enumset_derive" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74bef436ac71820c5cf768d7af9ba33121246b09a00e09a55d94ef8095a875ac" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" |
|
dependencies = [ |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"wasi 0.10.1+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "json" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.71" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "maplit" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
|
|
|
[[package]] |
|
name = "maybe-uninit" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "ncurses" |
|
version = "5.99.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15699bee2f37e9f8828c7b35b2bc70d13846db453f2d507713b758fabe536b82" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "open" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if 0.1.10", |
|
"foreign-types", |
|
"lazy_static", |
|
"libc", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" |
|
dependencies = [ |
|
"autocfg", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "owning_ref" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" |
|
dependencies = [ |
|
"stable_deref_trait", |
|
] |
|
|
|
[[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.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
|
|
|
[[package]] |
|
name = "proc-macro-hack" |
|
version = "0.5.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" |
|
dependencies = [ |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom 0.1.14", |
|
"libc", |
|
"rand_chacha", |
|
"rand_core", |
|
"rand_hc", |
|
] |
|
|
|
[[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.14", |
|
] |
|
|
|
[[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 = "redox_syscall" |
|
version = "0.1.56" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
|
dependencies = [ |
|
"getrandom 0.1.14", |
|
"redox_syscall", |
|
"rust-argon2", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rust-argon2" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" |
|
dependencies = [ |
|
"base64", |
|
"blake2b_simd", |
|
"constant_time_eq", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
|
dependencies = [ |
|
"lazy_static", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" |
|
dependencies = [ |
|
"bitflags", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
|
dependencies = [ |
|
"arc-swap", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "smawk" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1bc737c97d093feb72e67f4926d9b22d717ce8580cd25f0ce86d74e859c466d" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"rand", |
|
"redox_syscall", |
|
"remove_dir_all", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "term_size" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3cdcf6b66102d38821c33eea2bf1e8b7bd738072171cbf8a0683fbb46fcb8b0b" |
|
dependencies = [ |
|
"smawk", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tiny-keccak" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
|
dependencies = [ |
|
"crunchy", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
|
dependencies = [ |
|
"matches", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.1+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9" |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "xi-unicode" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e71b85d8b1b8bfaf4b5c834187554d201a8cd621c2bbfa33efd41a3ecabd48b2"
|
|
|