2021-08-17 09:59:34 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.7.6"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"getrandom 0.2.10",
|
2023-05-28 12:38:57 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.4"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.75"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "atom_syndication"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.12.2"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "571832dcff775e26562e8e6930cd483de5587301d40d3a3b85d532b6383e15a7"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"diligent-date-parser",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.13.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-05-28 12:38:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "bitflags"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.4.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"generic-array",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.4.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.26"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"android-tzdata",
|
2022-12-14 21:39:19 -08:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.27.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
2022-10-02 00:42:23 -07:00
|
|
|
"itoa 0.4.8",
|
2021-08-17 09:59:34 -07:00
|
|
|
"matches",
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.6.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.10.7"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "diligent-date-parser"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.9.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.8.32"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "extract-frontmatter"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "4.1.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "426c23bd8fdd0cfde248e0481b4013cd186feb92fede97d6097d693abac6eeb2"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.22"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.2.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.3.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.7"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.10"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-10-02 00:42:23 -07:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.12.4"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "85cc4b64880a2264a41f9eab431780e72a68a6c88b9bddef361ba638812d572e"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.12.4"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "8e4feeef87d958eebd4d55431040768b93a5b088202198e0b203adc3c1d468c6"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
2023-08-22 18:46:40 -07:00
|
|
|
"indexmap 1.9.3",
|
2021-08-19 13:43:45 -07:00
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf 0.10.1",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gray_matter"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "1cf2fb99fac0b821a4e61c61abff076324bb0e5c3b4a83815bbc3518a38971ad"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.21"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-08-22 18:46:40 -07:00
|
|
|
"indexmap 1.9.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "4.3.7"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.11.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"ahash 0.7.6",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.12.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-05-28 12:38:57 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"ahash 0.8.3",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.8"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.13.1",
|
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
2022-10-02 00:42:23 -07:00
|
|
|
"httpdate",
|
2021-08-18 13:49:50 -07:00
|
|
|
"mime",
|
2022-10-02 00:42:23 -07:00
|
|
|
"sha1",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.2"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hotwatch"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.6"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "39301670a6f5798b75f36a1b149a379a50df5aa7c71be50f4b41ec6eab445cb8"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.8.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.14.27"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
"pin-project-lite",
|
2023-08-22 18:46:40 -07:00
|
|
|
"socket2 0.4.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.9.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.8"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "itoa"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.6.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.147"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.5.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.20"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lol_html"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.3"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "3334b64837c6ea62ca7d8c3ba04ca7aa921b307b664002b882e14332ee2f80f1"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"bitflags 2.4.0",
|
2022-10-02 00:42:23 -07:00
|
|
|
"cfg-if 1.0.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
"cssparser",
|
|
|
|
"encoding_rs",
|
2023-05-28 12:38:57 -07:00
|
|
|
"hashbrown 0.13.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"memchr",
|
2023-05-28 12:38:57 -07:00
|
|
|
"mime",
|
2021-08-17 09:59:34 -07:00
|
|
|
"safemem",
|
|
|
|
"selectors",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.10"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.5.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.17"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.0.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "minifier"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-10-02 00:42:23 -07:00
|
|
|
"miow",
|
2021-08-18 13:49:50 -07:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.8.8"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-10-02 00:42:23 -07:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "multer"
|
|
|
|
version = "2.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-08-18 13:49:50 -07:00
|
|
|
"httparse",
|
|
|
|
"log",
|
2023-05-28 12:38:57 -07:00
|
|
|
"memchr",
|
2021-08-18 13:49:50 -07:00
|
|
|
"mime",
|
2023-05-28 12:38:57 -07:00
|
|
|
"spin",
|
|
|
|
"version_check",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.39"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "never"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
|
|
|
version = "4.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.16"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"autocfg",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "object"
|
|
|
|
version = "0.32.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"memchr",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.18.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.3.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-17 09:59:34 -07:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"once_cell",
|
2021-08-17 09:59:34 -07:00
|
|
|
"pest",
|
2023-02-10 21:41:11 -08:00
|
|
|
"sha2",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_macros 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.1"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"proc-macro-hack",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"rand 0.7.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_shared 0.10.0",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"siphasher",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"siphasher",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.1.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.1.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 13:49:50 -07:00
|
|
|
name = "pin-project-lite"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.12"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.2.17"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.5.20+deprecated"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.66"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"unicode-ident",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.9.3"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.30.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.33"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_hc",
|
|
|
|
"rand_pcg",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.6.4",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.6.4",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.6.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"getrandom 0.2.10",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.5.1",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "redox_syscall"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.6"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.7.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.0.6"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "7e6c0ea0e621c2a3aa34850ebd711526f0ac7385921f57d2430a47cecc7b9cbc"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"atom_syndication",
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"mime",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rustc_version"
|
2021-08-17 09:59:34 -07:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"semver",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rustls-pemfile"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.21.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.15"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "1.0.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.22.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"cssparser",
|
2022-10-02 00:42:23 -07:00
|
|
|
"derive_more",
|
2021-08-17 09:59:34 -07:00
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"matches",
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
"phf_codegen",
|
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
"thin-slice",
|
|
|
|
]
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.18"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.185"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.185"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.105"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-17 09:59:34 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.7.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.9.25"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"indexmap 2.0.0",
|
|
|
|
"itoa 1.0.9",
|
2022-10-02 00:42:23 -07:00
|
|
|
"ryu",
|
2021-08-17 09:59:34 -07:00
|
|
|
"serde",
|
2022-10-02 00:42:23 -07:00
|
|
|
"unsafe-libyaml",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2022-10-02 00:42:23 -07:00
|
|
|
"digest",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2023-02-10 21:41:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.10.7"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.10"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2021-08-19 13:43:45 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-10-02 00:42:23 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.11.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.4.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-05-28 12:38:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.109"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-10-02 00:42:23 -07:00
|
|
|
"unicode-ident",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "syn"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.0.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.47"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.47"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.27"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"deranged",
|
|
|
|
"itoa 1.0.9",
|
2022-12-14 21:39:19 -08:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.1"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.13"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.6.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.32.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"backtrace",
|
2021-08-18 13:49:50 -07:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2023-08-22 18:46:40 -07:00
|
|
|
"mio 0.8.8",
|
2021-08-18 13:49:50 -07:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2023-08-22 18:46:40 -07:00
|
|
|
"socket2 0.5.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio-macros",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 18:46:40 -07:00
|
|
|
"syn 2.0.29",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.14"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.18.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.7.8"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-10-02 00:42:23 -07:00
|
|
|
"tracing",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.5.11"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.2"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.1.37"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.31"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"once_cell",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.2.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.18.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.13.1",
|
2021-08-18 13:49:50 -07:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand 0.8.5",
|
2023-05-28 12:38:57 -07:00
|
|
|
"sha1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-18 13:49:50 -07:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-12-14 15:16:32 -08:00
|
|
|
version = "1.16.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 15:16:32 -08:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.1.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.13"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.11"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.1.22"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "unsafe-libyaml"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.4.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-12-14 21:39:19 -08:00
|
|
|
"serde",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.9.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.3.3"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-10-02 00:42:23 -07:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2021-08-18 13:49:50 -07:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2023-05-28 12:38:57 -07:00
|
|
|
"multer",
|
2021-08-18 13:49:50 -07:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rustls-pemfile",
|
2021-08-18 13:49:50 -07:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-08-18 13:49:50 -07:00
|
|
|
"winapi 0.3.9",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-11-08 10:31:47 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-14 21:44:37 -08:00
|
|
|
name = "zyl-site"
|
2021-08-17 09:59:34 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"extract-frontmatter",
|
|
|
|
"fs_extra",
|
2021-08-18 13:49:50 -07:00
|
|
|
"futures",
|
2021-08-19 13:43:45 -07:00
|
|
|
"grass",
|
2021-08-17 09:59:34 -07:00
|
|
|
"gray_matter",
|
|
|
|
"handlebars",
|
2021-08-18 13:49:50 -07:00
|
|
|
"hotwatch",
|
2022-12-14 21:39:19 -08:00
|
|
|
"itertools",
|
2021-08-17 09:59:34 -07:00
|
|
|
"lol_html",
|
2022-10-03 01:13:37 -07:00
|
|
|
"minifier",
|
2022-12-14 21:39:19 -08:00
|
|
|
"percent-encoding",
|
2021-08-17 09:59:34 -07:00
|
|
|
"pulldown-cmark",
|
2022-12-14 21:39:19 -08:00
|
|
|
"rss",
|
2021-08-17 09:59:34 -07:00
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
2022-12-14 21:39:19 -08:00
|
|
|
"time",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio",
|
2021-08-21 00:47:13 -07:00
|
|
|
"url",
|
2021-08-17 09:59:34 -07:00
|
|
|
"walkdir",
|
2021-08-18 13:49:50 -07:00
|
|
|
"warp",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|