deps.rs/Cargo.lock

1666 lines
40 KiB
Text
Raw Normal View History

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"
version = "0.1.5"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
2018-02-18 04:11:48 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "anyhow"
2022-04-22 20:06:03 +00:00
version = "1.0.57"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
2020-10-04 15:03:52 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-01-06 11:24:06 +00:00
"winapi",
2020-10-04 15:03:52 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "autocfg"
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 = [
2020-09-29 21:03:55 +00:00
"base64",
2020-09-28 22:48:26 +00:00
"once_cell",
"rusttype",
"serde",
"serde_urlencoded",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "base64"
version = "0.13.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2018-02-14 00:23:42 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-09-28 22:18:06 +00:00
[[package]]
name = "block-buffer"
2022-03-07 18:51:57 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
dependencies = [
"generic-array",
]
2020-10-03 12:08:16 +00:00
[[package]]
name = "bumpalo"
version = "3.9.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2018-02-14 00:23:42 +00:00
2021-01-06 11:24:06 +00:00
[[package]]
name = "bytes"
version = "1.1.0"
2021-01-06 11:24:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
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"
version = "7.0.1"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb04b88bd5b2036e30704f95c6ee16f3b5ca3b4ca307da2889d9006648e5c88"
2020-09-28 23:55:02 +00:00
dependencies = [
2021-12-29 07:30:53 +00:00
"semver",
2020-09-28 23:55:02 +00:00
"serde",
"toml",
"url",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "cc"
2022-03-07 18:51:57 +00:00
version = "1.0.73"
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 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-09-28 23:55:02 +00:00
dependencies = [
"jobserver",
]
2018-02-14 00:23:42 +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"
version = "0.8.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2018-02-14 00:23:42 +00:00
[[package]]
2021-05-27 14:02:02 +00:00
name = "cpufeatures"
2022-04-22 20:06:03 +00:00
version = "0.2.2"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
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
]
[[package]]
name = "crates-index"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad4af5c8dd9940a497ef4473e6e558b660a4a1b6e5ce2cb9d85454e2aaaf947"
dependencies = [
"git2",
"glob",
"hex",
"home",
"memchr",
2021-12-29 07:30:53 +00:00
"semver",
"serde",
"serde_derive",
"serde_json",
"smartstring",
]
2018-02-24 06:37:42 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "crossbeam-channel"
2022-04-22 20:06:03 +00:00
version = "0.5.4"
2018-03-22 08:47:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2018-03-22 08:47:32 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-03-18 13:21:51 +00:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 13:21:51 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:18:06 +00:00
]
2021-12-29 07:30:53 +00:00
[[package]]
name = "crypto-common"
2022-03-07 18:51:57 +00:00
version = "0.1.3"
2021-12-29 07:30:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
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"
2021-05-27 14:02:02 +00:00
version = "1.0.2"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "829862dabeab142ae0efd558d42d8fd874659268ccd810809ac6f1ee6bfcbd3f"
2020-09-28 23:55:02 +00:00
dependencies = [
"serde",
]
2020-09-28 23:01:14 +00:00
[[package]]
name = "derive_more"
2021-12-29 07:30:53 +00:00
version = "0.99.17"
2020-09-28 23:01:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2020-09-28 23:01:14 +00:00
dependencies = [
2021-05-27 14:02:02 +00:00
"convert_case",
2020-09-28 23:01:14 +00:00
"proc-macro2",
"quote",
"rustc_version",
2020-09-28 23:01:14 +00:00
"syn",
]
[[package]]
name = "digest"
2022-03-07 18:51:57 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
dependencies = [
2021-12-29 07:30:53 +00:00
"block-buffer",
"crypto-common",
]
2020-10-04 15:03:52 +00:00
[[package]]
2021-02-14 15:40:37 +00:00
name = "dirs-next"
version = "2.0.0"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-14 15:40:37 +00:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-10-04 15:03:52 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
"dirs-sys-next",
2020-10-04 15:03:52 +00:00
]
[[package]]
2021-02-14 15:40:37 +00:00
name = "dirs-sys-next"
version = "0.1.2"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-14 15:40:37 +00:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-10-04 15:03:52 +00:00
dependencies = [
"libc",
"redox_users",
2021-01-06 11:24:06 +00:00
"winapi",
2020-10-04 15:03:52 +00:00
]
2020-10-03 12:08:16 +00:00
[[package]]
name = "encoding_rs"
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
]
[[package]]
name = "fastrand"
2022-03-07 18:51:57 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
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
[[package]]
name = "font-awesome-as-a-crate"
2021-12-29 07:30:53 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "86afa981f309a5d0ddbcb682820e5d6066157f903d06b9fb2959707b958f6618"
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
[[package]]
name = "form_urlencoded"
2021-05-27 14:02:02 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "fs-err"
2022-03-07 18:51:57 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "futures-channel"
2022-03-07 18:51:57 +00:00
version = "0.3.21"
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 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"futures-core",
]
[[package]]
name = "futures-core"
2022-03-07 18:51:57 +00:00
version = "0.3.21"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-09-30 12:58:18 +00:00
[[package]]
name = "futures-sink"
2022-03-07 18:51:57 +00:00
version = "0.3.21"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-09-30 12:58:18 +00:00
[[package]]
name = "futures-task"
2022-03-07 18:51:57 +00:00
version = "0.3.21"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-09-30 12:58:18 +00:00
[[package]]
name = "futures-util"
2022-03-07 18:51:57 +00:00
version = "0.3.21"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
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
]
[[package]]
name = "generic-array"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [
"typenum",
"version_check",
]
[[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-04-22 20:06:03 +00:00
version = "0.2.6"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
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-03-18 13:21:51 +00:00
"wasi 0.10.2+wasi-snapshot-preview1",
2020-09-29 21:03:55 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "git2"
2021-12-29 07:30:53 +00:00
version = "0.13.25"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
2020-09-28 23:55:02 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2020-09-28 23:55:02 +00:00
"libc",
"libgit2-sys",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 23:55:02 +00:00
"openssl-probe",
"openssl-sys",
"url",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-09-29 21:03:55 +00:00
[[package]]
name = "h2"
2022-04-22 20:06:03 +00:00
version = "0.3.13"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
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"
version = "0.11.2"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-09-28 22:18:06 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "hex"
2021-05-27 14:02:02 +00:00
version = "0.4.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-09-28 23:55:02 +00:00
dependencies = [
"serde",
]
2018-02-14 00:23:42 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "home"
version = "0.5.3"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 23:55:02 +00:00
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
2018-02-18 04:11:48 +00:00
dependencies = [
2021-01-06 11:24:06 +00:00
"winapi",
2018-02-18 04:11:48 +00:00
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "http"
version = "0.2.6"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
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",
2022-03-07 18:51:57 +00:00
"itoa",
2020-09-29 21:03:55 +00:00
]
[[package]]
name = "http-body"
version = "0.4.4"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2020-09-29 21:03:55 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"bytes",
2020-09-29 21:03:55 +00:00
"http",
2021-05-27 14:02:02 +00:00
"pin-project-lite",
2020-09-29 21:03:55 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "httparse"
2022-04-22 20:06:03 +00:00
version = "1.7.0"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
2020-09-28 23:55:02 +00:00
2020-09-30 12:58:18 +00:00
[[package]]
name = "httpdate"
version = "1.0.2"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-09-30 12:58:18 +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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 13:21:51 +00:00
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime",
"serde",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "hyper"
2022-04-22 20:06:03 +00:00
version = "0.14.18"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
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",
2022-03-07 18:51:57 +00:00
"itoa",
"pin-project-lite",
2020-09-30 12:58:18 +00:00
"socket2",
2020-09-29 21:03:55 +00:00
"tokio",
2020-09-30 12:58:18 +00:00
"tower-service",
"tracing",
2020-09-28 22:48:26 +00:00
"want",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "hyper-tls"
2021-01-06 11:24:06 +00:00
version = "0.5.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-06 11:24:06 +00:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2018-02-14 00:23:42 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"bytes",
2020-09-28 23:55:02 +00:00
"hyper",
2020-09-28 22:48:26 +00:00
"native-tls",
2020-09-30 12:58:18 +00:00
"tokio",
2021-01-06 11:24:06 +00:00
"tokio-native-tls",
2018-02-14 00:23:42 +00:00
]
2018-02-18 04:11:48 +00:00
[[package]]
name = "idna"
2021-05-27 14:02:02 +00:00
version = "0.2.3"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2018-02-18 04:11:48 +00:00
]
2018-02-16 22:31:38 +00:00
[[package]]
name = "indexmap"
2022-04-22 20:06:03 +00:00
version = "1.8.1"
2018-02-16 22:31:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
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
]
[[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"
2022-04-22 20:06:03 +00:00
version = "2.5.0"
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 = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2018-02-14 00:23:42 +00:00
2021-12-29 07:30:53 +00:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:55:02 +00:00
name = "jobserver"
version = "0.1.24"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-09-28 23:55:02 +00:00
dependencies = [
"libc",
]
2018-02-14 00:23:42 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "js-sys"
2022-04-22 20:06:03 +00:00
version = "0.3.57"
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 = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
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"
2022-04-22 20:06:03 +00:00
version = "0.2.124"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "libgit2-sys"
2021-12-29 07:30:53 +00:00
version = "0.12.26+1.3.0"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
2020-09-28 23:55:02 +00:00
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
[[package]]
name = "libssh2-sys"
version = "0.2.23"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-03-18 13:21:51 +00:00
version = "1.1.5"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 13:21:51 +00:00
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
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-04-22 20:06:03 +00:00
version = "0.4.16"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
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]]
name = "lru_time_cache"
version = "0.11.11"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
2018-02-14 00:23:42 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "matches"
version = "0.1.9"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2018-02-18 04:11:48 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "maud"
version = "0.23.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7384febb4f8fc970cc2efab1650a6f48cac2e79b0b29587c90497b646fb10e1e"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"maud_macros",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "maud_macros"
version = "0.23.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423430ac467408136d7de93f2929debd8a7bc3e795c92476f45e259b158e3355"
2018-02-14 00:23:42 +00:00
dependencies = [
"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"
version = "2.4.1"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2018-03-12 10:10:27 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-02-14 00:23:42 +00:00
[[package]]
name = "mio"
2022-03-18 13:21:51 +00:00
version = "0.8.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 13:21:51 +00:00
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
2020-09-29 21:03:55 +00:00
"log",
2021-01-06 11:24:06 +00:00
"miow",
"ntapi",
2022-03-18 13:21:51 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2021-01-06 11:24:06 +00:00
"winapi",
2018-02-14 00:23:42 +00:00
]
2020-09-30 12:58:18 +00:00
[[package]]
name = "miow"
2021-05-27 14:02:02 +00:00
version = "0.3.7"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-09-30 12:58:18 +00:00
dependencies = [
2021-01-06 11:24:06 +00:00
"winapi",
2020-09-30 12:58:18 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "native-tls"
2022-04-22 20:06:03 +00:00
version = "0.2.10"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"lazy_static",
2020-09-28 22:48:26 +00:00
"libc",
2020-09-29 21:03:55 +00:00
"log",
2020-09-28 22:48:26 +00:00
"openssl",
2020-09-29 21:03:55 +00:00
"openssl-probe",
"openssl-sys",
2020-09-28 22:48:26 +00:00
"schannel",
"security-framework",
"security-framework-sys",
2020-09-29 21:03:55 +00:00
"tempfile",
2018-02-14 00:23:42 +00:00
]
[[package]]
2021-01-06 11:24:06 +00:00
name = "ntapi"
2022-03-07 18:51:57 +00:00
version = "0.3.7"
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 = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2018-02-14 00:23:42 +00:00
dependencies = [
2021-01-06 11:24:06 +00:00
"winapi",
2018-02-14 00:23:42 +00:00
]
[[package]]
2022-03-07 18:51:57 +00:00
name = "num_cpus"
version = "1.13.1"
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 = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2018-02-14 00:23:42 +00:00
dependencies = [
2022-03-07 18:51:57 +00:00
"hermit-abi",
"libc",
2018-02-14 00:23:42 +00:00
]
[[package]]
2022-03-07 18:51:57 +00:00
name = "num_threads"
2022-03-18 13:21:51 +00:00
version = "0.1.5"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 13:21:51 +00:00
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
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"
2022-03-07 18:51:57 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl"
version = "0.10.38"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"bitflags",
2021-02-14 15:40:37 +00:00
"cfg-if",
2020-09-28 22:48:26 +00:00
"foreign-types",
"libc",
2021-05-27 14:02:02 +00:00
"once_cell",
2020-09-28 22:48:26 +00:00
"openssl-sys",
2018-02-14 00:23:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-09-28 23:55:02 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl-sys"
2021-12-29 07:30:53 +00:00
version = "0.9.72"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2018-02-14 00:23:42 +00:00
]
2018-02-14 00:48:17 +00:00
[[package]]
2020-09-28 22:18:06 +00:00
name = "owned_ttf_parser"
version = "0.6.0"
2018-02-14 00:48:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2018-02-14 00:48:17 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"ttf-parser",
2020-09-28 22:18:06 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project-lite"
version = "0.2.8"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
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-04-22 20:06:03 +00:00
version = "0.3.25"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "platforms"
version = "2.0.0"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
2020-09-28 23:55:02 +00:00
dependencies = [
"serde",
]
[[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"
2022-04-22 20:06:03 +00:00
version = "1.0.37"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
2018-03-12 10:10:27 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"unicode-xid",
2018-03-12 10:10:27 +00:00
]
[[package]]
name = "pulldown-cmark"
2022-03-07 18:51:57 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
dependencies = [
"bitflags",
"getopts",
"memchr",
"unicase",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "quote"
2022-04-22 20:06:03 +00:00
version = "1.0.18"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
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
[[package]]
name = "redox_syscall"
2022-04-22 20:06:03 +00:00
version = "0.2.13"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
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"
2022-04-22 20:06:03 +00:00
version = "1.7.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "b4e112eddc95bbf25365df3b5414354ad2fe7ee465eddb9965a515faf8c3b6d9"
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"
2022-03-18 13:21:51 +00:00
version = "0.11.10"
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 = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
2020-10-03 12:08:16 +00:00
dependencies = [
"base64",
2021-02-14 15:40:37 +00:00
"bytes",
2020-10-03 12:08:16 +00:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2020-10-03 12:08:16 +00:00
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
2021-01-06 11:24:06 +00:00
"pin-project-lite",
2020-10-03 12:08:16 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2021-01-06 11:24:06 +00:00
"tokio-native-tls",
2020-10-03 12:08:16 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "route-recognizer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
[[package]]
name = "rustc_version"
2021-12-29 07:30:53 +00:00
version = "0.4.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2021-12-29 07:30:53 +00:00
"semver",
]
2020-09-28 22:18:06 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "rustsec"
version = "0.25.1"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6136976fbabcd3ca37a12ae8ecc3408e8d7a94916d1cabdabd86aa4464e0887"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"cargo-lock",
2021-05-27 14:02:02 +00:00
"crates-index",
2020-09-28 23:55:02 +00:00
"cvss",
"fs-err",
2020-09-28 23:55:02 +00:00
"git2",
"home",
"humantime",
"humantime-serde",
2020-09-28 23:55:02 +00:00
"platforms",
2021-12-29 07:30:53 +00:00
"semver",
2020-09-28 23:55:02 +00:00
"serde",
"thiserror",
"toml",
"url",
2018-02-18 04:11:48 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "rusttype"
2020-09-28 22:18:06 +00:00
version = "0.9.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"ab_glyph_rasterizer",
"owned_ttf_parser",
2018-02-14 00:23:42 +00:00
]
2021-02-14 15:40:37 +00:00
[[package]]
name = "rustversion"
2021-12-29 07:30:53 +00:00
version = "1.0.6"
2021-02-14 15:40:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
2021-02-14 15:40:37 +00:00
2020-09-28 22:18:06 +00:00
[[package]]
name = "ryu"
2021-12-29 07:30:53 +00:00
version = "1.0.9"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2020-09-28 22:18:06 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "sass-rs"
2020-09-28 22:18:06 +00:00
version = "0.2.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"libc",
"sass-sys",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "sass-sys"
version = "0.4.22"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "933bca23b402377f0ab71e79732a826deffc748013746ac3314f6abc7f9fc51c"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"cc",
"libc",
"num_cpus",
"pkg-config",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "schannel"
2020-09-28 22:18:06 +00:00
version = "0.1.19"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-29 21:03:55 +00:00
"lazy_static",
2021-01-06 11:24:06 +00:00
"winapi",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "security-framework"
2022-03-07 18:51:57 +00:00
version = "2.6.1"
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 = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
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"
2022-03-07 18:51:57 +00:00
version = "2.6.1"
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 = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
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 = "semver"
2022-04-22 20:06:03 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
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"
2022-03-07 18:51:57 +00:00
version = "1.0.136"
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 = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
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"
2022-03-07 18:51:57 +00:00
version = "1.0.136"
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 = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
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"
2022-03-07 18:51:57 +00:00
version = "1.0.79"
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 = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2018-02-14 00:23:42 +00:00
dependencies = [
2022-03-07 18:51:57 +00:00
"itoa",
2020-09-28 22:48:26 +00:00
"ryu",
2020-09-28 23:55:02 +00:00
"serde",
2020-09-28 22:18:06 +00:00
]
2020-10-03 12:08:16 +00:00
[[package]]
name = "serde_urlencoded"
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 = [
"form_urlencoded",
2022-03-07 18:51:57 +00:00
"itoa",
"ryu",
2020-10-03 12:08:16 +00:00
"serde",
]
[[package]]
name = "sha-1"
2021-12-29 07:30:53 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
2021-05-27 14:02:02 +00:00
"cpufeatures",
"digest",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "shiny-robots"
version = "0.1.0"
dependencies = [
2020-09-28 23:28:58 +00:00
"anyhow",
2020-09-28 22:48:26 +00:00
"badge",
"cadence",
2021-05-27 14:02:02 +00:00
"crates-index",
2020-09-28 23:01:14 +00:00
"derive_more",
"font-awesome-as-a-crate",
"futures-util",
2020-09-28 23:55:02 +00:00
"hyper",
2020-09-28 22:48:26 +00:00
"indexmap",
"lru_time_cache",
2020-09-28 22:48:26 +00:00
"maud",
"once_cell",
"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",
"serde_urlencoded",
"sha-1",
2020-09-28 22:48:26 +00:00
"slog",
2020-10-04 15:03:52 +00:00
"slog-async",
"slog-term",
2020-09-30 12:58:18 +00:00
"tokio",
2020-09-28 23:55:02 +00:00
"toml",
2020-09-30 12:58:18 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "slab"
2022-04-22 20:06:03 +00:00
version = "0.4.6"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2018-02-14 00:23:42 +00:00
[[package]]
name = "slog"
version = "2.7.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
2018-02-14 00:23:42 +00:00
[[package]]
2020-10-04 15:03:52 +00:00
name = "slog-async"
version = "2.7.0"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
[[package]]
name = "smartstring"
2022-03-07 18:51:57 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "e714dff2b33f2321fdcd475b71cec79781a692d846f37f415fb395a1d2bcd48e"
dependencies = [
"serde",
"static_assertions",
]
2020-09-29 21:03:55 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "socket2"
2022-03-07 18:51:57 +00:00
version = "0.4.4"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
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
]
[[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"
2022-04-22 20:06:03 +00:00
version = "1.0.91"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2018-02-14 00:23:42 +00:00
]
2020-10-04 15:03:52 +00:00
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-29 21:03:55 +00:00
name = "tempfile"
version = "3.3.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2018-02-14 00:23:42 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
"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"
version = "1.0.30"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-09-28 23:55:02 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-09-28 23:55:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-04 15:03:52 +00:00
[[package]]
name = "thread_local"
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-04-22 20:06:03 +00:00
version = "0.3.9"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2018-02-14 00:23:42 +00:00
dependencies = [
2022-03-07 18:51:57 +00:00
"itoa",
2020-09-28 22:48:26 +00:00
"libc",
2022-03-07 18:51:57 +00:00
"num_threads",
"time-macros",
2018-02-14 00:23:42 +00:00
]
2022-03-07 18:51:57 +00:00
[[package]]
name = "time-macros"
2022-04-22 20:06:03 +00:00
version = "0.2.4"
2022-03-07 18:51:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
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"
version = "1.5.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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"
2022-03-07 18:51:57 +00:00
version = "1.17.0"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 18:51:57 +00:00
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
2020-09-29 21:03:55 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"bytes",
2020-09-30 12:58:18 +00:00
"libc",
"memchr",
2020-09-28 22:48:26 +00:00
"mio",
"num_cpus",
2021-01-06 11:24:06 +00:00
"pin-project-lite",
2022-03-07 18:51:57 +00:00
"socket2",
2020-09-30 12:58:18 +00:00
"tokio-macros",
2021-01-06 11:24:06 +00:00
"winapi",
2018-03-12 10:10:27 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tokio-macros"
2021-12-29 07:30:53 +00:00
version = "1.7.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"proc-macro2",
"quote",
"syn",
2020-09-28 22:18:06 +00:00
]
[[package]]
2021-01-06 11:24:06 +00:00
name = "tokio-native-tls"
version = "0.3.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-06 11:24:06 +00:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"native-tls",
"tokio",
2018-02-14 00:23:42 +00:00
]
2018-03-12 10:10:27 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tokio-util"
2022-04-22 20:06:03 +00:00
version = "0.7.1"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
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"
2022-04-22 20:06:03 +00:00
version = "0.5.9"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"serde",
2018-03-12 10:10:27 +00:00
]
2018-03-26 08:23:18 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tower-service"
2021-02-14 15:40:37 +00:00
version = "0.3.1"
2018-03-26 08:23:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-14 15:40:37 +00:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-09-28 22:18:06 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tracing"
2022-04-22 20:06:03 +00:00
version = "0.1.34"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
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",
2022-04-22 20:06:03 +00:00
"tracing-attributes",
2020-09-30 12:58:18 +00:00
"tracing-core",
2018-02-14 00:23:42 +00:00
]
2022-04-22 20:06:03 +00:00
[[package]]
name = "tracing-attributes"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tracing-core"
2022-04-22 20:06:03 +00:00
version = "0.1.26"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"lazy_static",
2018-02-14 00:23:42 +00:00
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "try-lock"
2020-09-29 21:03:55 +00:00
version = "0.2.3"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 21:03:55 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-09-28 22:18:06 +00:00
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-09-28 22:18:06 +00:00
[[package]]
name = "typenum"
2021-12-29 07:30:53 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:30:53 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[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"
version = "0.3.7"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2018-02-18 04:11:48 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-09-28 22:18:06 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"tinyvec",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2018-03-12 10:10:27 +00:00
[[package]]
name = "unicode-xid"
2021-05-27 14:02:02 +00:00
version = "0.2.2"
2018-02-14 00:48:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2018-02-14 00:48:17 +00:00
2018-02-18 04:11:48 +00:00
[[package]]
name = "url"
2021-05-27 14:02:02 +00:00
version = "2.2.2"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-27 14:02:02 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2018-02-18 04:11:48 +00:00
dependencies = [
"form_urlencoded",
2020-09-28 22:48:26 +00:00
"idna",
"matches",
2020-09-29 21:03:55 +00:00
"percent-encoding",
"serde",
2018-02-18 04:11:48 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2018-02-14 00:23:42 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "wasi"
2021-02-14 15:40:37 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-14 15:40:37 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2018-02-14 00:48:17 +00:00
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-04-22 20:06:03 +00:00
version = "0.2.80"
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 = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
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-04-22 20:06:03 +00:00
version = "0.2.80"
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 = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2020-10-03 12:08:16 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-04-22 20:06:03 +00:00
version = "0.4.30"
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 = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
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-04-22 20:06:03 +00:00
version = "0.2.80"
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 = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2020-10-03 12:08:16 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-04-22 20:06:03 +00:00
version = "0.2.80"
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 = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
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-04-22 20:06:03 +00:00
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-22 20:06:03 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2020-10-03 12:08:16 +00:00
[[package]]
name = "web-sys"
2022-04-22 20:06:03 +00:00
version = "0.3.57"
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 = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2020-10-03 12:08:16 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi"
2020-09-28 22:18:06 +00:00
version = "0.3.9"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-02-14 00:23:42 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-28 22:48:26 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-02-14 00:23:42 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "winreg"
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
]