358446a65f
zola serve's live reload feature used to fail on Windows due to the path separator (`\`) to not being escaped.
3281 lines
77 KiB
TOML
3281 lines
77 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "adler"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ammonia"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
|
|
dependencies = [
|
|
"html5ever",
|
|
"lazy_static",
|
|
"maplit",
|
|
"markup5ever_rcdom",
|
|
"matches",
|
|
"tendril",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
[[package]]
|
|
name = "assert-json-diff"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
|
dependencies = [
|
|
"extend",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
|
|
dependencies = [
|
|
"byteorder",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
dependencies = [
|
|
"block-padding",
|
|
"byte-tools",
|
|
"byteorder",
|
|
"generic-array 0.12.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
dependencies = [
|
|
"generic-array 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-padding"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
dependencies = [
|
|
"byte-tools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"memchr",
|
|
"regex-automata",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
|
[[package]]
|
|
name = "byte-tools"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
[[package]]
|
|
name = "bytecount"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8"
|
|
|
|
[[package]]
|
|
name = "bytecount"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"iovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
|
|
|
[[package]]
|
|
name = "cedarwood"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "963e82c7b94163808ca3a452608d260b64ba5bc7b5653b4af1af59887899f48d"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
dependencies = [
|
|
"libc",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
"time",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono-tz"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2554a3155fec064362507487171dcc4edc3df60cb10f3a1fb10ed8094822b120"
|
|
dependencies = [
|
|
"chrono",
|
|
"parse-zoneinfo",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.33.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"atty",
|
|
"bitflags",
|
|
"strsim",
|
|
"textwrap",
|
|
"unicode-width",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
[[package]]
|
|
name = "colored"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
|
dependencies = [
|
|
"atty",
|
|
"lazy_static",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "config"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"errors",
|
|
"globset",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"syntect",
|
|
"toml",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console_error_panic_hook"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
|
|
|
|
[[package]]
|
|
name = "cpuid-bool"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"const_fn",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
|
|
dependencies = [
|
|
"bstr",
|
|
"csv-core",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv-core"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b57a92e9749e10f25a171adcebfafe72991d45e7ec2dcb853e8f83d9dafaeb08"
|
|
dependencies = [
|
|
"nix",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deflate"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
dependencies = [
|
|
"adler32",
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deunicode"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
|
|
|
[[package]]
|
|
name = "difference"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
dependencies = [
|
|
"generic-array 0.12.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
dependencies = [
|
|
"generic-array 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "doc-comment"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
[[package]]
|
|
name = "dtoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
[[package]]
|
|
name = "elasticlunr-rs"
|
|
version = "2.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
|
|
dependencies = [
|
|
"jieba-rs",
|
|
"lazy_static",
|
|
"lindera",
|
|
"regex",
|
|
"rust-stemmers",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"strum",
|
|
"strum_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding"
|
|
version = "0.2.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
dependencies = [
|
|
"encoding-index-japanese",
|
|
"encoding-index-korean",
|
|
"encoding-index-simpchinese",
|
|
"encoding-index-singlebyte",
|
|
"encoding-index-tradchinese",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-japanese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
dependencies = [
|
|
"encoding_index_tests",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-korean"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
dependencies = [
|
|
"encoding_index_tests",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-simpchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
dependencies = [
|
|
"encoding_index_tests",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-singlebyte"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
dependencies = [
|
|
"encoding_index_tests",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-tradchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
dependencies = [
|
|
"encoding_index_tests",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding_index_tests"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errors"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"image",
|
|
"syntect",
|
|
"tera",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "extend"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fake-simd"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crc32fast",
|
|
"libc",
|
|
"miniz_oxide 0.4.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
dependencies = [
|
|
"matches",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "front_matter"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"errors",
|
|
"lazy_static",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_yaml",
|
|
"tera",
|
|
"test-case",
|
|
"toml",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fsevent-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fuchsia-zircon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
[[package]]
|
|
name = "futf"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
dependencies = [
|
|
"mac",
|
|
"new_debug_unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
|
|
dependencies = [
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project 1.0.2",
|
|
"pin-utils",
|
|
"proc-macro-hack",
|
|
"proc-macro-nested",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gh-emoji"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a17a050b7eb420553344e1cf1db648e8b584c79e98b74e6e6d119eeedd9ddcbc"
|
|
dependencies = [
|
|
"phf",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
|
|
dependencies = [
|
|
"color_quant",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "globset"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"fnv",
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "globwalk"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
dependencies = [
|
|
"bitflags",
|
|
"ignore",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
|
|
dependencies = [
|
|
"ahash",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.25.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
[[package]]
|
|
name = "humansize"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.13.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project 1.0.2",
|
|
"socket2",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-util",
|
|
"hyper",
|
|
"log",
|
|
"rustls",
|
|
"tokio",
|
|
"tokio-rustls",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-staticfile"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f059991575d4be26e3946276a4f3ee24bcf17a232449407354045eaf064d3475"
|
|
dependencies = [
|
|
"chrono",
|
|
"futures-util",
|
|
"http",
|
|
"hyper",
|
|
"mime_guess",
|
|
"percent-encoding",
|
|
"tokio",
|
|
"url",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ignore"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
"globset",
|
|
"lazy_static",
|
|
"log",
|
|
"memchr",
|
|
"regex",
|
|
"same-file",
|
|
"thread_local",
|
|
"walkdir",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.23.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"color_quant",
|
|
"gif",
|
|
"jpeg-decoder",
|
|
"num-iter",
|
|
"num-rational",
|
|
"num-traits",
|
|
"png",
|
|
"scoped_threadpool",
|
|
"tiff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "imageproc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"errors",
|
|
"image",
|
|
"lazy_static",
|
|
"rayon",
|
|
"regex",
|
|
"tera",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.9.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"inotify-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4563555856585ab3180a5bf0b2f9f8d301a728462afffc8195b3f5394229c55"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
|
|
[[package]]
|
|
name = "jieba-rs"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ca2de723e93727460917d9542f7ae35a74d03d93923f03380a0238d860d137c"
|
|
dependencies = [
|
|
"cedarwood",
|
|
"hashbrown 0.8.2",
|
|
"lazy_static",
|
|
"phf",
|
|
"phf_codegen",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
|
|
dependencies = [
|
|
"byteorder",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
[[package]]
|
|
name = "levenshtein_automata"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73a004f877f468548d8d0ac4977456a249d8fabbdb8416c36db163dfc8f2e8ca"
|
|
|
|
[[package]]
|
|
name = "lexical-core"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"cfg-if 0.1.10",
|
|
"ryu",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
|
|
|
[[package]]
|
|
name = "library"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"config",
|
|
"errors",
|
|
"front_matter",
|
|
"globset",
|
|
"lazy_static",
|
|
"rayon",
|
|
"regex",
|
|
"rendering",
|
|
"serde",
|
|
"serde_derive",
|
|
"slotmap",
|
|
"tempfile",
|
|
"tera",
|
|
"toml",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lindera"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71b867cd68f5fc19a6d8b8361a6aba55ed2485f243044b70da14b6ba5a128c00"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"encoding",
|
|
"lindera-core",
|
|
"lindera-dictionary",
|
|
"lindera-fst",
|
|
"lindera-ipadic",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lindera-core"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97b7f132a5d361c1236b28434c632097fb8867ebdf4e4c9ab4f793525bb681ff"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"encoding",
|
|
"lindera-fst",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lindera-dictionary"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78a61a066057d24faab043586633274fa3468c5c54cb8191895659811218a8ec"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"lindera-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lindera-fst"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6098a7ca6679296cd2d227efa232f990552c5278394c845bec8a70ab0284ae0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"levenshtein_automata",
|
|
"regex-syntax 0.4.2",
|
|
"utf8-ranges",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lindera-ipadic"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f12f44c385a6f4c1ff0863a2f0a91ce5f1ff6c2e0e44c69b37051b56fece112"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"lindera-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "line-wrap"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
dependencies = [
|
|
"safemem",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link_checker"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"config",
|
|
"errors",
|
|
"lazy_static",
|
|
"mockito",
|
|
"reqwest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
[[package]]
|
|
name = "maplit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
[[package]]
|
|
name = "markup5ever"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
|
|
dependencies = [
|
|
"log",
|
|
"phf",
|
|
"phf_codegen",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"string_cache",
|
|
"string_cache_codegen",
|
|
"tendril",
|
|
]
|
|
|
|
[[package]]
|
|
name = "markup5ever_rcdom"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
|
|
dependencies = [
|
|
"html5ever",
|
|
"markup5ever",
|
|
"tendril",
|
|
"xml5ever",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
dependencies = [
|
|
"mime",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minify-html"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89ac7185726f6e49b3a692680c54aeee49027351696a2db1bcebafdc33d077e3"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"lazy_static",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
dependencies = [
|
|
"adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
dependencies = [
|
|
"adler",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"net2",
|
|
"slab",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-extras"
|
|
version = "2.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
dependencies = [
|
|
"lazycell",
|
|
"log",
|
|
"mio",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"net2",
|
|
"winapi 0.2.8",
|
|
"ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mockito"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36a0eb7e686b49b02c1cb87c14b8e2a05de0d36c6eee0293653d0a875906d499"
|
|
dependencies = [
|
|
"assert-json-diff",
|
|
"colored",
|
|
"difference",
|
|
"httparse",
|
|
"lazy_static",
|
|
"log",
|
|
"rand",
|
|
"regex",
|
|
"serde_json",
|
|
"serde_urlencoded 0.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "5.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
dependencies = [
|
|
"lexical-core",
|
|
"memchr",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom-bibtex"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9db257f6c7b9c8b3ab67ee6a4b23a290c157d183fef2ac065bf9fce5f1c1299"
|
|
dependencies = [
|
|
"nom",
|
|
"nom-tracable",
|
|
"nom_locate 2.1.0",
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom-tracable"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e012c742e1269f801f6bfe0d1ebf99d7a3f7bc1d65c970bab0e7bee439e31610"
|
|
dependencies = [
|
|
"nom",
|
|
"nom-tracable-macros",
|
|
"nom_locate 1.0.0",
|
|
"nom_locate 2.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom-tracable-macros"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65ad630ff46d4c61da89042f327e6fdf104a6ebb667565727ef0bb294a7c3197"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom_locate"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f932834fd8e391fc7710e2ba17e8f9f8645d846b55aa63207e17e110a1e1ce35"
|
|
dependencies = [
|
|
"bytecount 0.3.2",
|
|
"memchr",
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom_locate"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a67484adf5711f94f2f28b653bf231bff8e438be33bf5b0f35935a0db4f618a2"
|
|
dependencies = [
|
|
"bytecount 0.6.2",
|
|
"memchr",
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify"
|
|
version = "4.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
|
|
dependencies = [
|
|
"bitflags",
|
|
"filetime",
|
|
"fsevent",
|
|
"fsevent-sys",
|
|
"inotify",
|
|
"libc",
|
|
"mio",
|
|
"mio-extras",
|
|
"walkdir",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
|
|
[[package]]
|
|
name = "onig"
|
|
version = "6.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"lazy_static",
|
|
"libc",
|
|
"onig_sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "onig_sys"
|
|
version = "69.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
[[package]]
|
|
name = "open"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parse-zoneinfo"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
dependencies = [
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
dependencies = [
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_derive"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_generator"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_meta",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_meta"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
dependencies = [
|
|
"maplit",
|
|
"pest",
|
|
"sha-1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
dependencies = [
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
dependencies = [
|
|
"phf_shared",
|
|
"rand",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
dependencies = [
|
|
"siphasher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
|
dependencies = [
|
|
"pin-project-internal 0.4.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
|
|
dependencies = [
|
|
"pin-project-internal 1.0.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
[[package]]
|
|
name = "plist"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b336d94e8e4ce29bf15bba393164629764744c567e8ad306cc1fdd0119967fd"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"chrono",
|
|
"indexmap",
|
|
"line-wrap",
|
|
"serde",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.16.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crc32fast",
|
|
"deflate",
|
|
"miniz_oxide 0.3.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
|
dependencies = [
|
|
"bitflags",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom",
|
|
"libc",
|
|
"rand_chacha",
|
|
"rand_core",
|
|
"rand_hc",
|
|
"rand_pcg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
dependencies = [
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax 0.6.21",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
|
|
|
[[package]]
|
|
name = "relative-path"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65aff7c83039e88c1c0b4bedf8dfa93d6ec84d5fc2945b37c1fa4186f46c5f94"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rendering"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"config",
|
|
"errors",
|
|
"front_matter",
|
|
"gh-emoji",
|
|
"lazy_static",
|
|
"link_checker",
|
|
"pest",
|
|
"pest_derive",
|
|
"pulldown-cmark",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"syntect",
|
|
"templates",
|
|
"tera",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.10.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bytes 0.5.6",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper-rustls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"log",
|
|
"mime",
|
|
"mime_guess",
|
|
"percent-encoding",
|
|
"pin-project-lite 0.2.0",
|
|
"rustls",
|
|
"serde",
|
|
"serde_urlencoded 0.7.0",
|
|
"tokio",
|
|
"tokio-rustls",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-test",
|
|
"web-sys",
|
|
"webpki-roots",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.16.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"once_cell",
|
|
"spin",
|
|
"untrusted",
|
|
"web-sys",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "roxmltree"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5001f134077069d87f77c8b9452b690df2445f7a43f1c7ca4a1af8dd505789d"
|
|
dependencies = [
|
|
"xmlparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-stemmers"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"log",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[package]]
|
|
name = "safemem"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sass-rs"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
|
|
dependencies = [
|
|
"libc",
|
|
"sass-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sass-sys"
|
|
version = "0.4.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0df9ac0fd0b8d62a99b9948094dcd56c441e3e10bf49f9b12da40b2183804908"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"num_cpus",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
[[package]]
|
|
name = "scoped_threadpool"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "search"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ammonia",
|
|
"config",
|
|
"elasticlunr-rs",
|
|
"errors",
|
|
"lazy_static",
|
|
"library",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.118"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.118"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
|
|
dependencies = [
|
|
"indexmap",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"serde",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.8.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
|
|
dependencies = [
|
|
"dtoa",
|
|
"linked-hash-map",
|
|
"serde",
|
|
"yaml-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
dependencies = [
|
|
"block-buffer 0.7.3",
|
|
"digest 0.8.1",
|
|
"fake-simd",
|
|
"opaque-debug 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if 1.0.0",
|
|
"cpuid-bool",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
|
|
|
|
[[package]]
|
|
name = "site"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"config",
|
|
"errors",
|
|
"front_matter",
|
|
"glob",
|
|
"imageproc",
|
|
"lazy_static",
|
|
"library",
|
|
"link_checker",
|
|
"minify-html",
|
|
"rayon",
|
|
"relative-path",
|
|
"sass-rs",
|
|
"search",
|
|
"serde",
|
|
"serde_derive",
|
|
"slotmap",
|
|
"tempfile",
|
|
"templates",
|
|
"tera",
|
|
"utils",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "slotmap"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
|
|
|
|
[[package]]
|
|
name = "slug"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
dependencies = [
|
|
"deunicode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"new_debug_unreachable",
|
|
"phf_shared",
|
|
"precomputed-hash",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_codegen"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.54"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syntect"
|
|
version = "4.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
|
|
dependencies = [
|
|
"bincode",
|
|
"bitflags",
|
|
"flate2",
|
|
"fnv",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"onig",
|
|
"plist",
|
|
"regex-syntax 0.6.21",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"walkdir",
|
|
"yaml-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"rand",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "templates"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"config",
|
|
"csv",
|
|
"errors",
|
|
"image",
|
|
"imageproc",
|
|
"lazy_static",
|
|
"library",
|
|
"mockito",
|
|
"nom-bibtex",
|
|
"rendering",
|
|
"reqwest",
|
|
"serde_json",
|
|
"sha2",
|
|
"svg_metadata",
|
|
"tera",
|
|
"toml",
|
|
"url",
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tendril"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
|
|
dependencies = [
|
|
"futf",
|
|
"mac",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tera"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1381c83828bedd5ce4e59473110afa5381ffe523406d9ade4b77c9f7be70ff9a"
|
|
dependencies = [
|
|
"chrono",
|
|
"chrono-tz",
|
|
"globwalk",
|
|
"humansize",
|
|
"lazy_static",
|
|
"percent-encoding",
|
|
"pest",
|
|
"pest_derive",
|
|
"rand",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"slug",
|
|
"unic-segment",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-case"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "199464148b42bcf3da8b2a56f6ee87ca68f47402496d1268849291ec9fb463c8"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiff"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
|
dependencies = [
|
|
"jpeg-decoder",
|
|
"miniz_oxide 0.4.3",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
dependencies = [
|
|
"libc",
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.2.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"fnv",
|
|
"futures-core",
|
|
"iovec",
|
|
"lazy_static",
|
|
"memchr",
|
|
"mio",
|
|
"num_cpus",
|
|
"pin-project-lite 0.1.11",
|
|
"slab",
|
|
"tokio-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
|
|
dependencies = [
|
|
"futures-core",
|
|
"rustls",
|
|
"tokio",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"log",
|
|
"pin-project-lite 0.1.11",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"log",
|
|
"pin-project-lite 0.2.0",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
dependencies = [
|
|
"pin-project 0.4.27",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
[[package]]
|
|
name = "unic-char-property"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
dependencies = [
|
|
"unic-char-range",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unic-char-range"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
[[package]]
|
|
name = "unic-common"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
[[package]]
|
|
name = "unic-segment"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
dependencies = [
|
|
"unic-ucd-segment",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unic-ucd-segment"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
dependencies = [
|
|
"unic-char-property",
|
|
"unic-char-range",
|
|
"unic-ucd-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unic-ucd-version"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
dependencies = [
|
|
"unic-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
dependencies = [
|
|
"matches",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"matches",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
[[package]]
|
|
name = "utf8-ranges"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
|
|
|
|
[[package]]
|
|
name = "utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"errors",
|
|
"filetime",
|
|
"percent-encoding",
|
|
"serde",
|
|
"serde_derive",
|
|
"slug",
|
|
"tempfile",
|
|
"tera",
|
|
"toml",
|
|
"unicode-segmentation",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi 0.3.9",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log",
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"serde",
|
|
"serde_json",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-test"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0355fa0c1f9b792a09b6dcb6a8be24d51e71e6d74972f9eb4a44c4c004d24a25"
|
|
dependencies = [
|
|
"console_error_panic_hook",
|
|
"js-sys",
|
|
"scoped-tls",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-test-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-test-macro"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27e07b46b98024c2ba2f9e83a10c2ef0515f057f2da299c1762a2017de80438b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.21.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "weezl"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ws"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c51a2c47b5798ccc774ffb93ff536aec7c4275d722fd9c740c83cdd1af1f2d94"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 0.4.12",
|
|
"httparse",
|
|
"log",
|
|
"mio",
|
|
"mio-extras",
|
|
"rand",
|
|
"sha-1",
|
|
"slab",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|
|
|
|
[[package]]
|
|
name = "xml5ever"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xmlparser"
|
|
version = "0.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
|
|
|
[[package]]
|
|
name = "yaml-rust"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zola"
|
|
version = "0.13.0"
|
|
dependencies = [
|
|
"atty",
|
|
"chrono",
|
|
"clap",
|
|
"ctrlc",
|
|
"errors",
|
|
"front_matter",
|
|
"globset",
|
|
"hyper",
|
|
"hyper-staticfile",
|
|
"lazy_static",
|
|
"notify",
|
|
"open",
|
|
"relative-path",
|
|
"serde_json",
|
|
"site",
|
|
"termcolor",
|
|
"tokio",
|
|
"url",
|
|
"utils",
|
|
"ws",
|
|
]
|