2020-09-28 22:18:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-27 14:02:02 +00:00
|
|
|
version = 3
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "ab_glyph_rasterizer"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.5"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "anyhow"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.52"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
|
2020-10-04 15:03:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 23:28:58 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "badge"
|
2018-02-14 00:48:17 +00:00
|
|
|
version = "0.2.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"base64",
|
2020-09-28 22:48:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"rusttype",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "0.13.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.3.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.10.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "3.8.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.1.0"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-06 11:24:06 +00:00
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cadence"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.27.0"
|
2018-02-24 06:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "3ada38d706104adf7e9f01b97f6bc7f30bd7e27904c16759d7ac85a0d5c732b5"
|
2018-02-24 06:37:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"crossbeam-channel",
|
2018-02-24 06:37:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
2021-08-22 21:13:01 +00:00
|
|
|
version = "7.0.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 21:13:01 +00:00
|
|
|
checksum = "7fb04b88bd5b2036e30704f95c6ee16f3b5ca3b4ca307da2889d9006648e5c88"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.0.72"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-09-30 12:58:18 +00:00
|
|
|
version = "0.4.19"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 12:58:18 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
2020-09-28 23:55:02 +00:00
|
|
|
"num-traits",
|
2020-09-28 22:48:26 +00:00
|
|
|
"time",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2021-05-27 14:02:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.9.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.8.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
2021-05-27 14:02:02 +00:00
|
|
|
name = "cpufeatures"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"libc",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crates-index"
|
2021-08-22 21:13:01 +00:00
|
|
|
version = "0.17.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 21:13:01 +00:00
|
|
|
checksum = "8ad4af5c8dd9940a497ef4473e6e558b660a4a1b6e5ce2cb9d85454e2aaaf947"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"git2",
|
|
|
|
"glob",
|
|
|
|
"hex",
|
|
|
|
"home",
|
|
|
|
"memchr",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-12-26 14:30:17 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"smartstring",
|
|
|
|
]
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "crossbeam-channel"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.5.1"
|
2018-03-22 08:47:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2018-03-22 08:47:32 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.8.5"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-29 21:03:55 +00:00
|
|
|
"lazy_static",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cvss"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "1.0.2"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "829862dabeab142ae0efd558d42d8fd874659268ccd810809ac6f1ee6bfcbd3f"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:01:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.99.17"
|
2020-09-28 23:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-09-28 23:01:14 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"convert_case",
|
2020-09-28 23:01:14 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-11-25 09:35:28 +00:00
|
|
|
"rustc_version",
|
2020-09-28 23:01:14 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.10.1"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-02-10 11:49:35 +00:00
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
2021-02-14 15:40:37 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-14 15:40:37 +00:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.8.30"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 15:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "font-awesome-as-a-crate"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.2.0"
|
2021-02-10 15:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "86afa981f309a5d0ddbcb682820e5d6066157f903d06b9fb2959707b958f6618"
|
2021-02-10 15:45:14 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types-shared",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "1.0.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "2.6.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "futures-channel"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.19"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-14 15:40:37 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.2.3"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-29 21:03:55 +00:00
|
|
|
"libc",
|
2021-02-14 15:40:37 +00:00
|
|
|
"wasi",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.13.25"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"bitflags",
|
2020-09-28 23:55:02 +00:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2020-09-28 23:55:02 +00:00
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.9"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2020-09-29 21:03:55 +00:00
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.11.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.19"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "hex"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.4.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "home"
|
|
|
|
version = "0.5.3"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 23:55:02 +00:00
|
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.5"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2021-12-29 07:30:53 +00:00
|
|
|
"itoa 0.4.8",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.4"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"http",
|
2021-05-27 14:02:02 +00:00
|
|
|
"pin-project-lite",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.5.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.0.2"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime-serde"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac34a56cfd4acddb469cc7fff187ed5ac36f498ba085caf8bbc725e3ff474058"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.14.16"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
|
2020-09-28 22:48:26 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2020-09-29 21:03:55 +00:00
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-09-28 22:48:26 +00:00
|
|
|
"httparse",
|
2020-09-30 12:58:18 +00:00
|
|
|
"httpdate",
|
2021-12-29 07:30:53 +00:00
|
|
|
"itoa 0.4.8",
|
2021-11-25 09:35:28 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"socket2",
|
2020-09-29 21:03:55 +00:00
|
|
|
"tokio",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2020-09-28 22:48:26 +00:00
|
|
|
"want",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-01-06 11:24:06 +00:00
|
|
|
version = "0.5.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 11:24:06 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-28 23:55:02 +00:00
|
|
|
"hyper",
|
2020-09-28 22:48:26 +00:00
|
|
|
"native-tls",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2021-01-06 11:24:06 +00:00
|
|
|
"tokio-native-tls",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.2.3"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 22:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.7.0"
|
2018-02-16 22:31:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2018-02-16 22:31:38 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-16 22:31:38 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "instant"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.12"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.3.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
2020-10-03 12:08:16 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.8"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "jobserver"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.24"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.55"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "1.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.2.112"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.12.26+1.3.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.23"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "1.1.3"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.5"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-01-06 11:24:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.4.14"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-05 11:47:24 +00:00
|
|
|
name = "lru_time_cache"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.11.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.9"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maud"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.23.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "7384febb4f8fc970cc2efab1650a6f48cac2e79b0b29587c90497b646fb10e1e"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud_macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud_macros"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.23.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "423430ac467408136d7de93f2929debd8a7bc3e795c92476f45e259b158e3355"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-11-04 13:42:42 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-09-28 22:48:26 +00:00
|
|
|
"syn",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "memchr"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.4.1"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2018-03-12 10:10:27 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.7.14"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2021-01-06 11:24:06 +00:00
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.3.7"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.8"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"lazy_static",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl",
|
2020-09-29 21:03:55 +00:00
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
2020-09-28 22:48:26 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
2020-09-29 21:03:55 +00:00
|
|
|
"tempfile",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 11:24:06 +00:00
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "num-integer"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "0.1.44"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"autocfg",
|
2020-09-28 23:55:02 +00:00
|
|
|
"num-traits",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "num-traits"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "0.2.14"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"autocfg",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "num_cpus"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.13.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "once_cell"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.9.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.10.38"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"bitflags",
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-05-27 14:02:02 +00:00
|
|
|
"once_cell",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.1.4"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.9.72"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:48:17 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "owned_ttf_parser"
|
|
|
|
version = "0.6.0"
|
2018-02-14 00:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
2018-02-14 00:48:17 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ttf-parser",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.11.2"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-01-06 11:24:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.8.5"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-01-06 11:24:06 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-01-06 11:24:06 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.9"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "1622113ce508488160cff04e6abc60960e676d330e1ca0f77c0b8df17c81438f"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"pin-project-internal",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.9"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "b95af56fee93df76d721d356ac1ca41fccf168bc448eb14049234df764ba3e76"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.7"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.3.24"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.0.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.15"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2020-09-29 21:03:55 +00:00
|
|
|
|
2020-11-04 13:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.36"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2018-03-12 10:10:27 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"unicode-xid",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.9.0"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.14"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "rand"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.8.4"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2018-03-12 10:10:27 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-29 21:03:55 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "rand_chacha"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "rand_core"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.6.3"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"getrandom",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "rand_hc"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"rand_core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.10"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-02-14 15:40:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.4.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.6.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "73d4caf086b102ab49d0525b721594a555ab55c6556086bbe52a430ad26c3bd7"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.5.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.11.8"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-10-03 12:08:16 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-10-03 12:08:16 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-01-06 11:24:06 +00:00
|
|
|
"tokio-native-tls",
|
2020-10-03 12:08:16 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "route-recognizer"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-11-25 09:35:28 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2021-11-25 09:35:28 +00:00
|
|
|
]
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustsec"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.25.1"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d6136976fbabcd3ca37a12ae8ecc3408e8d7a94916d1cabdabd86aa4464e0887"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"cargo-lock",
|
2021-05-27 14:02:02 +00:00
|
|
|
"crates-index",
|
2020-09-28 23:55:02 +00:00
|
|
|
"cvss",
|
2020-12-26 14:30:17 +00:00
|
|
|
"fs-err",
|
2020-09-28 23:55:02 +00:00
|
|
|
"git2",
|
|
|
|
"home",
|
2021-02-01 18:46:26 +00:00
|
|
|
"humantime",
|
|
|
|
"humantime-serde",
|
2020-09-28 23:55:02 +00:00
|
|
|
"platforms",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2021-02-01 18:46:26 +00:00
|
|
|
"url",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.9.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-02-14 15:40:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.6"
|
2021-02-14 15:40:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-02-14 15:40:37 +00:00
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.9"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sass-rs"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.2.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
|
|
|
"sass-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sass-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.22"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "933bca23b402377f0ab71e79732a826deffc748013746ac3314f6abc7f9fc51c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"pkg-config",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.1.19"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"lazy_static",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 11:24:06 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.4.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"bitflags",
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.4.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-11-25 09:35:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.132"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
|
2020-09-28 22:53:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde_derive"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.132"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.73"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"itoa 1.0.1",
|
2020-09-28 22:48:26 +00:00
|
|
|
"ryu",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "0.7.0"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2021-12-29 07:30:53 +00:00
|
|
|
"itoa 0.4.8",
|
2020-12-26 14:30:17 +00:00
|
|
|
"ryu",
|
2020-10-03 12:08:16 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.10.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-05-27 14:02:02 +00:00
|
|
|
"cpufeatures",
|
2021-02-10 11:49:35 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shiny-robots"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-09-28 23:28:58 +00:00
|
|
|
"anyhow",
|
2020-09-28 22:48:26 +00:00
|
|
|
"badge",
|
|
|
|
"cadence",
|
2021-05-27 14:02:02 +00:00
|
|
|
"crates-index",
|
2020-09-28 23:01:14 +00:00
|
|
|
"derive_more",
|
2021-02-10 15:45:14 +00:00
|
|
|
"font-awesome-as-a-crate",
|
2020-09-28 22:48:26 +00:00
|
|
|
"futures",
|
2020-09-28 23:55:02 +00:00
|
|
|
"hyper",
|
2020-09-28 22:48:26 +00:00
|
|
|
"indexmap",
|
2020-10-05 11:47:24 +00:00
|
|
|
"lru_time_cache",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud",
|
|
|
|
"once_cell",
|
2021-05-27 14:02:02 +00:00
|
|
|
"pin-project",
|
2021-02-01 18:46:26 +00:00
|
|
|
"pulldown-cmark",
|
2020-09-28 22:48:26 +00:00
|
|
|
"relative-path",
|
2020-10-03 12:08:16 +00:00
|
|
|
"reqwest",
|
2020-09-28 22:48:26 +00:00
|
|
|
"route-recognizer",
|
|
|
|
"rustsec",
|
|
|
|
"sass-rs",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-02-10 11:49:35 +00:00
|
|
|
"sha-1",
|
2020-09-28 22:48:26 +00:00
|
|
|
"slog",
|
2020-10-04 15:03:52 +00:00
|
|
|
"slog-async",
|
|
|
|
"slog-term",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2020-09-28 23:55:02 +00:00
|
|
|
"toml",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.4.0"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.5"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "2.7.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-04 15:03:52 +00:00
|
|
|
name = "slog-async"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "2.7.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "2.8.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "95c1e7e5aab61ced6006149ea772770b84a0d16ce0f7885def313e4829946d76"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-10-04 15:03:52 +00:00
|
|
|
"atty",
|
2020-09-28 22:48:26 +00:00
|
|
|
"chrono",
|
|
|
|
"slog",
|
2020-10-04 15:03:52 +00:00
|
|
|
"term",
|
|
|
|
"thread_local",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.7.0"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-01-06 11:24:06 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smartstring"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.9"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "31aa6a31c0c2b21327ce875f7e8952322acfcfd0c27569a6e18a647281352c9b"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "socket2"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.2"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.0.84"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "tempfile"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "3.2.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-29 21:03:55 +00:00
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
2020-09-28 22:48:26 +00:00
|
|
|
"remove_dir_all",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.7.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.0.30"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.0.30"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "1.1.3"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"once_cell",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "time"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.1.43"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tinyvec"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.5.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tokio"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.15.0"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2020-09-28 22:48:26 +00:00
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-01-06 11:24:06 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-macros"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.7.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 11:24:06 +00:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-util"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.6.9"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2018-03-26 08:23:18 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "toml"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.5.8"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"serde",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 08:23:18 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tower-service"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.3.1"
|
2018-03-26 08:23:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.29"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tracing-core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing-core"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.21"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"lazy_static",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-09-29 21:03:55 +00:00
|
|
|
version = "0.2.3"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-29 21:03:55 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "1.15.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.7"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.19"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"tinyvec",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.9"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.2.2"
|
2018-02-14 00:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2018-02-14 00:48:17 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "2.2.2"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2020-09-28 22:48:26 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
2020-09-29 21:03:55 +00:00
|
|
|
"percent-encoding",
|
2021-02-01 18:46:26 +00:00
|
|
|
"serde",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.15"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.9.3"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-10-03 12:08:16 +00:00
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2020-09-30 12:58:18 +00:00
|
|
|
version = "0.3.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 12:58:18 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2020-09-28 22:48:26 +00:00
|
|
|
"try-lock",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2018-02-14 00:48:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.78"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.78"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.28"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.78"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.78"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.78"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.55"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.3.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-14 00:23: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-09-28 22:48:26 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-14 00:23: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-09-28 22:48:26 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-09-28 22:48:26 +00:00
|
|
|
]
|