2019-04-24 19:27:34 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
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"
|
|
|
|
|
2019-05-01 08:15:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.7.4"
|
2019-05-01 08:15:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anymap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "assert_cmd"
|
2019-04-01 07:54:33 +00:00
|
|
|
version = "0.11.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-01 14:27:50 +00:00
|
|
|
"escargot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 08:14:51 +00:00
|
|
|
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:18:33 +00:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2019-02-01 14:27:50 +00:00
|
|
|
version = "0.11.3"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-03 16:18:33 +00:00
|
|
|
"globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 08:14:51 +00:00
|
|
|
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:18:33 +00:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
2019-01-04 15:06:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.4"
|
2019-01-04 15:06:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.3.32"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.30"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-13 01:58:49 +00:00
|
|
|
]
|
|
|
|
|
2017-11-30 04:32:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2018-11-03 16:23:27 +00:00
|
|
|
version = "0.9.3"
|
2017-11-30 04:32:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:23:27 +00:00
|
|
|
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
2019-03-01 07:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:51 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.1.4"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.1.0"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.7.3"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2019-05-01 13:25:20 +00:00
|
|
|
[[package]]
|
2019-07-01 17:24:49 +00:00
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.4"
|
2019-05-01 13:25:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 13:25:20 +00:00
|
|
|
]
|
|
|
|
|
2018-08-31 01:36:26 +00:00
|
|
|
[[package]]
|
2019-07-01 17:24:49 +00:00
|
|
|
name = "bstr"
|
2018-08-31 01:36:26 +00:00
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-08-31 01:36:26 +00:00
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.3.1"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.3.2"
|
2017-01-18 10:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ppv-lite86 0.2.5 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.37"
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.9"
|
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"
|
2019-07-01 08:40:16 +00:00
|
|
|
version = "0.4.7"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-05-01 08:14:31 +00:00
|
|
|
version = "2.33.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)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 08:14:31 +00:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:58:55 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-11-30 04:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cobalt-bin"
|
2019-01-31 04:04:43 +00:00
|
|
|
version = "0.15.4"
|
2017-11-30 04:46:42 +00:00
|
|
|
dependencies = [
|
2019-04-01 07:54:33 +00:00
|
|
|
"assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 14:27:50 +00:00
|
|
|
"assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:40:16 +00:00
|
|
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 08:14:31 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-01 07:40:09 +00:00
|
|
|
"deunicode 1.0.0 (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)",
|
2019-07-01 08:40:38 +00:00
|
|
|
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-31 03:44:08 +00:00
|
|
|
"exitfailure 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:46:42 +00:00
|
|
|
"ghp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:25 +00:00
|
|
|
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-01 07:39:48 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:46:42 +00:00
|
|
|
"jsonfeed 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-02 08:53:26 +00:00
|
|
|
"liquid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-01 07:39:57 +00:00
|
|
|
"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 07:14:21 +00:00
|
|
|
"notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 08:14:51 +00:00
|
|
|
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:11:01 +00:00
|
|
|
"pulldown-cmark 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 13:53:19 +00:00
|
|
|
"rss 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 07:15:24 +00:00
|
|
|
"sass-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:53 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 13:53:21 +00:00
|
|
|
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:45:07 +00:00
|
|
|
"syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 07:15:06 +00:00
|
|
|
"toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:27:41 +00:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 01:36:26 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 23:34:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.2.0"
|
2019-01-23 23:34:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
|
|
|
|
feat: Increase control over files to process
The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to
a list `gitignore` patterns, allowing whitelisting and more advanced
whitelisting/blacklisting with well defined semantics.
Previuously, Cobalt processed all files except `.dot` and `_hidden`,
*dest* files/directories.
Considerations when designing this:
- User workflow: users need `.dot` asset files, like `.htaccess`, copied over.
- Implementation: Finding files for pages and posts is coupled together
which will be a problem as we refactor them into more general
collections or sections.
- Performance: Eventually we'll want to implement incremental rebuild
(see issue #81) and to do so we'll need to know what collection a file
notification is relevant to.
`gitignore` patterns were selected for the first item to ensure we had
well defined semantics for how blacklist and whitelist features would
interact, directory vs file patterns, etc.
The last two are the motivation for factoring out file detection.
A couple downsides, for now
- `cobalt watch` will now rebuild when hidden files are touched. This is
unfortunate but seems like an acceptable short term sacrifice until we
have a better to expose what files cobal reads.
- Handling of overlapping source/dest is a bit ugly. In the future, we
should just make these cases error
- Handling of hidden post folders is ugly. In the future, we should
generalize the concept of pages and posts into collections/sections at
which point we'll walk each collection type independently. This will
make the non-hidden posts folders the ugly case. We should consider
requiring them to be hidden.
- There is a known bug where we enable all hidden folders that match the
posts folders name rather than only some.
Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files.
See the added unit tests for examples.
BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed
from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
|
|
|
[[package]]
|
2018-10-01 14:53:57 +00:00
|
|
|
name = "crossbeam-channel"
|
2019-02-01 14:27:50 +00:00
|
|
|
version = "0.3.8"
|
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 = [
|
2019-02-01 14:27:50 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-02 22:40:07 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
]
|
|
|
|
|
2018-11-17 03:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-02-01 14:27:50 +00:00
|
|
|
version = "0.6.5"
|
2018-11-17 03:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-17 03:18:54 +00:00
|
|
|
]
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.9.0"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.9.0"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.9.0"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.7.2"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.5.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2019-06-01 13:53:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 13:53:19 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 13:53:19 +00:00
|
|
|
]
|
|
|
|
|
2018-09-12 15:08:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2019-01-01 07:40:09 +00:00
|
|
|
version = "1.0.0"
|
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"
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.8.1"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.4"
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.5.2"
|
2017-02-25 01:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.8.17"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-07-01 08:40:38 +00:00
|
|
|
version = "0.6.2"
|
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)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"backtrace 0.3.32 (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]]
|
2019-01-31 03:44:08 +00:00
|
|
|
name = "escargot"
|
2019-02-01 14:27:50 +00:00
|
|
|
version = "0.4.0"
|
2017-09-23 23:03:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:53 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-23 23:03:50 +00:00
|
|
|
]
|
|
|
|
|
2018-06-25 16:00:39 +00:00
|
|
|
[[package]]
|
2019-01-31 03:44:08 +00:00
|
|
|
name = "exitfailure"
|
|
|
|
version = "0.5.1"
|
2018-06-25 16:00:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-31 03:44:08 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 16:00:39 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.1.5"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.1.5"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2019-06-01 07:14:21 +00:00
|
|
|
version = "0.2.5"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.9"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"num-traits 0.2.8 (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"
|
2019-06-01 07:14:21 +00:00
|
|
|
version = "0.4.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 07:14:21 +00:00
|
|
|
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2019-06-01 07:14:21 +00:00
|
|
|
version = "2.0.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-04 21:26:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "0.3.3"
|
2017-11-04 21:26:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-04 21:26:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-01-06 21:40:29 +00:00
|
|
|
version = "0.3.3"
|
2017-11-04 21:26:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.12.3"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.19"
|
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
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"getopts 0.2.19 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.4"
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:32:55 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (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"
|
2018-11-03 16:18:33 +00:00
|
|
|
version = "0.5.0"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-01 07:13:25 +00:00
|
|
|
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:27:41 +00:00
|
|
|
"walkdir 2.2.9 (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"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "1.2.0"
|
2018-03-16 14:18:10 +00:00
|
|
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.10.16"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-03 16:23:27 +00:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 14:53:57 +00:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-11-17 03:18:54 +00:00
|
|
|
"url 1.7.2 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.1"
|
2018-11-01 15:38:21 +00:00
|
|
|
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)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"unicode-normalization 0.1.8 (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"
|
2019-09-01 07:13:25 +00:00
|
|
|
version = "0.4.10"
|
feat: Increase control over files to process
The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to
a list `gitignore` patterns, allowing whitelisting and more advanced
whitelisting/blacklisting with well defined semantics.
Previuously, Cobalt processed all files except `.dot` and `_hidden`,
*dest* files/directories.
Considerations when designing this:
- User workflow: users need `.dot` asset files, like `.htaccess`, copied over.
- Implementation: Finding files for pages and posts is coupled together
which will be a problem as we refactor them into more general
collections or sections.
- Performance: Eventually we'll want to implement incremental rebuild
(see issue #81) and to do so we'll need to know what collection a file
notification is relevant to.
`gitignore` patterns were selected for the first item to ensure we had
well defined semantics for how blacklist and whitelist features would
interact, directory vs file patterns, etc.
The last two are the motivation for factoring out file detection.
A couple downsides, for now
- `cobalt watch` will now rebuild when hidden files are touched. This is
unfortunate but seems like an acceptable short term sacrifice until we
have a better to expose what files cobal reads.
- Handling of overlapping source/dest is a bit ugly. In the future, we
should just make these cases error
- Handling of hidden post folders is ugly. In the future, we should
generalize the concept of pages and posts into collections/sections at
which point we'll walk each collection type independently. This will
make the non-hidden posts folders the ugly case. We should consider
requiring them to be hidden.
- There is a known bug where we enable all hidden folders that match the
posts folders name rather than only some.
Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files.
See the added unit tests for examples.
BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed
from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-01 14:27:50 +00:00
|
|
|
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 03:14:57 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:23:27 +00:00
|
|
|
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:27:41 +00:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 14:27:50 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
feat: Increase control over files to process
The `ignore` field in `.cobalt.yml` is changing from a list of glob patterns to
a list `gitignore` patterns, allowing whitelisting and more advanced
whitelisting/blacklisting with well defined semantics.
Previuously, Cobalt processed all files except `.dot` and `_hidden`,
*dest* files/directories.
Considerations when designing this:
- User workflow: users need `.dot` asset files, like `.htaccess`, copied over.
- Implementation: Finding files for pages and posts is coupled together
which will be a problem as we refactor them into more general
collections or sections.
- Performance: Eventually we'll want to implement incremental rebuild
(see issue #81) and to do so we'll need to know what collection a file
notification is relevant to.
`gitignore` patterns were selected for the first item to ensure we had
well defined semantics for how blacklist and whitelist features would
interact, directory vs file patterns, etc.
The last two are the motivation for factoring out file detection.
A couple downsides, for now
- `cobalt watch` will now rebuild when hidden files are touched. This is
unfortunate but seems like an acceptable short term sacrifice until we
have a better to expose what files cobal reads.
- Handling of overlapping source/dest is a bit ugly. In the future, we
should just make these cases error
- Handling of hidden post folders is ugly. In the future, we should
generalize the concept of pages and posts into collections/sections at
which point we'll walk each collection type independently. This will
make the non-hidden posts folders the ugly case. We should consider
requiring them to be hidden.
- There is a known bug where we enable all hidden folders that match the
posts folders name rather than only some.
Fixes #221 by allowing the user to whitelist `.dot` and `_hidden` files.
See the added unit tests for examples.
BREAKING CHANGE: The format of `.cobalt.yml`'s `ignore` field has changed
from a list of glob patterns to gitignore patterns.
2017-05-22 15:21:25 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2019-01-01 07:39:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-01 07:39:48 +00:00
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.4"
|
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)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:53 +00:00
|
|
|
"serde_json 1.0.40 (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"
|
2019-03-01 07:51:55 +00:00
|
|
|
version = "1.3.0"
|
2017-12-29 22:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
2019-08-28 17:25:27 +00:00
|
|
|
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
]
|
2017-12-29 22:11:52 +00:00
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "1.2.1"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.58"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-01 07:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-16 01:03:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.5.2"
|
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"
|
2019-02-02 08:53:26 +00:00
|
|
|
version = "0.18.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 08:40:16 +00:00
|
|
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-02 08:53:26 +00:00
|
|
|
"deunicode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"liquid-compiler 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-interpreter 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-value 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-17 03:18:54 +00:00
|
|
|
"url 1.7.2 (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"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.18.1"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-23 23:34:46 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-interpreter 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-value 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
"pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-error"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.18.1"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-interpreter"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.18.1"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-27 19:11:47 +00:00
|
|
|
"anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-value 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liquid-value"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.18.1"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 08:40:16 +00:00
|
|
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"liquid-error 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-04 03:20:31 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (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"
|
2019-09-02 15:09:42 +00:00
|
|
|
version = "0.4.8"
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
]
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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"
|
2019-04-07 03:14:57 +00:00
|
|
|
version = "2.2.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2017-06-13 01:58:49 +00:00
|
|
|
version = "0.2.6"
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.2"
|
2018-08-31 01:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.2"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.6.19"
|
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)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 14:51:26 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2019-01-23 23:34:46 +00:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2019-01-01 07:39:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2019-06-01 07:14:21 +00:00
|
|
|
version = "4.0.12"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 07:14:21 +00:00
|
|
|
"filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:27:41 +00:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.41"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.10.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "4.3.2"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "69.1.0"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-04 00:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2017-11-30 04:32:55 +00:00
|
|
|
version = "1.0.1"
|
2017-07-04 00:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "2.1.1"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
"pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "2.1.1"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2018-09-04 00:09:36 +00:00
|
|
|
version = "0.3.14"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.2"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-01 07:51:51 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:51 +00:00
|
|
|
"line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:51 +00:00
|
|
|
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2019-05-01 08:14:51 +00:00
|
|
|
version = "1.0.1"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:18:33 +00:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:59 +00:00
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2018-11-03 16:18:33 +00:00
|
|
|
version = "1.0.0"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2018-11-03 16:18:33 +00:00
|
|
|
version = "1.0.0"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-03 16:18:33 +00:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 02:33:56 +00:00
|
|
|
"treeline 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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.30"
|
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"
|
2019-09-02 15:11:01 +00:00
|
|
|
version = "0.5.3"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 03:14:57 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"unicase 2.4.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 = "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"
|
2019-06-01 13:53:19 +00:00
|
|
|
version = "0.14.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 13:53:19 +00:00
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:09:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 03:14:57 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.6.12"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.7.0"
|
2019-01-04 15:06:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 15:06:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.0"
|
2019-01-04 15:06:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 16:23:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.5.0"
|
2019-02-01 14:27:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 14:27:50 +00:00
|
|
|
]
|
|
|
|
|
2019-01-04 15:06:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.2.0"
|
2019-01-23 23:34:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.54"
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 22:45:04 +00:00
|
|
|
]
|
|
|
|
|
2018-05-07 07:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-07-01 08:39:59 +00:00
|
|
|
version = "1.1.7"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 03:14:57 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-07 07:24:44 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.6.7"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-17 03:18:54 +00:00
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-07 07:24:44 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.5.2"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2019-06-01 13:53:19 +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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 13:53:19 +00:00
|
|
|
"quick-xml 0.14.0 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.1.15"
|
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"
|
2019-07-01 08:39:53 +00:00
|
|
|
version = "1.0.0"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-03 16:23:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-08 03:04:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2018-11-03 16:23:27 +00:00
|
|
|
version = "1.0.4"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-01 14:27:50 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 03:04:46 +00:00
|
|
|
]
|
|
|
|
|
2017-09-27 22:20:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sass-rs"
|
2019-06-01 07:15:24 +00:00
|
|
|
version = "0.2.2"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sass-sys 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sass-sys"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.11"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 00:09:36 +00:00
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2019-09-01 07:13:01 +00:00
|
|
|
version = "1.0.99"
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"serde_derive 1.0.94 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.94"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-24 14:21:17 +00:00
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-07-01 08:39:53 +00:00
|
|
|
version = "1.0.40"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:53 +00:00
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (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"
|
2019-06-01 13:53:21 +00:00
|
|
|
version = "0.8.9"
|
2017-06-16 01:03:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-16 01:03:35 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.8.1"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.4.2"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-07-02 22:40:07 +00:00
|
|
|
version = "0.6.10"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-28 17:25:27 +00:00
|
|
|
version = "0.5.2"
|
2019-07-01 17:24:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2017-03-24 14:21:17 +00:00
|
|
|
name = "strsim"
|
2019-05-01 08:14:31 +00:00
|
|
|
version = "0.8.0"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.15.39"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.10.2"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-04-01 13:45:07 +00:00
|
|
|
version = "3.2.0"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 04:32:55 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 08:39:53 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 15:27:41 +00:00
|
|
|
"walkdir 2.2.9 (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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "3.1.0"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.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
|
|
|
"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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.5.3"
|
2017-09-30 22:45:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 22:45:04 +00:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-05-01 08:14:31 +00:00
|
|
|
version = "0.11.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 = [
|
2019-03-01 07:51:55 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.1.42"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-06-01 07:15:06 +00:00
|
|
|
version = "0.5.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-01 07:13:01 +00:00
|
|
|
"serde 1.0.99 (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-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2018-11-17 03:18:54 +00:00
|
|
|
version = "0.1.3"
|
2018-03-16 14:18:10 +00:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2019-04-07 03:14:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "2.4.0"
|
2019-04-07 03:14:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
2019-01-23 23:34:46 +00:00
|
|
|
version = "0.1.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-23 23:34:46 +00:00
|
|
|
dependencies = [
|
2019-07-02 22:40:07 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.3.0"
|
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"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-17 03:18:54 +00:00
|
|
|
version = "1.7.2"
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "1.0.3"
|
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"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[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"
|
2019-09-02 15:27:41 +00:00
|
|
|
version = "2.2.9"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-03 16:23:27 +00:00
|
|
|
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 14:27:50 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.3.7"
|
2018-01-06 21:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-22 13:48:29 +00:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 21:40:29 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2019-02-01 14:27:50 +00:00
|
|
|
version = "0.1.2"
|
2018-09-01 07:13:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 14:27:50 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-03-01 07:51:51 +00:00
|
|
|
version = "0.8.0"
|
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 = "yaml-rust"
|
2019-07-01 17:24:49 +00:00
|
|
|
version = "0.4.3"
|
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 = [
|
2019-07-01 17:24:49 +00:00
|
|
|
"linked-hash-map 0.5.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
|
|
|
|
|
|
|
[metadata]
|
2018-08-31 01:36:26 +00:00
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
|
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-12-27 19:11:47 +00:00
|
|
|
"checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
2019-04-01 07:54:33 +00:00
|
|
|
"checksum assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2dc477793bd82ec39799b6f6b3df64938532fdf2ab0d49ef817eac65856a5a1e"
|
2019-02-01 14:27:50 +00:00
|
|
|
"checksum assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ce6ba957da497523c08f8e0bd0f2e038d23ad6a3f7a391ed9d4afa9314838c0"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
|
|
|
"checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5"
|
|
|
|
"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
|
2019-03-01 07:51:51 +00:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2018-11-03 16:23:27 +00:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7"
|
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
|
|
|
|
"checksum bstr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc0572e02f76cb335f309b19e0a0d585b4f62788f7d26de2a13a836a637385f"
|
|
|
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-07-01 08:40:16 +00:00
|
|
|
"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
|
2019-05-01 08:14:31 +00:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-02-01 14:27:50 +00:00
|
|
|
"checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
|
|
|
|
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6"
|
|
|
|
"checksum darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c"
|
|
|
|
"checksum darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1"
|
|
|
|
"checksum derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ac53fa6a3cda160df823a9346442525dcaf1e171999a1cf23e67067e4fd64d4"
|
|
|
|
"checksum derive_builder_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0288a23da9333c246bb18c143426074a6ae96747995c5819d2947b64cd942b37"
|
2019-06-01 13:53:19 +00:00
|
|
|
"checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
|
2019-01-01 07:40:09 +00:00
|
|
|
"checksum deunicode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a0f5bbdedde60605d0719b998e282af68e2b1c50203110211fe4abe857560"
|
2018-04-05 22:47:41 +00:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
|
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
|
2019-07-01 08:40:38 +00:00
|
|
|
"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
2017-03-24 14:21:17 +00:00
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2019-02-01 14:27:50 +00:00
|
|
|
"checksum escargot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ceb9adbf9874d5d028b5e4c5739d22b71988252b25c9c98fe7cf9738bee84597"
|
2019-01-31 03:44:08 +00:00
|
|
|
"checksum exitfailure 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
2018-12-27 19:11:47 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-06-01 07:14:21 +00:00
|
|
|
"checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8"
|
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"
|
2019-06-01 07:14:21 +00:00
|
|
|
"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
|
"checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450"
|
|
|
|
"checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum ghp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2381a505873cc9b3bc814214150a0da3193db84cdaf3c9eb2145c7a369d337f0"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
|
2018-11-03 16:18:33 +00:00
|
|
|
"checksum globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89fa2e29859da05acd066bd45996f05c271b271d7ec4a781f909682328f65d25"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
|
|
|
"checksum ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-09-01 07:13:25 +00:00
|
|
|
"checksum ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ec16832258409d571aaef8273f3c3cc5b060d784e159d1a0f3b0017308f84a7"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
|
|
|
|
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2019-01-01 07:39:48 +00:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
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"
|
2019-03-01 07:51:55 +00:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
|
2019-03-01 07:51:51 +00:00
|
|
|
"checksum line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2019-02-02 08:53:26 +00:00
|
|
|
"checksum liquid 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e1d91078b50038dba2539ec474656192a0c83b4802e999e5ee334bf198a8120c"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum liquid-compiler 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d6b581cfb0437adeb4628cceafed44441d0a4a5c858ab169ec932ba4b4fda815"
|
|
|
|
"checksum liquid-error 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76119f2171687b188d7b953627ae924ca0556499b0bd20099ee5f2dea8e8969b"
|
|
|
|
"checksum liquid-interpreter 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cc07e0e8d8b87a34579e42644ac63e290989d4e0539b79993979163bb43ea7b"
|
|
|
|
"checksum liquid-value 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21caa8903eae7cd9f5918d85d99a06e2a21528fcf6e3da33a7b319d03b81d87c"
|
2018-01-06 21:40:29 +00:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2019-09-02 15:09:42 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-12-27 19:11:47 +00:00
|
|
|
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-04-07 03:14:57 +00:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2017-06-13 01:58:49 +00:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b6c3756d66cf286314d5f7ebe74886188a9a92f5eee68b06f31ac2b4f314c99d"
|
|
|
|
"checksum miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b78ca5446dd9fe0dab00e058731b6b08a8c1d2b9cdb8efb10876e24e9ae2494"
|
|
|
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-08-01 14:51:26 +00:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
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"
|
2019-01-01 07:39:57 +00:00
|
|
|
"checksum normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2019-06-01 07:14:21 +00:00
|
|
|
"checksum notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3572d71f13ea8ed41867accd971fd564aa75934cf7a1fae03ddb8c74a8a49943"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
"checksum onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a646989adad8a19f49be2090374712931c3a59835cb5277b4530f48b417f26e7"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
|
2017-11-30 04:32:55 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c"
|
2018-12-27 19:11:47 +00:00
|
|
|
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
|
|
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a9f075f6394100e7c105ed1af73fb1859d6fd14e49d4290d578120beb167f"
|
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2019-05-01 08:14:51 +00:00
|
|
|
"checksum predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53e09015b0d3f5a0ec2d4428f7559bb7b3fff341b4e159fedd1d57fac8b939ff"
|
2018-11-03 16:18:33 +00:00
|
|
|
"checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
|
|
|
"checksum predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-09-02 15:11:01 +00:00
|
|
|
"checksum pulldown-cmark 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "77043da1282374688ee212dc44b3f37ff929431de9c9adc3053bd3cee5630357"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-06-01 13:53:19 +00:00
|
|
|
"checksum quick-xml 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a8b2062cd4735d683121dbd525f5961226936229b0ac6bbbc40b34155744a41"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
|
|
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
|
|
|
"checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d"
|
|
|
|
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
|
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
2017-09-30 22:45:04 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-07-01 08:39:59 +00:00
|
|
|
"checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48"
|
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-06-01 13:53:19 +00:00
|
|
|
"checksum rss 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0706a43e890fbaf1714d495d12f69a7b34b70c6e903586d70311c2ce15ffe67"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-07-01 08:39:53 +00:00
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
2018-11-03 16:23:27 +00:00
|
|
|
"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
|
|
|
"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
|
2019-06-01 07:15:24 +00:00
|
|
|
"checksum sass-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum sass-sys 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "71b5b7b91bf28ff4a6e95cd8e13c32b35e13c9649c6875836eacb3921d7ab887"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-09-01 07:13:01 +00:00
|
|
|
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b"
|
2019-07-01 08:39:53 +00:00
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2019-06-01 13:53:21 +00:00
|
|
|
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-07-02 22:40:07 +00:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2019-08-28 17:25:27 +00:00
|
|
|
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2019-05-01 08:14:31 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
|
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
2019-04-01 13:45:07 +00:00
|
|
|
"checksum syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e80b8831c5a543192ffc3727f01cf0e57579c6ac15558e3048bfb5708892167b"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
|
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
|
|
|
"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330"
|
2019-05-01 08:14:31 +00:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2019-06-01 07:15:06 +00:00
|
|
|
"checksum toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8c96d7873fa7ef8bdeb3a9cda3ac48389b4154f32b9803b4bc26220b677b039"
|
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-12-27 19:11:47 +00:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
|
2018-11-17 03:18:54 +00:00
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2017-06-13 01:58:49 +00:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6"
|
2017-09-05 01:54:05 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-01-23 23:34:46 +00:00
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-03-16 14:18:10 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-11-17 03:18:54 +00:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
|
2018-06-25 14:58:55 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-10-01 14:53:57 +00:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
2019-09-02 15:27:41 +00:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
2016-11-04 20:42:58 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
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"
|
2019-02-01 14:27:50 +00:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-01-22 13:48:29 +00:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-09-04 00:09:36 +00:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
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"
|
2019-03-01 07:51:51 +00:00
|
|
|
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
|
2019-07-01 17:24:49 +00:00
|
|
|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|