mirror of
https://github.com/osmarks/maghammer.git
synced 2025-02-02 02:29:09 +00:00
3628 lines
88 KiB
Plaintext
3628 lines
88 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "addr2line"
|
||
|
version = "0.22.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
||
|
dependencies = [
|
||
|
"gimli",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ahash"
|
||
|
version = "0.8.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"once_cell",
|
||
|
"version_check",
|
||
|
"zerocopy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "1.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "android-tzdata"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "android_system_properties"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.86"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
||
|
|
||
|
[[package]]
|
||
|
name = "arbitrary"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
||
|
dependencies = [
|
||
|
"derive_arbitrary",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "array-init"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-broadcast"
|
||
|
version = "0.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
|
||
|
dependencies = [
|
||
|
"event-listener",
|
||
|
"event-listener-strategy",
|
||
|
"futures-core",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-channel"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
||
|
dependencies = [
|
||
|
"concurrent-queue",
|
||
|
"event-listener-strategy",
|
||
|
"futures-core",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-fs"
|
||
|
version = "2.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
||
|
dependencies = [
|
||
|
"async-lock",
|
||
|
"blocking",
|
||
|
"futures-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-lock"
|
||
|
version = "3.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
||
|
dependencies = [
|
||
|
"event-listener",
|
||
|
"event-listener-strategy",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-task"
|
||
|
version = "4.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-trait"
|
||
|
version = "0.1.80"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-walkdir"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "20235b6899dd1cb74a9afac0abf5b4a20c0e500dd6537280f4096e1b9f14da20"
|
||
|
dependencies = [
|
||
|
"async-fs",
|
||
|
"futures-lite",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomic-waker"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "backtrace"
|
||
|
version = "0.3.73"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
||
|
dependencies = [
|
||
|
"addr2line",
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"miniz_oxide",
|
||
|
"object",
|
||
|
"rustc-demangle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.13.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.21.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.22.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitmaps"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
||
|
dependencies = [
|
||
|
"typenum",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "block-buffer"
|
||
|
version = "0.10.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
||
|
dependencies = [
|
||
|
"generic-array",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "blocking"
|
||
|
version = "1.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"async-task",
|
||
|
"futures-io",
|
||
|
"futures-lite",
|
||
|
"piper",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytes"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "castaway"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
|
||
|
dependencies = [
|
||
|
"rustversion",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.0.101"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg_aliases"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "chrono"
|
||
|
version = "0.4.38"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||
|
dependencies = [
|
||
|
"android-tzdata",
|
||
|
"iana-time-zone",
|
||
|
"js-sys",
|
||
|
"num-traits",
|
||
|
"serde",
|
||
|
"wasm-bindgen",
|
||
|
"windows-targets 0.52.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "compact_str"
|
||
|
version = "0.8.0-beta"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c2a2dc81369dde6d31456eedbb4fd3d320f0b9713573dfe06e569e2bce7607f2"
|
||
|
dependencies = [
|
||
|
"castaway",
|
||
|
"cfg-if",
|
||
|
"itoa",
|
||
|
"rustversion",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
"static_assertions",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "concurrent-queue"
|
||
|
version = "2.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
||
|
dependencies = [
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "console"
|
||
|
version = "0.15.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
||
|
dependencies = [
|
||
|
"encode_unicode",
|
||
|
"lazy_static",
|
||
|
"libc",
|
||
|
"unicode-width",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "convert_case"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation-sys"
|
||
|
version = "0.8.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cpufeatures"
|
||
|
version = "0.2.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crc32fast"
|
||
|
version = "1.4.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-deque"
|
||
|
version = "0.8.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
||
|
dependencies = [
|
||
|
"crossbeam-epoch",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-epoch"
|
||
|
version = "0.9.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
||
|
dependencies = [
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
||
|
|
||
|
[[package]]
|
||
|
name = "crunchy"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "crypto-common"
|
||
|
version = "0.1.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
||
|
dependencies = [
|
||
|
"generic-array",
|
||
|
"typenum",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ctrlc"
|
||
|
version = "3.4.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
|
||
|
dependencies = [
|
||
|
"nix",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling"
|
||
|
version = "0.20.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
||
|
dependencies = [
|
||
|
"darling_core",
|
||
|
"darling_macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling_core"
|
||
|
version = "0.20.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
||
|
dependencies = [
|
||
|
"fnv",
|
||
|
"ident_case",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"strsim",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling_macro"
|
||
|
version = "0.20.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
||
|
dependencies = [
|
||
|
"darling_core",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "deadpool"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed"
|
||
|
dependencies = [
|
||
|
"deadpool-runtime",
|
||
|
"num_cpus",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "deadpool-postgres"
|
||
|
version = "0.14.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1ab8a4ea925ce79678034870834602a2980f4b88c09e97feb266496dbb4493d2"
|
||
|
dependencies = [
|
||
|
"async-trait",
|
||
|
"deadpool",
|
||
|
"getrandom",
|
||
|
"tokio",
|
||
|
"tokio-postgres",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "deadpool-runtime"
|
||
|
version = "0.1.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
|
||
|
dependencies = [
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_arbitrary"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_builder"
|
||
|
version = "0.20.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
||
|
dependencies = [
|
||
|
"derive_builder_macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_builder_core"
|
||
|
version = "0.20.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
||
|
dependencies = [
|
||
|
"darling",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_builder_macro"
|
||
|
version = "0.20.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
||
|
dependencies = [
|
||
|
"derive_builder_core",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_more"
|
||
|
version = "0.99.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
||
|
dependencies = [
|
||
|
"convert_case",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"rustc_version",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "digest"
|
||
|
version = "0.10.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
dependencies = [
|
||
|
"block-buffer",
|
||
|
"crypto-common",
|
||
|
"subtle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "dirs"
|
||
|
version = "5.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
||
|
dependencies = [
|
||
|
"dirs-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "dirs-sys"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"option-ext",
|
||
|
"redox_users",
|
||
|
"windows-sys 0.48.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "displaydoc"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "encode_unicode"
|
||
|
version = "0.3.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "encoding_rs"
|
||
|
version = "0.8.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "env_logger"
|
||
|
version = "0.10.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
||
|
dependencies = [
|
||
|
"humantime",
|
||
|
"is-terminal",
|
||
|
"log",
|
||
|
"regex",
|
||
|
"termcolor",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "epub"
|
||
|
version = "2.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f7425903972972788e21d4a8cbec3589c232cca4fab21d320187a8e452f6465e"
|
||
|
dependencies = [
|
||
|
"percent-encoding",
|
||
|
"regex",
|
||
|
"thiserror",
|
||
|
"xml-rs",
|
||
|
"zip",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "equivalent"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "esaxx-rs"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "event-listener"
|
||
|
version = "5.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
||
|
dependencies = [
|
||
|
"concurrent-queue",
|
||
|
"parking",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "event-listener-strategy"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
||
|
dependencies = [
|
||
|
"event-listener",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fallible-iterator"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fallible-iterator"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fallible-streaming-iterator"
|
||
|
version = "0.1.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fastrand"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "flate2"
|
||
|
version = "1.0.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
||
|
dependencies = [
|
||
|
"crc32fast",
|
||
|
"miniz_oxide",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fnv"
|
||
|
version = "1.0.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "foreign-types"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
||
|
dependencies = [
|
||
|
"foreign-types-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "foreign-types-shared"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "form_urlencoded"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
||
|
dependencies = [
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-executor",
|
||
|
"futures-io",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"futures-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-channel"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-core"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-executor"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-task",
|
||
|
"futures-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-io"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-lite"
|
||
|
version = "2.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
||
|
dependencies = [
|
||
|
"fastrand",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"parking",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-macro"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-sink"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-task"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-timer"
|
||
|
version = "3.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-util"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"futures-macro",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"memchr",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[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"
|
||
|
version = "0.14.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
||
|
dependencies = [
|
||
|
"typenum",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gimli"
|
||
|
version = "0.29.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "h2"
|
||
|
version = "0.4.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
|
||
|
dependencies = [
|
||
|
"atomic-waker",
|
||
|
"bytes",
|
||
|
"fnv",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"http",
|
||
|
"indexmap",
|
||
|
"slab",
|
||
|
"tokio",
|
||
|
"tokio-util",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "half"
|
||
|
version = "2.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"crunchy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.14.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
||
|
dependencies = [
|
||
|
"ahash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashlink"
|
||
|
version = "0.9.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
||
|
dependencies = [
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "heck"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hf-hub"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732"
|
||
|
dependencies = [
|
||
|
"dirs",
|
||
|
"indicatif",
|
||
|
"log",
|
||
|
"native-tls",
|
||
|
"rand",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"thiserror",
|
||
|
"ureq",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hmac"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||
|
dependencies = [
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "html5gum"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4c4e556171a058ba117bbe88b059fb37b6289023e007d2903ea6dca3a3cbff14"
|
||
|
dependencies = [
|
||
|
"jetscii",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"fnv",
|
||
|
"itoa",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http-body"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"http",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http-body-util"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "httparse"
|
||
|
version = "1.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "httpdate"
|
||
|
version = "1.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "humantime"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper"
|
||
|
version = "1.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-channel",
|
||
|
"futures-util",
|
||
|
"h2",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"httparse",
|
||
|
"itoa",
|
||
|
"pin-project-lite",
|
||
|
"smallvec",
|
||
|
"tokio",
|
||
|
"want",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-rustls"
|
||
|
version = "0.27.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
||
|
dependencies = [
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"hyper",
|
||
|
"hyper-util",
|
||
|
"rustls 0.23.10",
|
||
|
"rustls-pki-types",
|
||
|
"tokio",
|
||
|
"tokio-rustls",
|
||
|
"tower-service",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-tls"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"http-body-util",
|
||
|
"hyper",
|
||
|
"hyper-util",
|
||
|
"native-tls",
|
||
|
"tokio",
|
||
|
"tokio-native-tls",
|
||
|
"tower-service",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-util"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-channel",
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"hyper",
|
||
|
"pin-project-lite",
|
||
|
"socket2",
|
||
|
"tokio",
|
||
|
"tower",
|
||
|
"tower-service",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "iana-time-zone"
|
||
|
version = "0.1.60"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
||
|
dependencies = [
|
||
|
"android_system_properties",
|
||
|
"core-foundation-sys",
|
||
|
"iana-time-zone-haiku",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
"windows-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "iana-time-zone-haiku"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ident_case"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
||
|
|
||
|
[[package]]
|
||
|
name = "idiosyncratic-scimitar"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"async-trait",
|
||
|
"async-walkdir",
|
||
|
"chrono",
|
||
|
"compact_str",
|
||
|
"deadpool-postgres",
|
||
|
"derive_more",
|
||
|
"epub",
|
||
|
"futures",
|
||
|
"half",
|
||
|
"html5gum",
|
||
|
"im",
|
||
|
"lazy_static",
|
||
|
"log",
|
||
|
"mail-parser",
|
||
|
"maud",
|
||
|
"ntex",
|
||
|
"ntex-files",
|
||
|
"num_cpus",
|
||
|
"percent-encoding",
|
||
|
"pgvector",
|
||
|
"pretty_env_logger",
|
||
|
"regex",
|
||
|
"reqwest",
|
||
|
"rmp-serde",
|
||
|
"rs-abbreviation-number",
|
||
|
"rusqlite",
|
||
|
"sea-query",
|
||
|
"sea-query-postgres",
|
||
|
"seahash",
|
||
|
"serde",
|
||
|
"serde_bytes",
|
||
|
"serde_json",
|
||
|
"tokenizers",
|
||
|
"tokio",
|
||
|
"tokio-postgres",
|
||
|
"tokio-stream",
|
||
|
"toml",
|
||
|
"ulid",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
||
|
dependencies = [
|
||
|
"unicode-bidi",
|
||
|
"unicode-normalization",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "im"
|
||
|
version = "15.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
|
||
|
dependencies = [
|
||
|
"bitmaps",
|
||
|
"rand_core",
|
||
|
"rand_xoshiro",
|
||
|
"serde",
|
||
|
"sized-chunks",
|
||
|
"typenum",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "2.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
||
|
dependencies = [
|
||
|
"equivalent",
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indicatif"
|
||
|
version = "0.17.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
||
|
dependencies = [
|
||
|
"console",
|
||
|
"instant",
|
||
|
"number_prefix",
|
||
|
"portable-atomic",
|
||
|
"unicode-width",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "inherent"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "instant"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ipnet"
|
||
|
version = "2.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "is-terminal"
|
||
|
version = "0.4.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
||
|
dependencies = [
|
||
|
"hermit-abi 0.3.9",
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "jetscii"
|
||
|
version = "0.5.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "js-sys"
|
||
|
version = "0.3.69"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
||
|
dependencies = [
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "language-tags"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.155"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libredox"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libsqlite3-sys"
|
||
|
version = "0.28.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
|
||
|
dependencies = [
|
||
|
"pkg-config",
|
||
|
"vcpkg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "linux-raw-sys"
|
||
|
version = "0.4.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lock_api"
|
||
|
version = "0.4.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.21"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "macro_rules_attribute"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
|
||
|
dependencies = [
|
||
|
"macro_rules_attribute-proc_macro",
|
||
|
"paste",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "macro_rules_attribute-proc_macro"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
|
||
|
|
||
|
[[package]]
|
||
|
name = "mail-parser"
|
||
|
version = "0.9.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
|
||
|
dependencies = [
|
||
|
"encoding_rs",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "maud"
|
||
|
version = "0.26.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"maud_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "maud_macros"
|
||
|
version = "0.26.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
||
|
dependencies = [
|
||
|
"proc-macro-error",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "md-5"
|
||
|
version = "0.10.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "mime"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "mime_guess"
|
||
|
version = "2.0.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
||
|
dependencies = [
|
||
|
"mime",
|
||
|
"unicase",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "minimal-lexical"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "miniz_oxide"
|
||
|
version = "0.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
||
|
dependencies = [
|
||
|
"adler",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mio"
|
||
|
version = "0.8.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"windows-sys 0.48.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "monostate"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e"
|
||
|
dependencies = [
|
||
|
"monostate-impl",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "monostate-impl"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nanorand"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "native-tls"
|
||
|
version = "0.2.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"log",
|
||
|
"openssl",
|
||
|
"openssl-probe",
|
||
|
"openssl-sys",
|
||
|
"schannel",
|
||
|
"security-framework",
|
||
|
"security-framework-sys",
|
||
|
"tempfile",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nix"
|
||
|
version = "0.28.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"cfg-if",
|
||
|
"cfg_aliases",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nom"
|
||
|
version = "7.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
"minimal-lexical",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex"
|
||
|
version = "2.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d7e294048bb36df432ea5fb3bb236445fbcba8de413b535463c0634ee4cb96bf"
|
||
|
dependencies = [
|
||
|
"base64 0.22.1",
|
||
|
"bitflags 2.6.0",
|
||
|
"encoding_rs",
|
||
|
"httparse",
|
||
|
"httpdate",
|
||
|
"log",
|
||
|
"mime",
|
||
|
"nanorand",
|
||
|
"ntex-bytes",
|
||
|
"ntex-codec",
|
||
|
"ntex-h2",
|
||
|
"ntex-http",
|
||
|
"ntex-io",
|
||
|
"ntex-macros",
|
||
|
"ntex-net",
|
||
|
"ntex-router",
|
||
|
"ntex-rt",
|
||
|
"ntex-server",
|
||
|
"ntex-service",
|
||
|
"ntex-tls",
|
||
|
"ntex-util",
|
||
|
"percent-encoding",
|
||
|
"pin-project-lite",
|
||
|
"regex",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"serde_urlencoded",
|
||
|
"sha-1",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-bytes"
|
||
|
version = "0.1.27"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2ffd6ac357a3fd885753ddeb4130ec92474e79d013362532eba4778854466981"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"bytes",
|
||
|
"futures-core",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-codec"
|
||
|
version = "0.6.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "69a7e111d946bb915d712df496728ca2a120b1b5643f66c580f13023bce46fda"
|
||
|
dependencies = [
|
||
|
"ntex-bytes",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-files"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c37d129e1b93c30c12fe7f7ce3e1770ce7a9d11c5a7dcf1264a8ade8e254db41"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"derive_more",
|
||
|
"futures",
|
||
|
"http",
|
||
|
"httpdate",
|
||
|
"language-tags",
|
||
|
"log",
|
||
|
"mime",
|
||
|
"mime_guess",
|
||
|
"ntex",
|
||
|
"ntex-http",
|
||
|
"percent-encoding",
|
||
|
"unicase",
|
||
|
"v_htmlescape",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-h2"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f2f0b6bd1bdce912d5ccb4fb9e442f89c129dc07bdb5cad321606e976e989dc0"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"fxhash",
|
||
|
"log",
|
||
|
"nanorand",
|
||
|
"ntex-bytes",
|
||
|
"ntex-codec",
|
||
|
"ntex-http",
|
||
|
"ntex-io",
|
||
|
"ntex-net",
|
||
|
"ntex-rt",
|
||
|
"ntex-service",
|
||
|
"ntex-util",
|
||
|
"pin-project-lite",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-http"
|
||
|
version = "0.1.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f81e205c980c693cb426f55669078bc311973f7e27a34f7ea4d0ce4069dedd05"
|
||
|
dependencies = [
|
||
|
"fxhash",
|
||
|
"http",
|
||
|
"itoa",
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-io"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72c60a60c517453a2ea7fd40483b87531bd8d6ce0e545f4643dabd1f646620a9"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"ntex-codec",
|
||
|
"ntex-service",
|
||
|
"ntex-util",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-macros"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "50a359f2a10c712b0446675070c22b1437d57a7cf08139f6a229e1e80817ed84"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 1.0.109",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-net"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "44110aa49eddc9fdee2e673698fb6cc61bea3c1df1c8239bab86d465cafd2097"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"ntex-http",
|
||
|
"ntex-io",
|
||
|
"ntex-rt",
|
||
|
"ntex-service",
|
||
|
"ntex-tokio",
|
||
|
"ntex-util",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-router"
|
||
|
version = "0.5.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bb9c68c26a87ffca54339be5f95223339db3e7bcc5d64733fef20812970a746f"
|
||
|
dependencies = [
|
||
|
"http",
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"regex",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-rt"
|
||
|
version = "0.4.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "471b8ce4b4edfd8eddcb4143ebd91022e949b96627e14436bf0beec66ecd6394"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"futures-core",
|
||
|
"log",
|
||
|
"oneshot",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-server"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4e04e83107d59c667ab49d7fff5bcbf7b144ff778a41fd94f68c5aea5485069e"
|
||
|
dependencies = [
|
||
|
"async-broadcast",
|
||
|
"async-channel",
|
||
|
"ctrlc",
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"ntex-net",
|
||
|
"ntex-rt",
|
||
|
"ntex-service",
|
||
|
"ntex-util",
|
||
|
"oneshot",
|
||
|
"polling",
|
||
|
"signal-hook",
|
||
|
"socket2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-service"
|
||
|
version = "3.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bcebe6c7fa4d346646ef94c29957aab40078e91cd4c73ef3a1394f2a49de50d4"
|
||
|
dependencies = [
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-tls"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d996277357fbbf5bd73e1ec9e93a97e3192ee748f496f8dde88a578146647d4"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"ntex-io",
|
||
|
"ntex-net",
|
||
|
"ntex-service",
|
||
|
"ntex-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-tokio"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5715ef31e5a599ab467846acd948ea597193fc08343338fdecbd1e5fe181af3d"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
"ntex-bytes",
|
||
|
"ntex-io",
|
||
|
"ntex-util",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ntex-util"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "077bcb54200ad9e542553504d86615fc682dcfe7a5086b260109b921f14c7d7f"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"futures-timer",
|
||
|
"fxhash",
|
||
|
"log",
|
||
|
"ntex-rt",
|
||
|
"ntex-service",
|
||
|
"pin-project-lite",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.2.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_cpus"
|
||
|
version = "1.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
||
|
dependencies = [
|
||
|
"hermit-abi 0.3.9",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_enum"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
|
||
|
dependencies = [
|
||
|
"num_enum_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_enum_derive"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
|
||
|
dependencies = [
|
||
|
"proc-macro-crate",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "number_prefix"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "object"
|
||
|
version = "0.36.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.19.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
||
|
|
||
|
[[package]]
|
||
|
name = "oneshot"
|
||
|
version = "0.1.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29"
|
||
|
|
||
|
[[package]]
|
||
|
name = "onig"
|
||
|
version = "6.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
||
|
dependencies = [
|
||
|
"bitflags 1.3.2",
|
||
|
"libc",
|
||
|
"once_cell",
|
||
|
"onig_sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "onig_sys"
|
||
|
version = "69.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"pkg-config",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl"
|
||
|
version = "0.10.64"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"cfg-if",
|
||
|
"foreign-types",
|
||
|
"libc",
|
||
|
"once_cell",
|
||
|
"openssl-macros",
|
||
|
"openssl-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-probe"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-sys"
|
||
|
version = "0.9.102"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"libc",
|
||
|
"pkg-config",
|
||
|
"vcpkg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "option-ext"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking"
|
||
|
version = "2.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot"
|
||
|
version = "0.12.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
||
|
dependencies = [
|
||
|
"lock_api",
|
||
|
"parking_lot_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot_core"
|
||
|
version = "0.9.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"redox_syscall 0.5.2",
|
||
|
"smallvec",
|
||
|
"windows-targets 0.52.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste"
|
||
|
version = "1.0.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "percent-encoding"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pgvector"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b635319f45b3c75207dbb51839b56056816c98a13fd1258e4a859ad540307625"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"half",
|
||
|
"postgres-types",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
||
|
dependencies = [
|
||
|
"phf_shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf_shared"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
||
|
dependencies = [
|
||
|
"siphasher",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project"
|
||
|
version = "1.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
||
|
dependencies = [
|
||
|
"pin-project-internal",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-internal"
|
||
|
version = "1.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-utils"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
||
|
[[package]]
|
||
|
name = "piper"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
|
||
|
dependencies = [
|
||
|
"atomic-waker",
|
||
|
"fastrand",
|
||
|
"futures-io",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pkg-config"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
||
|
|
||
|
[[package]]
|
||
|
name = "polling"
|
||
|
version = "3.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"concurrent-queue",
|
||
|
"hermit-abi 0.4.0",
|
||
|
"pin-project-lite",
|
||
|
"rustix",
|
||
|
"tracing",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "portable-atomic"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "postgres-protocol"
|
||
|
version = "0.6.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
|
||
|
dependencies = [
|
||
|
"base64 0.21.7",
|
||
|
"byteorder",
|
||
|
"bytes",
|
||
|
"fallible-iterator 0.2.0",
|
||
|
"hmac",
|
||
|
"md-5",
|
||
|
"memchr",
|
||
|
"rand",
|
||
|
"sha2",
|
||
|
"stringprep",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "postgres-types"
|
||
|
version = "0.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
|
||
|
dependencies = [
|
||
|
"array-init",
|
||
|
"bytes",
|
||
|
"chrono",
|
||
|
"fallible-iterator 0.2.0",
|
||
|
"postgres-protocol",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ppv-lite86"
|
||
|
version = "0.2.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pretty_env_logger"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
|
||
|
dependencies = [
|
||
|
"env_logger",
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-crate"
|
||
|
version = "3.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
||
|
dependencies = [
|
||
|
"toml_edit 0.21.1",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
||
|
dependencies = [
|
||
|
"proc-macro-error-attr",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error-attr"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.86"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.36"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.8.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"rand_chacha",
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_chacha"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||
|
dependencies = [
|
||
|
"ppv-lite86",
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_core"
|
||
|
version = "0.6.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_xoshiro"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
||
|
dependencies = [
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rayon"
|
||
|
version = "1.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
"rayon-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rayon-cond"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
"itertools 0.11.0",
|
||
|
"rayon",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rayon-core"
|
||
|
version = "1.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
||
|
dependencies = [
|
||
|
"crossbeam-deque",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
||
|
dependencies = [
|
||
|
"bitflags 1.3.2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_users"
|
||
|
version = "0.4.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
"libredox",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex"
|
||
|
version = "1.10.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-automata",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-automata"
|
||
|
version = "0.4.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-syntax"
|
||
|
version = "0.8.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "reqwest"
|
||
|
version = "0.12.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
|
||
|
dependencies = [
|
||
|
"base64 0.22.1",
|
||
|
"bytes",
|
||
|
"encoding_rs",
|
||
|
"futures-core",
|
||
|
"futures-util",
|
||
|
"h2",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"http-body-util",
|
||
|
"hyper",
|
||
|
"hyper-rustls",
|
||
|
"hyper-tls",
|
||
|
"hyper-util",
|
||
|
"ipnet",
|
||
|
"js-sys",
|
||
|
"log",
|
||
|
"mime",
|
||
|
"native-tls",
|
||
|
"once_cell",
|
||
|
"percent-encoding",
|
||
|
"pin-project-lite",
|
||
|
"rustls-pemfile",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"serde_urlencoded",
|
||
|
"sync_wrapper",
|
||
|
"system-configuration",
|
||
|
"tokio",
|
||
|
"tokio-native-tls",
|
||
|
"tower-service",
|
||
|
"url",
|
||
|
"wasm-bindgen",
|
||
|
"wasm-bindgen-futures",
|
||
|
"web-sys",
|
||
|
"winreg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ring"
|
||
|
version = "0.17.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"getrandom",
|
||
|
"libc",
|
||
|
"spin",
|
||
|
"untrusted",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rmp"
|
||
|
version = "0.8.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
"num-traits",
|
||
|
"paste",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rmp-serde"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
"rmp",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rs-abbreviation-number"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bd44f7c109b548c61eb352d71a96d5026fd14e4c4a542be8fe0b202111229512"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rusqlite"
|
||
|
version = "0.31.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"fallible-iterator 0.3.0",
|
||
|
"fallible-streaming-iterator",
|
||
|
"hashlink",
|
||
|
"libsqlite3-sys",
|
||
|
"smallvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-demangle"
|
||
|
version = "0.1.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc_version"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
||
|
dependencies = [
|
||
|
"semver",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustix"
|
||
|
version = "0.38.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"errno",
|
||
|
"libc",
|
||
|
"linux-raw-sys",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls"
|
||
|
version = "0.22.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
"ring",
|
||
|
"rustls-pki-types",
|
||
|
"rustls-webpki",
|
||
|
"subtle",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls"
|
||
|
version = "0.23.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"rustls-pki-types",
|
||
|
"rustls-webpki",
|
||
|
"subtle",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-pemfile"
|
||
|
version = "2.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
|
||
|
dependencies = [
|
||
|
"base64 0.22.1",
|
||
|
"rustls-pki-types",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-pki-types"
|
||
|
version = "1.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-webpki"
|
||
|
version = "0.102.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
|
||
|
dependencies = [
|
||
|
"ring",
|
||
|
"rustls-pki-types",
|
||
|
"untrusted",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustversion"
|
||
|
version = "1.0.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "schannel"
|
||
|
version = "0.1.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
||
|
dependencies = [
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "scopeguard"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
||
|
[[package]]
|
||
|
name = "sea-query"
|
||
|
version = "0.30.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
|
||
|
dependencies = [
|
||
|
"inherent",
|
||
|
"sea-query-derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sea-query-derive"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc"
|
||
|
dependencies = [
|
||
|
"heck",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sea-query-postgres"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "08c3b3d2514ef79ab6fe424369edec95116b43e4bd51b0ee695a90987d8485bf"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"postgres-types",
|
||
|
"sea-query",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "seahash"
|
||
|
version = "4.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "security-framework"
|
||
|
version = "2.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"core-foundation",
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
"security-framework-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "security-framework-sys"
|
||
|
version = "2.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "semver"
|
||
|
version = "1.0.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.203"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_bytes"
|
||
|
version = "0.11.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.203"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.118"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_spanned"
|
||
|
version = "0.6.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_urlencoded"
|
||
|
version = "0.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sha-1"
|
||
|
version = "0.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"cpufeatures",
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sha2"
|
||
|
version = "0.10.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"cpufeatures",
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "signal-hook"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"signal-hook-registry",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "signal-hook-registry"
|
||
|
version = "1.4.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "siphasher"
|
||
|
version = "0.3.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "sized-chunks"
|
||
|
version = "0.6.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
||
|
dependencies = [
|
||
|
"bitmaps",
|
||
|
"typenum",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "smallvec"
|
||
|
version = "1.13.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "socket2"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "spin"
|
||
|
version = "0.9.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "spm_precompiled"
|
||
|
version = "0.1.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
|
||
|
dependencies = [
|
||
|
"base64 0.13.1",
|
||
|
"nom",
|
||
|
"serde",
|
||
|
"unicode-segmentation",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "static_assertions"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "stringprep"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
||
|
dependencies = [
|
||
|
"unicode-bidi",
|
||
|
"unicode-normalization",
|
||
|
"unicode-properties",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "strsim"
|
||
|
version = "0.11.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "subtle"
|
||
|
version = "2.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.109"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.68"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sync_wrapper"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
||
|
|
||
|
[[package]]
|
||
|
name = "system-configuration"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
||
|
dependencies = [
|
||
|
"bitflags 1.3.2",
|
||
|
"core-foundation",
|
||
|
"system-configuration-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "system-configuration-sys"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tempfile"
|
||
|
version = "3.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"fastrand",
|
||
|
"rustix",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "termcolor"
|
||
|
version = "1.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
||
|
dependencies = [
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "1.0.61"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
||
|
dependencies = [
|
||
|
"thiserror-impl",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "1.0.61"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec"
|
||
|
version = "1.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
|
||
|
dependencies = [
|
||
|
"tinyvec_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec_macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokenizers"
|
||
|
version = "0.19.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e500fad1dd3af3d626327e6a3fe5050e664a6eaa4708b8ca92f1794aaf73e6fd"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"derive_builder",
|
||
|
"esaxx-rs",
|
||
|
"getrandom",
|
||
|
"hf-hub",
|
||
|
"indicatif",
|
||
|
"itertools 0.12.1",
|
||
|
"lazy_static",
|
||
|
"log",
|
||
|
"macro_rules_attribute",
|
||
|
"monostate",
|
||
|
"onig",
|
||
|
"paste",
|
||
|
"rand",
|
||
|
"rayon",
|
||
|
"rayon-cond",
|
||
|
"regex",
|
||
|
"regex-syntax",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"spm_precompiled",
|
||
|
"thiserror",
|
||
|
"unicode-normalization-alignments",
|
||
|
"unicode-segmentation",
|
||
|
"unicode_categories",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio"
|
||
|
version = "1.38.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
||
|
dependencies = [
|
||
|
"backtrace",
|
||
|
"bytes",
|
||
|
"libc",
|
||
|
"mio",
|
||
|
"num_cpus",
|
||
|
"parking_lot",
|
||
|
"pin-project-lite",
|
||
|
"signal-hook-registry",
|
||
|
"socket2",
|
||
|
"tokio-macros",
|
||
|
"windows-sys 0.48.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-macros"
|
||
|
version = "2.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-native-tls"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
||
|
dependencies = [
|
||
|
"native-tls",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-postgres"
|
||
|
version = "0.7.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
|
||
|
dependencies = [
|
||
|
"async-trait",
|
||
|
"byteorder",
|
||
|
"bytes",
|
||
|
"fallible-iterator 0.2.0",
|
||
|
"futures-channel",
|
||
|
"futures-util",
|
||
|
"log",
|
||
|
"parking_lot",
|
||
|
"percent-encoding",
|
||
|
"phf",
|
||
|
"pin-project-lite",
|
||
|
"postgres-protocol",
|
||
|
"postgres-types",
|
||
|
"rand",
|
||
|
"socket2",
|
||
|
"tokio",
|
||
|
"tokio-util",
|
||
|
"whoami",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-rustls"
|
||
|
version = "0.26.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
||
|
dependencies = [
|
||
|
"rustls 0.23.10",
|
||
|
"rustls-pki-types",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-stream"
|
||
|
version = "0.1.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"pin-project-lite",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-util"
|
||
|
version = "0.7.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"pin-project-lite",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml"
|
||
|
version = "0.8.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"toml_edit 0.22.14",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_datetime"
|
||
|
version = "0.6.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_edit"
|
||
|
version = "0.21.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"toml_datetime",
|
||
|
"winnow 0.5.40",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_edit"
|
||
|
version = "0.22.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"winnow 0.6.13",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tower"
|
||
|
version = "0.4.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-util",
|
||
|
"pin-project",
|
||
|
"pin-project-lite",
|
||
|
"tokio",
|
||
|
"tower-layer",
|
||
|
"tower-service",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tower-layer"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tower-service"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing"
|
||
|
version = "0.1.40"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
||
|
dependencies = [
|
||
|
"pin-project-lite",
|
||
|
"tracing-attributes",
|
||
|
"tracing-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-attributes"
|
||
|
version = "0.1.27"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-core"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "try-lock"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "typenum"
|
||
|
version = "1.17.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ulid"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
"rand",
|
||
|
"serde",
|
||
|
"web-time",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicase"
|
||
|
version = "2.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
||
|
dependencies = [
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-bidi"
|
||
|
version = "0.3.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-normalization"
|
||
|
version = "0.1.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
||
|
dependencies = [
|
||
|
"tinyvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-normalization-alignments"
|
||
|
version = "0.1.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
|
||
|
dependencies = [
|
||
|
"smallvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-properties"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-segmentation"
|
||
|
version = "1.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-width"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode_categories"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "untrusted"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ureq"
|
||
|
version = "2.9.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
|
||
|
dependencies = [
|
||
|
"base64 0.22.1",
|
||
|
"flate2",
|
||
|
"log",
|
||
|
"native-tls",
|
||
|
"once_cell",
|
||
|
"rustls 0.22.4",
|
||
|
"rustls-pki-types",
|
||
|
"rustls-webpki",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"url",
|
||
|
"webpki-roots",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "2.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"idna",
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "v_htmlescape"
|
||
|
version = "0.15.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "vcpkg"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "want"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
||
|
dependencies = [
|
||
|
"try-lock",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasi"
|
||
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasite"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen"
|
||
|
version = "0.2.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"wasm-bindgen-macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-backend"
|
||
|
version = "0.2.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
||
|
dependencies = [
|
||
|
"bumpalo",
|
||
|
"log",
|
||
|
"once_cell",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-futures"
|
||
|
version = "0.4.42"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro"
|
||
|
version = "0.2.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"wasm-bindgen-macro-support",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro-support"
|
||
|
version = "0.2.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
"wasm-bindgen-backend",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-shared"
|
||
|
version = "0.2.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
||
|
|
||
|
[[package]]
|
||
|
name = "web-sys"
|
||
|
version = "0.3.69"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
||
|
dependencies = [
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "web-time"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
||
|
dependencies = [
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "webpki-roots"
|
||
|
version = "0.26.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
|
||
|
dependencies = [
|
||
|
"rustls-pki-types",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "whoami"
|
||
|
version = "1.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
|
||
|
dependencies = [
|
||
|
"redox_syscall 0.4.1",
|
||
|
"wasite",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-util"
|
||
|
version = "0.1.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
||
|
dependencies = [
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-core"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
||
|
dependencies = [
|
||
|
"windows-targets 0.52.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.48.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
||
|
dependencies = [
|
||
|
"windows-targets 0.48.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
dependencies = [
|
||
|
"windows-targets 0.52.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm 0.48.5",
|
||
|
"windows_aarch64_msvc 0.48.5",
|
||
|
"windows_i686_gnu 0.48.5",
|
||
|
"windows_i686_msvc 0.48.5",
|
||
|
"windows_x86_64_gnu 0.48.5",
|
||
|
"windows_x86_64_gnullvm 0.48.5",
|
||
|
"windows_x86_64_msvc 0.48.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm 0.52.5",
|
||
|
"windows_aarch64_msvc 0.52.5",
|
||
|
"windows_i686_gnu 0.52.5",
|
||
|
"windows_i686_gnullvm",
|
||
|
"windows_i686_msvc 0.52.5",
|
||
|
"windows_x86_64_gnu 0.52.5",
|
||
|
"windows_x86_64_gnullvm 0.52.5",
|
||
|
"windows_x86_64_msvc 0.52.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnullvm"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.48.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.52.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winnow"
|
||
|
version = "0.5.40"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winnow"
|
||
|
version = "0.6.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winreg"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"windows-sys 0.48.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xml-rs"
|
||
|
version = "0.8.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerocopy"
|
||
|
version = "0.7.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
||
|
dependencies = [
|
||
|
"zerocopy-derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerocopy-derive"
|
||
|
version = "0.7.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.68",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zeroize"
|
||
|
version = "1.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zip"
|
||
|
version = "1.1.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
|
||
|
dependencies = [
|
||
|
"arbitrary",
|
||
|
"crc32fast",
|
||
|
"crossbeam-utils",
|
||
|
"displaydoc",
|
||
|
"flate2",
|
||
|
"indexmap",
|
||
|
"num_enum",
|
||
|
"thiserror",
|
||
|
]
|