cobalt.rs/Cargo.lock

1922 lines
87 KiB
Text
Raw Normal View History

2019-04-24 19:27:34 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "aho-corasick"
2019-07-01 17:24:49 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-01 14:53:57 +00:00
]
[[package]]
name = "anymap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "assert_cmd"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-01 14:27:50 +00:00
"escargot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:18:33 +00:00
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "assert_fs"
2019-02-01 14:27:50 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-11-03 16:18:33 +00:00
"globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:18:33 +00:00
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "atty"
2018-08-01 14:51:26 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "autocfg"
2019-07-01 17:24:49 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "backtrace"
2019-07-01 17:24:49 +00:00
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "backtrace-sys"
2019-07-01 17:24:49 +00:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2017-06-13 01:58:49 +00:00
]
2017-11-30 04:32:55 +00:00
[[package]]
name = "base64"
2018-11-03 16:23:27 +00:00
version = "0.9.3"
2017-11-30 04:32:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:23:27 +00:00
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "bincode"
2019-07-01 17:24:49 +00:00
version = "1.1.4"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
2019-07-01 17:24:49 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "block-buffer"
2019-07-01 17:24:49 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2019-07-01 17:24:49 +00:00
name = "block-padding"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2019-07-01 17:24:49 +00:00
name = "bstr"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-01 17:24:49 +00:00
dependencies = [
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "byte-tools"
2019-07-01 17:24:49 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byteorder"
2019-07-01 17:24:49 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-01 17:24:49 +00:00
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2017-09-23 23:03:50 +00:00
name = "cc"
2019-07-01 17:24:49 +00:00
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2017-09-23 23:03:50 +00:00
name = "cfg-if"
2019-07-01 17:24:49 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chrono"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chrono_utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "clap"
version = "2.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-08-01 14:51:26 +00:00
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-25 14:58:55 +00:00
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-11-30 04:46:42 +00:00
[[package]]
name = "cobalt-bin"
2019-01-31 04:04:43 +00:00
version = "0.15.4"
2017-11-30 04:46:42 +00:00
dependencies = [
"assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-01 14:27:50 +00:00
"assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"deunicode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-02 02:37:56 +00:00
"env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-31 03:44:08 +00:00
"exitfailure 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-30 04:46:42 +00:00
"ghp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-30 04:46:42 +00:00
"jsonfeed 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pulldown-cmark 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"rss 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sass-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
"sitemap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-01-23 23:34:46 +00:00
[[package]]
name = "crc32fast"
2019-07-01 17:24:49 +00:00
version = "1.2.0"
2019-01-23 23:34:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
]
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
[[package]]
2018-10-01 14:53:57 +00:00
name = "crossbeam-channel"
2019-02-01 14:27:50 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-10-01 14:53:57 +00:00
dependencies = [
2019-02-01 14:27:50 +00:00
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-01 14:53:57 +00:00
]
[[package]]
name = "crossbeam-utils"
2019-02-01 14:27:50 +00:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "darling"
2019-07-01 17:24:49 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "darling_core"
2019-07-01 17:24:49 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "darling_macro"
2019-07-01 17:24:49 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-09-24 03:54:23 +00:00
[[package]]
name = "derive_builder"
2019-07-01 17:24:49 +00:00
version = "0.7.2"
2017-09-24 03:54:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_builder_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-24 03:54:23 +00:00
]
[[package]]
name = "derive_builder_core"
2019-07-01 17:24:49 +00:00
version = "0.5.0"
2017-09-24 03:54:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-24 03:54:23 +00:00
]
[[package]]
name = "derive_more"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "deunicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "digest"
2019-07-01 17:24:49 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dtoa"
2019-07-01 17:24:49 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
feat(attributes): Add input-file based attributes Add document attributes "title", "slug", and "ext" if needed based on the input-file. The primary motivation for this change is to allow a custom "path" while retaining the original :slug. A more surgical approach was taken rather than trying to achieve 100% Jekyll-compatibility though Jekyll does serve as an inspiration for how these features work. The "slug" attribute defaults to a lower-case slugified version of the document's filename. The primary use is for specifying a custom "path" attribute that still includes the original file name (via :slug). Jekyll compatibility: - Precedence: Allows a user to override "slug" in their front matter. - Template variable for path: The default slug attempts to be formatted like Jekyll Jekyll incompatibility: - General: Jekyll excludes "YYYY-MM-DD-" from the slug. Cobalt would need additional work done to make "date" more Jekyll compatible before this is worth implementing. - Template variable for path: An overridden slug is not slugified in Cobalt. This is in part for simplicity and in part trusting the user. - Attribute: Jekyll does not sluggify the attribute but instead expects the user to slugify it with a filter. The "title" attribute is now defaulted to a title-cased, slugified version of the document's filename. The primary use is to minimize user's having to repeat themselves in their liquid document. Jekyll compatibility: - Precedence: Allows a user to override "title" in their front matter. Does not use the overridden "slug" attribute if provided. Jekyll incompatibility: - General: Jekyll excludes "YYYY-MM-DD-" from the title. - Template variable for path: :title is supposed to be a "pretty" mixed case version of :slug - Attribute: Jekyll does not slugify the file name before title-casing it. The "ext" attribute defaults to the file extension of the liquid document ("md", "liquid", etc) Jekyll compatibility: - Precedence: Allows a user to override "ext" in their front matter. Jekyll incompatibility: - Attribute: Jekyll includes the ".". The :name template variable for path (slugified file_stem, not overriding allowed) was also going to be added but for some reason it caused a test to fail. Since it wasn't needed for the primary purpose of this change, it was skipped rather than time being spent on investigating the failure.
2017-02-25 01:33:28 +00:00
[[package]]
name = "either"
2019-07-01 17:24:49 +00:00
version = "1.5.2"
feat(attributes): Add input-file based attributes Add document attributes "title", "slug", and "ext" if needed based on the input-file. The primary motivation for this change is to allow a custom "path" while retaining the original :slug. A more surgical approach was taken rather than trying to achieve 100% Jekyll-compatibility though Jekyll does serve as an inspiration for how these features work. The "slug" attribute defaults to a lower-case slugified version of the document's filename. The primary use is for specifying a custom "path" attribute that still includes the original file name (via :slug). Jekyll compatibility: - Precedence: Allows a user to override "slug" in their front matter. - Template variable for path: The default slug attempts to be formatted like Jekyll Jekyll incompatibility: - General: Jekyll excludes "YYYY-MM-DD-" from the slug. Cobalt would need additional work done to make "date" more Jekyll compatible before this is worth implementing. - Template variable for path: An overridden slug is not slugified in Cobalt. This is in part for simplicity and in part trusting the user. - Attribute: Jekyll does not sluggify the attribute but instead expects the user to slugify it with a filter. The "title" attribute is now defaulted to a title-cased, slugified version of the document's filename. The primary use is to minimize user's having to repeat themselves in their liquid document. Jekyll compatibility: - Precedence: Allows a user to override "title" in their front matter. Does not use the overridden "slug" attribute if provided. Jekyll incompatibility: - General: Jekyll excludes "YYYY-MM-DD-" from the title. - Template variable for path: :title is supposed to be a "pretty" mixed case version of :slug - Attribute: Jekyll does not slugify the file name before title-casing it. The "ext" attribute defaults to the file extension of the liquid document ("md", "liquid", etc) Jekyll compatibility: - Precedence: Allows a user to override "ext" in their front matter. Jekyll incompatibility: - Attribute: Jekyll includes the ".". The :name template variable for path (slugified file_stem, not overriding allowed) was also going to be added but for some reason it caused a test to fail. Since it wasn't needed for the primary purpose of this change, it was skipped rather than time being spent on investigating the failure.
2017-02-25 01:33:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-09-24 03:54:23 +00:00
[[package]]
name = "encoding_rs"
2019-07-01 17:24:49 +00:00
version = "0.8.17"
2017-09-24 03:54:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-24 03:54:23 +00:00
]
[[package]]
name = "env_logger"
2019-10-02 02:37:56 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-08-01 14:51:26 +00:00
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-02 02:37:56 +00:00
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "error-chain"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-09-23 23:03:50 +00:00
[[package]]
2019-01-31 03:44:08 +00:00
name = "escargot"
2019-02-01 14:27:50 +00:00
version = "0.4.0"
2017-09-23 23:03:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-23 23:03:50 +00:00
]
2018-06-25 16:00:39 +00:00
[[package]]
2019-01-31 03:44:08 +00:00
name = "exitfailure"
version = "0.5.1"
2018-06-25 16:00:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-01-31 03:44:08 +00:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-25 16:00:39 +00:00
]
[[package]]
name = "failure"
2019-01-23 23:34:46 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "failure_derive"
2019-01-23 23:34:46 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "filetime"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "flate2"
2019-07-01 17:24:49 +00:00
version = "1.0.9"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-01-03 08:44:53 +00:00
]
[[package]]
name = "float-cmp"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "fnv"
2017-11-30 04:32:55 +00:00
version = "1.0.6"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-04 21:26:08 +00:00
]
[[package]]
name = "fuchsia-zircon"
2018-01-06 21:40:29 +00:00
version = "0.3.3"
2017-11-04 21:26:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-06 21:40:29 +00:00
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-04 21:26:08 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
2018-01-06 21:40:29 +00:00
version = "0.3.3"
2017-11-04 21:26:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "generic-array"
2019-07-01 17:24:49 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "getopts"
2019-07-01 17:24:49 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-08-01 14:51:26 +00:00
dependencies = [
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-07-01 17:24:49 +00:00
[[package]]
name = "getrandom"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ghp"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
name = "globset"
2019-07-01 17:24:49 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
dependencies = [
2019-07-01 17:24:49 +00:00
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-30 04:32:55 +00:00
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
]
[[package]]
name = "globwalk"
2018-11-03 16:18:33 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "httparse"
2018-10-01 14:53:57 +00:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "humantime"
2019-10-02 02:37:56 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-06-25 14:58:55 +00:00
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "hyper"
2019-07-01 17:24:49 +00:00
version = "0.10.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-11-03 16:23:27 +00:00
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-01 14:53:57 +00:00
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-06 21:40:29 +00:00
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-06-13 01:58:49 +00:00
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-06-13 01:58:49 +00:00
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ident_case"
2019-07-01 17:24:49 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "idna"
2018-08-01 14:51:26 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-09-04 00:09:36 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
[[package]]
name = "ignore"
version = "0.4.10"
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-01 14:27:50 +00:00
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-07 03:14:57 +00:00
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:23:27 +00:00
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-01 14:27:50 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
feat: Increase control over files to process The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to a list `gitignore` patterns, allowing whitelisting and more advanced whitelisting/blacklisting with well defined semantics. Previuously, Cobalt processed all files except `.dot` and `_hidden`, *dest* files/directories. Considerations when designing this: - User workflow: users need `.dot` asset files, like `.htaccess`, copied over. - Implementation: Finding files for pages and posts is coupled together which will be a problem as we refactor them into more general collections or sections. - Performance: Eventually we'll want to implement incremental rebuild (see issue #81) and to do so we'll need to know what collection a file notification is relevant to. `gitignore` patterns were selected for the first item to ensure we had well defined semantics for how blacklist and whitelist features would interact, directory vs file patterns, etc. The last two are the motivation for factoring out file detection. A couple downsides, for now - `cobalt watch` will now rebuild when hidden files are touched. This is unfortunate but seems like an acceptable short term sacrifice until we have a better to expose what files cobal reads. - Handling of overlapping source/dest is a bit ugly. In the future, we should just make these cases error - Handling of hidden post folders is ugly. In the future, we should generalize the concept of pages and posts into collections/sections at which point we'll walk each collection type independently. This will make the non-hidden posts folders the ugly case. We should consider requiring them to be hidden. - There is a known bug where we enable all hidden folders that match the posts folders name rather than only some. Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files. See the added unit tests for examples. BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
]
[[package]]
name = "inotify"
2018-09-04 00:09:36 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
]
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "itoa"
2019-07-01 17:24:49 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "jsonfeed"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-01 17:24:49 +00:00
dependencies = [
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
]
2018-09-04 00:09:36 +00:00
[[package]]
name = "lazycell"
2019-01-23 23:34:46 +00:00
version = "1.2.1"
2018-09-04 00:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2019-07-01 17:24:49 +00:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "linked-hash-map"
2019-07-01 17:24:49 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "liquid"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"deunicode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-compiler 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-derive 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-interpreter 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-value 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "liquid-compiler"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-01-23 23:34:46 +00:00
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-interpreter 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-value 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "liquid-derive"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"liquid-compiler 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-interpreter 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-value 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-quote 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "liquid-error"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "liquid-interpreter"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-value 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "liquid-value"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "log"
2018-01-06 21:40:29 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-01-06 21:40:29 +00:00
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-06 21:40:29 +00:00
]
[[package]]
2018-01-06 21:40:29 +00:00
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-01-06 21:40:29 +00:00
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-06 21:40:29 +00:00
]
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2018-01-06 21:40:29 +00:00
name = "matches"
2018-09-04 00:09:36 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
2019-04-07 03:14:57 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mime"
2017-06-13 01:58:49 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-01-06 21:40:29 +00:00
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "miniz_oxide"
2019-07-01 17:24:49 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "miniz_oxide_c_api"
2019-07-01 17:24:49 +00:00
version = "0.2.2"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-01-03 08:44:53 +00:00
]
[[package]]
name = "mio"
2019-07-01 17:24:49 +00:00
version = "0.6.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-09-04 00:09:36 +00:00
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-08-01 14:51:26 +00:00
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-04 00:09:36 +00:00
[[package]]
name = "mio-extras"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-01-23 23:34:46 +00:00
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
]
[[package]]
name = "miow"
2018-09-04 00:09:36 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-08-01 14:51:26 +00:00
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "net2"
2018-08-01 14:51:26 +00:00
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "normalize-line-endings"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "notify"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-integer"
2019-07-01 17:24:49 +00:00
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-traits"
2019-07-01 17:24:49 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-01 17:24:49 +00:00
dependencies = [
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num_cpus"
2019-07-01 17:24:49 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-07-01 17:24:49 +00:00
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-01-03 08:44:53 +00:00
[[package]]
name = "onig"
2019-07-01 17:24:49 +00:00
version = "4.3.2"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-01-03 08:44:53 +00:00
]
[[package]]
name = "onig_sys"
2019-01-23 23:34:46 +00:00
version = "69.1.0"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-07-01 17:24:49 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-07-04 00:57:02 +00:00
[[package]]
name = "percent-encoding"
2017-11-30 04:32:55 +00:00
version = "1.0.1"
2017-07-04 00:57:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pest"
2019-07-01 17:24:49 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pest_generator"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pest_meta"
2019-07-01 17:24:49 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "pkg-config"
2018-09-04 00:09:36 +00:00
version = "0.3.14"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "plist"
2019-07-01 17:24:49 +00:00
version = "0.4.2"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-02 02:37:56 +00:00
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-01-03 08:44:53 +00:00
]
2019-07-01 17:24:49 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "predicates"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:18:33 +00:00
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "predicates-core"
2018-11-03 16:18:33 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "predicates-tree"
2018-11-03 16:18:33 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-11-03 16:18:33 +00:00
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro2"
2019-07-01 17:24:49 +00:00
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro2"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-quote"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-quote-impl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-quote-impl"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pulldown-cmark"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-07 03:14:57 +00:00
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "quick-error"
2018-06-25 14:58:55 +00:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-09-24 03:54:23 +00:00
[[package]]
name = "quick-xml"
version = "0.14.0"
2017-09-24 03:54:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-07 03:14:57 +00:00
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-24 03:54:23 +00:00
]
[[package]]
name = "quote"
2019-07-01 17:24:49 +00:00
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
2019-07-01 17:24:49 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_chacha"
2019-07-01 17:24:49 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-03 16:23:27 +00:00
]
[[package]]
name = "rand_core"
2019-07-01 17:24:49 +00:00
version = "0.5.0"
2019-02-01 14:27:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-01 14:27:50 +00:00
]
[[package]]
name = "rand_hc"
2019-07-01 17:24:49 +00:00
version = "0.2.0"
2019-01-23 23:34:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
]
[[package]]
name = "redox_syscall"
2019-07-01 17:24:49 +00:00
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-09-30 22:45:04 +00:00
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-30 22:45:04 +00:00
]
[[package]]
name = "regex"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-07 03:14:57 +00:00
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
2019-07-01 17:24:49 +00:00
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "remove_dir_all"
2019-07-01 17:24:49 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rss"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-xml 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-demangle"
2019-07-01 17:24:49 +00:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-10-01 14:53:57 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-04 00:09:36 +00:00
[[package]]
name = "ryu"
version = "1.0.0"
2018-09-04 00:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-11-03 16:23:27 +00:00
[[package]]
name = "safemem"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "same-file"
2018-11-03 16:23:27 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-01 14:27:50 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sass-rs"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"sass-sys 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sass-sys"
2019-07-01 17:24:49 +00:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-10-01 14:53:57 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-01-03 08:44:53 +00:00
[[package]]
name = "serde"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2017-06-13 01:58:49 +00:00
name = "serde_derive"
2019-07-01 17:24:49 +00:00
version = "1.0.94"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_json"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "serde_yaml"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sha-1"
2019-07-01 17:24:49 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sitemap"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono_utils 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "slab"
2019-01-23 23:34:46 +00:00
version = "0.4.2"
2018-09-04 00:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smallvec"
version = "0.6.10"
2018-09-04 00:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-01 17:24:49 +00:00
[[package]]
name = "spin"
version = "0.5.2"
2019-07-01 17:24:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strsim"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "syn"
2019-07-01 17:24:49 +00:00
version = "0.15.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "syn"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "synstructure"
2019-07-01 17:24:49 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
2018-08-01 14:51:26 +00:00
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "syntect"
version = "3.2.0"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-30 04:32:55 +00:00
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-01-03 08:44:53 +00:00
]
[[package]]
name = "tempfile"
2019-07-01 17:24:49 +00:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "termcolor"
2019-07-01 17:24:49 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-09-04 00:09:36 +00:00
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-09-30 22:45:04 +00:00
[[package]]
name = "termion"
2019-07-01 17:24:49 +00:00
version = "1.5.3"
2017-09-30 22:45:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
2017-09-30 22:45:04 +00:00
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-06-25 14:58:55 +00:00
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thread_local"
2018-09-04 00:09:36 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "time"
2019-01-23 23:34:46 +00:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "toml"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ucd-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicase"
2017-06-13 01:58:49 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-10-01 14:53:57 +00:00
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-07 03:14:57 +00:00
[[package]]
name = "unicase"
version = "2.5.1"
2019-04-07 03:14:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-09-04 00:09:36 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-normalization"
2019-01-23 23:34:46 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-23 23:34:46 +00:00
dependencies = [
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-23 23:34:46 +00:00
]
[[package]]
name = "unicode-segmentation"
2019-07-01 17:24:49 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-width"
2018-06-25 14:58:55 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "url"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-08-01 14:51:26 +00:00
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-04 00:09:36 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-30 04:32:55 +00:00
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "utf8-ranges"
2019-07-01 17:24:49 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "vec_map"
2018-06-25 14:58:55 +00:00
version = "0.8.1"
2017-06-13 01:58:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "version_check"
2018-10-01 14:53:57 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "walkdir"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "walkdir"
version = "2.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-11-03 16:23:27 +00:00
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-01 14:27:50 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-01-06 21:40:29 +00:00
[[package]]
name = "winapi"
2019-07-01 17:24:49 +00:00
version = "0.3.7"
2018-01-06 21:40:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-01-22 13:48:29 +00:00
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-06 21:40:29 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-01-06 21:40:29 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
2018-01-22 13:48:29 +00:00
version = "0.4.0"
2018-01-06 21:40:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-util"
2019-02-01 14:27:50 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-01-06 21:40:29 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
2018-01-22 13:48:29 +00:00
version = "0.4.0"
2018-01-06 21:40:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
2018-09-04 00:09:36 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-01 14:27:50 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-01-03 08:44:53 +00:00
[[package]]
name = "xml-rs"
version = "0.8.0"
2017-01-03 08:44:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "yaml-rust"
2019-07-01 17:24:49 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-01 17:24:49 +00:00
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
2019-07-01 17:24:49 +00:00
"checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
"checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
"checksum assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2dc477793bd82ec39799b6f6b3df64938532fdf2ab0d49ef817eac65856a5a1e"
2019-02-01 14:27:50 +00:00
"checksum assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ce6ba957da497523c08f8e0bd0f2e038d23ad6a3f7a391ed9d4afa9314838c0"
2018-08-01 14:51:26 +00:00
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
2019-07-01 17:24:49 +00:00
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
"checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5"
"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2018-11-03 16:23:27 +00:00
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
2019-07-01 17:24:49 +00:00
"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7"
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
"checksum bstr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc0572e02f76cb335f309b19e0a0d585b4f62788f7d26de2a13a836a637385f"
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
"checksum chrono_utils 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7f69ed74e2117892a1a4e05d31f6612178e8e827bfbd83bbf8ca8c1bcfbda710"
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
2019-07-01 17:24:49 +00:00
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-02-01 14:27:50 +00:00
"checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
2019-07-01 17:24:49 +00:00
"checksum darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6"
"checksum darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c"
"checksum darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1"
"checksum derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ac53fa6a3cda160df823a9346442525dcaf1e171999a1cf23e67067e4fd64d4"
"checksum derive_builder_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0288a23da9333c246bb18c143426074a6ae96747995c5819d2947b64cd942b37"
"checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
"checksum deunicode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a0f5bbdedde60605d0719b998e282af68e2b1c50203110211fe4abe857560"
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-07-01 17:24:49 +00:00
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
"checksum doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97"
2019-07-01 17:24:49 +00:00
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
2019-10-02 02:37:56 +00:00
"checksum env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39ecdb7dd54465526f0a56d666e3b2dd5f3a218665a030b6e4ad9e70fa95d8fa"
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
2019-02-01 14:27:50 +00:00
"checksum escargot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ceb9adbf9874d5d028b5e4c5739d22b71988252b25c9c98fe7cf9738bee84597"
2019-01-31 03:44:08 +00:00
"checksum exitfailure 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
2019-01-23 23:34:46 +00:00
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
"checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d"
2019-07-01 17:24:49 +00:00
"checksum flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8"
"checksum float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "134a8fa843d80a51a5b77d36d42bc2def9edcb0262c914861d08129fd1926600"
2017-11-30 04:32:55 +00:00
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2018-01-06 21:40:29 +00:00
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-07-01 17:24:49 +00:00
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
"checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450"
"checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55"
"checksum ghp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2381a505873cc9b3bc814214150a0da3193db84cdaf3c9eb2145c7a369d337f0"
2019-07-01 17:24:49 +00:00
"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
2018-11-03 16:18:33 +00:00
"checksum globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89fa2e29859da05acd066bd45996f05c271b271d7ec4a781f909682328f65d25"
2018-10-01 14:53:57 +00:00
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
2019-10-02 02:37:56 +00:00
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2019-07-01 17:24:49 +00:00
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
"checksum ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2018-08-01 14:51:26 +00:00
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
"checksum ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ec16832258409d571aaef8273f3c3cc5b060d784e159d1a0f3b0017308f84a7"
2018-09-04 00:09:36 +00:00
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
2019-07-01 17:24:49 +00:00
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
"checksum jsonfeed 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97b28289373f8aa883484d9396d8daa96c5ddcd2a46d6e292c884b6c8d6babb7"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-23 23:34:46 +00:00
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-07-01 17:24:49 +00:00
"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
"checksum line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2019-07-01 17:24:49 +00:00
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
"checksum liquid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cf7f28965f50ff06e2e9f26162f6d944b71f976506a7a01a6308ddebd36155"
"checksum liquid-compiler 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cd195c00674a2dc811b07969358c97c0639db4a73bc61514db48609d110356f"
"checksum liquid-derive 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b0faadd0dd1a7cf38390316c36a9a741949462750f9833b794ac6d7de145218"
"checksum liquid-error 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5c0851812322e87dcf67c2d7e520c3efd8651bd44eb8d0c0246e6dfb94d481"
"checksum liquid-interpreter 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "998e0411b8cb6210bb0729ccbb15abd2a1c8ef7e318c97511ae5a741c817c63e"
"checksum liquid-value 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7606ac3743bff9929daff0d0f51f9177ab3ec74520f7f832b8ec595dd96efee"
2018-01-06 21:40:29 +00:00
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
2018-09-04 00:09:36 +00:00
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-04-07 03:14:57 +00:00
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
2017-06-13 01:58:49 +00:00
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
2019-07-01 17:24:49 +00:00
"checksum miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b6c3756d66cf286314d5f7ebe74886188a9a92f5eee68b06f31ac2b4f314c99d"
"checksum miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b78ca5446dd9fe0dab00e058731b6b08a8c1d2b9cdb8efb10876e24e9ae2494"
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
2018-09-04 00:09:36 +00:00
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2018-08-01 14:51:26 +00:00
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
"checksum normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2e0a1a39eab95caf4f5556da9289b9e68f0aafac901b2ce80daaf020d3b733a8"
"checksum normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
"checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb"
2019-07-01 17:24:49 +00:00
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
"checksum onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a646989adad8a19f49be2090374712931c3a59835cb5277b4530f48b417f26e7"
2019-01-23 23:34:46 +00:00
"checksum onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0"
2019-07-01 17:24:49 +00:00
"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
2017-11-30 04:32:55 +00:00
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2019-07-01 17:24:49 +00:00
"checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c"
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
2019-07-01 17:24:49 +00:00
"checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d"
2018-09-04 00:09:36 +00:00
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
2019-07-01 17:24:49 +00:00
"checksum plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a9f075f6394100e7c105ed1af73fb1859d6fd14e49d4290d578120beb167f"
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
"checksum predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53e09015b0d3f5a0ec2d4428f7559bb7b3fff341b4e159fedd1d57fac8b939ff"
2018-11-03 16:18:33 +00:00
"checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
"checksum predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
"checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8"
2019-07-01 17:24:49 +00:00
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
"checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95"
"checksum proc-quote 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa612543f23fda013e1e6ce30b5285a9d313c6e582e57b4ceca74eb5b85685b5"
"checksum proc-quote-impl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f785f0f8cd00b7945efc3f3bdf8205eb06af5aacec598d83e67f41dc8d101fda"
"checksum pulldown-cmark 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85b0ad0d4c1702965ee6bb5b4ff5e71f83850b497d497e9444302987bf9e26a4"
2018-06-25 14:58:55 +00:00
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
"checksum quick-xml 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a8b2062cd4735d683121dbd525f5961226936229b0ac6bbbc40b34155744a41"
2019-07-01 17:24:49 +00:00
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2019-07-01 17:24:49 +00:00
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
"checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d"
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
2017-09-30 22:45:04 +00:00
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
2019-07-01 17:24:49 +00:00
"checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48"
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
"checksum rss 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0706a43e890fbaf1714d495d12f69a7b34b70c6e903586d70311c2ce15ffe67"
2019-07-01 17:24:49 +00:00
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
2018-10-01 14:53:57 +00:00
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
2018-11-03 16:23:27 +00:00
"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
"checksum sass-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
2019-07-01 17:24:49 +00:00
"checksum sass-sys 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "71b5b7b91bf28ff4a6e95cd8e13c32b35e13c9649c6875836eacb3921d7ab887"
2018-10-01 14:53:57 +00:00
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
2019-07-01 17:24:49 +00:00
"checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b"
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
2019-07-01 17:24:49 +00:00
"checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68"
"checksum sitemap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17a3cad977de6b71cd08ed0cc893002ecf859bcf7d69c7011b8eb7e5ea137133"
2019-01-23 23:34:46 +00:00
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2019-07-01 17:24:49 +00:00
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-07-01 17:24:49 +00:00
"checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
2019-07-01 17:24:49 +00:00
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
"checksum syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e80b8831c5a543192ffc3727f01cf0e57579c6ac15558e3048bfb5708892167b"
2019-07-01 17:24:49 +00:00
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330"
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-09-04 00:09:36 +00:00
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
2019-01-23 23:34:46 +00:00
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
2017-06-13 01:58:49 +00:00
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-01-23 23:34:46 +00:00
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
2019-07-01 17:24:49 +00:00
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
2018-06-25 14:58:55 +00:00
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2019-07-01 17:24:49 +00:00
"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
2018-06-25 14:58:55 +00:00
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2018-10-01 14:53:57 +00:00
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-07-01 17:24:49 +00:00
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-01-22 13:48:29 +00:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-02-01 14:27:50 +00:00
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
2018-01-22 13:48:29 +00:00
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-09-04 00:09:36 +00:00
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
2019-07-01 17:24:49 +00:00
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"