deps.rs/Cargo.lock

1733 lines
41 KiB
Text
Raw Normal View History

2020-09-28 22:18:06 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-02-18 04:11:48 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "ab_glyph_rasterizer"
version = "0.1.3"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
2018-02-18 04:11:48 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "anyhow"
version = "1.0.32"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:28:58 +00:00
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
2020-09-28 22:18:06 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "autocfg"
version = "1.0.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:28:58 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-02-14 00:23:42 +00:00
[[package]]
name = "badge"
2018-02-14 00:48:17 +00:00
version = "0.2.0"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"base64",
2020-09-28 22:48:26 +00:00
"once_cell",
"rusttype",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "base64"
2020-09-28 22:18:06 +00:00
version = "0.12.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2018-02-14 00:23:42 +00:00
[[package]]
name = "bitflags"
2020-09-28 22:18:06 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-09-28 22:18:06 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"byte-tools",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "byte-tools"
version = "0.3.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-02-14 00:23:42 +00:00
[[package]]
name = "byteorder"
2020-09-28 22:18:06 +00:00
version = "1.3.4"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-02-14 00:23:42 +00:00
[[package]]
name = "bytes"
2020-09-28 22:18:06 +00:00
version = "0.4.12"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"byteorder",
2020-09-29 21:03:55 +00:00
"either",
2020-09-28 22:48:26 +00:00
"iovec",
2018-02-14 00:23:42 +00:00
]
2018-02-24 06:37:42 +00:00
[[package]]
name = "cadence"
2018-03-22 08:47:32 +00:00
version = "0.13.2"
2018-02-24 06:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "99612ce0a00efdaf3d81a5e8e17f0eed55a10e862033183c847a0365983af88c"
2018-02-24 06:37:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam",
2018-02-24 06:37:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "cargo-lock"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8504b63dd1249fd1745b7b4ef9b6f7b107ddeb3c95370043c7dbcc38653a2679"
dependencies = [
"semver 0.9.0",
"serde",
"toml",
"url",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "cc"
2020-09-28 22:18:06 +00:00
version = "1.0.60"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
2020-09-28 23:55:02 +00:00
dependencies = [
"jobserver",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "cfg-if"
2020-09-28 22:18:06 +00:00
version = "0.1.10"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-02-14 00:23:42 +00:00
[[package]]
name = "chrono"
2020-09-28 22:18:06 +00:00
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d021fddb7bd3e734370acfa4a83f34095571d8570c039f1420d77540f68d5772"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
"num-integer",
2020-09-28 23:55:02 +00:00
"num-traits",
"serde",
2020-09-28 22:48:26 +00:00
"time",
"winapi 0.3.9",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "cloudabi"
version = "0.0.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "core-foundation"
2020-09-29 21:03:55 +00:00
version = "0.7.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"core-foundation-sys",
"libc",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "core-foundation-sys"
2020-09-29 21:03:55 +00:00
version = "0.7.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "crates-index"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15467291e8911aa3e73b0e77d988362da1df7ac974c7189ab38b94b6f7edfa7e"
dependencies = [
"git2",
"glob",
"hex",
"home",
"serde",
"serde_derive",
"serde_json",
"smol_str",
]
2018-02-24 06:37:42 +00:00
[[package]]
name = "crossbeam"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "bd66663db5a988098a89599d4857919b3acf7f61402e61365acfd3919857b9be"
2018-02-24 06:37:42 +00:00
2018-03-12 10:10:27 +00:00
[[package]]
name = "crossbeam-deque"
2020-09-28 22:18:06 +00:00
version = "0.7.3"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
2018-03-12 10:10:27 +00:00
]
[[package]]
name = "crossbeam-epoch"
2020-09-28 22:18:06 +00:00
version = "0.8.2"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:48:26 +00:00
"maybe-uninit",
"memoffset",
"scopeguard",
2018-03-12 10:10:27 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "crossbeam-queue"
version = "0.2.3"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cfg-if",
"crossbeam-utils",
"maybe-uninit",
2018-03-12 10:10:27 +00:00
]
2018-03-22 08:47:32 +00:00
[[package]]
name = "crossbeam-utils"
2020-09-28 22:18:06 +00:00
version = "0.7.2"
2018-03-22 08:47:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2018-03-22 08:47:32 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
"cfg-if",
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:18:06 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "cvss"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c425c059aef1e9cc614482211c4bd78664299ca91d4353db994f9966a1e7161d"
dependencies = [
"serde",
]
2020-09-28 23:01:14 +00:00
[[package]]
name = "derive_more"
version = "0.99.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dcfabdab475c16a93d669dddfc393027803e347d09663f524447f642fbb84ba"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"generic-array",
2018-03-22 08:47:32 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-09-28 22:18:06 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-09-28 22:18:06 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-09-28 22:18:06 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"foreign-types-shared",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2018-02-14 00:23:42 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2020-09-28 22:48:26 +00:00
"fuchsia-zircon-sys",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-02-14 00:23:42 +00:00
[[package]]
name = "futures"
2020-09-28 22:18:06 +00:00
version = "0.1.29"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
2018-02-14 00:23:42 +00:00
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
"num_cpus",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "generic-array"
version = "0.12.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"typenum",
2020-09-28 22:18:06 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "getrandom"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "git2"
version = "0.13.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e094214efbc7fdbbdee952147e493b00e99a4e52817492277e98967ae918165"
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2020-09-28 23:55:02 +00:00
"libc",
"libgit2-sys",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 23:55:02 +00:00
"openssl-probe",
"openssl-sys",
"url",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-09-29 21:03:55 +00:00
[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
dependencies = [
"byteorder",
"bytes",
"fnv",
"futures",
"http",
"indexmap",
"log",
"slab",
"string",
"tokio-io",
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-09-28 22:18:06 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "hex"
version = "0.4.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
dependencies = [
"serde",
]
2018-02-14 00:23:42 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "home"
version = "0.5.3"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"winapi 0.3.9",
2018-02-18 04:11:48 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "http"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
dependencies = [
"bytes",
"futures",
"http",
"tokio-buf",
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2018-02-14 00:23:42 +00:00
[[package]]
name = "hyper"
2020-09-29 21:03:55 +00:00
version = "0.12.35"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
2020-09-28 22:48:26 +00:00
dependencies = [
"bytes",
"futures",
"futures-cpupool",
2020-09-29 21:03:55 +00:00
"h2",
"http",
"http-body",
2020-09-28 22:48:26 +00:00
"httparse",
"iovec",
2020-09-29 21:03:55 +00:00
"itoa",
"log",
2020-09-28 22:48:26 +00:00
"net2",
2020-09-29 21:03:55 +00:00
"rustc_version",
2020-09-28 22:48:26 +00:00
"time",
2020-09-29 21:03:55 +00:00
"tokio",
"tokio-buf",
"tokio-executor",
2020-09-28 22:48:26 +00:00
"tokio-io",
2020-09-29 21:03:55 +00:00
"tokio-reactor",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
2020-09-28 22:48:26 +00:00
"want",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "hyper-tls"
2020-09-29 21:03:55 +00:00
version = "0.3.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bytes",
2020-09-28 22:48:26 +00:00
"futures",
2020-09-28 23:55:02 +00:00
"hyper",
2020-09-28 22:48:26 +00:00
"native-tls",
"tokio-io",
2018-02-14 00:23:42 +00:00
]
2018-02-18 04:11:48 +00:00
[[package]]
name = "idna"
2020-09-28 23:55:02 +00:00
version = "0.2.0"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2018-02-18 04:11:48 +00:00
]
2018-02-16 22:31:38 +00:00
[[package]]
name = "indexmap"
2020-09-28 22:18:06 +00:00
version = "1.6.0"
2018-02-16 22:31:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2018-02-16 22:31:38 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
"hashbrown",
2020-09-28 23:55:02 +00:00
"serde",
2018-02-16 22:31:38 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "iovec"
2020-09-28 22:18:06 +00:00
version = "0.1.4"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "itoa"
2020-09-28 23:55:02 +00:00
version = "0.4.6"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "jobserver"
version = "0.1.21"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"winapi 0.2.8",
"winapi-build",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "lazy_static"
2020-09-28 22:18:06 +00:00
version = "1.4.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-02-14 00:23:42 +00:00
[[package]]
name = "libc"
2020-09-28 22:18:06 +00:00
version = "0.2.77"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "libgit2-sys"
version = "0.12.13+1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069eea34f76ec15f2822ccf78fe0cdb8c9016764d0a12865278585a74dbdeae5"
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
[[package]]
name = "libssh2-sys"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
2020-09-28 22:18:06 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2020-09-28 22:18:06 +00:00
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"scopeguard",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "log"
2020-09-28 22:18:06 +00:00
version = "0.4.11"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cfg-if",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "lru-cache"
2020-09-28 22:18:06 +00:00
version = "0.1.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
2020-09-28 22:48:26 +00:00
"linked-hash-map",
]
2018-02-14 00:23:42 +00:00
2020-09-28 22:18:06 +00:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2020-09-28 22:18:06 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "matches"
2020-09-28 22:18:06 +00:00
version = "0.1.8"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-02-18 04:11:48 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "maud"
2020-09-28 22:28:45 +00:00
version = "0.22.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "84613702fc079d2e22a2d39b9a1b80a8da9e82b13fb5fe7abcd488928ea75fdb"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"maud_htmlescape",
"maud_macros",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "maud_htmlescape"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d0fb85bccffc42302ad1e1ed8679f6a39d1317f775a37fbc3f79bdfbe054bfb7"
2018-02-14 00:23:42 +00:00
[[package]]
name = "maud_macros"
2020-09-28 22:28:45 +00:00
version = "0.22.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "5eb626dcc05fdacb1796b5efae3ea50ca1213713925093e2febb7d33ba5c9bcd"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"matches",
"maud_htmlescape",
"syn",
2018-02-14 00:23:42 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-09-28 22:18:06 +00:00
2018-03-12 10:10:27 +00:00
[[package]]
name = "memoffset"
2020-09-28 22:18:06 +00:00
version = "0.5.6"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
2020-09-28 22:18:06 +00:00
]
2018-03-12 10:10:27 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "mio"
2020-09-28 22:18:06 +00:00
version = "0.6.22"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"miow",
"net2",
2020-09-29 21:03:55 +00:00
"slab",
2020-09-28 22:48:26 +00:00
"winapi 0.2.8",
2018-02-14 00:23:42 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"iovec",
"libc",
"mio",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "native-tls"
2020-09-29 21:03:55 +00:00
version = "0.2.4"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:48:26 +00:00
"libc",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"openssl",
2020-09-29 21:03:55 +00:00
"openssl-probe",
"openssl-sys",
2020-09-28 22:48:26 +00:00
"schannel",
"security-framework",
"security-framework-sys",
2020-09-29 21:03:55 +00:00
"tempfile",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "net2"
2020-09-28 22:18:06 +00:00
version = "0.2.35"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cfg-if",
"libc",
"winapi 0.3.9",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "num-integer"
version = "0.1.43"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
2020-09-28 23:55:02 +00:00
"num-traits",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "num-traits"
version = "0.2.12"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "num_cpus"
version = "1.13.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"hermit-abi",
"libc",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "once_cell"
version = "1.4.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "opaque-debug"
version = "0.2.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl"
2020-09-29 21:03:55 +00:00
version = "0.10.30"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
"cfg-if",
2020-09-28 22:48:26 +00:00
"foreign-types",
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:48:26 +00:00
"libc",
"openssl-sys",
2018-02-14 00:23:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl-sys"
2020-09-28 22:18:06 +00:00
version = "0.9.58"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2018-02-14 00:23:42 +00:00
]
2018-02-14 00:48:17 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "owned_ttf_parser"
version = "0.6.0"
2018-02-14 00:48:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2018-02-14 00:48:17 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"ttf-parser",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"lock_api",
"parking_lot_core",
"rustc_version",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"rustc_version",
2020-09-29 21:03:55 +00:00
"smallvec",
2020-09-28 22:48:26 +00:00
"winapi 0.3.9",
2018-02-14 00:48:17 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2020-09-28 22:18:06 +00:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"ucd-trie",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"pest",
"pest_generator",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"maplit",
"pest",
"sha-1",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "pkg-config"
2020-09-28 22:18:06 +00:00
version = "0.3.18"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "platforms"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"
dependencies = [
"serde",
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
2018-03-12 10:10:27 +00:00
[[package]]
name = "proc-macro2"
2020-09-28 22:18:06 +00:00
version = "1.0.23"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "51ef7cd2518ead700af67bf9d1a658d90b6037d77110fd9c0445429d0ba1c6c9"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"unicode-xid",
2018-03-12 10:10:27 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "quote"
2020-09-28 22:18:06 +00:00
version = "1.0.7"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"proc-macro2",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
2018-03-12 10:10:27 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "rand"
2020-09-29 21:03:55 +00:00
version = "0.7.3"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"getrandom",
2020-09-28 22:48:26 +00:00
"libc",
2020-09-29 21:03:55 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
2018-03-12 10:10:27 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-29 21:03:55 +00:00
name = "rand_chacha"
version = "0.2.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"ppv-lite86",
"rand_core",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "rand_core"
2020-09-29 21:03:55 +00:00
version = "0.5.1"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"getrandom",
2020-09-28 22:18:06 +00:00
]
[[package]]
2020-09-29 21:03:55 +00:00
name = "rand_hc"
version = "0.2.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"rand_core",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "redox_syscall"
2020-09-28 22:18:06 +00:00
version = "0.1.57"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-02-14 00:23:42 +00:00
[[package]]
name = "relative-path"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "e614f96449605730b4f7ad2c019e88c1652d730634b4eba07b810801856635e3"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"serde",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "remove_dir_all"
2020-09-28 22:18:06 +00:00
version = "0.5.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"winapi 0.3.9",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "route-recognizer"
2020-09-28 22:18:06 +00:00
version = "0.1.13"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ea509065eb0b3c446acdd0102f0d46567dc30902dc0be91d6552035d92b0f4f8"
2018-02-14 00:23:42 +00:00
2020-09-28 22:18:06 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"semver 0.9.0",
2020-09-28 22:18:06 +00:00
]
2018-02-18 04:11:48 +00:00
[[package]]
name = "rustsec"
2020-09-28 23:55:02 +00:00
version = "0.21.0"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "b2f7c2b431b329341b1ee7193b7403269153b99804ff5850a0b8966aed26f558"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"cargo-lock",
"chrono",
"crates-index",
"cvss",
"git2",
"home",
"platforms",
"semver 0.9.0",
"semver-parser 0.9.0",
"serde",
"thiserror",
"toml",
2018-02-18 04:11:48 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "rusttype"
2020-09-28 22:18:06 +00:00
version = "0.9.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"ab_glyph_rasterizer",
"owned_ttf_parser",
2018-02-14 00:23:42 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-09-28 22:18:06 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "sass-rs"
2020-09-28 22:18:06 +00:00
version = "0.2.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
"sass-sys",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "sass-sys"
2020-09-28 22:18:06 +00:00
version = "0.4.21"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "0df9ac0fd0b8d62a99b9948094dcd56c441e3e10bf49f9b12da40b2183804908"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cc",
"libc",
"num_cpus",
"pkg-config",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "schannel"
2020-09-28 22:18:06 +00:00
version = "0.1.19"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:48:26 +00:00
"winapi 0.3.9",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "scoped-tls"
2020-09-28 22:18:06 +00:00
version = "0.1.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
2018-02-14 00:23:42 +00:00
2018-03-12 10:10:27 +00:00
[[package]]
name = "scopeguard"
2020-09-28 22:18:06 +00:00
version = "1.1.0"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2018-03-12 10:10:27 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "security-framework"
2020-09-29 21:03:55 +00:00
version = "0.4.4"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2020-09-28 22:48:26 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "security-framework-sys"
2020-09-29 21:03:55 +00:00
version = "0.4.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"core-foundation-sys",
"libc",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"semver-parser 0.7.0",
2020-09-28 23:55:02 +00:00
"serde",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"semver-parser 0.10.0",
2020-09-28 23:55:02 +00:00
"serde",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "semver-parser"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46e1121e8180c12ff69a742aabc4f310542b6ccb69f1691689ac17fdf8618aa"
2018-02-18 04:11:48 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "semver-parser"
version = "0.10.0"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"pest",
"pest_derive",
2020-09-28 22:18:06 +00:00
]
2018-02-18 04:11:48 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "serde"
version = "1.0.116"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
2020-09-28 22:53:20 +00:00
dependencies = [
"serde_derive",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "serde_derive"
version = "1.0.116"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"proc-macro2",
"quote",
"syn",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "serde_json"
2020-09-28 22:18:06 +00:00
version = "1.0.57"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"itoa",
2020-09-28 22:48:26 +00:00
"ryu",
2020-09-28 23:55:02 +00:00
"serde",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
2018-02-18 04:11:48 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "shiny-robots"
version = "0.1.0"
dependencies = [
2020-09-28 23:28:58 +00:00
"anyhow",
2020-09-28 22:48:26 +00:00
"badge",
"cadence",
2020-09-28 23:01:14 +00:00
"derive_more",
2020-09-28 22:48:26 +00:00
"futures",
2020-09-28 23:55:02 +00:00
"hyper",
2020-09-28 22:48:26 +00:00
"hyper-tls",
"indexmap",
"lru-cache",
"maud",
"once_cell",
"relative-path",
"route-recognizer",
"rustsec",
"sass-rs",
"semver 0.11.0",
2020-09-28 23:55:02 +00:00
"serde",
"serde_json",
2020-09-28 22:48:26 +00:00
"slog",
"slog-json",
"tokio-core",
"tokio-service",
2020-09-28 23:55:02 +00:00
"toml",
2020-09-28 22:48:26 +00:00
"try_future",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "slab"
2020-09-28 22:18:06 +00:00
version = "0.4.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2018-02-14 00:23:42 +00:00
[[package]]
name = "slog"
2020-09-28 22:18:06 +00:00
version = "2.5.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
2018-02-14 00:23:42 +00:00
[[package]]
name = "slog-json"
2020-09-28 22:18:06 +00:00
version = "2.3.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"chrono",
2020-09-28 23:55:02 +00:00
"serde",
"serde_json",
2020-09-28 22:48:26 +00:00
"slog",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "smallvec"
version = "0.6.13"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"maybe-uninit",
2018-02-14 00:23:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "smol_str"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
dependencies = [
"serde",
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
dependencies = [
"bytes",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "syn"
2020-09-28 22:18:06 +00:00
version = "1.0.42"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-29 21:03:55 +00:00
name = "tempfile"
version = "3.1.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"cfg-if",
"libc",
"rand",
"redox_syscall",
2020-09-28 22:48:26 +00:00
"remove_dir_all",
2020-09-29 21:03:55 +00:00
"winapi 0.3.9",
2018-02-14 00:23:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "thiserror"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "time"
version = "0.1.44"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
2020-09-29 21:03:55 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-09-28 22:48:26 +00:00
"winapi 0.3.9",
2018-02-14 00:23:42 +00:00
]
[[package]]
2020-09-28 22:18:06 +00:00
name = "tinyvec"
version = "0.3.4"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "tokio"
version = "0.1.22"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
"mio",
"num_cpus",
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
"tokio-fs",
"tokio-io",
"tokio-reactor",
"tokio-sync",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"tokio-udp",
"tokio-uds",
2018-02-14 00:23:42 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
dependencies = [
"bytes",
"either",
"futures",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "tokio-codec"
version = "0.1.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
"tokio-io",
2018-02-14 00:23:42 +00:00
]
2018-03-12 10:10:27 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "tokio-core"
version = "0.1.17"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
"iovec",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"mio",
"scoped-tls",
"tokio",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-timer",
2018-03-12 10:10:27 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "tokio-current-thread"
version = "0.1.7"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
"tokio-executor",
2018-03-12 10:10:27 +00:00
]
[[package]]
name = "tokio-executor"
2020-09-28 22:18:06 +00:00
version = "0.1.10"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam-utils",
"futures",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
"tokio-io",
"tokio-threadpool",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "tokio-io"
2020-09-28 22:18:06 +00:00
version = "0.1.13"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
2020-09-29 21:03:55 +00:00
"log",
2018-02-14 00:23:42 +00:00
]
2018-03-12 10:10:27 +00:00
[[package]]
name = "tokio-reactor"
2020-09-28 22:18:06 +00:00
version = "0.1.12"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam-utils",
"futures",
2020-09-29 21:03:55 +00:00
"lazy_static",
"log",
2020-09-28 22:48:26 +00:00
"mio",
"num_cpus",
"parking_lot",
2020-09-29 21:03:55 +00:00
"slab",
2020-09-28 22:48:26 +00:00
"tokio-executor",
"tokio-io",
"tokio-sync",
2018-03-12 10:10:27 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"fnv",
"futures",
2018-02-14 00:23:42 +00:00
]
2018-03-12 10:10:27 +00:00
[[package]]
2018-03-26 08:23:18 +00:00
name = "tokio-tcp"
2020-09-28 22:18:06 +00:00
version = "0.1.4"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2018-03-26 08:23:18 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
"iovec",
"mio",
"tokio-io",
"tokio-reactor",
2018-03-26 08:23:18 +00:00
]
[[package]]
name = "tokio-threadpool"
2020-09-28 22:18:06 +00:00
version = "0.1.18"
2018-03-26 08:23:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"futures",
2020-09-29 21:03:55 +00:00
"lazy_static",
"log",
2020-09-28 22:48:26 +00:00
"num_cpus",
2020-09-29 21:03:55 +00:00
"slab",
2020-09-28 22:48:26 +00:00
"tokio-executor",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"crossbeam-utils",
"futures",
2020-09-29 21:03:55 +00:00
"slab",
2020-09-28 22:48:26 +00:00
"tokio-executor",
2018-03-12 10:10:27 +00:00
]
2018-03-26 08:23:18 +00:00
[[package]]
name = "tokio-udp"
2020-09-28 22:18:06 +00:00
version = "0.1.6"
2018-03-26 08:23:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
2018-03-26 08:23:18 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"mio",
"tokio-codec",
"tokio-io",
"tokio-reactor",
2020-09-28 22:18:06 +00:00
]
[[package]]
name = "tokio-uds"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"bytes",
"futures",
"iovec",
"libc",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"mio",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "toml"
2020-09-28 22:56:02 +00:00
version = "0.5.6"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:56:02 +00:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"serde",
2018-02-14 00:23:42 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "try-lock"
2020-09-29 21:03:55 +00:00
version = "0.2.3"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-09-28 22:18:06 +00:00
[[package]]
name = "try_future"
2020-09-28 22:18:06 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "30454186ee38f29e06f386c6e9f773b7c33e85430db6f90e4597419b4c5baad7"
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-09-28 22:18:06 +00:00
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2020-09-28 22:18:06 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2020-09-28 22:18:06 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"matches",
2018-02-18 04:11:48 +00:00
]
[[package]]
name = "unicode-normalization"
2020-09-28 22:18:06 +00:00
version = "0.1.13"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"tinyvec",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
2018-03-12 10:10:27 +00:00
[[package]]
name = "unicode-xid"
2020-09-28 22:18:06 +00:00
version = "0.2.1"
2018-02-14 00:48:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2018-02-14 00:48:17 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "url"
2020-09-28 23:55:02 +00:00
version = "2.1.1"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"idna",
"matches",
2020-09-29 21:03:55 +00:00
"percent-encoding",
2018-02-18 04:11:48 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "vcpkg"
2020-09-28 22:18:06 +00:00
version = "0.2.10"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
2018-02-14 00:23:42 +00:00
2020-09-28 22:18:06 +00:00
[[package]]
name = "want"
2020-09-29 21:03:55 +00:00
version = "0.2.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"futures",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"try-lock",
2020-09-28 22:18:06 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-09-28 22:18:06 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2018-02-14 00:48:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2018-02-14 00:48:17 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi"
2020-09-28 22:18:06 +00:00
version = "0.3.9"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-02-14 00:23:42 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"winapi 0.2.8",
"winapi-build",
]