|
@@ -1,2519 +0,0 @@
|
|
|
-# This file is automatically @generated by Cargo.
|
|
|
-# It is not intended for manual editing.
|
|
|
-version = 3
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "adler"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aead"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
|
|
-dependencies = [
|
|
|
- "aes-soft",
|
|
|
- "aesni",
|
|
|
- "cipher",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes-gcm"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
|
|
|
-dependencies = [
|
|
|
- "aead",
|
|
|
- "aes",
|
|
|
- "cipher",
|
|
|
- "ctr",
|
|
|
- "ghash",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes-soft"
|
|
|
-version = "0.6.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
- "opaque-debug 0.3.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aesni"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
- "opaque-debug 0.3.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-version = "0.7.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "annotate-snippets"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
|
|
|
-dependencies = [
|
|
|
- "unicode-width",
|
|
|
- "yansi-term",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ansi_colours"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60e2fb6138a49ad9f1cb3c6d8f8ccbdd5e62b4dab317c1b435a47ecd7da1d28f"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ansi_term"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ansi_term"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anymap"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayref"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "atty"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "safemem",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bat"
|
|
|
-version = "0.15.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "91f17c2d9e1cee447a788a15fa6819c0cb488fb2935e3e8c4e7120e1678b7aa8"
|
|
|
-dependencies = [
|
|
|
- "ansi_colours",
|
|
|
- "ansi_term 0.12.1",
|
|
|
- "atty",
|
|
|
- "clap",
|
|
|
- "console",
|
|
|
- "content_inspector",
|
|
|
- "dirs 2.0.2",
|
|
|
- "encoding",
|
|
|
- "error-chain",
|
|
|
- "git2",
|
|
|
- "globset",
|
|
|
- "lazy_static",
|
|
|
- "liquid",
|
|
|
- "path_abs",
|
|
|
- "semver 0.9.0",
|
|
|
- "serde",
|
|
|
- "serde_yaml",
|
|
|
- "shell-words",
|
|
|
- "syntect",
|
|
|
- "unicode-width",
|
|
|
- "wild",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bincode"
|
|
|
-version = "1.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "1.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake2b_simd"
|
|
|
-version = "0.5.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
|
-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 0.12.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-buffer"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "buf-min"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b6ae7069aad07c7cdefe6a22a671f00650728bd2331a4cc62e1e5d0becdf9ca4"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byte-tools"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.0.71"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
|
|
|
-dependencies = [
|
|
|
- "jobserver",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chrono"
|
|
|
-version = "0.4.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
- "time",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cipher"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap"
|
|
|
-version = "2.33.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
|
-dependencies = [
|
|
|
- "ansi_term 0.11.0",
|
|
|
- "atty",
|
|
|
- "bitflags",
|
|
|
- "strsim",
|
|
|
- "term_size",
|
|
|
- "textwrap",
|
|
|
- "unicode-width",
|
|
|
- "vec_map",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "console"
|
|
|
-version = "0.11.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
|
|
|
-dependencies = [
|
|
|
- "encode_unicode",
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "regex",
|
|
|
- "terminal_size",
|
|
|
- "termios",
|
|
|
- "unicode-width",
|
|
|
- "winapi 0.3.9",
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "constant_time_eq"
|
|
|
-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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "convert_case"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cookie"
|
|
|
-version = "0.11.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "80f6044740a4a516b8aac14c140cdf35c1a640b1bd6b98b6224e49143b2f1566"
|
|
|
-dependencies = [
|
|
|
- "aes-gcm",
|
|
|
- "base64 0.13.0",
|
|
|
- "hkdf",
|
|
|
- "hmac",
|
|
|
- "percent-encoding 2.1.0",
|
|
|
- "rand 0.8.4",
|
|
|
- "sha2",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cpufeatures"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cpuid-bool"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crc32fast"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crypto-mac"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ctr"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "derive_more"
|
|
|
-version = "0.99.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
|
|
|
-dependencies = [
|
|
|
- "convert_case",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "rustc_version",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "devise"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74e04ba2d03c5fa0d954c061fc8c9c288badadffc272ebb87679a89846de3ed3"
|
|
|
-dependencies = [
|
|
|
- "devise_codegen",
|
|
|
- "devise_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "devise_codegen"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "066ceb7928ca93a9bedc6d0e612a8a0424048b0ab1f75971b203d01420c055d7"
|
|
|
-dependencies = [
|
|
|
- "devise_core",
|
|
|
- "quote 0.6.13",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "devise_core"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf41c59b22b5e3ec0ea55c7847e5f358d340f3a8d6d53a5cf4f1564967f96487"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "diesel"
|
|
|
-version = "1.4.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "byteorder",
|
|
|
- "diesel_derives",
|
|
|
- "pq-sys",
|
|
|
- "r2d2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "diesel_derives"
|
|
|
-version = "1.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.12.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs"
|
|
|
-version = "1.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "redox_users 0.3.5",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs"
|
|
|
-version = "2.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "dirs-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs-sys"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "redox_users 0.4.0",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "doc-comment"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dtoa"
|
|
|
-version = "0.4.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encode_unicode"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding"
|
|
|
-version = "0.2.33"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
-dependencies = [
|
|
|
- "encoding-index-japanese",
|
|
|
- "encoding-index-korean",
|
|
|
- "encoding-index-simpchinese",
|
|
|
- "encoding-index-singlebyte",
|
|
|
- "encoding-index-tradchinese",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding-index-japanese"
|
|
|
-version = "1.20141219.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
-dependencies = [
|
|
|
- "encoding_index_tests",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding-index-korean"
|
|
|
-version = "1.20141219.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
-dependencies = [
|
|
|
- "encoding_index_tests",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding-index-simpchinese"
|
|
|
-version = "1.20141219.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
-dependencies = [
|
|
|
- "encoding_index_tests",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding-index-singlebyte"
|
|
|
-version = "1.20141219.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
-dependencies = [
|
|
|
- "encoding_index_tests",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding-index-tradchinese"
|
|
|
-version = "1.20141219.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
-dependencies = [
|
|
|
- "encoding_index_tests",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "encoding_index_tests"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "error-chain"
|
|
|
-version = "0.12.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
|
|
-dependencies = [
|
|
|
- "version_check 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fake-simd"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "filetime"
|
|
|
-version = "0.2.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "libc",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "flate2"
|
|
|
-version = "1.0.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "crc32fast",
|
|
|
- "libc",
|
|
|
- "miniz_oxide",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fnv"
|
|
|
-version = "1.0.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "form_urlencoded"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
-dependencies = [
|
|
|
- "matches",
|
|
|
- "percent-encoding 2.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fsevent"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "fsevent-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fsevent-sys"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon-sys"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.12.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
-dependencies = [
|
|
|
- "typenum",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.14.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
-dependencies = [
|
|
|
- "typenum",
|
|
|
- "version_check 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "libc",
|
|
|
- "wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "libc",
|
|
|
- "wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ghash"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
|
|
|
-dependencies = [
|
|
|
- "opaque-debug 0.3.0",
|
|
|
- "polyval",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "git2"
|
|
|
-version = "0.13.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "libc",
|
|
|
- "libgit2-sys",
|
|
|
- "log 0.4.14",
|
|
|
- "url 2.2.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "bstr",
|
|
|
- "fnv",
|
|
|
- "log 0.4.14",
|
|
|
- "regex",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.1.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hkdf"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
|
|
|
-dependencies = [
|
|
|
- "digest 0.9.0",
|
|
|
- "hmac",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
|
|
-dependencies = [
|
|
|
- "crypto-mac",
|
|
|
- "digest 0.9.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httparse"
|
|
|
-version = "1.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "0.10.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
|
|
-dependencies = [
|
|
|
- "base64 0.9.3",
|
|
|
- "httparse",
|
|
|
- "language-tags",
|
|
|
- "log 0.3.9",
|
|
|
- "mime",
|
|
|
- "num_cpus",
|
|
|
- "time",
|
|
|
- "traitobject",
|
|
|
- "typeable",
|
|
|
- "unicase",
|
|
|
- "url 1.7.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
-dependencies = [
|
|
|
- "matches",
|
|
|
- "unicode-bidi",
|
|
|
- "unicode-normalization",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
-dependencies = [
|
|
|
- "matches",
|
|
|
- "unicode-bidi",
|
|
|
- "unicode-normalization",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "1.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "hashbrown",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inotify"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "inotify-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inotify-sys"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "instant"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iovec"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itoa"
|
|
|
-version = "0.4.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "jobserver"
|
|
|
-version = "0.1.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
-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 = "kstring"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1eac31d8e24111621ee7d60b4bc8c3da32925f7606dd8c26a3f789db82a23405"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "language-tags"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazycell"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.104"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libgit2-sys"
|
|
|
-version = "0.12.24+1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "libz-sys",
|
|
|
- "pkg-config",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libz-sys"
|
|
|
-version = "1.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "pkg-config",
|
|
|
- "vcpkg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "line-wrap"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
-dependencies = [
|
|
|
- "safemem",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linked-hash-map"
|
|
|
-version = "0.5.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "liquid"
|
|
|
-version = "0.20.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "503b7cd741bf1a6c01bfdf697ba13f67e2c8e152920af25596763bb0dbcd6215"
|
|
|
-dependencies = [
|
|
|
- "doc-comment",
|
|
|
- "kstring",
|
|
|
- "liquid-core",
|
|
|
- "liquid-derive",
|
|
|
- "liquid-lib",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "liquid-core"
|
|
|
-version = "0.20.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4dc58422728185d54cd044bba4d45a2ef2a7111a421f84d344f65629949de4f1"
|
|
|
-dependencies = [
|
|
|
- "anymap",
|
|
|
- "chrono",
|
|
|
- "itertools",
|
|
|
- "kstring",
|
|
|
- "liquid-derive",
|
|
|
- "num-traits",
|
|
|
- "pest",
|
|
|
- "pest_derive",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "liquid-derive"
|
|
|
-version = "0.20.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cfef35f37f019e5dfc550517045078317f5d37afa64cbf246ecde616a7091cb0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "proc-quote",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "liquid-lib"
|
|
|
-version = "0.20.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c4aa47dc08fd8c6c8aea70a0da2a98c0f0416d49e8b03c5c46354ef559bee3c"
|
|
|
-dependencies = [
|
|
|
- "chrono",
|
|
|
- "itertools",
|
|
|
- "kstring",
|
|
|
- "liquid-core",
|
|
|
- "once_cell",
|
|
|
- "percent-encoding 2.1.0",
|
|
|
- "regex",
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
|
|
-dependencies = [
|
|
|
- "scopeguard",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
-dependencies = [
|
|
|
- "log 0.4.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "maplit"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matches"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mime"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
|
-dependencies = [
|
|
|
- "log 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miniz_oxide"
|
|
|
-version = "0.4.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
-dependencies = [
|
|
|
- "adler",
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.6.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "fuchsia-zircon",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
- "iovec",
|
|
|
- "kernel32-sys",
|
|
|
- "libc",
|
|
|
- "log 0.4.14",
|
|
|
- "miow",
|
|
|
- "net2",
|
|
|
- "slab",
|
|
|
- "winapi 0.2.8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio-extras"
|
|
|
-version = "2.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
-dependencies = [
|
|
|
- "lazycell",
|
|
|
- "log 0.4.14",
|
|
|
- "mio",
|
|
|
- "slab",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miow"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
-dependencies = [
|
|
|
- "kernel32-sys",
|
|
|
- "net2",
|
|
|
- "winapi 0.2.8",
|
|
|
- "ws2_32-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "net2"
|
|
|
-version = "0.2.37"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nom"
|
|
|
-version = "4.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
- "version_check 0.1.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "notify"
|
|
|
-version = "4.0.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "filetime",
|
|
|
- "fsevent",
|
|
|
- "fsevent-sys",
|
|
|
- "inotify",
|
|
|
- "libc",
|
|
|
- "mio",
|
|
|
- "mio-extras",
|
|
|
- "walkdir",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-integer"
|
|
|
-version = "0.1.44"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-traits"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num_cpus"
|
|
|
-version = "1.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell"
|
|
|
-version = "1.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "onig"
|
|
|
-version = "6.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67ddfe2c93bb389eea6e6d713306880c7f6dcc99a75b659ce145d962c861b225"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "onig_sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "onig_sys"
|
|
|
-version = "69.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5dd3eee045c84695b53b20255bb7317063df090b68e18bfac0abb6c39cf7f33e"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "pkg-config",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
-dependencies = [
|
|
|
- "instant",
|
|
|
- "lock_api",
|
|
|
- "parking_lot_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "instant",
|
|
|
- "libc",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
- "smallvec",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "path_abs"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
|
|
|
-dependencies = [
|
|
|
- "std_prelude",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pear"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5320f212db967792b67cfe12bd469d08afd6318a249bd917d5c19bc92200ab8a"
|
|
|
-dependencies = [
|
|
|
- "pear_codegen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pear_codegen"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfc1c836fdc3d1ef87c348b237b5b5c4dff922156fb2d968f57734f9669768ca"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "syn 0.15.44",
|
|
|
- "version_check 0.9.3",
|
|
|
- "yansi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "percent-encoding"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "percent-encoding"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
-
|
|
|
-[[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 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "0.3.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plist"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a38d026d73eeaf2ade76309d0c65db5a35ecf649e3cec428db316243ea9d6711"
|
|
|
-dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "chrono",
|
|
|
- "indexmap",
|
|
|
- "line-wrap",
|
|
|
- "serde",
|
|
|
- "xml-rs",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "polyval"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
|
|
|
-dependencies = [
|
|
|
- "cpuid-bool",
|
|
|
- "opaque-debug 0.3.0",
|
|
|
- "universal-hash",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ppv-lite86"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pq-sys"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
|
|
|
-dependencies = [
|
|
|
- "vcpkg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack"
|
|
|
-version = "0.5.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "0.4.30"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid 0.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "1.0.30"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid 0.2.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-quote"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06ea4226882439d07839be9c7f683e13d6d69d9c2fe960d61f637d1e2fa4c081"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "proc-quote-impl",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-quote-impl"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fb3ec628b063cdbcf316e06a8b8c1a541d28fa6c0a8eacd2bfb2b7f49e88aa0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "0.6.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "1.0.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "r2d2"
|
|
|
-version = "0.8.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
|
|
-dependencies = [
|
|
|
- "log 0.4.14",
|
|
|
- "parking_lot",
|
|
|
- "scheduled-thread-pool",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.1.16",
|
|
|
- "libc",
|
|
|
- "rand_chacha 0.2.2",
|
|
|
- "rand_core 0.5.1",
|
|
|
- "rand_hc 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "rand_chacha 0.3.1",
|
|
|
- "rand_core 0.6.3",
|
|
|
- "rand_hc 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 0.5.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
- "rand_core 0.6.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.1.16",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.5.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.6.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.57"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.2.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_users"
|
|
|
-version = "0.3.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.1.16",
|
|
|
- "redox_syscall 0.1.57",
|
|
|
- "rust-argon2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_users"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.3",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "1.5.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "memchr",
|
|
|
- "regex-syntax",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.6.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "remove_dir_all"
|
|
|
-version = "0.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rocket"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "diesel",
|
|
|
- "lazy_static",
|
|
|
- "num_cpus",
|
|
|
- "rand 0.7.3",
|
|
|
- "rocket 0.4.10",
|
|
|
- "rocket_contrib",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "yarte",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rocket"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4a7ab1dfdc75bb8bd2be381f37796b1b300c45a3c9145b34d86715e8dd90bf28"
|
|
|
-dependencies = [
|
|
|
- "atty",
|
|
|
- "base64 0.13.0",
|
|
|
- "log 0.4.14",
|
|
|
- "memchr",
|
|
|
- "num_cpus",
|
|
|
- "pear",
|
|
|
- "rocket_codegen",
|
|
|
- "rocket_http",
|
|
|
- "state",
|
|
|
- "time",
|
|
|
- "toml 0.4.10",
|
|
|
- "version_check 0.9.3",
|
|
|
- "yansi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rocket_codegen"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1729e687d6d2cf434d174da84fb948f7fef4fac22d20ce94ca61c28b72dbcf9f"
|
|
|
-dependencies = [
|
|
|
- "devise",
|
|
|
- "glob",
|
|
|
- "indexmap",
|
|
|
- "quote 0.6.13",
|
|
|
- "rocket_http",
|
|
|
- "version_check 0.9.3",
|
|
|
- "yansi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rocket_contrib"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b6303dccab46dce6c7ac26c9b9d8d8cde1b19614b027c3f913be6611bff6d9b"
|
|
|
-dependencies = [
|
|
|
- "log 0.4.14",
|
|
|
- "notify",
|
|
|
- "rocket 0.4.10",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rocket_http"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6131e6e6d38a9817f4a494ff5da95971451c2eb56a53915579fc9c80f6ef0117"
|
|
|
-dependencies = [
|
|
|
- "cookie",
|
|
|
- "hyper",
|
|
|
- "indexmap",
|
|
|
- "pear",
|
|
|
- "percent-encoding 1.0.1",
|
|
|
- "smallvec",
|
|
|
- "state",
|
|
|
- "time",
|
|
|
- "unicode-xid 0.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rust-argon2"
|
|
|
-version = "0.8.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
-dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "blake2b_simd",
|
|
|
- "constant_time_eq",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
-dependencies = [
|
|
|
- "semver 0.11.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "1.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "safemem"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "same-file"
|
|
|
-version = "1.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scheduled-thread-pool"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
|
|
-dependencies = [
|
|
|
- "parking_lot",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
-dependencies = [
|
|
|
- "semver-parser 0.7.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
-dependencies = [
|
|
|
- "semver-parser 0.10.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver-parser"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver-parser"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
-dependencies = [
|
|
|
- "pest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde"
|
|
|
-version = "1.0.130"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
|
|
-dependencies = [
|
|
|
- "serde_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_derive"
|
|
|
-version = "1.0.130"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_json"
|
|
|
-version = "1.0.68"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_yaml"
|
|
|
-version = "0.8.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
|
|
|
-dependencies = [
|
|
|
- "dtoa",
|
|
|
- "indexmap",
|
|
|
- "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 0.7.3",
|
|
|
- "digest 0.8.1",
|
|
|
- "fake-simd",
|
|
|
- "opaque-debug 0.2.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha2"
|
|
|
-version = "0.9.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
|
|
|
-dependencies = [
|
|
|
- "block-buffer 0.9.0",
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "cpufeatures",
|
|
|
- "digest 0.9.0",
|
|
|
- "opaque-debug 0.3.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "shell-words"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slab"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "1.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "state"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "std_prelude"
|
|
|
-version = "0.2.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strsim"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "2.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "0.15.44"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "unicode-xid 0.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "1.0.80"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "unicode-xid 0.2.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syntect"
|
|
|
-version = "4.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
|
|
|
-dependencies = [
|
|
|
- "bincode",
|
|
|
- "bitflags",
|
|
|
- "flate2",
|
|
|
- "fnv",
|
|
|
- "lazy_static",
|
|
|
- "lazycell",
|
|
|
- "onig",
|
|
|
- "plist",
|
|
|
- "regex-syntax",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "walkdir",
|
|
|
- "yaml-rust",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tempfile"
|
|
|
-version = "3.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "libc",
|
|
|
- "rand 0.8.4",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
- "remove_dir_all",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "term_size"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "terminal_size"
|
|
|
-version = "0.1.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "termios"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "textwrap"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
-dependencies = [
|
|
|
- "term_size",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time"
|
|
|
-version = "0.1.43"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinyvec"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
|
|
|
-dependencies = [
|
|
|
- "tinyvec_macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinyvec_macros"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toml"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toml"
|
|
|
-version = "0.5.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toolchain_find"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e458af37ead6107144c2e3bb892f605ddfad20251f12143cda8b9c9072b1ca45"
|
|
|
-dependencies = [
|
|
|
- "dirs 1.0.5",
|
|
|
- "lazy_static",
|
|
|
- "regex",
|
|
|
- "semver 0.9.0",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "traitobject"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typeable"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typenum"
|
|
|
-version = "1.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ucd-trie"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicase"
|
|
|
-version = "1.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
|
-dependencies = [
|
|
|
- "version_check 0.1.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-bidi"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-normalization"
|
|
|
-version = "0.1.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
-dependencies = [
|
|
|
- "tinyvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-segmentation"
|
|
|
-version = "1.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-width"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "universal-hash"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.14.4",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "url"
|
|
|
-version = "1.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
-dependencies = [
|
|
|
- "idna 0.1.5",
|
|
|
- "matches",
|
|
|
- "percent-encoding 1.0.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "url"
|
|
|
-version = "2.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
-dependencies = [
|
|
|
- "form_urlencoded",
|
|
|
- "idna 0.2.3",
|
|
|
- "matches",
|
|
|
- "percent-encoding 2.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "v_escape"
|
|
|
-version = "0.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "039a44473286eb84e4e74f90165feff67c802dbeced7ee4c5b00d719b0d0475e"
|
|
|
-dependencies = [
|
|
|
- "buf-min",
|
|
|
- "v_escape_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "v_escape_derive"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f29769400af8b264944b851c961a4a6930e76604f59b1fcd51246bab6a296c8c"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "v_eval"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0dd8b599d797eb038d0dde9a3860aacb6bbba3bffa4ac64f807c8673820cc9d9"
|
|
|
-dependencies = [
|
|
|
- "regex",
|
|
|
- "syn 1.0.80",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "v_htmlescape"
|
|
|
-version = "0.10.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "11d7c2a33ed7cf0dc1b42bcf39e01b6512f9df08f09e1cd8a49d9dc49a6a9482"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "v_escape",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vcpkg"
|
|
|
-version = "0.2.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vec_map"
|
|
|
-version = "0.8.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "version_check"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "version_check"
|
|
|
-version = "0.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "walkdir"
|
|
|
-version = "2.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
-dependencies = [
|
|
|
- "same-file",
|
|
|
- "winapi 0.3.9",
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.9.0+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.10.2+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wild"
|
|
|
-version = "2.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020"
|
|
|
-dependencies = [
|
|
|
- "glob",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.2.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
-dependencies = [
|
|
|
- "winapi-i686-pc-windows-gnu",
|
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-build"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-util"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ws2_32-sys"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8",
|
|
|
- "winapi-build",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "xml-rs"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yaml-rust"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
-dependencies = [
|
|
|
- "linked-hash-map",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yansi"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yansi-term"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bf9c166e91cc675b0e35a7b5c11c503a69d3a1a08199a2e4ee04be5437141415"
|
|
|
-dependencies = [
|
|
|
- "yarte_derive",
|
|
|
- "yarte_helpers",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte_codegen"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6bf9b3fb42472bbacc2ba2a2666fcf6181e75a8813e99c7a6904408e754c80a8"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
- "yarte_helpers",
|
|
|
- "yarte_hir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte_derive"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "83a95b81c50ed3ca0b74bc07e10ede3c3fd19d96cf3123f976fb892994e25d49"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
- "yarte_codegen",
|
|
|
- "yarte_helpers",
|
|
|
- "yarte_hir",
|
|
|
- "yarte_parser",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte_helpers"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f13cb211fffcfc9ac73726af6885f35a627d5662fe380a962529db071a3332d"
|
|
|
-dependencies = [
|
|
|
- "bat",
|
|
|
- "dtoa",
|
|
|
- "itoa",
|
|
|
- "serde",
|
|
|
- "tempfile",
|
|
|
- "toml 0.5.8",
|
|
|
- "toolchain_find",
|
|
|
- "v_htmlescape",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte_hir"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "52cf5bf631abc1a19f1a36a94c930c199189aaa4fbf8e58eed389e37296c1557"
|
|
|
-dependencies = [
|
|
|
- "derive_more",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
- "v_eval",
|
|
|
- "v_htmlescape",
|
|
|
- "yarte_helpers",
|
|
|
- "yarte_parser",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yarte_parser"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3177ba149116c8c15c31ec0e4a164f79a0102d6721d9b9db9999c63d830ee606"
|
|
|
-dependencies = [
|
|
|
- "annotate-snippets",
|
|
|
- "derive_more",
|
|
|
- "proc-macro2 1.0.30",
|
|
|
- "quote 1.0.10",
|
|
|
- "syn 1.0.80",
|
|
|
- "unicode-xid 0.2.2",
|
|
|
- "yarte_helpers",
|
|
|
-]
|