bat/Cargo.lock

1234 lines
31 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-11-11 12:05:57 +01:00
[[package]]
2020-10-01 22:20:23 +02:00
name = "adler"
version = "0.2.3"
2018-11-11 12:05:57 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2018-11-11 12:05:57 +01:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "aho-corasick"
2020-11-23 14:44:01 +01:00
version = "0.7.15"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2018-04-21 12:51:43 +02:00
dependencies = [
"memchr",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "ansi_colours"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6"
dependencies = [
"cc",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-04-21 12:51:43 +02:00
dependencies = [
"winapi",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
2019-08-31 14:14:08 +02:00
name = "arrayref"
2020-03-15 11:13:13 +01:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
2020-11-23 14:44:01 +01:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2018-10-10 22:56:56 +02:00
[[package]]
name = "assert_cmd"
version = "1.0.1"
2018-10-10 22:56:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
2018-10-10 22:56:56 +02:00
dependencies = [
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
2018-10-10 22:56:56 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "atty"
version = "0.2.14"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-04-21 12:51:43 +02:00
dependencies = [
"hermit-abi",
"libc",
"winapi",
2018-04-21 12:51:43 +02:00
]
2019-05-14 23:40:21 +02:00
[[package]]
name = "autocfg"
2020-10-01 22:20:23 +02:00
version = "1.0.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-04-21 12:51:43 +02:00
2020-03-15 11:13:13 +01:00
[[package]]
name = "base64"
2020-10-01 22:20:23 +02:00
version = "0.12.3"
2020-03-15 11:13:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-03-15 11:13:13 +01:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "bat"
2020-11-23 14:41:32 +01:00
version = "0.17.0"
2018-04-21 12:51:43 +02:00
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
"assert_cmd",
"atty",
"clap",
2020-11-08 22:23:43 +01:00
"clircle",
"console",
"content_inspector",
"dirs",
"encoding",
"error-chain",
"git2",
"globset",
"lazy_static",
"path_abs",
"predicates",
"semver",
"serde",
"serde_yaml",
"shell-words",
"syntect",
"tempdir",
"unicode-width",
"wild",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "bincode"
2020-10-01 22:20:23 +02:00
version = "1.3.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
2018-04-21 12:51:43 +02:00
dependencies = [
"byteorder",
"serde",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "bit-set"
2020-10-01 22:20:23 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
2020-10-01 22:20:23 +02:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
2018-04-21 12:51:43 +02:00
[[package]]
name = "bitflags"
2020-03-15 11:13:13 +01:00
version = "1.2.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-04-21 12:51:43 +02:00
[[package]]
2019-08-31 14:14:08 +02:00
name = "blake2b_simd"
2020-11-23 14:44:01 +01:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "bstr"
2020-11-23 14:44:01 +01:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
dependencies = [
"memchr",
]
2018-04-21 12:51:43 +02:00
[[package]]
2018-05-08 23:49:07 +02:00
name = "byteorder"
2020-03-15 11:13:13 +01:00
version = "1.3.4"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-04-21 12:51:43 +02:00
[[package]]
name = "cc"
2020-11-23 14:44:01 +01:00
version = "1.0.65"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
dependencies = [
"jobserver",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "cfg-if"
2020-03-15 11:13:13 +01:00
version = "0.1.10"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-04-21 12:51:43 +02:00
2020-11-23 14:44:01 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2020-10-01 22:20:23 +02:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"num-integer",
"num-traits",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "clap"
version = "2.33.3"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2018-04-21 12:51:43 +02:00
dependencies = [
"ansi_term 0.11.0",
"atty",
"bitflags",
"strsim",
"term_size",
"textwrap",
"unicode-width",
"vec_map",
2018-04-21 12:51:43 +02:00
]
2020-11-08 22:23:43 +01:00
[[package]]
name = "clircle"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c9ae10f655554a2dd1ed8ad4e36203f5d7ceae3dc4aecdb8b1f2391bcd1e43"
dependencies = [
"nix",
"serde",
"winapi",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "console"
version = "0.13.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
2018-04-21 12:51:43 +02:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi",
"winapi-util",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "constant_time_eq"
2020-03-15 11:13:13 +01:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "content_inspector"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
dependencies = [
"memchr",
]
2019-05-14 23:40:21 +02:00
[[package]]
name = "crc32fast"
2020-11-23 14:44:01 +01:00
version = "1.2.1"
2019-05-14 23:40:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2019-05-14 23:40:21 +02:00
dependencies = [
2020-11-23 14:44:01 +01:00
"cfg-if 1.0.0",
2019-05-14 23:40:21 +02:00
]
2019-08-31 14:14:08 +02:00
[[package]]
name = "crossbeam-utils"
2020-03-15 11:13:13 +01:00
version = "0.7.2"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-08-31 14:14:08 +02:00
dependencies = [
"autocfg",
2020-11-23 14:44:01 +01:00
"cfg-if 0.1.10",
"lazy_static",
2019-08-31 14:14:08 +02:00
]
2018-10-10 22:56:56 +02:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2018-10-10 22:56:56 +02:00
[[package]]
name = "dirs"
version = "3.0.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
2018-04-21 12:51:43 +02:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
"libc",
"redox_users",
"winapi",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "doc-comment"
2020-03-22 11:17:56 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dtoa"
2020-10-01 22:20:23 +02:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
[[package]]
name = "encode_unicode"
2019-08-31 14:14:08 +02:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2018-10-07 16:44:59 +02:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding_index_tests",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding_index_tests",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding_index_tests",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding_index_tests",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2018-10-07 16:44:59 +02:00
dependencies = [
"encoding_index_tests",
2018-10-07 16:44:59 +02:00
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2018-10-07 16:44:59 +02:00
2018-04-30 11:09:24 +02:00
[[package]]
name = "error-chain"
version = "0.12.4"
2018-04-30 11:09:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"version_check",
]
2018-04-30 11:09:24 +02:00
[[package]]
name = "fancy-regex"
2020-10-01 22:20:23 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91abf6555234338687bb47913978d275539235fcb77ba9863b779090b42b14"
dependencies = [
"bit-set",
"regex",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "flate2"
2020-11-23 14:44:01 +01:00
version = "1.0.19"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
2018-04-21 12:51:43 +02:00
dependencies = [
2020-11-23 14:44:01 +01:00
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
"num-traits",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "fnv"
2020-10-01 22:20:23 +02:00
version = "1.0.7"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-04-21 12:51:43 +02:00
[[package]]
2020-11-23 14:44:01 +01:00
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
2020-11-23 14:44:01 +01:00
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "getrandom"
2020-10-01 22:20:23 +02:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
2020-11-23 14:44:01 +01:00
"cfg-if 0.1.10",
"libc",
"wasi",
]
2018-04-21 17:12:25 +02:00
[[package]]
name = "git2"
2020-11-23 14:44:01 +01:00
version = "0.13.12"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224"
2018-04-21 17:12:25 +02:00
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"url",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
2020-11-23 14:44:01 +01:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-10-01 22:20:23 +02:00
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-10-01 22:20:23 +02:00
[[package]]
name = "hermit-abi"
2020-11-23 14:44:01 +01:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
dependencies = [
"libc",
]
2018-04-21 17:12:25 +02:00
[[package]]
name = "idna"
2019-08-02 20:57:16 +02:00
version = "0.2.0"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2018-04-21 17:12:25 +02:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "indexmap"
2020-10-01 22:20:23 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg",
"hashbrown",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "itoa"
2020-10-01 22:20:23 +02:00
version = "0.4.6"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2018-04-21 12:51:43 +02:00
[[package]]
name = "jobserver"
2020-03-15 11:13:13 +01:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-04-21 12:51:43 +02:00
2018-10-09 21:18:40 +02:00
[[package]]
name = "lazycell"
2020-10-01 22:20:23 +02:00
version = "1.3.0"
2018-10-09 21:18:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2018-10-09 21:18:40 +02:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "libc"
2020-11-08 22:23:43 +01:00
version = "0.2.80"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-08 22:23:43 +01:00
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2018-04-21 12:51:43 +02:00
2018-04-21 17:12:25 +02:00
[[package]]
name = "libgit2-sys"
2020-11-23 14:44:01 +01:00
version = "0.12.14+1.1.0"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549"
2018-04-21 17:12:25 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "libz-sys"
version = "1.1.2"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
2018-04-21 17:12:25 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
dependencies = [
"safemem",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "linked-hash-map"
2020-10-01 22:20:23 +02:00
version = "0.5.3"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2018-04-21 12:51:43 +02:00
2018-05-08 23:49:07 +02:00
[[package]]
name = "log"
2020-10-01 22:20:23 +02:00
version = "0.4.11"
2018-05-08 23:49:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2018-05-08 23:49:07 +02:00
dependencies = [
2020-11-23 14:44:01 +01:00
"cfg-if 0.1.10",
2018-05-08 23:49:07 +02:00
]
2018-04-21 17:12:25 +02:00
[[package]]
name = "matches"
2018-08-28 23:21:25 +02:00
version = "0.1.8"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-04-21 17:12:25 +02:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "memchr"
2020-11-23 14:44:01 +01:00
version = "2.3.4"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2018-04-21 12:51:43 +02:00
2018-11-11 12:05:57 +01:00
[[package]]
name = "miniz_oxide"
2020-11-23 14:44:01 +01:00
version = "0.4.3"
2018-11-11 12:05:57 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2018-11-11 12:05:57 +01:00
dependencies = [
"adler",
"autocfg",
2018-11-11 12:05:57 +01:00
]
2020-11-08 22:23:43 +01:00
[[package]]
name = "nix"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
dependencies = [
"bitflags",
"cc",
2020-11-23 14:44:01 +01:00
"cfg-if 0.1.10",
2020-11-08 22:23:43 +01:00
"libc",
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "num-integer"
2020-11-23 14:44:01 +01:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2020-11-23 14:44:01 +01:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "onig"
2020-11-23 14:44:01 +01:00
version = "6.1.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5"
2018-04-21 12:51:43 +02:00
dependencies = [
"bitflags",
"lazy_static",
"libc",
"onig_sys",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "onig_sys"
2020-11-23 14:44:01 +01:00
version = "69.6.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775"
2018-04-21 12:51:43 +02:00
dependencies = [
"cc",
"pkg-config",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "path_abs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6b8e6dede0bf94e9300e669f335ba92d5fc9fc8be7f4b1ca8a05206489388c"
dependencies = [
"std_prelude",
]
2018-04-21 17:12:25 +02:00
[[package]]
name = "percent-encoding"
2019-08-31 14:14:08 +02:00
version = "2.1.0"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2018-04-21 17:12:25 +02:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "pkg-config"
2020-11-23 14:44:01 +01:00
version = "0.3.19"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2018-04-21 12:51:43 +02:00
[[package]]
name = "plist"
version = "1.0.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b336d94e8e4ce29bf15bba393164629764744c567e8ad306cc1fdd0119967fd"
2018-04-21 12:51:43 +02:00
dependencies = [
"base64",
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
2018-04-21 12:51:43 +02:00
]
2018-10-10 22:56:56 +02:00
[[package]]
name = "predicates"
version = "1.0.5"
2018-10-10 22:56:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
2018-10-10 22:56:56 +02:00
dependencies = [
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2018-10-10 22:56:56 +02:00
]
[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
2018-10-10 22:56:56 +02:00
[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
2018-10-10 22:56:56 +02:00
dependencies = [
"predicates-core",
"treeline",
2018-10-10 22:56:56 +02:00
]
2019-08-31 14:14:08 +02:00
[[package]]
name = "proc-macro2"
2020-10-01 22:20:23 +02:00
version = "1.0.24"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-08-31 14:14:08 +02:00
dependencies = [
"unicode-xid",
2019-08-31 14:14:08 +02:00
]
[[package]]
name = "quote"
2020-10-01 22:20:23 +02:00
version = "1.0.7"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-08-31 14:14:08 +02:00
dependencies = [
"proc-macro2",
2019-08-31 14:14:08 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "rand"
2019-05-14 23:40:21 +02:00
version = "0.4.6"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
2018-04-21 12:51:43 +02:00
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi",
2018-04-21 12:51:43 +02:00
]
2018-10-08 22:03:52 +02:00
[[package]]
name = "rand_core"
2019-05-14 23:40:21 +02:00
version = "0.3.1"
2018-09-12 22:01:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-05-14 23:40:21 +02:00
dependencies = [
"rand_core 0.4.2",
2019-05-14 23:40:21 +02:00
]
2018-09-12 22:01:27 +02:00
[[package]]
name = "rand_core"
2019-08-31 14:14:08 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "redox_syscall"
2020-10-01 22:20:23 +02:00
version = "0.1.57"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-04-21 12:51:43 +02:00
[[package]]
name = "redox_users"
2020-10-01 22:20:23 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "regex"
2020-11-23 14:44:01 +01:00
version = "1.4.2"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2018-04-21 12:51:43 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "regex-syntax"
2020-11-23 14:44:01 +01:00
version = "0.6.21"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2018-04-21 12:51:43 +02:00
[[package]]
name = "remove_dir_all"
2020-10-01 22:20:23 +02:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
2019-08-31 14:14:08 +02:00
]
[[package]]
name = "rust-argon2"
2020-10-01 22:20:23 +02:00
version = "0.8.2"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
2019-08-31 14:14:08 +02:00
dependencies = [
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
2018-08-18 20:44:25 +02:00
[[package]]
name = "ryu"
2020-10-01 22:20:23 +02:00
version = "1.0.5"
2018-08-18 20:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-08-18 20:44:25 +02:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "safemem"
2020-03-15 11:13:13 +01:00
version = "0.3.3"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2018-04-21 12:51:43 +02:00
[[package]]
name = "same-file"
2020-03-15 11:13:13 +01:00
version = "1.0.6"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-04-21 12:51:43 +02:00
dependencies = [
"winapi-util",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver-parser"
2020-11-23 14:44:01 +01:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
dependencies = [
"pest",
]
2018-04-21 12:51:43 +02:00
[[package]]
2018-08-18 20:44:25 +02:00
name = "serde"
version = "1.0.117"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2018-10-10 22:56:56 +02:00
dependencies = [
"serde_derive",
2018-10-10 22:56:56 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
2018-08-18 20:44:25 +02:00
name = "serde_derive"
version = "1.0.117"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2018-04-21 12:51:43 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-04-21 12:51:43 +02:00
]
[[package]]
2018-08-18 20:44:25 +02:00
name = "serde_json"
2020-11-23 14:44:01 +01:00
version = "1.0.59"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
2018-04-21 12:51:43 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "serde_yaml"
2020-11-23 14:44:01 +01:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
[[package]]
name = "shell-words"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
2018-04-21 12:51:43 +02:00
[[package]]
name = "std_prelude"
version = "0.2.12"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
2018-04-21 12:51:43 +02:00
[[package]]
name = "strsim"
version = "0.8.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-04-21 12:51:43 +02:00
2019-08-31 14:14:08 +02:00
[[package]]
name = "syn"
2020-11-23 14:44:01 +01:00
version = "1.0.50"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "443b4178719c5a851e1bde36ce12da21d74a0e60b4d982ec3385a933c812f0f6"
2019-08-31 14:14:08 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2019-08-31 14:14:08 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "syntect"
version = "4.4.0"
2018-05-31 22:57:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3978df05b5850c839a6b352d3c35ce0478944a4be689be826b53cf75363e88"
2018-04-21 12:51:43 +02:00
dependencies = [
"bincode",
"bitflags",
"fancy-regex",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"onig",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"walkdir",
"yaml-rust",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "tempdir"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
dependencies = [
"rand",
"remove_dir_all",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "term_size"
2020-10-01 22:20:23 +02:00
version = "0.3.2"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2018-04-21 12:51:43 +02:00
dependencies = [
"libc",
"winapi",
2018-04-21 12:51:43 +02:00
]
2020-04-28 00:00:59 +02:00
[[package]]
name = "terminal_size"
2020-11-23 14:44:01 +01:00
version = "0.1.15"
2020-04-28 00:00:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
2020-04-28 00:00:59 +02:00
dependencies = [
"libc",
"winapi",
2020-04-28 00:00:59 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "textwrap"
version = "0.11.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-04-21 12:51:43 +02:00
dependencies = [
"term_size",
"unicode-width",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "thread_local"
2020-03-15 11:13:13 +01:00
version = "1.0.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-04-21 12:51:43 +02:00
dependencies = [
"lazy_static",
2018-04-21 12:51:43 +02:00
]
2020-10-01 22:20:23 +02:00
[[package]]
name = "tinyvec"
2020-11-23 14:44:01 +01:00
version = "1.1.0"
2020-10-01 22:20:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
2020-10-01 22:20:23 +02:00
2018-10-10 22:56:56 +02:00
[[package]]
2020-11-23 14:44:01 +01:00
name = "tinyvec_macros"
2018-10-10 22:56:56 +02:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2018-10-10 22:56:56 +02:00
[[package]]
2020-11-23 14:44:01 +01:00
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2018-04-21 17:12:25 +02:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-04-21 17:12:25 +02:00
dependencies = [
"matches",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "unicode-normalization"
2020-11-23 14:44:01 +01:00
version = "0.1.16"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
2019-05-14 23:40:21 +02:00
dependencies = [
"tinyvec",
2019-05-14 23:40:21 +02:00
]
2018-04-21 17:12:25 +02:00
2018-04-21 12:51:43 +02:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2018-04-21 12:51:43 +02:00
2019-08-31 14:14:08 +02:00
[[package]]
name = "unicode-xid"
2020-10-01 22:20:23 +02:00
version = "0.2.1"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-08-31 14:14:08 +02:00
2018-04-21 17:12:25 +02:00
[[package]]
name = "url"
2020-11-23 14:44:01 +01:00
version = "2.2.0"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-23 14:44:01 +01:00
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
2018-04-21 17:12:25 +02:00
dependencies = [
2020-11-23 14:44:01 +01:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2018-04-21 17:12:25 +02:00
]
[[package]]
name = "vcpkg"
2020-10-01 22:20:23 +02:00
version = "0.2.10"
2018-08-18 20:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
2018-08-18 20:44:25 +02:00
[[package]]
name = "vec_map"
2020-10-01 22:20:23 +02:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-03-15 11:13:13 +01:00
[[package]]
name = "version_check"
2020-10-01 22:20:23 +02:00
version = "0.9.2"
2020-03-15 11:13:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-03-15 11:13:13 +01:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "walkdir"
2020-03-15 11:13:13 +01:00
version = "2.3.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2018-04-21 12:51:43 +02:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "wasi"
2020-03-15 11:13:13 +01:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wild"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020"
dependencies = [
"glob",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "winapi"
2020-10-01 22:20:23 +02:00
version = "0.3.9"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-04-21 12:51:43 +02:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-04-21 12:51:43 +02:00
2018-08-28 23:21:25 +02:00
[[package]]
name = "winapi-util"
2020-04-21 09:59:42 +02:00
version = "0.1.5"
2018-08-28 23:21:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-08-28 23:21:25 +02:00
dependencies = [
"winapi",
2018-08-28 23:21:25 +02:00
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-04-21 12:51:43 +02:00
[[package]]
name = "xml-rs"
2020-10-01 22:20:23 +02:00
version = "0.8.3"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2018-04-21 12:51:43 +02:00
[[package]]
name = "yaml-rust"
2020-10-01 22:20:23 +02:00
version = "0.4.4"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
2018-04-21 12:51:43 +02:00
dependencies = [
"linked-hash-map",
]