|
|
@ -0,0 +1,742 @@ |
|
|
|
# This file is automatically @generated by Cargo. |
|
|
|
# It is not intended for manual editing. |
|
|
|
[[package]] |
|
|
|
name = "ansi_term" |
|
|
|
version = "0.11.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "anyhow" |
|
|
|
version = "1.0.26" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "atty" |
|
|
|
version = "0.2.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi", |
|
|
|
"libc", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[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 = "bumpalo" |
|
|
|
version = "3.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
|
version = "0.5.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.50" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "2.33.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
|
|
dependencies = [ |
|
|
|
"ansi_term", |
|
|
|
"atty", |
|
|
|
"bitflags", |
|
|
|
"strsim", |
|
|
|
"textwrap", |
|
|
|
"unicode-width", |
|
|
|
"vec_map", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-zircon" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-zircon-sys" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-core" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-macro" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-hack", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-task" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-util" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-macro", |
|
|
|
"futures-task", |
|
|
|
"pin-utils", |
|
|
|
"proc-macro-hack", |
|
|
|
"proc-macro-nested", |
|
|
|
"slab", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "heck" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
|
|
dependencies = [ |
|
|
|
"unicode-segmentation", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hermit-abi" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iovec" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "js-sys" |
|
|
|
version = "0.3.35" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9" |
|
|
|
dependencies = [ |
|
|
|
"wasm-bindgen", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "kernel32-sys" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.2.8", |
|
|
|
"winapi-build", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.67" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
|
version = "2.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.6.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"fuchsia-zircon", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
"iovec", |
|
|
|
"kernel32-sys", |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"miow", |
|
|
|
"net2", |
|
|
|
"slab", |
|
|
|
"winapi 0.2.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio-uds" |
|
|
|
version = "0.6.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
|
|
|
dependencies = [ |
|
|
|
"iovec", |
|
|
|
"libc", |
|
|
|
"mio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miow" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
|
|
dependencies = [ |
|
|
|
"kernel32-sys", |
|
|
|
"net2", |
|
|
|
"winapi 0.2.8", |
|
|
|
"ws2_32-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "net2" |
|
|
|
version = "0.2.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "4.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
"version_check 0.1.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num_cpus" |
|
|
|
version = "1.12.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-lite" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-utils" |
|
|
|
version = "0.1.0-alpha.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-error" |
|
|
|
version = "0.4.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8a857f7c61b149c868eb7e40311b48502fcc924744fb73191962748643336568" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-error-attr", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"version_check 0.9.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-error-attr" |
|
|
|
version = "0.4.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "075d00534b62f176b55a48b68319be2f3fc05616d68ecd2bcb66bac0a49170e1" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"syn-mid", |
|
|
|
"version_check 0.9.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-hack" |
|
|
|
version = "0.5.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-nested" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ring" |
|
|
|
version = "0.16.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
|
"spin", |
|
|
|
"untrusted", |
|
|
|
"web-sys", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
version = "0.17.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"log", |
|
|
|
"ring", |
|
|
|
"sct", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sct" |
|
|
|
version = "0.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" |
|
|
|
dependencies = [ |
|
|
|
"ring", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.104" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
|
|
|
dependencies = [ |
|
|
|
"serde_derive", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.104" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "slab" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sourcefile" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "spin" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "strsim" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "structopt" |
|
|
|
version = "0.3.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98" |
|
|
|
dependencies = [ |
|
|
|
"clap", |
|
|
|
"lazy_static", |
|
|
|
"structopt-derive", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "structopt-derive" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64" |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"proc-macro-error", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn-mid" |
|
|
|
version = "0.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "textwrap" |
|
|
|
version = "0.11.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
|
dependencies = [ |
|
|
|
"unicode-width", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "0.2.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"iovec", |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
|
"memchr", |
|
|
|
"mio", |
|
|
|
"mio-uds", |
|
|
|
"num_cpus", |
|
|
|
"pin-project-lite", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-rustls" |
|
|
|
version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4adb8b3e5f86b707f1b54e7c15b6de52617a823608ccda98a15d3a24222f265a" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"rustls", |
|
|
|
"tokio", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[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.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "untrusted" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "vec_map" |
|
|
|
version = "0.8.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"wasm-bindgen-macro", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45" |
|
|
|
dependencies = [ |
|
|
|
"bumpalo", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3" |
|
|
|
dependencies = [ |
|
|
|
"quote", |
|
|
|
"wasm-bindgen-macro-support", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-backend", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-webidl" |
|
|
|
version = "0.2.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d" |
|
|
|
dependencies = [ |
|
|
|
"anyhow", |
|
|
|
"heck", |
|
|
|
"log", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-backend", |
|
|
|
"weedle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "web-sys" |
|
|
|
version = "0.3.35" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b" |
|
|
|
dependencies = [ |
|
|
|
"anyhow", |
|
|
|
"js-sys", |
|
|
|
"sourcefile", |
|
|
|
"wasm-bindgen", |
|
|
|
"wasm-bindgen-webidl", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "webpki" |
|
|
|
version = "0.21.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef" |
|
|
|
dependencies = [ |
|
|
|
"ring", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "webpki-roots" |
|
|
|
version = "0.19.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739" |
|
|
|
dependencies = [ |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "weedle" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" |
|
|
|
dependencies = [ |
|
|
|
"nom", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.2.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
|
|
dependencies = [ |
|
|
|
"winapi-i686-pc-windows-gnu", |
|
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi-build" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ws2_32-sys" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.2.8", |
|
|
|
"winapi-build", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "zsittle" |
|
|
|
version = "0.0.0" |
|
|
|
dependencies = [ |
|
|
|
"futures-util", |
|
|
|
"serde", |
|
|
|
"tokio", |
|
|
|
"tokio-rustls", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "zsittle-client" |
|
|
|
version = "0.0.0" |
|
|
|
dependencies = [ |
|
|
|
"structopt", |
|
|
|
"webpki-roots", |
|
|
|
"zsittle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "zsittle-server" |
|
|
|
version = "0.0.0" |
|
|
|
dependencies = [ |
|
|
|
"structopt", |
|
|
|
"zsittle", |
|
|
|
] |