zola/Cargo.lock

2738 lines
63 KiB
Plaintext
Raw Normal View History

2019-02-08 18:06:01 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-02-02 20:35:04 +00:00
[[package]]
name = "adler32"
2019-09-25 02:12:13 +00:00
version = "1.0.4"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
2018-02-02 20:35:04 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "aho-corasick"
2020-03-12 17:44:14 +00:00
version = "0.7.10"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"memchr",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "ammonia"
2020-03-12 17:44:14 +00:00
version = "3.1.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"html5ever",
"lazy_static",
"maplit",
"markup5ever_rcdom",
"matches",
"tendril",
"url",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "assert-json-diff"
2020-03-12 17:44:14 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "9c356497fd3417158bcb318266ac83c391219ca3a5fa659049f42e0041ab57d6"
dependencies = [
2020-05-24 18:01:00 +00:00
"extend",
"serde",
"serde_json",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "atty"
2020-01-26 01:55:37 +00:00
version = "0.2.14"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"hermit-abi",
"libc",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
2020-01-26 01:55:37 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-26 01:55:37 +00:00
2019-10-28 12:51:22 +00:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-10-28 12:51:22 +00:00
2020-03-12 17:44:14 +00:00
[[package]]
name = "base64"
version = "0.12.1"
2020-03-12 17:44:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"
2020-03-12 17:44:14 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "bincode"
version = "1.2.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "bitflags"
2019-10-20 18:08:01 +00:00
version = "1.2.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-06-22 11:39:29 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "block-buffer"
2019-04-18 16:55:09 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-04-18 16:55:09 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2019-04-18 16:55:09 +00:00
]
[[package]]
name = "block-padding"
2019-11-26 19:47:24 +00:00
version = "0.1.5"
2019-04-18 16:55:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-04-18 16:55:09 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byte-tools",
2019-04-18 16:55:09 +00:00
]
[[package]]
name = "bstr"
version = "0.2.13"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"lazy_static",
"memchr",
"regex-automata",
"serde",
2018-10-09 13:24:56 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "bumpalo"
2020-06-15 16:13:11 +00:00
version = "3.4.0"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2019-12-31 09:35:13 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "byte-tools"
2019-04-18 16:55:09 +00:00
version = "0.3.1"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-10-09 13:24:56 +00:00
2020-02-10 19:48:52 +00:00
[[package]]
name = "bytemuck"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "37fa13df2292ecb479ec23aa06f4507928bef07839be9ef15281411076629431"
2020-02-10 19:48:52 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "byteorder"
2020-02-07 20:16:44 +00:00
version = "1.3.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-06-22 11:39:29 +00:00
[[package]]
name = "bytes"
2019-03-08 20:41:31 +00:00
version = "0.4.12"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"iovec",
2018-06-22 11:39:29 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "bytes"
2020-01-26 01:55:37 +00:00
version = "0.5.4"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2019-12-31 09:35:13 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "cc"
version = "1.0.54"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
2018-06-22 11:39:29 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-06-22 11:39:29 +00:00
[[package]]
name = "chrono"
2020-03-12 17:44:14 +00:00
version = "0.4.11"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"num-integer",
"num-traits",
"serde",
"time",
2018-06-22 11:39:29 +00:00
]
2019-09-25 02:12:13 +00:00
[[package]]
name = "chrono-tz"
2020-06-15 16:13:11 +00:00
version = "0.5.2"
2019-09-25 02:12:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "65d96be7c3e993c9ee4356442db24ba364c924b6b8331866be6b6952bfe74b9d"
2019-09-25 02:12:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"parse-zoneinfo",
2019-09-25 02:12:13 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "clap"
version = "2.33.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "color_quant"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
2018-02-02 20:35:04 +00:00
[[package]]
name = "colored"
2020-03-12 17:44:14 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
2020-05-24 18:01:00 +00:00
"atty",
"lazy_static",
"winapi 0.3.8",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "config"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"errors",
"globset",
"lazy_static",
"serde",
"serde_derive",
"syntect",
"toml",
"utils",
2018-06-22 11:39:29 +00:00
]
2018-12-04 18:00:18 +00:00
[[package]]
name = "crc32fast"
2019-03-08 20:41:31 +00:00
version = "1.2.0"
2019-01-27 17:57:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-01-27 17:57:07 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
2019-01-27 17:57:07 +00:00
]
[[package]]
name = "crossbeam-deque"
2020-03-12 17:44:14 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
2018-07-22 10:14:16 +00:00
[[package]]
name = "crossbeam-epoch"
2020-03-12 17:44:14 +00:00
version = "0.8.2"
2018-07-22 10:14:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-07-22 10:14:16 +00:00
dependencies = [
"autocfg",
2020-05-24 18:01:00 +00:00
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
2018-07-22 10:14:16 +00:00
]
2019-11-26 19:47:24 +00:00
[[package]]
name = "crossbeam-queue"
2020-06-15 16:13:11 +00:00
version = "0.2.3"
2018-07-22 10:14:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2018-11-09 16:31:23 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"crossbeam-utils",
2020-06-15 16:13:11 +00:00
"maybe-uninit",
2019-11-26 19:47:24 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-03-12 17:44:14 +00:00
version = "0.7.2"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-11-26 19:47:24 +00:00
dependencies = [
"autocfg",
2020-05-24 18:01:00 +00:00
"cfg-if",
"lazy_static",
2018-11-09 16:31:23 +00:00
]
2018-07-22 10:14:16 +00:00
[[package]]
name = "csv"
2020-01-26 01:55:37 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
dependencies = [
2020-05-24 18:01:00 +00:00
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
2020-02-16 18:17:41 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
2020-05-24 18:01:00 +00:00
"memchr",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "ctrlc"
2020-03-12 17:44:14 +00:00
version = "3.1.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"nix",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "deflate"
2020-04-12 15:21:04 +00:00
version = "0.8.4"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e7e5d2a2273fed52a7f947ee55b092c4057025d7a3e04e5ecdbd25d6c3fb1bd7"
2018-02-02 20:35:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"adler32",
"byteorder",
2018-02-02 20:35:04 +00:00
]
2018-09-09 17:43:14 +00:00
[[package]]
name = "deunicode"
version = "0.4.3"
2018-09-09 17:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
2018-09-09 17:43:14 +00:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2018-10-09 13:24:56 +00:00
[[package]]
name = "digest"
2019-07-10 21:38:32 +00:00
version = "0.8.1"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"generic-array",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2018-06-22 11:39:29 +00:00
[[package]]
name = "dtoa"
version = "0.4.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2018-06-22 11:39:29 +00:00
[[package]]
name = "either"
2019-09-16 09:44:39 +00:00
version = "1.5.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2018-06-22 11:39:29 +00:00
[[package]]
name = "elasticlunr-rs"
version = "2.3.9"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"lazy_static",
"regex",
"rust-stemmers",
"serde",
"serde_derive",
"serde_json",
"strum",
"strum_macros",
]
[[package]]
name = "encoding_rs"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171"
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "errors"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"image",
"syntect",
"tera",
"toml",
2018-06-22 11:39:29 +00:00
]
2020-03-12 17:44:14 +00:00
[[package]]
name = "extend"
version = "0.1.2"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2018-10-09 13:24:56 +00:00
2020-04-29 20:35:28 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
2020-04-29 20:35:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-04-29 20:35:28 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "filetime"
version = "0.2.10"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "flate2"
2020-03-25 14:19:17 +00:00
version = "1.0.14"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-06-22 11:39:29 +00:00
[[package]]
name = "front_matter"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"errors",
"lazy_static",
"regex",
"serde",
"serde_derive",
"tera",
"toml",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
2018-06-22 11:39:29 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"fsevent-sys",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"fuchsia-zircon-sys",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-06-22 11:39:29 +00:00
[[package]]
name = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"mac",
"new_debug_unreachable",
2018-06-22 11:39:29 +00:00
]
[[package]]
2019-12-31 09:35:13 +00:00
name = "futures-channel"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
dependencies = [
2020-05-24 18:01:00 +00:00
"futures-core",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "futures-core"
version = "0.3.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-io"
version = "0.3.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-sink"
version = "0.3.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-task"
version = "0.3.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
2020-05-24 18:01:00 +00:00
"once_cell",
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-util"
version = "0.3.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"futures-core",
"futures-io",
"futures-macro",
"futures-task",
"memchr",
"pin-project",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
2018-10-09 13:24:56 +00:00
[[package]]
name = "generic-array"
2019-07-10 21:38:32 +00:00
version = "0.12.3"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"typenum",
2018-10-09 13:24:56 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "getopts"
2019-08-24 17:13:26 +00:00
version = "0.2.21"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
2018-07-16 08:54:05 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unicode-width",
2018-07-16 08:54:05 +00:00
]
2018-06-22 11:39:29 +00:00
2019-07-10 21:38:32 +00:00
[[package]]
name = "getrandom"
2020-01-26 01:55:37 +00:00
version = "0.1.14"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"libc",
"wasi",
2019-07-10 21:38:32 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "gif"
2019-09-25 02:12:13 +00:00
version = "0.10.3"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
2018-02-02 20:35:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"color_quant",
"lzw",
2018-02-02 20:35:04 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "glob"
version = "0.3.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2018-06-22 11:39:29 +00:00
[[package]]
name = "globset"
2020-03-25 14:19:17 +00:00
version = "0.4.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
2018-06-22 11:39:29 +00:00
]
2019-01-23 18:20:02 +00:00
[[package]]
name = "globwalk"
2020-04-12 15:21:04 +00:00
version = "0.8.0"
2019-01-23 18:20:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "178270263374052c40502e9f607134947de75302c1348d1a0e31db67c1691446"
2019-01-23 18:20:02 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"ignore",
"walkdir",
2019-01-23 18:20:02 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "h2"
version = "0.2.5"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"log",
"slab",
"tokio",
"tokio-util",
2019-12-31 09:35:13 +00:00
]
2018-11-09 16:31:23 +00:00
[[package]]
name = "heck"
2018-12-27 09:49:32 +00:00
version = "0.3.1"
2018-11-09 16:31:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2018-11-09 16:31:23 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unicode-segmentation",
2019-11-26 19:47:24 +00:00
]
[[package]]
name = "hermit-abi"
2020-06-15 16:13:11 +00:00
version = "0.1.14"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
2019-11-26 19:47:24 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-11-09 16:31:23 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "html5ever"
2020-03-12 17:44:14 +00:00
version = "0.25.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
2018-06-22 11:39:29 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "http"
2020-04-12 15:21:04 +00:00
version = "0.2.1"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"fnv",
"itoa",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "http-body"
2019-12-31 09:35:13 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"http",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "httparse"
2019-07-10 21:38:32 +00:00
version = "1.3.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2018-06-22 11:39:29 +00:00
[[package]]
name = "humansize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
2018-06-22 11:39:29 +00:00
[[package]]
name = "hyper"
2020-06-15 16:13:11 +00:00
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"itoa",
"log",
"pin-project",
2020-06-15 16:13:11 +00:00
"socket2",
2020-05-24 18:01:00 +00:00
"time",
"tokio",
"tower-service",
"want",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "hyper-rustls"
2020-03-12 17:44:14 +00:00
version = "0.20.0"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"futures-util",
"hyper",
"log",
"rustls",
"tokio",
"tokio-rustls",
"webpki",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "hyper-staticfile"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f059991575d4be26e3946276a4f3ee24bcf17a232449407354045eaf064d3475"
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"futures-util",
"http",
"hyper",
"mime_guess",
"percent-encoding",
"tokio",
"url",
"winapi 0.3.8",
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
2020-05-24 18:01:00 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
2019-01-23 18:20:02 +00:00
[[package]]
name = "ignore"
2020-06-15 16:13:11 +00:00
version = "0.4.16"
2019-01-23 18:20:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
2019-01-23 18:20:02 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
2018-06-22 11:39:29 +00:00
]
2020-02-10 19:48:52 +00:00
[[package]]
name = "image"
2020-06-15 16:13:11 +00:00
version = "0.23.5"
2020-02-10 19:48:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "d534e95ad8b9d5aa614322d02352b4f1bf962254adcf02ac6f2def8be18498e8"
2020-02-10 19:48:52 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytemuck",
"byteorder",
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
2020-02-10 19:48:52 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "imageproc"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"errors",
"image",
"lazy_static",
"rayon",
"regex",
"tera",
"utils",
2018-02-02 20:35:04 +00:00
]
[[package]]
name = "indexmap"
2020-06-15 16:13:11 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
2019-10-20 18:08:01 +00:00
dependencies = [
"autocfg",
2019-10-20 18:08:01 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "inotify"
2020-06-15 16:13:11 +00:00
version = "0.7.1"
2018-09-03 16:02:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2018-09-03 16:02:01 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"inotify-sys",
"libc",
2018-09-03 16:02:01 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "iovec"
2019-10-20 18:08:01 +00:00
version = "0.1.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "itoa"
2020-01-26 01:55:37 +00:00
version = "0.4.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2018-06-22 11:39:29 +00:00
2018-02-02 20:35:04 +00:00
[[package]]
name = "jpeg-decoder"
version = "0.1.19"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5b47b4c4e017b01abdc5bcc126d2d1002e5a75bbe3ce73f9f4f311a916363704"
2018-02-02 20:35:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"rayon",
2018-02-02 20:35:04 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "js-sys"
2020-06-15 16:13:11 +00:00
version = "0.3.40"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"wasm-bindgen",
2019-12-31 09:35:13 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.2.8",
"winapi-build",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "lazy_static"
2019-08-29 18:08:02 +00:00
version = "1.4.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-06-22 11:39:29 +00:00
2018-07-22 10:14:16 +00:00
[[package]]
name = "lazycell"
2018-12-04 18:00:18 +00:00
version = "1.2.1"
2018-07-22 10:14:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2018-07-22 10:14:16 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "libc"
version = "0.2.71"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
2018-06-22 11:39:29 +00:00
2018-10-02 14:42:34 +00:00
[[package]]
name = "library"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"config",
"errors",
"front_matter",
"globset",
"lazy_static",
"rayon",
"regex",
"rendering",
"serde",
"serde_derive",
"slotmap",
"tempfile",
"tera",
"toml",
"utils",
2018-10-02 14:42:34 +00:00
]
2019-03-08 20:41:31 +00:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2019-03-08 20:41:31 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"safemem",
2019-03-08 20:41:31 +00:00
]
[[package]]
name = "link_checker"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"errors",
"lazy_static",
"mockito",
"reqwest",
]
[[package]]
name = "linked-hash-map"
version = "0.5.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "log"
2019-08-04 14:16:43 +00:00
version = "0.4.8"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "lzw"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
2018-02-02 20:35:04 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2018-06-22 11:39:29 +00:00
[[package]]
name = "maplit"
2019-08-24 20:23:08 +00:00
version = "1.0.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2018-06-22 11:39:29 +00:00
[[package]]
name = "markup5ever"
2020-03-12 17:44:14 +00:00
version = "0.10.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"phf",
"phf_codegen",
2020-05-24 18:01:00 +00:00
"serde",
"serde_derive",
"serde_json",
"string_cache",
"string_cache_codegen",
"tendril",
2018-06-22 11:39:29 +00:00
]
2020-03-12 17:44:14 +00:00
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2020-03-12 17:44:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"html5ever",
"markup5ever",
"tendril",
"xml5ever",
2020-03-12 17:44:14 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "matches"
2018-09-03 16:02:01 +00:00
version = "0.1.8"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-06-22 11:39:29 +00:00
2020-03-12 17:44:14 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-03-12 17:44:14 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "memchr"
2020-03-12 17:44:14 +00:00
version = "2.3.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-06-22 11:39:29 +00:00
[[package]]
name = "memoffset"
2020-03-25 14:19:17 +00:00
version = "0.5.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
2019-08-04 14:16:43 +00:00
dependencies = [
"autocfg",
2019-08-04 14:16:43 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "mime"
2020-01-26 01:55:37 +00:00
version = "0.3.16"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-06-22 11:39:29 +00:00
[[package]]
name = "mime_guess"
2020-03-12 17:44:14 +00:00
version = "2.0.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"mime",
"unicase",
2018-06-22 11:39:29 +00:00
]
2018-10-18 15:33:43 +00:00
[[package]]
name = "miniz_oxide"
2020-06-15 16:13:11 +00:00
version = "0.3.7"
2018-10-18 15:33:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2018-10-18 15:33:43 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"adler32",
2018-10-18 15:33:43 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "mio"
version = "0.6.22"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
2018-09-03 16:02:01 +00:00
name = "mio-extras"
2019-12-07 16:50:51 +00:00
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
2020-05-24 18:01:00 +00:00
"lazycell",
"log",
"mio",
"slab",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-06-22 11:39:29 +00:00
]
2020-04-12 15:21:04 +00:00
[[package]]
name = "mockito"
2020-06-15 16:13:11 +00:00
version = "0.25.2"
2020-04-12 15:21:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "7c5f371fb8ef7a0b622d206abf76ed158e5f77899b743c349b02f7356703223e"
2020-04-12 15:21:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"assert-json-diff",
"colored",
"difference",
"httparse",
"lazy_static",
"log",
"percent-encoding",
"rand",
2020-05-24 18:01:00 +00:00
"regex",
"serde_json",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "net2"
version = "0.2.34"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"libc",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "new_debug_unreachable"
2020-01-26 01:55:37 +00:00
version = "1.0.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2018-06-22 11:39:29 +00:00
[[package]]
name = "nix"
2020-03-12 17:44:14 +00:00
version = "0.17.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "notify"
2020-01-26 01:55:37 +00:00
version = "4.0.15"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "num-integer"
2020-06-15 16:13:11 +00:00
version = "0.1.43"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2018-06-22 11:39:29 +00:00
dependencies = [
"autocfg",
2020-05-24 18:01:00 +00:00
"num-traits",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "num-iter"
2020-06-15 16:13:11 +00:00
version = "0.1.41"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
2018-02-02 20:35:04 +00:00
dependencies = [
"autocfg",
2020-05-24 18:01:00 +00:00
"num-integer",
"num-traits",
2018-02-02 20:35:04 +00:00
]
[[package]]
name = "num-rational"
2020-03-25 14:19:17 +00:00
version = "0.2.4"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
2018-02-02 20:35:04 +00:00
dependencies = [
"autocfg",
2020-05-24 18:01:00 +00:00
"num-integer",
"num-traits",
2018-02-02 20:35:04 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "num-traits"
2020-06-15 16:13:11 +00:00
version = "0.2.12"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
"autocfg",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "num_cpus"
version = "1.13.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
[[package]]
name = "onig"
2020-05-24 18:01:43 +00:00
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:43 +00:00
checksum = "bd91ccd8a02fce2f7e8a86655aec67bc6c171e6f8e704118a0e8c4b866a05a8a"
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"lazy_static",
"libc",
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3814583fad89f3c60ae0701d80e87e1fd3028741723deda72d0d4a0ecf0cb0db"
dependencies = [
2020-05-24 18:01:00 +00:00
"cc",
"pkg-config",
2018-06-22 11:39:29 +00:00
]
2019-04-18 16:55:09 +00:00
[[package]]
name = "opaque-debug"
2019-08-04 14:16:43 +00:00
version = "0.2.3"
2019-04-18 16:55:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-04-18 16:55:09 +00:00
[[package]]
name = "open"
2020-03-12 17:44:14 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.3.8",
]
2019-09-25 02:12:13 +00:00
[[package]]
name = "parse-zoneinfo"
2020-06-15 16:13:11 +00:00
version = "0.3.0"
2019-09-25 02:12:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
2019-09-25 02:12:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"regex",
2019-09-25 02:12:13 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2018-06-22 11:39:29 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "pest"
2020-03-12 17:44:14 +00:00
version = "2.1.3"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ucd-trie",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_derive"
2018-12-27 09:49:32 +00:00
version = "2.1.0"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"pest",
"pest_generator",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_generator"
2020-03-25 14:19:17 +00:00
version = "2.1.3"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_meta"
2020-03-12 17:44:14 +00:00
version = "2.1.3"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"maplit",
"pest",
"sha-1",
2018-10-09 13:24:56 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "phf"
2020-03-12 17:44:14 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2018-06-22 11:39:29 +00:00
dependencies = [
"phf_shared",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "phf_codegen"
2020-03-12 17:44:14 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2018-06-22 11:39:29 +00:00
dependencies = [
"phf_generator",
"phf_shared",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "phf_generator"
2020-03-12 17:44:14 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2018-06-22 11:39:29 +00:00
dependencies = [
"phf_shared",
"rand",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "phf_shared"
2020-03-12 17:44:14 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2018-06-22 11:39:29 +00:00
dependencies = [
"siphasher",
2018-06-22 11:39:29 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "pin-project"
2020-06-15 16:13:11 +00:00
version = "0.4.22"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"pin-project-internal",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "pin-project-internal"
2020-06-15 16:13:11 +00:00
version = "0.4.22"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "pin-project-lite"
2020-06-15 16:13:11 +00:00
version = "0.1.7"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
2019-12-31 09:35:13 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-12-31 09:35:13 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "pkg-config"
2019-11-26 19:47:24 +00:00
version = "0.3.17"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2018-06-22 11:39:29 +00:00
[[package]]
name = "plist"
2020-05-24 18:01:43 +00:00
version = "1.0.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:43 +00:00
checksum = "7b336d94e8e4ce29bf15bba393164629764744c567e8ad306cc1fdd0119967fd"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:43 +00:00
"base64 0.12.1",
2020-05-24 18:01:00 +00:00
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "png"
2020-06-15 16:13:11 +00:00
version = "0.16.5"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "34ccdd66f6fe4b2433b07e4728e9a013e43233120427046e93ceb709c3a439bf"
2018-02-02 20:35:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"crc32fast",
"deflate",
2020-06-15 16:13:11 +00:00
"miniz_oxide",
2018-02-02 20:35:04 +00:00
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.8"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2019-07-10 21:38:32 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2018-06-22 11:39:29 +00:00
2020-03-12 17:44:14 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.2"
2020-03-12 17:44:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
2020-03-12 17:44:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
2020-03-12 17:44:14 +00:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.2"
2020-03-12 17:44:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
2020-03-12 17:44:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
"syn-mid",
"version_check",
2020-03-12 17:44:14 +00:00
]
2019-11-26 19:47:24 +00:00
[[package]]
name = "proc-macro-hack"
2020-05-25 08:26:30 +00:00
version = "0.5.16"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-25 08:26:30 +00:00
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
2019-11-26 19:47:24 +00:00
[[package]]
name = "proc-macro-nested"
2020-06-15 16:13:11 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "proc-macro2"
2020-06-15 16:13:11 +00:00
version = "1.0.18"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
2019-08-24 17:13:26 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unicode-xid",
2019-08-24 17:13:26 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "pulldown-cmark"
version = "0.7.1"
2019-03-15 20:24:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
2019-03-15 20:24:06 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bitflags",
"getopts",
"memchr",
"unicase",
2019-03-15 20:24:06 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "quote"
2020-06-15 16:13:11 +00:00
version = "1.0.7"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-08-24 17:13:26 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "rand"
2020-01-26 01:55:37 +00:00
version = "0.7.3"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
]
2018-11-22 18:08:56 +00:00
[[package]]
name = "rand_chacha"
2020-03-12 17:44:14 +00:00
version = "0.2.2"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ppv-lite86",
"rand_core",
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "rand_core"
2019-08-29 18:08:02 +00:00
version = "0.5.1"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"getrandom",
2019-07-10 21:38:32 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-10 21:38:32 +00:00
dependencies = [
"rand_core",
]
2018-11-22 18:08:56 +00:00
[[package]]
name = "rand_pcg"
2020-03-12 17:44:14 +00:00
version = "0.2.1"
2018-11-22 18:08:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2018-11-22 18:08:56 +00:00
dependencies = [
"rand_core",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "rayon"
2020-01-26 01:55:37 +00:00
version = "1.3.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-deque",
"either",
"rayon-core",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "rayon-core"
2020-01-26 01:55:37 +00:00
version = "1.7.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "rebuild"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"errors",
"front_matter",
"fs_extra",
"library",
"site",
"tempfile",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "redox_syscall"
2019-07-10 21:38:32 +00:00
version = "0.1.56"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2018-06-22 11:39:29 +00:00
[[package]]
name = "regex"
2020-06-15 16:13:11 +00:00
version = "1.3.9"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"aho-corasick",
"memchr",
2020-06-15 16:13:11 +00:00
"regex-syntax",
2020-05-24 18:01:00 +00:00
"thread_local",
2018-06-22 11:39:29 +00:00
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "regex-automata"
2020-03-12 17:44:14 +00:00
version = "0.1.9"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
2019-07-10 21:38:32 +00:00
]
[[package]]
name = "regex-syntax"
2020-06-15 16:13:11 +00:00
version = "0.6.18"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2018-06-22 11:39:29 +00:00
[[package]]
name = "remove_dir_all"
2020-06-15 16:13:11 +00:00
version = "0.5.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "rendering"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"errors",
"front_matter",
"lazy_static",
"link_checker",
"pest",
"pest_derive",
"pulldown-cmark",
"regex",
"serde",
"serde_derive",
"syntect",
"templates",
"tera",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "reqwest"
2020-06-15 16:13:11 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
2020-05-24 18:01:00 +00:00
dependencies = [
2020-06-15 16:13:11 +00:00
"base64 0.12.1",
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-rustls",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"rustls",
"serde",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "ring"
2020-06-15 16:13:11 +00:00
version = "0.16.14"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "06b3fefa4f12272808f809a0af618501fdaba41a58963c5fb72238ab0be09603"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.8",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "roxmltree"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5001f134077069d87f77c8b9452b690df2445f7a43f1c7ca4a1af8dd505789d"
dependencies = [
"xmlparser",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "rust-stemmers"
2019-11-26 19:47:24 +00:00
version = "1.2.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
"serde_derive",
2018-09-09 17:43:14 +00:00
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "rustls"
2020-03-12 17:44:14 +00:00
version = "0.17.0"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"base64 0.11.0",
"log",
"ring",
"sct",
"webpki",
2020-02-07 20:16:44 +00:00
]
2018-09-03 16:02:01 +00:00
[[package]]
name = "ryu"
2020-06-15 16:13:11 +00:00
version = "1.0.5"
2018-09-03 16:02:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-03 16:02:01 +00:00
[[package]]
name = "safemem"
2019-10-28 12:51:22 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2018-06-22 11:39:29 +00:00
[[package]]
name = "same-file"
2020-01-26 01:55:37 +00:00
version = "1.0.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "sass-rs"
version = "0.2.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
"sass-sys",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "sass-sys"
version = "0.4.21"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0df9ac0fd0b8d62a99b9948094dcd56c441e3e10bf49f9b12da40b2183804908"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cc",
"libc",
"num_cpus",
"pkg-config",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2018-02-02 20:35:04 +00:00
[[package]]
name = "scopeguard"
2020-03-12 17:44:14 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-02-07 20:16:44 +00:00
[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ring",
"untrusted",
2020-02-07 20:16:44 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "search"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"ammonia",
"elasticlunr-rs",
"errors",
"lazy_static",
"library",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "serde"
2020-06-15 16:13:11 +00:00
version = "1.0.112"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
2018-06-22 11:39:29 +00:00
[[package]]
name = "serde_derive"
2020-06-15 16:13:11 +00:00
version = "1.0.112"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "serde_json"
2020-06-15 16:13:11 +00:00
version = "1.0.55"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"indexmap",
"itoa",
"ryu",
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
2020-05-24 18:01:00 +00:00
"dtoa",
"itoa",
"serde",
"url",
]
2018-10-09 13:24:56 +00:00
[[package]]
name = "sha-1"
2020-01-26 01:55:37 +00:00
version = "0.8.2"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "sha2"
2020-05-24 18:01:43 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:43 +00:00
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
dependencies = [
2020-05-24 18:01:00 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "siphasher"
version = "0.3.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
2018-06-22 11:39:29 +00:00
[[package]]
name = "site"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"errors",
"front_matter",
"glob",
"imageproc",
"library",
"link_checker",
"rayon",
"sass-rs",
"search",
"serde",
"serde_derive",
"tempfile",
"templates",
"tera",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2018-06-22 11:39:29 +00:00
2018-10-02 14:42:34 +00:00
[[package]]
name = "slotmap"
2019-09-16 09:44:39 +00:00
version = "0.4.0"
2018-10-02 14:42:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
2018-10-02 14:42:34 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "slug"
2018-09-09 17:43:14 +00:00
version = "0.1.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"deunicode",
2018-06-22 11:39:29 +00:00
]
2019-11-26 19:47:24 +00:00
[[package]]
name = "smallvec"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
2020-06-15 16:13:11 +00:00
[[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 0.3.8",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-02-07 20:16:44 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "string_cache"
2020-03-12 17:44:14 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"lazy_static",
"new_debug_unreachable",
"phf_shared",
2020-05-24 18:01:00 +00:00
"precomputed-hash",
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "string_cache_codegen"
2020-03-12 17:44:14 +00:00
version = "0.5.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2018-06-22 11:39:29 +00:00
dependencies = [
"phf_generator",
"phf_shared",
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "strsim"
2019-04-18 16:55:09 +00:00
version = "0.8.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "strum"
version = "0.18.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
2018-06-22 11:39:29 +00:00
[[package]]
name = "strum_macros"
version = "0.18.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "svg_metadata"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe5b1fbd62339f055704951dcaf2e757c460b9f6abe17f6de0d2563da821c57"
dependencies = [
"doc-comment",
"lazy_static",
"regex",
"roxmltree",
]
2019-08-24 17:13:26 +00:00
[[package]]
name = "syn"
2020-06-15 16:13:11 +00:00
version = "1.0.31"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
2019-08-24 17:13:26 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-08-24 17:13:26 +00:00
]
2020-03-12 17:44:14 +00:00
[[package]]
name = "syn-mid"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
2020-03-12 17:44:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
2020-03-12 17:44:14 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "syntect"
2020-05-24 18:01:43 +00:00
version = "4.2.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:43 +00:00
checksum = "83b43a6ca1829ccb0c933b615c9ea83ffc8793ae240cecbd15119b13d741161d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bincode",
"bitflags",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"onig",
"plist",
2020-06-15 16:13:11 +00:00
"regex-syntax",
2020-05-24 18:01:00 +00:00
"serde",
"serde_derive",
"serde_json",
"walkdir",
"yaml-rust",
2018-06-22 11:39:29 +00:00
]
[[package]]
2018-04-25 08:28:23 +00:00
name = "tempfile"
2019-07-10 21:38:32 +00:00
version = "3.1.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"libc",
"rand",
2020-05-24 18:01:00 +00:00
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "templates"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"base64 0.12.1",
"config",
"csv",
"errors",
"image",
"imageproc",
"lazy_static",
"library",
"mockito",
"pulldown-cmark",
"reqwest",
"serde_json",
"sha2",
"svg_metadata",
2020-05-24 18:01:00 +00:00
"tera",
"toml",
"url",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "tendril"
2018-12-10 17:21:08 +00:00
version = "0.4.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"futf",
"mac",
"utf-8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "tera"
2020-06-15 16:13:11 +00:00
version = "1.3.1"
2018-10-05 17:34:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "55df25c7768a0fb9f165931366eb0f21587c407061e1e69c1f5c2b495adfd9bb"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand",
2020-05-24 18:01:00 +00:00
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "termcolor"
2020-01-26 01:55:37 +00:00
version = "1.1.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "textwrap"
2019-04-18 16:55:09 +00:00
version = "0.11.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unicode-width",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "thread_local"
2020-01-26 01:55:37 +00:00
version = "1.0.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"lazy_static",
2018-06-22 11:39:29 +00:00
]
2020-02-10 19:48:52 +00:00
[[package]]
name = "tiff"
2020-06-15 16:13:11 +00:00
version = "0.5.0"
2020-02-10 19:48:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "3f3b8a87c4da944c3f27e5943289171ac71a6150a79ff6bacfff06d159dfff2f"
2020-02-10 19:48:52 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"lzw",
"miniz_oxide",
2020-02-10 19:48:52 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "time"
version = "0.1.43"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
"winapi 0.3.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "tokio"
version = "0.2.21"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"slab",
"tokio-macros",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "tokio-macros"
2020-03-12 17:44:14 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "tokio-rustls"
version = "0.13.1"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"futures-core",
"rustls",
"tokio",
"webpki",
2020-02-07 20:16:44 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "tokio-util"
2020-04-12 15:21:04 +00:00
version = "0.3.1"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytes 0.5.4",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
2019-12-31 09:35:13 +00:00
]
2019-06-21 07:24:14 +00:00
[[package]]
name = "toml"
2020-01-26 01:55:37 +00:00
version = "0.5.6"
2019-06-21 07:24:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2019-06-21 07:24:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
2019-06-21 07:24:14 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2019-12-31 09:35:13 +00:00
[[package]]
name = "try-lock"
2018-09-30 17:17:51 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2018-10-09 13:24:56 +00:00
[[package]]
name = "typenum"
version = "1.12.0"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2018-10-09 13:24:56 +00:00
[[package]]
name = "ucd-trie"
2020-03-25 14:19:17 +00:00
version = "0.1.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2018-06-22 11:39:29 +00:00
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-char-property"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-char-range",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-char-range"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-common"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-segment"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-ucd-segment",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-ucd-segment"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-ucd-version"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-common",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unicase"
2019-11-26 19:47:24 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2020-05-24 18:01:00 +00:00
"version_check",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"matches",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "unicode-normalization"
2020-01-26 01:55:37 +00:00
version = "0.1.12"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-01-23 18:20:02 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"smallvec",
2019-01-23 18:20:02 +00:00
]
2018-06-22 11:39:29 +00:00
2018-05-17 16:32:46 +00:00
[[package]]
name = "unicode-segmentation"
2019-11-26 19:47:24 +00:00
version = "1.6.0"
2018-05-17 16:32:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2018-05-17 16:32:46 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "unicode-width"
2019-12-07 16:50:51 +00:00
version = "0.1.7"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2018-06-22 11:39:29 +00:00
2019-08-24 17:13:26 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-08-24 17:13:26 +00:00
2020-02-07 20:16:44 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-02-07 20:16:44 +00:00
[[package]]
name = "url"
2020-01-26 01:55:37 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
dependencies = [
2020-05-24 18:01:00 +00:00
"idna",
"matches",
"percent-encoding",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "utf-8"
2019-01-07 20:03:34 +00:00
version = "0.7.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
2018-06-22 11:39:29 +00:00
[[package]]
name = "utils"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"errors",
"filetime",
"percent-encoding",
"serde",
"serde_derive",
"slug",
"tempfile",
"tera",
"toml",
"unicode-segmentation",
"walkdir",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-11-26 19:47:24 +00:00
[[package]]
name = "version_check"
2020-05-24 18:01:43 +00:00
version = "0.9.2"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:43 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-11-26 19:47:24 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2018-06-22 11:39:29 +00:00
[[package]]
name = "walkdir"
2020-01-26 01:55:37 +00:00
version = "2.3.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"same-file",
"winapi 0.3.8",
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "want"
2019-12-31 09:35:13 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"try-lock",
]
[[package]]
name = "wasi"
2020-01-26 01:55:37 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-12-31 09:35:13 +00:00
[[package]]
name = "wasm-bindgen"
2020-06-15 16:13:11 +00:00
version = "0.2.63"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-06-15 16:13:11 +00:00
version = "0.2.63"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2020-06-15 16:13:11 +00:00
version = "0.4.13"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-06-15 16:13:11 +00:00
version = "0.2.63"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"quote",
"wasm-bindgen-macro-support",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-06-15 16:13:11 +00:00
version = "0.2.63"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-06-15 16:13:11 +00:00
version = "0.2.63"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
2019-12-31 09:35:13 +00:00
[[package]]
name = "web-sys"
2020-06-15 16:13:11 +00:00
version = "0.3.40"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"js-sys",
"wasm-bindgen",
2019-12-31 09:35:13 +00:00
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "webpki"
2020-06-15 16:13:11 +00:00
version = "0.21.3"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ring",
"untrusted",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "webpki-roots"
2020-06-15 16:13:11 +00:00
version = "0.19.0"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"webpki",
2020-02-07 20:16:44 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi"
2019-08-29 18:08:02 +00:00
version = "0.3.8"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-22 11:39:29 +00:00
2018-09-03 16:02:01 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2018-09-03 16:02:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-03 16:02:01 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.3.8",
2018-09-03 16:02:01 +00:00
]
2018-06-22 11:39:29 +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-05-24 18:01:00 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-06-22 11:39:29 +00:00
[[package]]
name = "winreg"
2020-06-15 16:13:11 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.3.8",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "ws"
2019-10-20 18:08:01 +00:00
version = "0.9.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c51a2c47b5798ccc774ffb93ff536aec7c4275d722fd9c740c83cdd1af1f2d94"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"bytes 0.4.12",
"httparse",
"log",
"mio",
"mio-extras",
"rand",
2020-05-24 18:01:00 +00:00
"sha-1",
"slab",
"url",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.2.8",
"winapi-build",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "xml-rs"
version = "0.8.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2018-06-22 11:39:29 +00:00
2020-03-12 17:44:14 +00:00
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
2020-03-12 17:44:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"mac",
"markup5ever",
"time",
2020-03-12 17:44:14 +00:00
]
[[package]]
name = "xmlparser"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccb4240203dadf40be2de9369e5c6dec1bf427528115b030baca3334c18362d7"
2018-06-22 11:39:29 +00:00
[[package]]
name = "yaml-rust"
2020-06-15 16:13:11 +00:00
version = "0.4.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 16:13:11 +00:00
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"linked-hash-map",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "zola"
version = "0.12.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"atty",
"chrono",
"clap",
"ctrlc",
"errors",
"front_matter",
"globset",
"hyper",
"hyper-staticfile",
"lazy_static",
"notify",
"open",
"rebuild",
"site",
"termcolor",
"tokio",
"url",
"utils",
"ws",
]