|
|
|
@ -175,6 +175,21 @@ version = "0.22.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bincode" |
|
|
|
|
version = "1.3.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bitflags" |
|
|
|
|
version = "1.3.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bitflags" |
|
|
|
|
version = "2.8.0" |
|
|
|
@ -187,6 +202,12 @@ version = "3.17.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "byteorder" |
|
|
|
|
version = "1.5.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bytes" |
|
|
|
|
version = "1.9.0" |
|
|
|
@ -230,6 +251,30 @@ version = "0.8.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
|
|
|
|
|
|
|
|
[[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-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.21" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "displaydoc" |
|
|
|
|
version = "0.2.5" |
|
|
|
@ -340,6 +385,16 @@ dependencies = [ |
|
|
|
|
"percent-encoding", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fs2" |
|
|
|
|
version = "0.4.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures" |
|
|
|
|
version = "0.3.31" |
|
|
|
@ -429,6 +484,15 @@ dependencies = [ |
|
|
|
|
"slab", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fxhash" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.2.15" |
|
|
|
@ -757,6 +821,15 @@ dependencies = [ |
|
|
|
|
"hashbrown", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[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.11.0" |
|
|
|
@ -803,6 +876,16 @@ version = "0.7.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
|
|
|
|
|
|
|
|
|
[[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.25" |
|
|
|
@ -885,7 +968,7 @@ version = "0.10.69" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"bitflags 2.8.0", |
|
|
|
|
"cfg-if", |
|
|
|
|
"foreign-types", |
|
|
|
|
"libc", |
|
|
|
@ -923,6 +1006,31 @@ dependencies = [ |
|
|
|
|
"vcpkg", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot" |
|
|
|
|
version = "0.11.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
|
|
|
|
dependencies = [ |
|
|
|
|
"instant", |
|
|
|
|
"lock_api", |
|
|
|
|
"parking_lot_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot_core" |
|
|
|
|
version = "0.8.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"instant", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"smallvec", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "percent-encoding" |
|
|
|
|
version = "2.3.1" |
|
|
|
@ -965,6 +1073,15 @@ dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.2.16" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 1.3.2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "1.11.1" |
|
|
|
@ -1065,7 +1182,7 @@ version = "0.38.44" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"bitflags 2.8.0", |
|
|
|
|
"errno", |
|
|
|
|
"libc", |
|
|
|
|
"linux-raw-sys", |
|
|
|
@ -1132,13 +1249,19 @@ dependencies = [ |
|
|
|
|
"windows-sys 0.59.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scopeguard" |
|
|
|
|
version = "1.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "security-framework" |
|
|
|
|
version = "2.11.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"bitflags 2.8.0", |
|
|
|
|
"core-foundation", |
|
|
|
|
"core-foundation-sys", |
|
|
|
|
"libc", |
|
|
|
@ -1224,6 +1347,22 @@ dependencies = [ |
|
|
|
|
"autocfg", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sled" |
|
|
|
|
version = "0.34.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" |
|
|
|
|
dependencies = [ |
|
|
|
|
"crc32fast", |
|
|
|
|
"crossbeam-epoch", |
|
|
|
|
"crossbeam-utils", |
|
|
|
|
"fs2", |
|
|
|
|
"fxhash", |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"parking_lot", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "smallvec" |
|
|
|
|
version = "1.13.2" |
|
|
|
@ -1295,7 +1434,7 @@ version = "0.6.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"bitflags 2.8.0", |
|
|
|
|
"core-foundation", |
|
|
|
|
"system-configuration-sys", |
|
|
|
|
] |
|
|
|
@ -1496,6 +1635,7 @@ name = "url_parser" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"axum", |
|
|
|
|
"bincode", |
|
|
|
|
"dotenv", |
|
|
|
|
"env_logger", |
|
|
|
|
"envy", |
|
|
|
@ -1503,9 +1643,9 @@ dependencies = [ |
|
|
|
|
"log", |
|
|
|
|
"reqwest", |
|
|
|
|
"serde", |
|
|
|
|
"sled", |
|
|
|
|
"thiserror", |
|
|
|
|
"tokio", |
|
|
|
|
"url", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1637,6 +1777,28 @@ dependencies = [ |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winapi" |
|
|
|
|
version = "0.3.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi-i686-pc-windows-gnu", |
|
|
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-registry" |
|
|
|
|
version = "0.2.0" |
|
|
|
@ -1755,7 +1917,7 @@ version = "0.33.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"bitflags 2.8.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|