2019-04-24 19:27:34 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-01 15:53:14 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-07-01 13:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.17.0"
|
2020-07-01 13:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-07-01 13:23:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.0.2"
|
2018-08-31 01:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2018-08-31 01:36:26 +00:00
|
|
|
|
2019-05-01 08:15:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-01 07:01:59 +00:00
|
|
|
version = "0.7.18"
|
2019-05-01 08:15:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 07:01:59 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-05-01 08:15:13 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"memchr",
|
2019-05-01 08:15:13 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.12.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2018-10-01 14:53:57 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
2021-09-01 12:12:11 +00:00
|
|
|
name = "anymap2"
|
|
|
|
version = "0.13.0"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
|
2018-12-27 19:11:47 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2019-11-28 19:44:50 +00:00
|
|
|
[[package]]
|
2020-02-07 22:33:28 +00:00
|
|
|
name = "ascii"
|
2020-05-01 09:04:50 +00:00
|
|
|
version = "1.0.0"
|
2019-11-28 19:44:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-01 09:04:50 +00:00
|
|
|
checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109"
|
2019-11-28 19:44:50 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "assert_cmd"
|
2021-11-01 07:02:28 +00:00
|
|
|
version = "2.0.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 07:02:28 +00:00
|
|
|
checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"bstr",
|
2020-03-09 16:40:18 +00:00
|
|
|
"doc-comment",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
2020-04-01 08:54:35 +00:00
|
|
|
"wait-timeout",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2021-11-01 07:02:23 +00:00
|
|
|
version = "1.0.6"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 07:02:23 +00:00
|
|
|
checksum = "633ff1df0788db09e2087fb93d05974e93acb886ac3aec4e67be1d6932e360e4"
|
2018-06-13 02:33:56 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"doc-comment",
|
|
|
|
"globwalk",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"tempfile",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-04-29 19:51:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atom_syndication"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d5016bf52ff4f3ed28bf3ec1fed96b53daf4b137d5e6b9f97a8cfae7b57a3a2"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"diligent-date-parser",
|
|
|
|
"quick-xml",
|
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.2.14"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2017-03-24 14:21:17 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 22:26:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.0.1"
|
2020-02-07 22:26:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-02-07 22:26:10 +00:00
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.3.63"
|
2016-11-19 14:21:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
|
2016-11-19 14:21:06 +00:00
|
|
|
dependencies = [
|
2020-07-01 13:23:39 +00:00
|
|
|
"addr2line",
|
2021-04-29 19:51:15 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2020-07-16 00:58:10 +00:00
|
|
|
"miniz_oxide",
|
2020-07-01 13:23:39 +00:00
|
|
|
"object",
|
2020-03-09 16:40:18 +00:00
|
|
|
"rustc-demangle",
|
2016-11-19 14:21:06 +00:00
|
|
|
]
|
|
|
|
|
2019-03-01 07:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.13.0"
|
2019-03-01 07:51:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2019-03-01 07:51:51 +00:00
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.3.3"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2017-01-03 08:44:53 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"serde",
|
2019-11-27 21:15:23 +00:00
|
|
|
]
|
|
|
|
|
2020-04-01 15:15:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.5.2"
|
2020-04-01 15:15:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
2020-04-01 15:15:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.6.3"
|
2020-04-01 15:15:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-04-01 15:15:54 +00:00
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "1.3.2"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.19.6"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array",
|
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"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.1.5"
|
2019-05-01 13:25:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-05-01 13:25:20 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"byte-tools",
|
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"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "0.2.17"
|
2018-08-31 01:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"lazy_static",
|
2020-03-09 16:40:18 +00:00
|
|
|
"memchr",
|
2021-04-29 19:51:15 +00:00
|
|
|
"regex-automata",
|
2019-07-01 17:24:49 +00:00
|
|
|
]
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2018-12-27 19:11:47 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.4.3"
|
2017-01-18 10:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2017-01-18 10:13:30 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2017-09-23 23:03:50 +00:00
|
|
|
name = "cc"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.72"
|
2019-11-27 21:15:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2019-11-27 21:15:23 +00:00
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
2017-09-23 23:03:50 +00:00
|
|
|
name = "cfg-if"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.1.10"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2020-12-01 08:21:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 08:11:08 +00:00
|
|
|
version = "0.4.19"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 08:11:08 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2017-09-05 01:54:05 +00:00
|
|
|
dependencies = [
|
2020-10-01 08:11:08 +00:00
|
|
|
"libc",
|
2020-03-09 16:40:18 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-06-07 19:44:33 +00:00
|
|
|
"serde",
|
2021-12-04 18:14:14 +00:00
|
|
|
"time 0.1.43",
|
2020-10-01 08:11:08 +00:00
|
|
|
"winapi 0.3.9",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2019-09-06 20:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono_utils"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "7f69ed74e2117892a1a4e05d31f6612178e8e827bfbd83bbf8ca8c1bcfbda710"
|
2019-09-06 20:19:18 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"chrono",
|
2019-11-27 21:15:23 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 22:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.4.0"
|
2020-02-07 22:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
2020-02-07 22:33:28 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "2.34.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-11-30 04:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cobalt-bin"
|
2021-09-14 14:57:20 +00:00
|
|
|
version = "0.17.4"
|
2017-11-30 04:46:42 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"assert_cmd",
|
|
|
|
"assert_fs",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
2021-07-08 16:14:01 +00:00
|
|
|
"cobalt-config",
|
2021-07-09 00:17:13 +00:00
|
|
|
"cobalt-core",
|
2020-03-09 16:40:18 +00:00
|
|
|
"deunicode",
|
|
|
|
"env_logger",
|
|
|
|
"exitfailure",
|
|
|
|
"failure",
|
|
|
|
"ghp",
|
2021-05-24 14:21:38 +00:00
|
|
|
"html-minifier",
|
2020-03-09 16:40:18 +00:00
|
|
|
"ignore",
|
2021-07-08 18:07:36 +00:00
|
|
|
"itertools",
|
2020-03-09 16:40:18 +00:00
|
|
|
"jsonfeed",
|
2020-03-20 14:49:34 +00:00
|
|
|
"kstring",
|
2020-03-09 16:40:18 +00:00
|
|
|
"lazy_static",
|
|
|
|
"liquid",
|
2020-03-20 14:49:34 +00:00
|
|
|
"liquid-core",
|
|
|
|
"liquid-lib",
|
2020-03-09 16:40:18 +00:00
|
|
|
"log",
|
|
|
|
"mime_guess",
|
|
|
|
"normalize-line-endings",
|
|
|
|
"notify",
|
|
|
|
"open",
|
|
|
|
"predicates",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"regex",
|
2021-08-02 13:50:20 +00:00
|
|
|
"relative-path",
|
2020-03-09 16:40:18 +00:00
|
|
|
"rss",
|
|
|
|
"sass-rs",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2021-09-10 18:54:06 +00:00
|
|
|
"similar-asserts",
|
2020-03-09 16:40:18 +00:00
|
|
|
"sitemap",
|
|
|
|
"syntect",
|
|
|
|
"tiny_http",
|
|
|
|
"toml",
|
2021-06-07 19:44:33 +00:00
|
|
|
"vimwiki",
|
2021-04-29 19:51:15 +00:00
|
|
|
"walkdir 2.3.2",
|
2018-08-31 01:36:26 +00:00
|
|
|
]
|
|
|
|
|
2021-07-08 16:03:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cobalt-config"
|
2021-09-13 23:51:16 +00:00
|
|
|
version = "0.17.0"
|
2021-07-08 16:03:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"deunicode",
|
2021-07-08 18:07:36 +00:00
|
|
|
"itertools",
|
2021-08-02 13:50:20 +00:00
|
|
|
"kstring",
|
2021-05-27 02:16:20 +00:00
|
|
|
"liquid-core",
|
2021-07-08 16:03:28 +00:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
2021-07-09 03:53:38 +00:00
|
|
|
"relative-path",
|
2021-07-08 16:03:28 +00:00
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
|
|
|
"status",
|
|
|
|
]
|
|
|
|
|
2021-07-09 00:17:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cobalt-core"
|
2021-09-13 23:54:34 +00:00
|
|
|
version = "0.17.0"
|
2021-07-09 00:17:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cobalt-config",
|
2021-07-09 00:17:13 +00:00
|
|
|
"ignore",
|
|
|
|
"liquid-core",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2021-08-12 01:41:39 +00:00
|
|
|
"relative-path",
|
2021-07-09 00:17:13 +00:00
|
|
|
"serde",
|
2021-07-09 00:17:13 +00:00
|
|
|
"status",
|
2021-07-09 00:17:13 +00:00
|
|
|
"walkdir 2.3.2",
|
2021-07-09 00:17:13 +00:00
|
|
|
]
|
|
|
|
|
2021-09-10 18:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"terminal_size",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cow-utils"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79bb3adfaf5f75d24b01aee375f7555907840fa2800e5ec8fa3b9e2031830173"
|
|
|
|
|
2019-01-23 23:34:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.3.0"
|
2019-01-23 23:34:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
2019-01-23 23:34:46 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
|
|
|
|
2018-11-17 03:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.8.5"
|
2018-11-17 03:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2018-11-17 03:18:54 +00:00
|
|
|
dependencies = [
|
2020-12-01 08:21:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"lazy_static",
|
2018-11-17 03:18:54 +00:00
|
|
|
]
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.10.2"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2018-11-01 15:38:21 +00:00
|
|
|
dependencies = [
|
2021-06-07 19:44:33 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.13.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
2021-07-01 15:53:14 +00:00
|
|
|
"darling_core 0.13.0",
|
|
|
|
"darling_macro 0.13.0",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.10.2"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2018-11-01 15:38:21 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-03-09 16:40:18 +00:00
|
|
|
"strsim 0.9.3",
|
2020-03-20 14:49:34 +00:00
|
|
|
"syn",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.13.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.10.2"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2018-11-01 15:38:21 +00:00
|
|
|
dependencies = [
|
2021-06-07 19:44:33 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.13.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
2021-07-01 15:53:14 +00:00
|
|
|
"darling_core 0.13.0",
|
2020-03-20 14:49:34 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-11-01 15:38:21 +00:00
|
|
|
]
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.9.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
2017-09-24 03:54:23 +00:00
|
|
|
dependencies = [
|
2021-06-07 19:44:33 +00:00
|
|
|
"darling 0.10.2",
|
2020-03-09 16:40:18 +00:00
|
|
|
"derive_builder_core",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.9.0"
|
2020-02-07 21:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
2020-02-07 21:09:11 +00:00
|
|
|
dependencies = [
|
2021-06-07 19:44:33 +00:00
|
|
|
"darling 0.10.2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.99.17"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2018-09-12 15:08:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "1.3.1"
|
2018-09-12 15:08:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "f2c9736e15e7df1638a7f6eee92a6511615c738246a052af5ba86f039b65aede"
|
2018-09-12 15:08:52 +00:00
|
|
|
|
2021-08-02 13:57:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"generic-array",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2021-04-29 19:51:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diligent-date-parser"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.1.3"
|
2021-04-29 19:51:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "c2d0fd95c7c02e2d6c588c6c5628466fff9bdde4b8c6196465e087b08e792720"
|
2021-04-29 19:51:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2020-03-20 14:49:34 +00:00
|
|
|
version = "0.3.3"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-20 14:49:34 +00:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2019-08-10 23:35:18 +00:00
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.4.8"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
2017-03-24 14:21:17 +00:00
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "educe"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.4.18"
|
2021-05-24 14:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d"
|
2021-05-24 14:21:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"enum-ordinalize",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2017-02-25 01:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.6.1"
|
2017-02-25 01:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2017-02-25 01:33:28 +00:00
|
|
|
|
2021-09-10 18:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.8.29"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
|
2017-09-24 03:54:23 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-ordinalize"
|
|
|
|
version = "3.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-11-27 21:15:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "0.9.0"
|
2019-11-27 21:15:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2019-11-27 21:15:23 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"atty",
|
2020-07-01 13:23:39 +00:00
|
|
|
"humantime",
|
2020-03-09 16:40:18 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2016-11-19 14:21:06 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"backtrace",
|
2016-11-19 14:21:06 +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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
|
2018-06-25 16:00:39 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"failure",
|
2018-06-25 16:00:39 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.1.8"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.1.8"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-09 16:40:18 +00:00
|
|
|
"synstructure",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2018-12-27 19:11:47 +00:00
|
|
|
|
2020-04-01 15:15:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "0.7.1"
|
2020-04-01 15:15:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
|
2020-04-01 15:15:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.2.15"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "1.0.22"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2017-01-03 08:44:53 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2020-07-16 00:58:10 +00:00
|
|
|
"miniz_oxide",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "0.9.0"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2018-06-13 02:33:56 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"num-traits",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "1.0.7"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2017-01-03 08:44:53 +00:00
|
|
|
|
2021-04-29 19:51:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2017-11-04 21:26:08 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2017-11-04 21:26:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-26 20:31:06 +00:00
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2020-01-26 20:31:06 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
2020-01-26 20:31:06 +00:00
|
|
|
[[package]]
|
2018-12-27 19:11:47 +00:00
|
|
|
name = "generic-array"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.12.4"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"typenum",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.2.21"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
2018-08-01 14:51:26 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"unicode-width",
|
2018-08-01 14:51:26 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.2.3"
|
2019-07-01 17:24:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-07-01 17:24:49 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2381a505873cc9b3bc814214150a0da3193db84cdaf3c9eb2145c7a369d337f0"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"getopts",
|
|
|
|
"walkdir 0.1.8",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2020-07-01 13:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.26.1"
|
2020-07-01 13:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2020-07-01 13:23:39 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[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"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.4.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
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 = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
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"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.8.1"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
2018-06-13 02:33:56 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"bitflags",
|
2020-03-09 16:40:18 +00:00
|
|
|
"ignore",
|
2021-04-29 19:51:15 +00:00
|
|
|
"walkdir 2.3.2",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
2020-08-03 18:09:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.11.2"
|
2020-08-03 18:09:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-08-03 18:09:26 +00:00
|
|
|
|
2018-11-01 15:38:21 +00:00
|
|
|
[[package]]
|
2020-02-07 21:09:11 +00:00
|
|
|
name = "hermit-abi"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.1.19"
|
2018-11-01 15:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-02-07 21:09:11 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
2018-11-01 15:38:21 +00:00
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html-escape"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "816ea801a95538fc5f53c836697b3f8b64a9d664c4f0b91efe1fe7c92e4dbcb7"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html-minifier"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "3.0.14"
|
2021-05-24 14:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "8a642413914d7a0c04dbfc268e0c3804f59f76754f6eafe72b648cbd8c31cfc4"
|
2021-05-24 14:21:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"cow-utils",
|
|
|
|
"educe",
|
|
|
|
"html-escape",
|
|
|
|
"minifier",
|
|
|
|
]
|
|
|
|
|
2019-11-28 19:44:50 +00:00
|
|
|
[[package]]
|
2020-02-07 21:09:11 +00:00
|
|
|
name = "humantime"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "2.1.0"
|
2020-02-07 21:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-02-07 21:09:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-02-07 21:09:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.2.3"
|
2020-02-07 21:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-02-07 21:09:11 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.4.18"
|
2019-11-28 19:44:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
2019-11-28 19:44:50 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"crossbeam-utils",
|
2020-03-09 16:40:18 +00:00
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
2021-04-29 19:51:15 +00:00
|
|
|
"walkdir 2.3.2",
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi-util",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2020-04-01 15:15:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "1.7.0"
|
2020-04-01 15:15:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-04-01 15:15:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2020-08-03 18:09:26 +00:00
|
|
|
"hashbrown",
|
2020-04-01 15:15:54 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.7.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.1.5"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2018-09-04 00:09:36 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.1.4"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-09-04 00:09:36 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2021-01-01 08:02:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.10.1"
|
2021-01-01 08:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
2021-01-01 08:02:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2017-03-24 14:21:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.4.8"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2017-03-24 14:21:17 +00:00
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "97b28289373f8aa883484d9396d8daa96c5ddcd2a46d6e292c884b6c8d6babb7"
|
2017-06-28 16:28:52 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"error-chain",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2020-03-20 14:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.6"
|
2020-03-20 14:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
|
2020-03-20 14:49:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2017-12-29 22:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-02 18:57:24 +00:00
|
|
|
version = "1.4.0"
|
2017-12-29 22:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2017-12-29 22:11:52 +00:00
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.3.0"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2018-09-04 00:09:36 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.2.109"
|
2019-11-27 21:15:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
|
2019-11-27 21:15:23 +00:00
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
2019-03-01 07:51:51 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"safemem",
|
2019-03-01 07:51:51 +00:00
|
|
|
]
|
|
|
|
|
2017-06-16 01:03:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.5.4"
|
2017-06-16 01:03:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2017-06-16 01:03:35 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "liquid"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.23.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "6d7b354744435fa481a73167dc69afe4af3ecd8056607ef05996c83b85003f83"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"doc-comment",
|
2020-03-20 14:49:34 +00:00
|
|
|
"kstring",
|
|
|
|
"liquid-core",
|
2020-03-09 16:40:18 +00:00
|
|
|
"liquid-derive",
|
2020-03-20 14:49:34 +00:00
|
|
|
"liquid-lib",
|
2020-03-09 16:40:18 +00:00
|
|
|
"serde",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-04 03:20:31 +00:00
|
|
|
[[package]]
|
2020-03-20 14:49:34 +00:00
|
|
|
name = "liquid-core"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.23.0"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "85f6116d9b0d5b3bac6dc2930120f63bc16046b2fe6df48c29de26a36c2bff63"
|
2018-10-04 03:20:31 +00:00
|
|
|
dependencies = [
|
2021-09-01 12:12:11 +00:00
|
|
|
"anymap2",
|
2020-03-20 14:49:34 +00:00
|
|
|
"chrono",
|
2021-07-08 18:07:36 +00:00
|
|
|
"itertools",
|
2020-03-20 14:49:34 +00:00
|
|
|
"kstring",
|
|
|
|
"liquid-derive",
|
|
|
|
"num-traits",
|
2020-03-09 16:40:18 +00:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2020-03-20 14:49:34 +00:00
|
|
|
"serde",
|
2018-10-04 03:20:31 +00:00
|
|
|
]
|
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "liquid-derive"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.23.0"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "705ae18edfe0d7357a69275ee4442769790e5a40ca7033cb973eff12d15c8f20"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
2020-03-09 16:40:18 +00:00
|
|
|
"proc-quote",
|
2020-03-20 14:49:34 +00:00
|
|
|
"syn",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
2018-10-04 03:20:31 +00:00
|
|
|
[[package]]
|
2020-03-20 14:49:34 +00:00
|
|
|
name = "liquid-lib"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.23.0"
|
2018-10-04 03:20:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "48db452cd6d948eb5e0800d1d185353f447a2b5d0cd6f3059a0c7301f31d501f"
|
2018-10-04 03:20:31 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"chrono",
|
2020-03-20 14:49:34 +00:00
|
|
|
"deunicode",
|
2021-07-08 18:07:36 +00:00
|
|
|
"itertools",
|
2020-03-20 14:49:34 +00:00
|
|
|
"kstring",
|
|
|
|
"liquid-core",
|
|
|
|
"once_cell",
|
2020-07-01 13:23:39 +00:00
|
|
|
"percent-encoding",
|
2020-03-20 14:49:34 +00:00
|
|
|
"regex",
|
|
|
|
"unicode-segmentation",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
2018-01-06 21:40:29 +00:00
|
|
|
name = "log"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.4.14"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-01-06 21:40:29 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-01-06 21:40:29 +00:00
|
|
|
]
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "macro-utils"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
|
|
|
|
|
2020-02-07 21:09:11 +00:00
|
|
|
[[package]]
|
2020-02-07 22:33:28 +00:00
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2018-12-27 19:11:47 +00:00
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
2018-01-06 21:40:29 +00:00
|
|
|
name = "matches"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.1.9"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-03-09 16:40:18 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "2.4.1"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2020-02-23 01:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2020-02-23 01:03:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-03-01 07:13:27 +00:00
|
|
|
version = "2.0.3"
|
2020-02-23 01:03:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
2020-02-23 01:03:50 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2020-02-23 01:03:50 +00:00
|
|
|
]
|
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minifier"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.0.41"
|
2021-05-24 14:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
|
2021-05-24 14:21:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"macro-utils",
|
|
|
|
]
|
|
|
|
|
2020-07-01 13:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.4.4"
|
2020-07-01 13:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-07-01 13:23:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2021-04-29 19:51:15 +00:00
|
|
|
"autocfg",
|
2020-07-01 13:23:39 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.6.23"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-12-01 08:21:49 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-03-09 16:40:18 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "2.0.6"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
2018-09-04 00:09:36 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"slab",
|
2018-09-04 00:09:36 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.2.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.2.37"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-12-01 08:21:49 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2019-11-27 21:15:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "6.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"funty",
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2019-01-01 07:39:57 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "4.0.17"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
2021-04-29 19:51:15 +00:00
|
|
|
"walkdir 2.3.2",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.4.3"
|
2021-05-24 14:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-05-24 14:21:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.1.44"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.2.14"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-07-01 17:24:49 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"autocfg",
|
2019-07-01 17:24:49 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "1.13.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numerals"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
|
|
|
|
|
2020-07-01 13:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.27.1"
|
2020-07-01 13:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
2021-07-01 15:53:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-07-01 13:23:39 +00:00
|
|
|
|
2020-03-20 14:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "1.8.0"
|
2020-03-20 14:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-03-20 14:49:34 +00:00
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-11-27 21:15:23 +00:00
|
|
|
|
2020-03-08 13:49:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "2.0.2"
|
2020-03-08 13:49:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "176ee4b630d174d2da8241336763bb459281dddc0f4d87f72c3b1efc9a6109b7"
|
2020-03-08 13:49:48 +00:00
|
|
|
dependencies = [
|
2021-08-02 13:57:45 +00:00
|
|
|
"pathdiff",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2020-03-08 13:49:48 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 13:57:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "0.2.1"
|
2021-08-02 13:57:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
2021-08-02 13:57:45 +00:00
|
|
|
|
2019-11-27 21:15:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-11-27 21:15:23 +00:00
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2020-03-09 16:40:18 +00:00
|
|
|
version = "2.1.3"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"ucd-trie",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2020-03-20 14:49:34 +00:00
|
|
|
version = "2.1.3"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-20 14:49:34 +00:00
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2020-03-09 16:40:18 +00:00
|
|
|
version = "2.1.3"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"maplit",
|
|
|
|
"pest",
|
|
|
|
"sha-1",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.3.22"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
2017-01-03 08:44:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.3.1"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
|
2017-01-03 08:44:53 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"base64",
|
2020-04-01 15:15:54 +00:00
|
|
|
"indexmap",
|
2020-03-09 16:40:18 +00:00
|
|
|
"line-wrap",
|
|
|
|
"serde",
|
2021-12-04 18:14:14 +00:00
|
|
|
"time 0.3.5",
|
2020-03-09 16:40:18 +00:00
|
|
|
"xml-rs",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.2.15"
|
2019-07-01 17:24:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2019-07-01 17:24:49 +00:00
|
|
|
|
2018-06-13 02:33:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "2.1.0"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715"
|
2018-06-13 02:33:56 +00:00
|
|
|
dependencies = [
|
2021-08-02 13:57:45 +00:00
|
|
|
"difflib",
|
2020-03-09 16:40:18 +00:00
|
|
|
"float-cmp",
|
2021-08-02 13:57:45 +00:00
|
|
|
"itertools",
|
2020-03-09 16:40:18 +00:00
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.0.2"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
|
2018-06-13 02:33:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.4"
|
2018-06-13 02:33:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7"
|
2018-06-13 02:33:56 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"predicates-core",
|
2021-12-04 18:14:14 +00:00
|
|
|
"termtree",
|
2018-06-13 02:33:56 +00:00
|
|
|
]
|
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.5.19"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.32"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"unicode-xid",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-quote"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.4.0"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "5e84ab161de78c915302ca325a19bee6df272800e2ae1a43fe3ef430bab2a100"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"proc-macro-hack",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
2020-03-09 16:40:18 +00:00
|
|
|
"proc-quote-impl",
|
2020-03-20 14:49:34 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-quote-impl"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.3.2"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "7fb3ec628b063cdbcf316e06a8b8c1a541d28fa6c0a8eacd2bfb2b7f49e88aa0"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"proc-macro-hack",
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
2017-09-05 01:54:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2020-10-01 08:10:44 +00:00
|
|
|
version = "0.8.0"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 08:10:44 +00:00
|
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
2017-09-05 01:54:05 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-09-24 03:54:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.20.0"
|
2017-09-24 03:54:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
2017-09-24 03:54:23 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
2017-09-24 03:54:23 +00:00
|
|
|
]
|
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.10"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
2020-02-07 21:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.8.4"
|
2019-01-04 15:06:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2019-01-04 15:06:33 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-01-04 15:06:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.3.1"
|
2019-01-04 15:06:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2019-01-04 15:06:33 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"ppv-lite86",
|
2020-03-09 16:40:18 +00:00
|
|
|
"rand_core",
|
2018-11-03 16:23:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.6.3"
|
2019-02-01 14:27:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2019-02-01 14:27:50 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"getrandom",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2019-01-04 15:06:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.3.1"
|
2019-01-23 23:34:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2019-01-23 23:34:46 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"rand_core",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
|
|
|
|
2017-01-18 10:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.2.10"
|
2017-01-18 10:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-04-29 19:51:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2017-01-18 10:13:30 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2018-05-07 07:24:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "1.5.4"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2018-05-07 07:24:44 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2021-04-29 19:51:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.1.10"
|
2021-04-29 19:51:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2018-05-07 07:24:44 +00:00
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.6.25"
|
2018-05-07 07:24:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2018-05-07 07:24:44 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.6.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "73d4caf086b102ab49d0525b721594a555ab55c6556086bbe52a430ad26c3bd7"
|
2021-07-09 03:53:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-06-07 19:44:33 +00:00
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.5.3"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.10.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "02e70d6ae72f8a4333af8ce9dce58942020528430eb0d46ee2fcb5e8d4d16377"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"atom_syndication",
|
2020-03-09 16:40:18 +00:00
|
|
|
"derive_builder",
|
|
|
|
"quick-xml",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2016-11-19 14:21:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "0.1.21"
|
2017-09-05 01:54:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2017-09-05 01:54:05 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
|
|
|
2018-09-04 00:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.6"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
|
2018-09-04 00:09:36 +00:00
|
|
|
|
2018-11-03 16:23:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "0.3.3"
|
2018-11-03 16:23:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2018-11-03 16:23:27 +00:00
|
|
|
|
2017-11-08 03:04:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "1.0.6"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2017-11-08 03:04:46 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi-util",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
|
2017-09-27 22:20:39 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
|
|
|
"sass-sys",
|
2017-09-27 22:20:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sass-sys"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.4.22"
|
2017-09-27 22:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "933bca23b402377f0ab71e79732a826deffc748013746ac3314f6abc7f9fc51c"
|
2017-09-27 22:20:39 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"pkg-config",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "1.0.130"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2017-06-16 01:03:35 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"serde_derive",
|
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"
|
2021-09-01 12:12:11 +00:00
|
|
|
version = "1.0.130"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 12:12:11 +00:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2017-03-24 14:21:17 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2017-03-24 14:21:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.72"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
|
2017-03-24 14:21:17 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-02-07 21:09:11 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.11.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "ad6056b4cb69b6e43e3a0f055def223380baecc99da683884f205bf347f7c4b3"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.5.1"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "12e47be9471c72889ebafb5e14d5ff930d89ae7a67bbdb5f8abb564f845a927e"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
2021-07-01 15:53:14 +00:00
|
|
|
"darling 0.13.0",
|
2021-06-07 19:44:33 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2017-06-16 01:03:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "0.8.21"
|
2017-06-16 01:03:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
|
2017-06-16 01:03:35 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"dtoa",
|
2021-09-01 12:12:11 +00:00
|
|
|
"indexmap",
|
2020-03-09 16:40:18 +00:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
2017-06-16 01:03:35 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.8.2"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
2018-12-27 19:11:47 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"block-buffer",
|
|
|
|
"digest",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug",
|
2018-12-27 19:11:47 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
]
|
|
|
|
|
2021-09-10 18:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "similar-asserts"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e6ad120c7cf671a6bae051f6d0240fbefc5b7ca2bb4a43fee351f7fbaecb559"
|
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"similar",
|
|
|
|
]
|
|
|
|
|
2019-09-06 20:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sitemap"
|
2020-12-01 08:21:12 +00:00
|
|
|
version = "0.4.1"
|
2019-09-06 20:19:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 08:21:12 +00:00
|
|
|
checksum = "7c697e1d88854f66d7d805e8b532e341661a4b8f49fab419be8e82b0cafdeb4d"
|
2019-09-06 20:19:18 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"chrono",
|
|
|
|
"chrono_utils",
|
2020-07-01 13:23:39 +00:00
|
|
|
"url",
|
2020-03-09 16:40:18 +00:00
|
|
|
"xml-rs",
|
2019-09-06 20:19:18 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.4.5"
|
2018-09-04 00:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2018-09-04 00:09:36 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-07-08 16:03:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "status"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36f7e6db3d58ab9e499a2722b0ddaaffeda2d76865a1749d5411182176c594f9"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stfu8"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bf70433e3300a3c395d06606a700cdf4205f4f14dbae2c6833127c6bb22db77"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2019-07-01 17:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.8.0"
|
2019-07-01 17:24:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-07-01 17:24:49 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2017-03-24 14:21:17 +00:00
|
|
|
name = "strsim"
|
2020-02-07 22:26:10 +00:00
|
|
|
version = "0.9.3"
|
2017-03-24 14:21:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2017-03-24 14:21:17 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.0.82"
|
2019-08-10 23:35:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
|
2019-08-10 23:35:18 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-08-10 23:35:18 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 14:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.12.6"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2020-03-20 14:49:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "4.6.0"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
|
2017-01-03 08:44:53 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"bincode",
|
|
|
|
"bitflags",
|
2020-04-01 15:15:54 +00:00
|
|
|
"fancy-regex",
|
2020-03-09 16:40:18 +00:00
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"plist",
|
|
|
|
"regex-syntax",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2021-04-29 19:51:15 +00:00
|
|
|
"walkdir 2.3.2",
|
2021-06-07 19:44:33 +00:00
|
|
|
"yaml-rust",
|
2017-01-03 08:44:53 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2018-06-13 02:33:56 +00:00
|
|
|
name = "tempfile"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "3.2.0"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2018-03-16 14:18:10 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-16 14:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.1.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi-util",
|
2017-09-30 22:45:04 +00:00
|
|
|
]
|
|
|
|
|
2021-09-10 18:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-12-04 18:14:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2017-09-05 01:54:05 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"unicode-width",
|
2017-09-05 01:54:05 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "1.1.3"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"once_cell",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.1.43"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"libc",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-12-04 18:14:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-11-28 19:44:50 +00:00
|
|
|
[[package]]
|
2020-02-07 22:33:28 +00:00
|
|
|
name = "tiny_http"
|
2021-11-01 07:02:50 +00:00
|
|
|
version = "0.9.0"
|
2020-02-07 21:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 07:02:50 +00:00
|
|
|
checksum = "96155b5f7149ba7a99ea5d516c538250b26eab60b4485c0f5344432573e7a450"
|
2020-02-07 21:09:11 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"ascii",
|
|
|
|
"chrono",
|
|
|
|
"chunked_transfer",
|
|
|
|
"log",
|
2020-07-01 13:23:39 +00:00
|
|
|
"url",
|
2019-11-28 19:44:50 +00:00
|
|
|
]
|
|
|
|
|
2020-07-01 13:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "1.5.1"
|
2021-04-29 19:51:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-04-29 19:51:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-07-01 13:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-07-01 13:23:39 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-01-01 08:01:26 +00:00
|
|
|
version = "0.5.8"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-01 08:01:26 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"serde",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2018-12-27 19:11:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "1.14.0"
|
2018-12-27 19:11:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
2018-12-27 19:11:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2020-03-20 14:49:34 +00:00
|
|
|
version = "0.1.3"
|
2018-03-16 14:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-20 14:49:34 +00:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2018-03-16 14:18:10 +00:00
|
|
|
|
2019-04-07 03:14:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-27 21:15:23 +00:00
|
|
|
version = "2.6.0"
|
2019-04-07 03:14:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-04-07 03:14:57 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"version_check",
|
2019-04-07 03:14:57 +00:00
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-12-04 18:14:14 +00:00
|
|
|
version = "0.3.7"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 18:14:14 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-07-01 15:53:14 +00:00
|
|
|
version = "0.1.19"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 15:53:14 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-01-23 23:34:46 +00:00
|
|
|
dependencies = [
|
2020-07-01 13:23:39 +00:00
|
|
|
"tinyvec",
|
2019-01-23 23:34:46 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "1.8.0"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "0.1.9"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2019-08-10 23:35:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "0.2.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uriparse"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
2019-11-27 21:15:23 +00:00
|
|
|
name = "url"
|
2021-06-01 15:04:41 +00:00
|
|
|
version = "2.2.2"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:04:41 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-11-27 21:15:23 +00:00
|
|
|
dependencies = [
|
2021-04-29 19:51:15 +00:00
|
|
|
"form_urlencoded",
|
2020-07-01 13:23:39 +00:00
|
|
|
"idna",
|
2020-03-09 16:40:18 +00:00
|
|
|
"matches",
|
2020-07-01 13:23:39 +00:00
|
|
|
"percent-encoding",
|
2019-11-27 21:15:23 +00:00
|
|
|
]
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2021-05-24 14:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
|
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.8.2"
|
2017-06-13 01:58:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-06-13 01:58:49 +00:00
|
|
|
|
2019-11-27 21:15:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.9.3"
|
2019-11-27 21:15:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2019-11-27 21:15:23 +00:00
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vimwiki"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "924549c10a8247bd3adc80306d179e3aa64f8bb29fa2cfd371ab8081ba87a102"
|
|
|
|
dependencies = [
|
|
|
|
"vimwiki-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vimwiki-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "658d73f1dab1fc4422ee866421ecfba9a82037191f5df632ffaf4f05ea807ec6"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"chrono",
|
|
|
|
"derive_more",
|
|
|
|
"dirs",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"nom",
|
|
|
|
"numerals",
|
|
|
|
"percent-encoding",
|
|
|
|
"relative-path",
|
|
|
|
"serde",
|
|
|
|
"serde_with",
|
|
|
|
"shellexpand",
|
|
|
|
"syntect",
|
|
|
|
"uriparse",
|
|
|
|
"voca_rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "voca_rs"
|
2021-10-01 13:30:59 +00:00
|
|
|
version = "1.14.0"
|
2021-06-07 19:44:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 13:30:59 +00:00
|
|
|
checksum = "4646f8794c283a89bfc3bc1a49f99562163fc8d01b2771bcf9c844e9a6f38d94"
|
2021-06-07 19:44:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"stfu8",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-04-01 08:54:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"winapi 0.2.8",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2017-11-08 03:04:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "2.3.2"
|
2017-11-08 03:04:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2017-11-08 03:04:46 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"same-file",
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi-util",
|
2017-11-08 03:04:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-27 21:15:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-02-07 21:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
2018-01-06 21:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.3.9"
|
2018-01-06 21:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-01-06 21:40:29 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2016-11-04 20:42:58 +00:00
|
|
|
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-01-06 21:40:29 +00:00
|
|
|
|
2018-09-01 07:13:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-07-01 13:23:39 +00:00
|
|
|
version = "0.1.5"
|
2018-09-01 07:13:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 13:23:39 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-09-01 07:13:20 +00:00
|
|
|
dependencies = [
|
2020-07-01 13:23:39 +00:00
|
|
|
"winapi 0.3.9",
|
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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-01-06 21:40:29 +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"
|
2020-03-09 16:40:18 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2016-11-04 20:42:58 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2016-11-04 20:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-06-07 19:44:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
2017-01-03 08:44:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-08-02 13:57:45 +00:00
|
|
|
version = "0.8.4"
|
2017-01-03 08:44:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 13:57:45 +00:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2017-01-03 08:44:53 +00:00
|
|
|
|
2016-11-04 20:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-04-29 19:51:15 +00:00
|
|
|
version = "0.4.5"
|
2016-11-04 20:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 19:51:15 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2017-06-16 01:03:35 +00:00
|
|
|
dependencies = [
|
2020-03-09 16:40:18 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
]
|