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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.1.8"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.68"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
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 = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-10-04 15:03:52 +00:00
|
|
|
"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"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "1.1.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
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 = [
|
2023-01-31 19:37:42 +00:00
|
|
|
"base64 0.13.1",
|
2020-09-28 22:48:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"rusttype",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.13.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.10.3"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "3.12.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.3.0"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
2021-01-06 11:24:06 +00:00
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cadence"
|
2022-04-22 20:06:03 +00:00
|
|
|
version = "0.29.0"
|
2018-02-24 06:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 20:06:03 +00:00
|
|
|
checksum = "eb681a7408f21c9d9dcb6638e340913ea260cc587518b5976510d2341f085a19"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "8.0.3"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
|
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",
|
2023-01-31 19:37:42 +00:00
|
|
|
"toml 0.5.11",
|
2020-09-28 23:55:02 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "1.0.79"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
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"
|
|
|
|
|
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"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "0.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.5"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
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"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.18.11"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "599f67b56f40863598cb30450427049935d05de2e36c61d33c050f04d7ec8cf2"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2023-01-31 19:37:42 +00:00
|
|
|
"git2 0.15.0",
|
2020-12-26 14:30:17 +00:00
|
|
|
"hex",
|
|
|
|
"home",
|
|
|
|
"memchr",
|
2022-05-23 01:00:40 +00:00
|
|
|
"num_cpus",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-12-26 14:30:17 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"smartstring",
|
2023-01-31 19:37:42 +00:00
|
|
|
"toml 0.5.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crates-index"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "829d7547825bd38a7f57afc7a1aea6cb1da0b1e43a92009467f277f94ad5226b"
|
|
|
|
dependencies = [
|
|
|
|
"git2 0.16.1",
|
|
|
|
"hex",
|
|
|
|
"home",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
|
|
|
"toml 0.6.0",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "crossbeam-channel"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.5.6"
|
2018-03-22 08:47:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
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
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.8.2"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.9.13"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.8.14"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.1.6"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-29 07:30:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-03-07 18:51:57 +00:00
|
|
|
"typenum",
|
2021-12-29 07:30:53 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cvss"
|
2022-05-23 01:00:40 +00:00
|
|
|
version = "2.0.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-23 01:00:40 +00:00
|
|
|
checksum = "7ec6a2f799b0e3103192800872de17ee1d39fe0c598628277b9b012f09b4010f"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.10.6"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
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
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "1.8.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-05-23 01:00:40 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-22 20:06:03 +00:00
|
|
|
version = "0.8.31"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 20:06:03 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
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
|
|
|
]
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "1.8.0"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.3.0"
|
2021-02-10 15:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "932dcfbd51320af5f27f1ba02d2e567dec332cac7d2c221ba45d8e767264c4dc"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "1.1.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "2.9.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "futures-channel"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.26"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.26"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.26"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.26"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.26"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
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"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.14.6"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-02-10 11:49:35 +00:00
|
|
|
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"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.2.8"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
|
|
|
version = "0.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-04-13 19:46:19 +00:00
|
|
|
version = "0.3.17"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:46:19 +00:00
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
|
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"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.12.3"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
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
|
|
|
|
2023-01-17 09:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.5.4"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
|
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"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "0.2.8"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
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",
|
2023-01-17 09:22:13 +00:00
|
|
|
"itoa 1.0.5",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "0.4.5"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "1.8.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
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"
|
2022-03-18 13:21:51 +00:00
|
|
|
version = "1.1.1"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-18 13:21:51 +00:00
|
|
|
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.14.23"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
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",
|
2023-01-17 09:22:13 +00:00
|
|
|
"itoa 1.0.5",
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.3.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 22:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.9.2"
|
2018-02-16 22:31:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
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
|
|
|
]
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "2.7.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.5"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2021-12-29 07:30:53 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "jobserver"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.25"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.3.60"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.2.139"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-01-22 20:42:49 +00:00
|
|
|
version = "0.14.2+1.5.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-22 20:42:49 +00:00
|
|
|
checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
|
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"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "1.1.8"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "0.4.17"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.24.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "19aff2cd19eb4b93df29efa602652513b0f731f1d3474f6e377f763fddf61e58"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2022-10-28 18:45:31 +00:00
|
|
|
"itoa 0.4.8",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud_macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud_macros"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.24.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "e5c114f6f24b08fdd4a25d2fb87a8b140df56b577723247b382e8b04c583f2eb"
|
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"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "2.5.0"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2018-03-12 10:10:27 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.7.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.8.5"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
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",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.2.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
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
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom8"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2022-03-07 18:51:57 +00:00
|
|
|
name = "num_cpus"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.15.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-03-07 18:51:57 +00:00
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-07 18:51:57 +00:00
|
|
|
name = "num_threads"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "0.1.6"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "once_cell"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.17.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-03-25 08:14:35 +00:00
|
|
|
version = "0.10.48"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 08:14:35 +00:00
|
|
|
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
|
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",
|
2022-05-19 17:17:10 +00:00
|
|
|
"openssl-macros",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "0.1.5"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-03-25 08:14:35 +00:00
|
|
|
version = "0.9.83"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 08:14:35 +00:00
|
|
|
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
|
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"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2018-02-14 00:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb"
|
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
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "2.2.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "0.2.9"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.3.26"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "3.0.2"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.50"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
2018-03-12 10:10:27 +00:00
|
|
|
dependencies = [
|
2022-05-19 17:17:10 +00:00
|
|
|
"unicode-ident",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.9.2"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.23"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.6.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "1.10.2"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.2.16"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
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"
|
2022-04-22 20:06:03 +00:00
|
|
|
version = "0.4.3"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 20:06:03 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2022-03-18 13:21:51 +00:00
|
|
|
"thiserror",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.7.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "d3bf6b372449361333ac1f498b7edae4dd5e70dccd7c0c2a7c7bce8f05ede648"
|
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"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.11.14"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2023-01-31 19:37:42 +00:00
|
|
|
"base64 0.21.0",
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-10-03 12:08:16 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-24 15:18:19 +00:00
|
|
|
"h2",
|
2020-10-03 12:08:16 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-10-10 14:14:32 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"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",
|
2022-07-15 12:36:07 +00:00
|
|
|
"tower-service",
|
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"
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-11-25 09:35:28 +00:00
|
|
|
[[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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.26.4"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "ebed6b0e2e926d0d083b6efce3a92ec4cea58e70c4eb954474ca8bbfcf82d970"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"cargo-lock",
|
2023-01-31 19:37:42 +00:00
|
|
|
"crates-index 0.18.11",
|
2020-09-28 23:55:02 +00:00
|
|
|
"cvss",
|
2020-12-26 14:30:17 +00:00
|
|
|
"fs-err",
|
2023-01-31 19:37:42 +00:00
|
|
|
"git2 0.15.0",
|
2020-09-28 23:55:02 +00:00
|
|
|
"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",
|
2023-01-31 19:37:42 +00:00
|
|
|
"toml 0.5.11",
|
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"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "3ff8374aa04134254b7995b63ad3dc41c7f7236f69528b28553da7d72efaa967"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.11"
|
2021-02-14 15:40:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
|
2021-02-14 15:40:37 +00:00
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.12"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.1.21"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "2.8.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
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"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "2.8.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.16"
|
2021-11-25 09:35:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.152"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.152"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.91"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"itoa 1.0.5",
|
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
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "0.7.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2023-01-17 09:22:13 +00:00
|
|
|
"itoa 1.0.5",
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.10.1"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
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",
|
2023-01-31 19:37:42 +00:00
|
|
|
"crates-index 0.19.2",
|
2020-09-28 23:01:14 +00:00
|
|
|
"derive_more",
|
2021-02-10 15:45:14 +00:00
|
|
|
"font-awesome-as-a-crate",
|
2022-01-16 16:48:08 +00:00
|
|
|
"futures-util",
|
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-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",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde_urlencoded",
|
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",
|
2023-01-31 19:37:42 +00:00
|
|
|
"toml 0.7.1",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.4.7"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
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"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "2.9.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
|
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
|
|
|
"slog",
|
2020-10-04 15:03:52 +00:00
|
|
|
"term",
|
|
|
|
"thread_local",
|
2022-03-07 18:51:57 +00:00
|
|
|
"time",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smartstring"
|
2022-05-23 01:00:40 +00:00
|
|
|
version = "1.0.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-23 01:00:40 +00:00
|
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2022-05-23 01:00:40 +00:00
|
|
|
"autocfg",
|
2020-12-26 14:30:17 +00:00
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-05-23 01:00:40 +00:00
|
|
|
"version_check",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7475118a28b7e3a2e157ce0131ba8c5526ea96e90ee601d9f6bb2e286a35ab44"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "socket2"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.4.7"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.107"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-19 17:17:10 +00:00
|
|
|
"unicode-ident",
|
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"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "3.3.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2022-01-24 15:18:19 +00:00
|
|
|
"fastrand",
|
2020-09-29 21:03:55 +00:00
|
|
|
"libc",
|
|
|
|
"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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.38"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.38"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
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"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "1.1.4"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
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"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.3.17"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"itoa 1.0.5",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2022-03-07 18:51:57 +00:00
|
|
|
"num_threads",
|
2022-10-28 18:45:31 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-03-07 18:51:57 +00:00
|
|
|
"time-macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2022-03-07 18:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.2.6"
|
2022-03-07 18:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
2022-10-28 18:45:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-03-07 18:51:57 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tinyvec"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "1.6.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
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"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "1.25.0"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2022-07-15 12:36:07 +00:00
|
|
|
"autocfg",
|
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
|
|
|
"pin-project-lite",
|
2022-03-07 18:51:57 +00:00
|
|
|
"socket2",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio-macros",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
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"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.8.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.7.4"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
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",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2022-04-22 20:06:03 +00:00
|
|
|
"tracing",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "toml"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime 0.5.1",
|
|
|
|
"toml_edit 0.18.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "772c1426ab886e7362aedf4abc9c0d1348a979517efedfc25862944d10137af0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime 0.6.1",
|
|
|
|
"toml_edit 0.19.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.5.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
|
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
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"nom8",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"nom8",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime 0.6.1",
|
|
|
|
]
|
|
|
|
|
2018-03-26 08:23:18 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tower-service"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "0.3.2"
|
2018-03-26 08:23:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.37"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
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"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.30"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2022-07-15 12:36:07 +00:00
|
|
|
"once_cell",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.2.4"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.16.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
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"
|
2023-01-31 19:37:42 +00:00
|
|
|
version = "0.3.10"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 19:37:42 +00:00
|
|
|
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "1.0.6"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.22"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
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"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.10"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "2.3.1"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
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",
|
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"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "0.9.4"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
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
|
|
|
]
|
|
|
|
|
2022-03-18 13:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.83"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.83"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-15 20:04:48 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.4.33"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
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"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.83"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.83"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.2.83"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "0.3.60"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
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
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-10-28 18:45:31 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-10-28 18:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.42.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-18 13:21:51 +00:00
|
|
|
version = "0.10.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-18 13:21:51 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-09-28 22:48:26 +00:00
|
|
|
]
|