2018-08-31 01:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.6.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-16 14:18:10 +00:00
|
|
|
version = "0.11.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "assert_cmd"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.9.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"escargot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"predicates 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"globwalk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.2.11"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 22:45:04 +00:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.3.9"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.1.24"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-13 01:58:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2017-09-05 01:54:05 +00:00
|
|
|
version = "0.6.0"
|
2017-06-13 01:58:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:32:55 +00:00
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 01:54:05 +00:00
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2018-08-31 01:36:26 +00:00
|
|
|
version = "1.0.1"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-06-13 01:58:49 +00:00
|
|
|
version = "0.7.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
2017-06-13 01:58:49 +00:00
|
|
|
name = "bitflags"
|
2017-11-08 03:37:19 +00:00
|
|
|
version = "0.9.1"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "1.0.4"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-31 01:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "1.2.6"
|
2017-01-18 10:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.10"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-09-04 00:09:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
2017-09-23 23:03:50 +00:00
|
|
|
name = "cc"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.0.25"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-24 14:21:17 +00:00
|
|
|
|
|
|
|
[[package]]
|
2017-09-23 23:03:50 +00:00
|
|
|
name = "cfg-if"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.1.5"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-05 01:54:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.4.6"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-25 14:58:55 +00:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-07-02 07:23:14 +00:00
|
|
|
version = "2.32.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-16 14:18:10 +00:00
|
|
|
"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)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 07:23:14 +00:00
|
|
|
"textwrap 0.10.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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
2017-11-30 04:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cobalt-bin"
|
2018-10-08 14:39:46 +00:00
|
|
|
version = "0.13.2"
|
2017-11-30 04:46:42 +00:00
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"assert_cmd 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"assert_fs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 07:23:14 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 22:47:41 +00:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 16:00:39 +00:00
|
|
|
"error-chain 0.12.0 (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)",
|
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 21:18:47 +00:00
|
|
|
"itertools 0.7.8 (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)",
|
2018-09-01 07:13:47 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 16:35:46 +00:00
|
|
|
"liquid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
"liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 16:14:02 +00:00
|
|
|
"normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"notify 4.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"predicates 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:38:21 +00:00
|
|
|
"rss 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
"sass-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 16:42:47 +00:00
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde_yaml 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"syntect 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:36:47 +00:00
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:20 +00:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:46:42 +00:00
|
|
|
]
|
|
|
|
|
2018-08-31 01:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"build_const 0.2.1 (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]]
|
2018-10-01 14:53:57 +00:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.2.6"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-01 14:53:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-11-19 14:21:06 +00:00
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "0.6.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-01 15:38:21 +00:00
|
|
|
"darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "0.3.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-01 15:38:21 +00:00
|
|
|
"darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2018-09-12 15:08:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.3"
|
2018-09-12 15:08:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-05 22:47:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.4.3"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-25 01:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "1.5.0"
|
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"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.8.8"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.5.13"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2018-03-16 14:18:10 +00:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2017-03-24 14:21:17 +00:00
|
|
|
version = "0.10.0"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 14:51:26 +00:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
2017-09-23 23:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2018-06-13 02:33:56 +00:00
|
|
|
version = "0.12.0"
|
2017-09-23 23:03:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 14:51:26 +00:00
|
|
|
"backtrace 0.3.9 (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]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "escargot"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.3.1"
|
2018-06-25 16:00:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 16:42:47 +00:00
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 16:00:39 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.1.2"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 14:51:26 +00:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.1.2"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.2.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2018-08-31 01:36:26 +00:00
|
|
|
version = "1.0.2"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2017-11-04 21:26:08 +00:00
|
|
|
version = "0.2.17"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-24 14:21:17 +00:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2017-03-24 14:21:17 +00:00
|
|
|
version = "0.1.6"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (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 = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (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"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2017-09-27 22:20:39 +00:00
|
|
|
[[package]]
|
2018-09-04 00:09:36 +00:00
|
|
|
name = "futures"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.1.24"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.2.18"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghp"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 14:51:26 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"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"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
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 = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"aho-corasick 0.6.8 (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)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (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
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:20 +00:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.3.3"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
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)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2017-09-05 01:54:05 +00:00
|
|
|
version = "0.10.13"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-05 01:54:05 +00:00
|
|
|
"base64 0.6.0 (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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"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)",
|
2018-01-06 21:40:29 +00:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"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)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.1.5"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2017-09-05 01:54:05 +00:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +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]]
|
|
|
|
name = "ignore"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.4"
|
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 = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:47 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:20 +00:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi-util 0.1.1 (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
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.6.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"futures 0.1.24 (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)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (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 = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-02-25 01:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2018-04-05 21:18:47 +00:00
|
|
|
version = "0.7.8"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-25 14:58:55 +00:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 03:04:46 +00:00
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.3"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-28 16:28:52 +00:00
|
|
|
[[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)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 16:42:47 +00:00
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-28 16:28:52 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[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"
|
|
|
|
|
2017-12-29 22:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2018-09-01 07:13:47 +00:00
|
|
|
version = "1.1.0"
|
2017-12-29 22:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-09-01 07:13:47 +00:00
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:47 +00:00
|
|
|
]
|
2017-12-29 22:11:52 +00:00
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.2.0"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.2.43"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-16 01:03:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2018-03-16 14:18:10 +00:00
|
|
|
version = "0.5.1"
|
2017-06-16 01:03:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "liquid"
|
2018-10-18 16:35:46 +00:00
|
|
|
version = "0.17.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 21:18:47 +00:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:47 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 16:35:46 +00:00
|
|
|
"liquid-compiler 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
"liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 16:35:46 +00:00
|
|
|
"liquid-interpreter 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-value 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-04 03:20:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "liquid-compiler"
|
2018-10-18 16:35:46 +00:00
|
|
|
version = "0.17.0"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 16:35:46 +00:00
|
|
|
"liquid-interpreter 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-value 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-error"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-interpreter"
|
2018-10-18 16:35:46 +00:00
|
|
|
version = "0.17.0"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 16:35:46 +00:00
|
|
|
"liquid-value 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-value"
|
2018-10-18 16:35:46 +00:00
|
|
|
version = "0.17.0"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.1.4"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "0.3.9"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-06 21:40:29 +00:00
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
2018-01-06 21:40:29 +00:00
|
|
|
name = "log"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.4.5"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-06 21:40:29 +00:00
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
]
|
2017-09-05 01:54:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-01-06 21:40:29 +00:00
|
|
|
name = "matches"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.1.8"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "2.1.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-01 14:53:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2017-06-13 01:58:49 +00:00
|
|
|
version = "0.2.6"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
2018-08-31 01:36:26 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
|
|
|
version = "0.1.3"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.6.16"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"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 = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.2.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"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"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-01 14:53:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 16:14:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "4.0.6"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-04 21:26:08 +00:00
|
|
|
"fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
"fsevent-sys 0.1.6 (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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"mio 0.6.16 (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)",
|
2018-09-01 07:13:20 +00:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "0.1.39"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.2.6"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "1.8.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2018-08-31 01:36:26 +00:00
|
|
|
version = "3.2.2"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 01:36:26 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"onig_sys 68.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "68.2.1"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.3.1"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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"
|
2017-11-30 04:32:55 +00:00
|
|
|
version = "0.2.4"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-11-30 04:32:55 +00:00
|
|
|
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:32:55 +00:00
|
|
|
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
|
|
|
version = "0.9.0"
|
|
|
|
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)",
|
|
|
|
"predicates-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.3.8"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2018-03-16 14:18:10 +00:00
|
|
|
name = "proc-macro2"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.19"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-16 14:18:10 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 01:54:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2018-03-16 14:18:10 +00:00
|
|
|
version = "0.1.2"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "1.2.2"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "0.13.1"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"encoding_rs 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "0.5.2"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-11-01 15:38:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-03-24 14:21:17 +00:00
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.6.8"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.5.5"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-13 02:33:56 +00:00
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "0.1.40"
|
2017-01-18 10:13:30 +00:00
|
|
|
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 = [
|
2018-06-25 14:58:55 +00:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 22:45:04 +00:00
|
|
|
]
|
|
|
|
|
2018-05-07 07:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.0.5"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"regex-syntax 0.6.2 (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)",
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-07 07:24:44 +00:00
|
|
|
]
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "0.4.2"
|
2017-01-18 10:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.6.2"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "0.5.1"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "1.6.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-01 15:38:21 +00:00
|
|
|
"derive_builder 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:38:21 +00:00
|
|
|
"quick-xml 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.1.9"
|
2017-09-05 01:54:05 +00:00
|
|
|
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 = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.2.0"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-08 03:04:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "1.0.3"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 03:04:46 +00:00
|
|
|
]
|
|
|
|
|
2017-09-27 22:20:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sass-rs"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "0.2.1"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sass-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sass-sys"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.4.7"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "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"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.0.79"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-06-16 01:03:35 +00:00
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-16 01:03:35 +00:00
|
|
|
]
|
2017-03-24 14:21:17 +00:00
|
|
|
|
|
|
|
[[package]]
|
2017-06-13 01:58:49 +00:00
|
|
|
name = "serde_derive"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.0.79"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-24 14:21:17 +00:00
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"syn 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-11-01 16:42:47 +00:00
|
|
|
version = "1.0.32"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
2017-01-03 08:44:53 +00:00
|
|
|
|
2017-06-16 01:03:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.8.5"
|
2017-06-16 01:03:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 14:51:26 +00:00
|
|
|
"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-16 01:03:35 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-03-24 14:21:17 +00:00
|
|
|
name = "strsim"
|
2018-03-16 14:18:10 +00:00
|
|
|
version = "0.7.0"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-11-01 15:38:21 +00:00
|
|
|
version = "0.13.11"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-01 15:38:21 +00:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.14.9"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (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 = "0.15.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "0.9.0"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (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)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2018-08-31 01:36:26 +00:00
|
|
|
version = "2.1.0"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 01:36:26 +00:00
|
|
|
"bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"flate2 1.0.2 (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)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"onig 3.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:32:55 +00:00
|
|
|
"plist 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 16:42:47 +00:00
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "tempfile"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "3.0.4"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "1.0.4"
|
2016-11-04 20:42:58 +00:00
|
|
|
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-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
2017-09-30 22:45:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"redox_syscall 0.1.40 (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)",
|
|
|
|
]
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2018-07-02 07:23:14 +00:00
|
|
|
version = "0.10.0"
|
2017-09-05 01:54:05 +00:00
|
|
|
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)",
|
2017-09-05 01:54:05 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.3.6"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-01 07:13:47 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "0.1.40"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.1.5"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.1.9"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.1.6"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-11-01 15:36:47 +00:00
|
|
|
version = "0.4.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
2017-03-24 14:21:17 +00:00
|
|
|
version = "0.1.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "treeline"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2017-06-13 01:58:49 +00:00
|
|
|
version = "1.4.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-09-05 01:54:05 +00:00
|
|
|
version = "0.3.4"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "0.1.7"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-06-25 14:58:55 +00:00
|
|
|
version = "1.2.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
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"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2017-07-04 00:57:02 +00:00
|
|
|
version = "1.0.0"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-08-01 14:51:26 +00:00
|
|
|
version = "1.7.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "1.0.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
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"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-11-08 03:04:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2018-09-01 07:13:20 +00:00
|
|
|
version = "2.2.5"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:20 +00:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 03:04:46 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[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"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.3.6"
|
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
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +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"
|
|
|
|
|
2018-09-01 07:13:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 07:13:20 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "1.0.1"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-01 14:53:57 +00:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[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"
|
2017-11-30 04:32:55 +00:00
|
|
|
version = "0.7.0"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 00:09:36 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2018-10-01 14:53:57 +00:00
|
|
|
version = "0.4.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-06-16 01:03:35 +00:00
|
|
|
dependencies = [
|
2018-03-16 14:18:10 +00:00
|
|
|
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-16 01:03:35 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[metadata]
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum assert_cmd 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c5b60c276f334145cf2cec09c5bb6f63523f078c0c850909f66bca8f933cf809"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum assert_fs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a130bff0685da340df499bea35d1bf73257faa8f03d0a3a77a0b3e0546e50d9"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
2017-11-30 04:32:55 +00:00
|
|
|
"checksum base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2fb9e29e72fd6bc12071533d5dc7664cb01480c59406f656d7ac25c7bd8ff7"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
|
|
|
|
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
|
|
|
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
2018-07-02 07:23:14 +00:00
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
|
|
|
|
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "49fc76d30c96cc0bdc8b966968e6535d900f3e42c56204d355192a670d989c6e"
|
|
|
|
"checksum darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d844ad185d7f9bfd072914584649741768151c4131f6ae59f282889f7a1e450"
|
|
|
|
"checksum darling_macro 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "280207f9bd6f6fd58acd08ed722fb9a75412ad9b1fd9b6a8fbfc55410aca2c2c"
|
|
|
|
"checksum derive_builder 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "583a8f76cd41ae6303aca0db4539b90b4fcb289f75467d0c3905781dc670621b"
|
|
|
|
"checksum derive_builder_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb4e6b5fb126caa298af7f9b9719ad6301eb7dd1613fd7543a4e935cef46c07"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
2018-04-05 22:47:41 +00:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum encoding_rs 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "cc9945e460ad969220c1061b9574fb02ed097c6f0704ce2f3e336cb443c40c73"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
2017-03-24 14:21:17 +00:00
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2018-06-25 16:00:39 +00:00
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum escargot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19db1f7e74438642a5018cdf263bb1325b2e792f02dd0a3ca6d6c0f0d7b1d5a5"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9"
|
|
|
|
"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b"
|
2018-06-13 02:33:56 +00:00
|
|
|
"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"
|
2017-11-04 21:26:08 +00:00
|
|
|
"checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05"
|
2017-03-24 14:21:17 +00:00
|
|
|
"checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874"
|
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"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "0c84b40c7e2de99ffd70602db314a7a8c26b2b3d830e6f7f7a142a8860ab3ca4"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum ghp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2381a505873cc9b3bc814214150a0da3193db84cdaf3c9eb2145c7a369d337f0"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum globwalk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce5d04da8cf35b507b2cbec92bbf2d5085292d07cd87637994fd437fe1617bbb"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36ecfc5ad80f0b1226df948c562e2cddd446096be3f644c95106400eae8a5e01"
|
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"
|
2018-04-05 21:18:47 +00:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
2017-06-28 16:28:52 +00:00
|
|
|
"checksum jsonfeed 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97b28289373f8aa883484d9396d8daa96c5ddcd2a46d6e292c884b6c8d6babb7"
|
2016-11-04 20:42:58 +00:00
|
|
|
"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"
|
2018-09-01 07:13:47 +00:00
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
2018-10-18 16:35:46 +00:00
|
|
|
"checksum liquid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba2f80a86121c11a335de351db556fc78969862a5dea2d3f5b93fba05663458"
|
|
|
|
"checksum liquid-compiler 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e107c809f8986c9b33f713f007d29c08ef5d38417f0f3e10a29fce0e78d20ff7"
|
2018-10-04 03:20:31 +00:00
|
|
|
"checksum liquid-error 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f925b6074cab747387c132191da4c21c50f4276a39301d9c3333c9dd23563ea7"
|
2018-10-18 16:35:46 +00:00
|
|
|
"checksum liquid-interpreter 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ae20e2e72febbd89a265505dd616f206c069c9bbca25ac3af3a156fb17d9b98"
|
|
|
|
"checksum liquid-value 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b45b07e0b779e0dd379f65c08ffe8a620e99329d89fd08fdafc9f963dce6f5c"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
|
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
|
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2017-06-13 01:58:49 +00:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba430291c9d6cedae28bcd2d49d1c32fc57d60cd49086646c5dd5673a870eb5"
|
|
|
|
"checksum miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5a5b8234d6103ebfba71e29786da4608540f862de5ce980a1c94f86a40ca0d51"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
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"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-01-27 16:14:02 +00:00
|
|
|
"checksum normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2e0a1a39eab95caf4f5556da9289b9e68f0aafac901b2ce80daaf020d3b733a8"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum notify 4.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "873ecfd8c174964ae30f401329d140142312c8e5590719cf1199d5f1717d8078"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum onig 3.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum onig_sys 68.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "195ebddbb56740be48042ca117b8fb6e0d99fe392191a9362d82f5f69e510379"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
2017-11-30 04:32:55 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
2017-11-30 04:32:55 +00:00
|
|
|
"checksum plist 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum predicates 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "799dc506006c16c25b28476046abfc20a95f71de59e95ebb8ee302e029a30173"
|
|
|
|
"checksum predicates-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85f80bc390d1c02a4cdaa63f27f05c3c426679eb65433d8dd65d392147e4e5c5"
|
|
|
|
"checksum predicates-tree 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e86df9b81bdcb0a5141aca9d2b9c5e0c558ef6626d3ae2c12912f5c9df740bd"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "ffe022fb8c8bd254524b0b3305906c1921fa37a84a644e29079a9e62200c3901"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum quick-xml 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b62a38216952bff95085ad664b772492288a96a25544f48d25e7200de1d7db7"
|
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
|
|
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2017-09-30 22:45:04 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum rss 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3c7359930b4dd8da481fed1f8dec7f3ac1b04bb71a396520e5ca3a24045a4ee"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum sass-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90f8cf6e645aa843ffffcbdc1e8752b1f221dfa314c81895aeb229a77aea7e05"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum sass-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "173ac202b4585ecfb1521159491175a787584fcc346457d53a099b240c69cd41"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
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.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9"
|
|
|
|
"checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe"
|
2018-11-01 16:42:47 +00:00
|
|
|
"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum serde_yaml 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dc205f88b0342ba640b351b5fb0645515e4a6880f2ebed0dbe8dfb03e70e7e92"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
|
|
|
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-11-01 15:38:21 +00:00
|
|
|
"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum syn 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)" = "455a6ec9b368f8c479b0ae5494d13b22dc00990d2f00d68c9dc6a2dc4f17f210"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum syntect 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc8a6f0db88d4afc340522c20d260411e746b2225b257c6b238a75de9d7cec78"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
|
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2017-09-30 22:45:04 +00:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-07-02 07:23:14 +00:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
|
|
|
|
"checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c"
|
|
|
|
"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018"
|
2018-11-01 15:36:47 +00:00
|
|
|
"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
|
2017-03-24 14:21:17 +00:00
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2018-06-13 02:33:56 +00:00
|
|
|
"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2017-06-13 01:58:49 +00:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2017-07-04 00:57:02 +00:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
|
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"
|
2017-03-24 14:21:17 +00:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
2018-09-01 07:13:20 +00:00
|
|
|
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
2016-11-04 20:42:58 +00:00
|
|
|
"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"
|
2018-09-01 07:13:20 +00:00
|
|
|
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
|
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"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-11-30 04:32:55 +00:00
|
|
|
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e"
|