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.
3031 lines
74 KiB
3031 lines
74 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "addr2line" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler32" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9" |
|
dependencies = [ |
|
"aes-soft", |
|
"aesni", |
|
"block-cipher-trait", |
|
] |
|
|
|
[[package]] |
|
name = "aes-soft" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"byteorder", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "aesni" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
dependencies = [ |
|
"nodrop", |
|
] |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
|
|
|
[[package]] |
|
name = "ascii_utils" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" |
|
|
|
[[package]] |
|
name = "async-h1" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "effd501febce09534b924aa471e6a7fd689071fee63659473413f62a1979ae56" |
|
dependencies = [ |
|
"async-std", |
|
"byte-pool", |
|
"futures-core", |
|
"http-types", |
|
"httparse", |
|
"lazy_static", |
|
"log", |
|
"pin-project-lite", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "async-imap" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8113a1ae7ed80ce764f7474f4323b66f945367c2195d046cfa5efdde30fca04c" |
|
dependencies = [ |
|
"async-native-tls", |
|
"async-std", |
|
"base64 0.11.0", |
|
"byte-pool", |
|
"chrono", |
|
"futures 0.3.5", |
|
"imap-proto", |
|
"lazy_static", |
|
"log", |
|
"nom 5.1.1", |
|
"pin-utils", |
|
"rental", |
|
"stop-token", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "async-native-tls" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33" |
|
dependencies = [ |
|
"async-std", |
|
"native-tls", |
|
"thiserror", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "async-smtp" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb010dac8f81ceb798b089c522766c0427b54253789194b5c7de9720aeb7f091" |
|
dependencies = [ |
|
"async-native-tls", |
|
"async-std", |
|
"async-trait", |
|
"base64 0.11.0", |
|
"bufstream", |
|
"fast_chemail", |
|
"hostname", |
|
"log", |
|
"nom 5.1.1", |
|
"pin-project", |
|
"pin-utils", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "async-std" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a45cee2749d880d7066e328a7e161c7470ced883b2fd000ca4643e9f1dd5083a" |
|
dependencies = [ |
|
"async-task", |
|
"crossbeam-utils", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-timer", |
|
"kv-log-macro", |
|
"log", |
|
"memchr", |
|
"num_cpus", |
|
"once_cell", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
"smol", |
|
"wasm-bindgen-futures", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3" |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26c4f3195085c36ea8d24d32b2f828d23296a9370a28aa39d111f6f16bef9f3b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.48" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
|
|
|
[[package]] |
|
name = "bitfield" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719" |
|
|
|
[[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 0.5.1", |
|
"constant_time_eq", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
|
dependencies = [ |
|
"block-padding", |
|
"byte-tools", |
|
"byteorder", |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-cipher-trait" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-modes" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31aa8410095e39fdb732909fb5730a48d5bd7c2e3cd76bd1b07b3dbea130c529" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"block-padding", |
|
] |
|
|
|
[[package]] |
|
name = "block-padding" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
|
dependencies = [ |
|
"byte-tools", |
|
] |
|
|
|
[[package]] |
|
name = "blowfish" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6aeb80d00f2688459b8542068abd974cfb101e7a82182414a99b5026c0d85cc3" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"byteorder", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "buf_redux" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" |
|
dependencies = [ |
|
"memchr", |
|
"safemem", |
|
] |
|
|
|
[[package]] |
|
name = "bufstream" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6" |
|
|
|
[[package]] |
|
name = "byte-pool" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9342e102eac8b1879fbedf9a7e0572c40b0cc5805b663c4d4ca791cae0bae221" |
|
dependencies = [ |
|
"crossbeam-queue", |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "byte-tools" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
|
|
|
[[package]] |
|
name = "bytecount" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
dependencies = [ |
|
"byteorder", |
|
"iovec", |
|
] |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" |
|
|
|
[[package]] |
|
name = "cargo_metadata" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
|
dependencies = [ |
|
"error-chain", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "cast5" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ce5759b4c52ca74f9a98421817c882f1fd9b0071ae41cd61ab9f9d059c04fd6" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"byteorder", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.54" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" |
|
|
|
[[package]] |
|
name = "cfb-mode" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "190e7b55d3a27cf8879becf61035a141cbc783f3258a41d16d1706719f991345" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"stream-cipher", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "charset" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f426e64df1c3de26cbf44593c6ffff5dbfd43bbf9de0d075058558126b3fc73" |
|
dependencies = [ |
|
"base64 0.10.1", |
|
"encoding_rs", |
|
] |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" |
|
dependencies = [ |
|
"num-integer", |
|
"num-traits", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "circular" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fc239e0f6cb375d2402d48afb92f76f5404fd1df208a41930ec81eda078bea" |
|
|
|
[[package]] |
|
name = "clear_on_drop" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
dependencies = [ |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" |
|
|
|
[[package]] |
|
name = "crc24" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd121741cf3eb82c08dd3023eb55bf2665e5f60ec20f89760cf836ae4562e6a0" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-epoch", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"lazy_static", |
|
"maybe-uninit", |
|
"memoffset", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"cfg-if", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26778518a7f6cffa1d25a44b602b62b979bd88adb9e99ffec546998cf3404839" |
|
dependencies = [ |
|
"byteorder", |
|
"digest", |
|
"rand_core 0.5.1", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[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 1.0.6", |
|
"strsim", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" |
|
dependencies = [ |
|
"darling_core", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "dbus" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26b17a12ffaff26515889b006fc029493a3e340366a137c13cec2cdd545ea3b8" |
|
dependencies = [ |
|
"libc", |
|
"libdbus-sys", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "deflate" |
|
version = "0.7.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4" |
|
dependencies = [ |
|
"adler32", |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "deltachat" |
|
version = "1.34.0" |
|
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.34.0#0a4d6fe09b4041c52439c231cd383884b2987db0" |
|
dependencies = [ |
|
"anyhow", |
|
"async-imap", |
|
"async-native-tls", |
|
"async-smtp", |
|
"async-std", |
|
"async-trait", |
|
"backtrace", |
|
"base64 0.11.0", |
|
"bitflags", |
|
"byteorder", |
|
"charset", |
|
"chrono", |
|
"debug_stub_derive", |
|
"deltachat_derive", |
|
"email", |
|
"encoded-words", |
|
"escaper", |
|
"futures 0.3.5", |
|
"hex", |
|
"image", |
|
"image-meta", |
|
"indexmap", |
|
"itertools", |
|
"lazy_static", |
|
"lettre_email", |
|
"libc", |
|
"mailparse", |
|
"native-tls", |
|
"num-derive", |
|
"num-traits", |
|
"percent-encoding", |
|
"pgp", |
|
"quick-xml", |
|
"r2d2", |
|
"r2d2_sqlite", |
|
"rand 0.7.3", |
|
"regex", |
|
"rusqlite", |
|
"sanitize-filename", |
|
"serde", |
|
"serde_json", |
|
"sha2", |
|
"smallvec", |
|
"stop-token", |
|
"strum", |
|
"strum_macros", |
|
"surf", |
|
"thiserror", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "deltachat_derive" |
|
version = "2.0.0" |
|
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.34.0#0a4d6fe09b4041c52439c231cd383884b2987db0" |
|
dependencies = [ |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0" |
|
dependencies = [ |
|
"darling", |
|
"derive_builder_core", |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_core" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "des" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74ba5f1b5aee9772379c2670ba81306e65a93c0ee3caade7a1d22b188d88a3af" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"byteorder", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "directories" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c" |
|
dependencies = [ |
|
"cfg-if", |
|
"dirs-sys", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" |
|
|
|
[[package]] |
|
name = "ed25519-dalek" |
|
version = "1.0.0-pre.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978710b352437433c97b2bff193f2fb1dfd58a093f863dd95e225a19baa599a2" |
|
dependencies = [ |
|
"clear_on_drop", |
|
"curve25519-dalek", |
|
"rand 0.7.3", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
|
[[package]] |
|
name = "email" |
|
version = "0.0.21" |
|
source = "git+https://github.com/deltachat/rust-email#ace12ee6f8e054dd890589f588d0311604fc25f0" |
|
dependencies = [ |
|
"base64 0.11.0", |
|
"chrono", |
|
"encoded-words", |
|
"encoding", |
|
"lazy_static", |
|
"rand 0.7.3", |
|
"time", |
|
"version_check 0.9.2", |
|
] |
|
|
|
[[package]] |
|
name = "encoded-words" |
|
version = "0.1.0" |
|
source = "git+https://github.com/async-email/encoded-words#2631c258183620f6d976abffabbfc2dcc697d793" |
|
dependencies = [ |
|
"base64 0.11.0", |
|
"charset", |
|
"encoding_rs", |
|
"hex", |
|
"lazy_static", |
|
"regex", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "encoding" |
|
version = "0.2.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" |
|
dependencies = [ |
|
"encoding-index-japanese", |
|
"encoding-index-korean", |
|
"encoding-index-simpchinese", |
|
"encoding-index-singlebyte", |
|
"encoding-index-tradchinese", |
|
] |
|
|
|
[[package]] |
|
name = "encoding-index-japanese" |
|
version = "1.20141219.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" |
|
dependencies = [ |
|
"encoding_index_tests", |
|
] |
|
|
|
[[package]] |
|
name = "encoding-index-korean" |
|
version = "1.20141219.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" |
|
dependencies = [ |
|
"encoding_index_tests", |
|
] |
|
|
|
[[package]] |
|
name = "encoding-index-simpchinese" |
|
version = "1.20141219.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" |
|
dependencies = [ |
|
"encoding_index_tests", |
|
] |
|
|
|
[[package]] |
|
name = "encoding-index-singlebyte" |
|
version = "1.20141219.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" |
|
dependencies = [ |
|
"encoding_index_tests", |
|
] |
|
|
|
[[package]] |
|
name = "encoding-index-tradchinese" |
|
version = "1.20141219.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
|
dependencies = [ |
|
"encoding_index_tests", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_index_tests" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "entities" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" |
|
dependencies = [ |
|
"backtrace", |
|
"version_check 0.9.2", |
|
] |
|
|
|
[[package]] |
|
name = "escaper" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39da344028c2227132b2dfa7c186e2104ecc153467583d00ed9c398f9ff693b0" |
|
dependencies = [ |
|
"entities", |
|
] |
|
|
|
[[package]] |
|
name = "failure" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
|
dependencies = [ |
|
"backtrace", |
|
"failure_derive", |
|
] |
|
|
|
[[package]] |
|
name = "failure_derive" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "fake-simd" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "fast_chemail" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4" |
|
dependencies = [ |
|
"ascii_utils", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42" |
|
dependencies = [ |
|
"cfg-if", |
|
"crc32fast", |
|
"libc", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "fuchsia-cprng" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.1.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
|
dependencies = [ |
|
"proc-macro-hack", |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" |
|
dependencies = [ |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "futures-timer" |
|
version = "3.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" |
|
dependencies = [ |
|
"gloo-timers", |
|
"send_wrapper", |
|
] |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
|
dependencies = [ |
|
"futures 0.1.29", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project", |
|
"pin-utils", |
|
"proc-macro-hack", |
|
"proc-macro-nested", |
|
"slab", |
|
"tokio-io", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
|
dependencies = [ |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.10.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af" |
|
dependencies = [ |
|
"color_quant", |
|
"lzw", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
|
[[package]] |
|
name = "gloo-timers" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[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.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
|
|
|
[[package]] |
|
name = "hostname" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" |
|
dependencies = [ |
|
"libc", |
|
"winutil", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" |
|
dependencies = [ |
|
"bytes 0.5.4", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-client" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "271fae45413daaca82e8c6bf46e452b897873676ce56196d8939645711f542d5" |
|
dependencies = [ |
|
"async-h1", |
|
"async-native-tls", |
|
"async-std", |
|
"futures 0.3.5", |
|
"http-types", |
|
"js-sys", |
|
"log", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "http-types" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49d9f44462c2e59d5d5826e7ba74b121ee2fb0ff091ef849692694f1d77aaf50" |
|
dependencies = [ |
|
"anyhow", |
|
"async-std", |
|
"cookie", |
|
"http", |
|
"infer", |
|
"omnom", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_json", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
|
|
|
[[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 = "image" |
|
version = "0.22.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a" |
|
dependencies = [ |
|
"byteorder", |
|
"gif", |
|
"jpeg-decoder", |
|
"num-iter", |
|
"num-rational", |
|
"num-traits", |
|
"png", |
|
] |
|
|
|
[[package]] |
|
name = "image-meta" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a2da7b4225d0954c9b8ba1a0dcec85be29f496cba4d85f9390426f810e3ab0d" |
|
dependencies = [ |
|
"byteorder", |
|
"skeptic", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "imap-proto" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16a6def1d5ac8975d70b3fd101d57953fe3278ef2ee5d7816cba54b1d1dfc22f" |
|
dependencies = [ |
|
"nom 5.1.1", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "infer" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d55c406a76164eb346a829ed4b97b73cb06259078eca01adeb12e8ca308d4123" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "inflate" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" |
|
dependencies = [ |
|
"adler32", |
|
] |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b47b4c4e017b01abdc5bcc126d2d1002e5a75bbe3ce73f9f4f311a916363704" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.39" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "keccak" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" |
|
|
|
[[package]] |
|
name = "kv-log-macro" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ff57d6d215f7ca7eb35a9a64d656ba4d9d2bef114d741dc08048e75e2f5d418" |
|
dependencies = [ |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
dependencies = [ |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "lettre" |
|
version = "0.9.2" |
|
source = "git+https://github.com/deltachat/lettre#12e4f22d8d691fb5d1606e4c9034f5d4d9ba635b" |
|
dependencies = [ |
|
"fast_chemail", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "lettre_email" |
|
version = "0.9.2" |
|
source = "git+https://github.com/deltachat/lettre#12e4f22d8d691fb5d1606e4c9034f5d4d9ba635b" |
|
dependencies = [ |
|
"base64 0.11.0", |
|
"email", |
|
"lazy_static", |
|
"lettre", |
|
"mime", |
|
"regex", |
|
"time", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "lexical-core" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890" |
|
dependencies = [ |
|
"arrayvec 0.4.12", |
|
"cfg-if", |
|
"rustc_version", |
|
"ryu", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.71" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
|
|
|
[[package]] |
|
name = "libdbus-sys" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0" |
|
dependencies = [ |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" |
|
|
|
[[package]] |
|
name = "libsqlite3-sys" |
|
version = "0.17.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56d90181c2904c287e5390186be820e5ef311a3c62edebb7d6ca3d6a48ce041d" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "linked-hash-map" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "lru-cache" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" |
|
dependencies = [ |
|
"linked-hash-map", |
|
] |
|
|
|
[[package]] |
|
name = "lzw" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" |
|
|
|
[[package]] |
|
name = "mailparse" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6435afa64615b3c3efa09cb4066f42dcd236902f30ab48acd36ea59821bb4e0" |
|
dependencies = [ |
|
"base64 0.10.1", |
|
"charset", |
|
"quoted_printable", |
|
] |
|
|
|
[[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 = "md-5" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8" |
|
dependencies = [ |
|
"block-buffer", |
|
"digest", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" |
|
dependencies = [ |
|
"mime", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5" |
|
dependencies = [ |
|
"adler32", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" |
|
dependencies = [ |
|
"bitflags", |
|
"cc", |
|
"cfg-if", |
|
"libc", |
|
"void", |
|
] |
|
|
|
[[package]] |
|
name = "nodrop" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
|
|
|
[[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 = "nom" |
|
version = "5.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" |
|
dependencies = [ |
|
"lexical-core", |
|
"memchr", |
|
"version_check 0.9.2", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint-dig" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3d03c330f9f7a2c19e3c0b42698e48141d0809c78cd9b6219f85bd7d7e892aa" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"byteorder", |
|
"lazy_static", |
|
"libm", |
|
"num-integer", |
|
"num-iter", |
|
"num-traits", |
|
"rand 0.7.3", |
|
"serde", |
|
"smallvec", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "num-derive" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2" |
|
|
|
[[package]] |
|
name = "omnom" |
|
version = "2.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6b216cee2e0d6e680f73158d15468c80b39e571c11669cd90556f9a644e9fd3" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"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.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7410fef80af8ac071d4f63755c0ab89ac3df0fd1ea91f1d1f37cf5cec4395990" |
|
dependencies = [ |
|
"autocfg 1.0.0", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" |
|
dependencies = [ |
|
"cfg-if", |
|
"cloudabi", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[package]] |
|
name = "pgp" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8172973101790c866e66966002bf1028d0df27bf6b3b29be86a6fd440d8a4285" |
|
dependencies = [ |
|
"aes", |
|
"base64 0.11.0", |
|
"bitfield", |
|
"block-modes", |
|
"block-padding", |
|
"blowfish", |
|
"buf_redux", |
|
"byteorder", |
|
"cast5", |
|
"cfb-mode", |
|
"chrono", |
|
"circular", |
|
"clear_on_drop", |
|
"crc24", |
|
"derive_builder", |
|
"des", |
|
"digest", |
|
"ed25519-dalek", |
|
"flate2", |
|
"generic-array", |
|
"hex", |
|
"lazy_static", |
|
"log", |
|
"md-5", |
|
"nom 4.2.3", |
|
"num-bigint-dig", |
|
"num-derive", |
|
"num-traits", |
|
"rand 0.7.3", |
|
"ripemd160", |
|
"rsa", |
|
"sha-1", |
|
"sha2", |
|
"sha3", |
|
"smallvec", |
|
"thiserror", |
|
"try_from", |
|
"twofish", |
|
"x25519-dalek", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edc93aeee735e60ecb40cf740eb319ff23eab1c5748abfdb5c180e4ce49f7791" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e58db2081ba5b4c93bd6be09c40fd36cb9193a8336c384f3b40012e531aa7e40" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "piper" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b0deb65f46e873ba8aa7c6a8dbe3f23cb1bf59c339a81a1d56361dde4d66ac8" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.15.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283" |
|
dependencies = [ |
|
"bitflags", |
|
"crc32fast", |
|
"deflate", |
|
"inflate", |
|
] |
|
|
|
[[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.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" |
|
|
|
[[package]] |
|
name = "proc-macro-nested" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101" |
|
dependencies = [ |
|
"unicode-xid 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "quick-xml" |
|
version = "0.17.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "quoted_printable" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47b080c5db639b292ac79cbd34be0cfc5d36694768d8341109634d90b86930e2" |
|
|
|
[[package]] |
|
name = "r2d2" |
|
version = "0.8.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1497e40855348e4a8a40767d8e55174bce1e445a3ac9254ad44ad468ee0485af" |
|
dependencies = [ |
|
"log", |
|
"parking_lot", |
|
"scheduled-thread-pool", |
|
] |
|
|
|
[[package]] |
|
name = "r2d2_sqlite" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e15ff794e7c8bb8ae20ccac5bac6a93a4a3af708dd801d4094f80da41196f33" |
|
dependencies = [ |
|
"r2d2", |
|
"rusqlite", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
dependencies = [ |
|
"fuchsia-cprng", |
|
"libc", |
|
"rand_core 0.3.1", |
|
"rdrand", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom", |
|
"libc", |
|
"rand_chacha", |
|
"rand_core 0.5.1", |
|
"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 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
dependencies = [ |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rdrand" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[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", |
|
"redox_syscall", |
|
"rust-argon2", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rental" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f" |
|
dependencies = [ |
|
"rental-impl", |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "rental-impl" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "ripemd160" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad5112e0dbbb87577bfbc56c42450235e3012ce336e29c5befd7807bd626da4a" |
|
dependencies = [ |
|
"block-buffer", |
|
"digest", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "rsa" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ed8692d8e0ea3baae03f0f32ecfc13a6c6f1f85fcd6d9fdefcdf364e70f4df9" |
|
dependencies = [ |
|
"byteorder", |
|
"failure", |
|
"lazy_static", |
|
"num-bigint-dig", |
|
"num-integer", |
|
"num-iter", |
|
"num-traits", |
|
"rand 0.7.3", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rusqlite" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57edf4c4cea4d7e0fab069acb5da9e8e8e5403c78abc81b1f37d83af02148ea5" |
|
dependencies = [ |
|
"bitflags", |
|
"fallible-iterator", |
|
"fallible-streaming-iterator", |
|
"libsqlite3-sys", |
|
"lru-cache", |
|
"memchr", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "rust-argon2" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" |
|
dependencies = [ |
|
"base64 0.11.0", |
|
"blake2b_simd", |
|
"constant_time_eq", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" |
|
|
|
[[package]] |
|
name = "safemem" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "sanitize-filename" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23fd0fec94ec480abfd86bb8f4f6c57e0efb36dac5c852add176ea7b04c74801" |
|
dependencies = [ |
|
"lazy_static", |
|
"regex", |
|
] |
|
|
|
[[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 = "scheduled-thread-pool" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0988d7fdf88d5e5fcf5923a0f1e8ab345f3e98ab4bc6bc45a2d5ff7f7458fbf6" |
|
dependencies = [ |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "scoped-tls-hkt" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2e9d7eaddb227e8fbaaa71136ae0e1e913ca159b86c7da82f3e8f0044ad3a63" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535" |
|
dependencies = [ |
|
"bitflags", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "send_wrapper" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.110" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.110" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" |
|
dependencies = [ |
|
"dtoa", |
|
"itoa", |
|
"serde", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "sha-1" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" |
|
dependencies = [ |
|
"block-buffer", |
|
"digest", |
|
"fake-simd", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" |
|
dependencies = [ |
|
"block-buffer", |
|
"digest", |
|
"fake-simd", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "sha3" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf" |
|
dependencies = [ |
|
"block-buffer", |
|
"byte-tools", |
|
"digest", |
|
"keccak", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "skeptic" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6fb8ed853fdc19ce09752d63f3a2e5b5158aeb261520cd75eb618bd60305165" |
|
dependencies = [ |
|
"bytecount", |
|
"cargo_metadata", |
|
"error-chain", |
|
"glob", |
|
"pulldown-cmark", |
|
"serde_json", |
|
"tempdir", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" |
|
|
|
[[package]] |
|
name = "smol" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "686c634ad1873fffef6aed20f180eede424fbf3bb31802394c90fd7335a661b7" |
|
dependencies = [ |
|
"async-task", |
|
"crossbeam", |
|
"futures-io", |
|
"futures-util", |
|
"nix", |
|
"once_cell", |
|
"piper", |
|
"scoped-tls-hkt", |
|
"slab", |
|
"socket2", |
|
"wepoll-binding", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.3.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3" |
|
|
|
[[package]] |
|
name = "stop-token" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06855fb7c94d3be9b3a57c4d82dfc8a43bb658fbb3b1dda79de89e748d9eb9dd" |
|
dependencies = [ |
|
"async-std", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "stream-cipher" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" |
|
|
|
[[package]] |
|
name = "surf" |
|
version = "2.0.0-alpha.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d72c302d4a24b2c9d412f1fe5edd892946778d33c423bba087c6c10deeb656ff" |
|
dependencies = [ |
|
"async-std", |
|
"futures 0.3.5", |
|
"http-client", |
|
"http-types", |
|
"log", |
|
"mime", |
|
"mime_guess", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"url", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"unicode-xid 0.2.0", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
"unicode-xid 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "telepathy-padfoot" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"anyhow", |
|
"async-std", |
|
"dbus", |
|
"deltachat", |
|
"directories", |
|
"rand 0.7.3", |
|
] |
|
|
|
[[package]] |
|
name = "tempdir" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
|
dependencies = [ |
|
"rand 0.4.6", |
|
"remove_dir_all", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"rand 0.7.3", |
|
"redox_syscall", |
|
"remove_dir_all", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote 1.0.6", |
|
"syn 1.0.27", |
|
] |
|
|
|
[[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 = "tokio-io" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures 0.1.29", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "try_from" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "twofish" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1" |
|
dependencies = [ |
|
"block-cipher-trait", |
|
"byteorder", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
|
dependencies = [ |
|
"version_check 0.9.2", |
|
] |
|
|
|
[[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.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
|
dependencies = [ |
|
"idna", |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
|
dependencies = [ |
|
"rand 0.7.3", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" |
|
|
|
[[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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
|
|
|
[[package]] |
|
name = "void" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
|
dependencies = [ |
|
"same-file", |
|
"winapi", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.62" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3c7d40d09cdbf0f4895ae58cf57d92e1e57a9dd8ed2e8390514b54a47cc5551" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
< |