tokei/Cargo.lock

1207 lines
30 KiB
Text
Raw Normal View History

2019-04-30 08:12:01 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ahash"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0989268a37e128d4d7a8028f1c60099430113fdbc70419010601ce51a228e4fe"
dependencies = [
"const-random",
]
[[package]]
name = "aho-corasick"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
dependencies = [
"memchr",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "ansi_term"
2018-04-07 23:18:51 +00:00
version = "0.11.0"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-04-07 23:18:51 +00:00
dependencies = [
"winapi 0.3.8",
2018-04-07 23:18:51 +00:00
]
2016-09-20 21:56:27 +00:00
2019-01-10 09:53:24 +00:00
[[package]]
2019-10-09 16:11:33 +00:00
name = "arrayref"
2020-02-13 16:18:48 +00:00
version = "0.3.6"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-01-10 09:53:24 +00:00
[[package]]
name = "arrayvec"
2019-11-12 15:56:49 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "atty"
2020-02-13 16:18:48 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.8",
]
2019-11-12 15:47:18 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
2019-11-12 15:47:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2019-11-12 15:47:18 +00:00
2019-10-09 16:11:33 +00:00
[[package]]
name = "base64"
2020-02-13 16:18:48 +00:00
version = "0.11.0"
2019-10-09 16:11:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-10-09 16:11:33 +00:00
[[package]]
name = "bitflags"
2019-11-12 15:56:49 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-01-10 09:53:24 +00:00
[[package]]
2019-10-09 16:11:33 +00:00
name = "blake2b_simd"
2020-02-13 16:18:48 +00:00
version = "0.5.10"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
2019-01-10 09:53:24 +00:00
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "block-buffer"
2019-06-10 16:30:00 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-06-10 16:30:00 +00:00
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2019-06-10 16:30:00 +00:00
]
[[package]]
name = "block-padding"
2019-11-12 15:56:49 +00:00
version = "0.1.5"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-01-10 09:53:24 +00:00
dependencies = [
"byte-tools",
2019-01-10 09:53:24 +00:00
]
2019-06-01 17:31:39 +00:00
[[package]]
name = "bstr"
version = "0.2.12"
2019-06-01 17:31:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
2019-06-01 17:31:39 +00:00
dependencies = [
"memchr",
2019-06-01 17:31:39 +00:00
]
2019-01-10 09:53:24 +00:00
[[package]]
name = "byte-tools"
2019-06-10 16:30:00 +00:00
version = "0.3.1"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2019-01-10 09:53:24 +00:00
2019-06-01 17:31:39 +00:00
[[package]]
name = "bytecount"
version = "0.6.0"
2019-06-01 17:31:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
2019-06-01 17:31:39 +00:00
2016-09-20 21:56:27 +00:00
[[package]]
2018-01-06 15:44:46 +00:00
name = "byteorder"
2020-02-13 16:18:48 +00:00
version = "1.3.4"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-01-10 09:53:24 +00:00
[[package]]
name = "cc"
2020-02-13 16:18:48 +00:00
version = "1.0.50"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
dependencies = [
"jobserver",
]
2016-09-20 21:56:27 +00:00
[[package]]
2018-01-06 15:44:46 +00:00
name = "cfg-if"
2019-10-09 16:11:33 +00:00
version = "0.1.10"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2016-09-20 21:56:27 +00:00
[[package]]
name = "clap"
2019-06-10 16:30:00 +00:00
version = "2.33.0"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
2016-09-20 21:56:27 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
[[package]]
name = "const-random"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
dependencies = [
"getrandom",
"proc-macro-hack",
]
2019-01-10 09:53:24 +00:00
[[package]]
name = "constant_time_eq"
2020-02-13 16:18:48 +00:00
version = "0.1.5"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2019-01-10 09:53:24 +00:00
2019-11-12 15:47:18 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
2019-11-12 15:47:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
2019-11-12 15:47:18 +00:00
dependencies = [
"crossbeam-utils",
"maybe-uninit",
2019-11-12 15:47:18 +00:00
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "crossbeam-queue"
2019-12-28 23:56:06 +00:00
version = "0.2.1"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2016-09-20 21:56:27 +00:00
2019-11-12 15:47:18 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
2019-11-12 15:47:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-11-12 15:47:18 +00:00
dependencies = [
"autocfg",
"cfg-if",
"lazy_static",
2019-11-12 15:47:18 +00:00
]
[[package]]
name = "dashmap"
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f87a04c37da1d3d27db1fb7f372802b72fb8c3ff3e9c0914530995127f4a6a1"
dependencies = [
"ahash",
"cfg-if",
"num_cpus",
"serde",
]
2019-01-10 09:53:24 +00:00
[[package]]
name = "digest"
version = "0.8.1"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2019-01-10 09:53:24 +00:00
dependencies = [
"generic-array",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "dirs"
version = "2.0.2"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
2019-01-10 09:53:24 +00:00
dependencies = [
"cfg-if",
"dirs-sys",
2019-06-10 16:30:00 +00:00
]
[[package]]
name = "dirs-sys"
version = "0.3.4"
2019-06-10 16:30:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
2019-06-10 16:30:00 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_users",
"winapi 0.3.8",
2019-01-10 09:53:24 +00:00
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "dtoa"
2020-02-13 16:18:48 +00:00
version = "0.4.5"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2016-09-20 21:56:27 +00:00
[[package]]
name = "either"
2019-10-09 16:11:33 +00:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2016-09-20 21:56:27 +00:00
[[package]]
name = "encoding_rs"
2019-12-28 23:56:06 +00:00
version = "0.8.22"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
2016-09-20 21:56:27 +00:00
dependencies = [
"cfg-if",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "encoding_rs_io"
version = "0.1.7"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
2016-09-20 21:56:27 +00:00
dependencies = [
"encoding_rs",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "env_logger"
version = "0.7.1"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2016-09-20 21:56:27 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2019-01-10 09:53:24 +00:00
2016-11-06 19:39:34 +00:00
[[package]]
name = "fnv"
2018-01-06 15:44:46 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2018-01-06 15:44:46 +00:00
2019-01-10 09:53:24 +00:00
[[package]]
name = "generic-array"
version = "0.12.3"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2019-01-10 09:53:24 +00:00
dependencies = [
"typenum",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "getrandom"
2020-02-13 16:18:48 +00:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "git2"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165"
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"url",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "globset"
version = "0.4.5"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2016-09-20 21:56:27 +00:00
2019-06-01 17:31:39 +00:00
[[package]]
name = "grep-matcher"
version = "0.1.4"
2019-06-01 17:31:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdf0e1fd5af17008a918fd868e63ec0226e96ce88b832f00c7fb041e014b9350"
2019-06-01 17:31:39 +00:00
dependencies = [
"memchr",
2019-06-01 17:31:39 +00:00
]
[[package]]
name = "grep-searcher"
version = "0.1.7"
2019-06-01 17:31:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19897320890970db77fb9e8110aeafdf5a74f4ee32756db16d44a96d8f454b1b"
2019-06-01 17:31:39 +00:00
dependencies = [
"bstr",
"bytecount",
"encoding_rs",
"encoding_rs_io",
"grep-matcher",
"log",
"memmap",
2019-06-01 17:31:39 +00:00
]
[[package]]
name = "half"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36b5f248235f45773d4944f555f83ea61fe07b18b561ccf99d7483d7381e54d"
2016-10-03 23:01:43 +00:00
[[package]]
name = "handlebars"
version = "3.0.1"
2016-10-03 23:01:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
2016-10-03 23:01:43 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error",
"serde",
"serde_json",
]
2019-11-12 15:56:49 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.10"
2019-11-12 15:56:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
2019-11-12 15:56:49 +00:00
dependencies = [
"libc",
2019-11-12 15:56:49 +00:00
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2018-04-07 23:18:51 +00:00
[[package]]
name = "humantime"
version = "1.3.0"
2018-04-07 23:18:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2018-04-07 23:18:51 +00:00
dependencies = [
"quick-error",
2018-04-07 23:18:51 +00:00
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ignore"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf60d063dbe6b75388eec66cfc07781167ae3d34a09e0c433e6c5de0511f7fb"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "itoa"
2020-02-13 16:18:48 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "jobserver"
2020-02-13 16:18:48 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2016-11-06 19:39:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2016-11-06 19:39:34 +00:00
2016-09-20 21:56:27 +00:00
[[package]]
name = "libc"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
[[package]]
name = "libgit2-sys"
version = "0.12.5+1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eadeec65514971355bf7134967a543f71372f35b53ac6c7143e7bd157f07535"
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
2019-03-30 11:16:20 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
[[package]]
2018-01-06 15:44:46 +00:00
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
"cfg-if",
2016-09-20 21:56:27 +00:00
]
2019-01-10 09:53:24 +00:00
[[package]]
name = "maplit"
2019-10-09 16:11:33 +00:00
version = "1.0.2"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-01-10 09:53:24 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2019-06-01 17:31:39 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019-06-01 17:31:39 +00:00
dependencies = [
"libc",
"winapi 0.3.8",
2019-06-01 17:31:39 +00:00
]
[[package]]
name = "memoffset"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
2019-10-09 16:11:33 +00:00
dependencies = [
"autocfg",
2019-10-09 16:11:33 +00:00
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "num_cpus"
2020-02-13 16:18:48 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
dependencies = [
"hermit-abi",
"libc",
]
2019-06-10 16:30:00 +00:00
[[package]]
name = "opaque-debug"
2019-10-09 16:11:33 +00:00
version = "0.2.3"
2019-06-10 16:30:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-06-10 16:30:00 +00:00
[[package]]
name = "parking_lot"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
dependencies = [
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.8",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2016-09-20 21:56:27 +00:00
[[package]]
2016-10-03 23:01:43 +00:00
name = "pest"
version = "2.1.3"
2016-10-03 23:01:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2019-01-10 09:53:24 +00:00
dependencies = [
"ucd-trie",
2019-01-10 09:53:24 +00:00
]
2016-10-03 23:01:43 +00:00
[[package]]
name = "pest_derive"
version = "2.1.0"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2019-01-10 09:53:24 +00:00
dependencies = [
"pest",
"pest_generator",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "pest_generator"
version = "2.1.3"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2019-01-10 09:53:24 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
2019-01-10 09:53:24 +00:00
]
[[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",
]
[[package]]
name = "pkg-config"
2019-11-12 15:56:49 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
[[package]]
name = "ppv-lite86"
2019-11-12 15:56:49 +00:00
version = "0.2.6"
2018-04-07 23:18:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2018-04-07 23:18:51 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
[[package]]
name = "proc-macro2"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
dependencies = [
"unicode-xid",
]
2016-09-20 21:56:27 +00:00
[[package]]
2016-10-03 23:01:43 +00:00
name = "quick-error"
version = "1.2.3"
2016-10-03 23:01:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2016-10-03 23:01:43 +00:00
[[package]]
name = "quote"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
dependencies = [
"proc-macro2",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "rand"
2020-02-13 16:18:48 +00:00
version = "0.7.3"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2016-09-20 21:56:27 +00:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2019-10-09 16:11:33 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "rayon"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
dependencies = [
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.7.0"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
2016-09-20 21:56:27 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2018-01-06 15:44:46 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
2018-01-06 15:44:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2018-01-06 15:44:46 +00:00
2019-01-10 09:53:24 +00:00
[[package]]
name = "redox_users"
2020-02-13 16:18:48 +00:00
version = "0.3.4"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
2019-01-10 09:53:24 +00:00
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "regex"
version = "1.3.7"
2018-05-12 09:35:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2018-05-12 09:35:23 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-05-12 09:35:23 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
[[package]]
name = "remove_dir_all"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
dependencies = [
"winapi 0.3.8",
2019-10-09 16:11:33 +00:00
]
[[package]]
name = "rust-argon2"
2020-02-13 16:18:48 +00:00
version = "0.7.0"
2019-10-09 16:11:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
2019-10-09 16:11:33 +00:00
dependencies = [
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2019-10-09 16:11:33 +00:00
]
[[package]]
name = "ryu"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
[[package]]
name = "same-file"
2020-02-13 16:18:48 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2019-01-10 09:53:24 +00:00
[[package]]
2019-10-09 16:11:33 +00:00
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2016-09-20 21:56:27 +00:00
[[package]]
name = "serde"
version = "1.0.106"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
dependencies = [
"serde_derive",
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "serde_cbor"
version = "0.11.1"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
2016-09-20 21:56:27 +00:00
dependencies = [
"half",
"serde",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.106"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
2016-09-20 21:56:27 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.52"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd"
2016-09-20 21:56:27 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "serde_yaml"
version = "0.8.11"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
2016-09-20 21:56:27 +00:00
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
2019-01-10 09:53:24 +00:00
[[package]]
name = "sha-1"
2020-02-13 16:18:48 +00:00
version = "0.8.2"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2019-01-10 09:53:24 +00:00
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "smallvec"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
2016-09-20 21:56:27 +00:00
[[package]]
name = "strsim"
2019-06-10 16:30:00 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2016-10-03 23:01:43 +00:00
[[package]]
name = "syn"
Version 11.0.0 **Added languages** - @bwidawsk GNU Assembly, GDB Script - @isker Dust, Apache Velocity - @andreblanke FreeMarker Thanks to some major internal refactoring, Tokei has received significant performance improvements, and is now one of the fastest code counters across any size of codebase. With Tokei 11 showing up to 40–60% faster results than tokei's previous version. To showcase the improvements I've highlighted benchmarks of counting five differently sized codebases. Redis (~220k lines), Rust (~16M lines), and the Unreal Engine (~37.5M lines). In every one of these benchmarks Tokei 11 performed the best by a noticeable margin. *All benchmarks were done on a 15-inch MacBook Pro, with a 2.7GHz Intel Core i7 processor and 16GB 2133 MHz LPDDR3 RAM running macOS Catalina 10.15.3. Your mileage may vary, All benchmarks were done using [hyperfine], using default settings for all programs.* [hyperfine]: https://github.com/sharkdp/hyperfine ### Tokei **Note** This benchmark is not accurate due to `tokei` and `loc` both taking less than 5ms to complete, there is a high degree of error between the times and should mostly be considered equivalent. However it is included because it is notable that `scc` takes nearly 3x as long to complete on smaller codebases (~5k lines). ![Graph comparing programs running on the tokei source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=1242634543&format=image) ### Redis ![Graph comparing programs running on the redis source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=2009389097&format=image) ### Rust ![Graph comparing programs running on the rust source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=424069399&format=image) ### Unreal ![Graph comparing programs running on the unreal source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=439405321&format=image)
2020-03-21 13:40:49 +00:00
version = "1.0.17"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
Version 11.0.0 **Added languages** - @bwidawsk GNU Assembly, GDB Script - @isker Dust, Apache Velocity - @andreblanke FreeMarker Thanks to some major internal refactoring, Tokei has received significant performance improvements, and is now one of the fastest code counters across any size of codebase. With Tokei 11 showing up to 40–60% faster results than tokei's previous version. To showcase the improvements I've highlighted benchmarks of counting five differently sized codebases. Redis (~220k lines), Rust (~16M lines), and the Unreal Engine (~37.5M lines). In every one of these benchmarks Tokei 11 performed the best by a noticeable margin. *All benchmarks were done on a 15-inch MacBook Pro, with a 2.7GHz Intel Core i7 processor and 16GB 2133 MHz LPDDR3 RAM running macOS Catalina 10.15.3. Your mileage may vary, All benchmarks were done using [hyperfine], using default settings for all programs.* [hyperfine]: https://github.com/sharkdp/hyperfine ### Tokei **Note** This benchmark is not accurate due to `tokei` and `loc` both taking less than 5ms to complete, there is a high degree of error between the times and should mostly be considered equivalent. However it is included because it is notable that `scc` takes nearly 3x as long to complete on smaller codebases (~5k lines). ![Graph comparing programs running on the tokei source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=1242634543&format=image) ### Redis ![Graph comparing programs running on the redis source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=2009389097&format=image) ### Rust ![Graph comparing programs running on the rust source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=424069399&format=image) ### Unreal ![Graph comparing programs running on the unreal source code](https://docs.google.com/spreadsheets/d/e/2PACX-1vRN2Um3G9Mn4Bg6UVWwgntsMy4faZMIP3EDjAfY5Y6Tav7T5z1TxVKmPu7wUNIpUSsSJDfCNH0SAKBB/pubchart?oid=439405321&format=image)
2020-03-21 13:40:49 +00:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
2016-09-20 21:56:27 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "tempfile"
version = "3.1.0"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2016-09-20 21:56:27 +00:00
dependencies = [
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "term_size"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
dependencies = [
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
2018-01-06 19:06:20 +00:00
[[package]]
name = "termcolor"
2020-02-13 16:18:48 +00:00
version = "1.1.0"
2018-01-06 19:06:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2018-01-06 19:06:20 +00:00
dependencies = [
"winapi-util",
2018-01-06 19:06:20 +00:00
]
[[package]]
name = "textwrap"
2019-06-10 16:30:00 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thread_local"
2020-02-13 16:18:48 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]
[[package]]
name = "tokei"
version = "11.1.0"
dependencies = [
"aho-corasick",
"clap",
"crossbeam-channel",
"dashmap",
"dirs",
"encoding_rs_io",
"env_logger",
"git2",
"grep-searcher",
"handlebars",
"hex",
"ignore",
"lazy_static",
"log",
"parking_lot",
"rayon",
"regex",
"serde",
"serde_cbor",
"serde_json",
"serde_yaml",
"tempfile",
"term_size",
"toml",
2016-09-20 21:56:27 +00:00
]
2018-04-07 23:18:51 +00:00
[[package]]
2019-01-10 09:53:24 +00:00
name = "toml"
version = "0.5.6"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2019-01-10 09:53:24 +00:00
dependencies = [
"serde",
2019-01-10 09:53:24 +00:00
]
[[package]]
name = "typenum"
2019-10-09 16:11:33 +00:00
version = "1.11.2"
2019-01-10 09:53:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
2019-01-10 09:53:24 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
2018-04-07 23:18:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2018-04-07 23:18:51 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
2020-02-13 16:18:48 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [
"smallvec",
]
[[package]]
2019-01-10 09:53:24 +00:00
name = "unicode-width"
2019-12-28 23:56:06 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
[[package]]
name = "url"
2020-02-13 16:18:48 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
dependencies = [
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "vcpkg"
2019-12-28 23:56:06 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
2016-09-20 21:56:27 +00:00
[[package]]
name = "vec_map"
2018-05-12 09:35:23 +00:00
version = "0.8.1"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2016-09-20 21:56:27 +00:00
[[package]]
name = "walkdir"
2020-02-13 16:18:48 +00:00
version = "2.3.1"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2016-09-20 21:56:27 +00:00
dependencies = [
"same-file",
"winapi 0.3.8",
"winapi-util",
2016-09-20 21:56:27 +00:00
]
[[package]]
name = "wasi"
2020-02-13 16:18:48 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2016-09-20 21:56:27 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
2019-10-09 16:11:33 +00:00
version = "0.3.8"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-01-06 15:44:46 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-01-06 15:44:46 +00:00
]
2016-09-20 21:56:27 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2016-09-20 21:56:27 +00:00
[[package]]
2018-01-06 15:44:46 +00:00
name = "winapi-i686-pc-windows-gnu"
2018-01-19 14:57:48 +00:00
version = "0.4.0"
2018-01-06 15:44:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-01-06 15:44:46 +00:00
[[package]]
name = "winapi-util"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
dependencies = [
"winapi 0.3.8",
]
2018-01-06 15:44:46 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
2018-01-19 14:57:48 +00:00
version = "0.4.0"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2016-09-20 21:56:27 +00:00
[[package]]
name = "yaml-rust"
2019-03-11 15:55:45 +00:00
version = "0.4.3"
2016-09-20 21:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
dependencies = [
"linked-hash-map",
]