2019-07-13 20:00:59 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-06-04 01:46:07 +00:00
|
|
|
version = 3
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2020-10-07 06:30:55 +00:00
|
|
|
version = "0.11.0"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:30:55 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2018-02-15 19:47:42 +00:00
|
|
|
|
2020-10-08 06:53:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.2.14"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-02-15 19:47:42 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"hermit-abi",
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 00:42:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "1.0.1"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.12.3"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "1.2.1"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-02-15 19:47:42 +00:00
|
|
|
|
2023-11-29 02:35:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "1.0.60"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.10"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-02-16 07:27:51 +00:00
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.4.19"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-10-08 06:56:27 +00:00
|
|
|
"winapi",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-10-07 06:30:55 +00:00
|
|
|
version = "2.33.3"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:30:55 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2018-02-15 19:47:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2023-11-29 02:35:35 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-10-07 05:59:46 +00:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.4.4"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"autocfg",
|
2020-10-07 05:59:46 +00:00
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.3.5"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.15"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"cfg-if",
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
2020-10-08 06:56:27 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:38:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git-absorb"
|
2023-11-29 02:36:12 +00:00
|
|
|
version = "0.6.11"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:53:57 +00:00
|
|
|
"anyhow",
|
2020-10-07 05:59:46 +00:00
|
|
|
"clap",
|
|
|
|
"git2",
|
|
|
|
"memchr",
|
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-term",
|
2020-10-07 06:54:37 +00:00
|
|
|
"tempfile",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-11-29 02:35:35 +00:00
|
|
|
version = "0.18.1"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:35:35 +00:00
|
|
|
checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2023-11-29 02:35:35 +00:00
|
|
|
"bitflags 2.4.1",
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 06:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.21"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "1.4.0"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-02-15 21:36:35 +00:00
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.2.79"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2024-02-12 15:50:08 +00:00
|
|
|
version = "0.16.2+1.7.2"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 15:50:08 +00:00
|
|
|
checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-08 05:26:18 +00:00
|
|
|
name = "libz-sys"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "1.1.2"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-08 05:26:18 +00:00
|
|
|
name = "log"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "0.4.11"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"cfg-if",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.8"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-05-24 02:27:53 +00:00
|
|
|
|
2018-03-11 06:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-10-07 06:02:16 +00:00
|
|
|
version = "2.3.3"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:02:16 +00:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2018-02-15 21:36:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.43"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"autocfg",
|
2020-10-07 05:59:46 +00:00
|
|
|
"num-traits",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "num-traits"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.2.12"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"autocfg",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2022-06-17 01:36:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "2.1.0"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.3.18"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2020-10-07 06:54:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-10-07 06:54:37 +00:00
|
|
|
version = "0.7.3"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:54:37 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2018-02-16 00:11:33 +00:00
|
|
|
dependencies = [
|
2020-10-07 06:54:37 +00:00
|
|
|
"getrandom",
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
2020-10-07 06:54:37 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
2020-10-07 06:54:37 +00:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:54:37 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-07-15 00:42:32 +00:00
|
|
|
dependencies = [
|
2020-10-07 06:54:37 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-07-15 00:42:32 +00:00
|
|
|
]
|
2018-02-15 19:47:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "rand_core"
|
2020-10-07 06:54:37 +00:00
|
|
|
version = "0.5.1"
|
2019-07-15 00:42:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:54:37 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2019-07-15 00:42:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-07 06:54:37 +00:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:54:37 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2018-02-15 19:47:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 06:54:37 +00:00
|
|
|
"rand_core",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 00:42:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.57"
|
2019-07-15 00:42:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2019-07-15 00:42:32 +00:00
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.3.5"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.5.3"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-02-16 00:11:33 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"winapi",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2020-05-24 02:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.8.2"
|
2020-05-24 02:27:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
|
2020-05-24 02:27:53 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
2020-05-24 02:27:53 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2020-05-24 02:27:53 +00:00
|
|
|
version = "2.5.2"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
|
2018-02-15 21:36:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
2020-05-24 02:27:53 +00:00
|
|
|
version = "2.5.0"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "51b3336ce47ce2f96673499fc07eb85e3472727b9a7a2959964b002c2ce8fbbb"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2020-05-29 18:43:40 +00:00
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "bab1d807cf71129b05ce36914e1dbb6fbfbdecaf686301cb457f4fa967f9f5b6"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "strsim"
|
2020-10-07 06:30:55 +00:00
|
|
|
version = "0.8.0"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:30:55 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2018-02-16 07:27:51 +00:00
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.2.2"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
2018-02-15 21:36:35 +00:00
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
2020-10-07 06:54:37 +00:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:54:37 +00:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2018-02-16 00:11:33 +00:00
|
|
|
dependencies = [
|
2020-10-07 06:54:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-10-07 05:59:46 +00:00
|
|
|
"rand",
|
2020-10-07 06:54:37 +00:00
|
|
|
"redox_syscall",
|
2020-10-07 05:59:46 +00:00
|
|
|
"remove_dir_all",
|
2020-10-07 06:54:37 +00:00
|
|
|
"winapi",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2020-05-24 02:27:53 +00:00
|
|
|
version = "0.6.1"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"dirs",
|
|
|
|
"winapi",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2020-10-07 06:30:55 +00:00
|
|
|
version = "0.11.0"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 06:30:55 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-02-15 19:47:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"unicode-width",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-06-17 01:36:34 +00:00
|
|
|
version = "1.1.4"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-17 01:36:34 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2022-06-17 01:36:34 +00:00
|
|
|
"once_cell",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.44"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-02-15 21:36:35 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"libc",
|
2020-10-08 06:56:27 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-10-07 05:59:46 +00:00
|
|
|
"winapi",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 06:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"matches",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.13"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
2019-07-15 00:42:32 +00:00
|
|
|
dependencies = [
|
2020-10-08 06:56:27 +00:00
|
|
|
"tinyvec",
|
2019-07-15 00:42:32 +00:00
|
|
|
]
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.1.8"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2018-02-15 19:47:42 +00:00
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-10-07 05:59:46 +00:00
|
|
|
version = "2.1.1"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.2.10"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[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.0+wasi-snapshot-preview1"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2018-02-15 21:36:35 +00:00
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-08 06:56:27 +00:00
|
|
|
version = "0.3.9"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 06:56:27 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2020-10-07 05:59:46 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-15 19:36:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 05:59:46 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|