bat/Cargo.lock

1331 lines
33 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"
version = "0.7.13"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
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"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2018-10-10 22:56:56 +02:00
[[package]]
name = "assert_cmd"
version = "1.0.2"
2018-10-10 22:56:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e"
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-24 21:06:50 +01:00
version = "0.17.1"
2018-04-21 12:51:43 +02:00
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
"assert_cmd",
"atty",
"clap",
"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",
"wait-timeout",
"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"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "bstr"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
"memchr",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
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"
version = "1.0.60"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
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
[[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
]
[[package]]
name = "clircle"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27a01e782190a8314e65cc94274d9bbcd52e05a9d15b437fe2b31259b854b0d"
dependencies = [
"cfg-if 1.0.0",
"nix",
"serde",
"winapi",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "console"
version = "0.14.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
2018-04-21 12:51:43 +02:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi",
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"
version = "1.2.0"
2019-05-14 23:40:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-05-14 23:40:21 +02:00
dependencies = [
"cfg-if 0.1.10",
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",
"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 = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array",
]
[[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 = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[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"
version = "1.0.18"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
2018-04-21 12:51:43 +02:00
dependencies = [
"cfg-if 0.1.10",
"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 = "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 = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
[[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 = [
"cfg-if 0.1.10",
"libc",
"wasi",
]
2018-04-21 17:12:25 +02:00
[[package]]
name = "git2"
version = "0.13.15"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44f267c9da8a4de3c615b59e23606c75f164f84896e97f4dd6c15a4294de4359"
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"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
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"
version = "0.2.78"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98"
2018-04-21 12:51:43 +02:00
2018-04-21 17:12:25 +02:00
[[package]]
name = "libgit2-sys"
version = "0.12.17+1.1.0"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ebdf65ca745126df8824688637aa0535a88900b83362d8ca63893bcf4e8841"
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 = [
"cfg-if 0.1.10",
2018-05-08 23:49:07 +02:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
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"
version = "2.3.3"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-04-21 12:51:43 +02:00
2018-11-11 12:05:57 +01:00
[[package]]
name = "miniz_oxide"
version = "0.4.2"
2018-11-11 12:05:57 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
2018-11-11 12:05:57 +01:00
dependencies = [
"adler",
"autocfg",
2018-11-11 12:05:57 +01:00
]
[[package]]
name = "nix"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"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"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
"autocfg",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "onig"
version = "6.1.0"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a155d13862da85473665694f4c05d77fb96598bdceeaf696433c84ea9567e20"
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"
version = "69.5.1"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bff06597a6b17855040955cae613af000fc0bfc8ad49ea68b9479a74e59292d"
2018-04-21 12:51:43 +02:00
dependencies = [
"cc",
"pkg-config",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[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",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
2018-04-21 12:51:43 +02:00
[[package]]
name = "pkg-config"
version = "0.3.18"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
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.6"
2018-10-10 22:56:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932"
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"
version = "1.4.2"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.6.21"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5"
dependencies = [
"pest",
"pest_derive",
]
2018-04-21 12:51:43 +02:00
[[package]]
2018-08-18 20:44:25 +02:00
name = "serde"
version = "1.0.118"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
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.118"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
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"
version = "1.0.58"
2018-04-21 12:51:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
2018-04-21 12:51:43 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
2018-04-21 12:51:43 +02:00
]
[[package]]
name = "serde_yaml"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[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"
version = "1.0.42"
2019-08-31 14:14:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228"
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.5.0"
2018-05-31 22:57:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
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"
version = "0.1.15"
2020-04-28 00:00:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.3.4"
2020-10-01 22:20:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
2020-10-01 22:20:23 +02:00
2018-10-10 22:56:56 +02:00
[[package]]
name = "treeline"
2018-10-10 22:56:56 +02:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2018-10-10 22:56:56 +02:00
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[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"
version = "0.1.13"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
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"
version = "2.1.1"
2018-04-21 17:12:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2018-04-21 17:12:25 +02:00
dependencies = [
"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",
]