|
|
|
|
@ -87,7 +87,7 @@ dependencies = [ |
|
|
|
|
"num-traits", |
|
|
|
|
"ouroboros", |
|
|
|
|
"pathfinder_geometry", |
|
|
|
|
"rustc-hash", |
|
|
|
|
"rustc-hash 1.1.0", |
|
|
|
|
"tinyvec", |
|
|
|
|
"ucd-trie", |
|
|
|
|
"unicode-canonical-combining-class", |
|
|
|
|
@ -777,10 +777,29 @@ version = "0.18.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
|
|
|
|
dependencies = [ |
|
|
|
|
"percent-encoding", |
|
|
|
|
"time", |
|
|
|
|
"version_check", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cookie_store" |
|
|
|
|
version = "0.21.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cookie", |
|
|
|
|
"document-features", |
|
|
|
|
"idna", |
|
|
|
|
"log", |
|
|
|
|
"publicsuffix", |
|
|
|
|
"serde", |
|
|
|
|
"serde_derive", |
|
|
|
|
"serde_json", |
|
|
|
|
"time", |
|
|
|
|
"url", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "core-foundation" |
|
|
|
|
version = "0.9.4" |
|
|
|
|
@ -1118,6 +1137,15 @@ dependencies = [ |
|
|
|
|
"syn 2.0.104", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "document-features" |
|
|
|
|
version = "0.2.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"litrs", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "downcast-rs" |
|
|
|
|
version = "1.2.1" |
|
|
|
|
@ -1700,8 +1728,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"js-sys", |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.11.1+wasi-snapshot-preview1", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -1711,9 +1741,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"js-sys", |
|
|
|
|
"libc", |
|
|
|
|
"r-efi", |
|
|
|
|
"wasi 0.14.2+wasi-0.2.4", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -2063,6 +2095,7 @@ dependencies = [ |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-rustls", |
|
|
|
|
"tower-service", |
|
|
|
|
"webpki-roots", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -2657,6 +2690,12 @@ version = "0.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "litrs" |
|
|
|
|
version = "0.4.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lock_api" |
|
|
|
|
version = "0.4.13" |
|
|
|
|
@ -2704,6 +2743,12 @@ dependencies = [ |
|
|
|
|
"weezl", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lru-slab" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mac" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
@ -3738,6 +3783,7 @@ dependencies = [ |
|
|
|
|
"tauri-build", |
|
|
|
|
"tauri-plugin-dialog", |
|
|
|
|
"tauri-plugin-fs", |
|
|
|
|
"tauri-plugin-http", |
|
|
|
|
"tauri-plugin-opener", |
|
|
|
|
"winprint", |
|
|
|
|
] |
|
|
|
|
@ -3864,6 +3910,22 @@ dependencies = [ |
|
|
|
|
"syn 2.0.104", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "psl-types" |
|
|
|
|
version = "2.0.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "publicsuffix" |
|
|
|
|
version = "2.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" |
|
|
|
|
dependencies = [ |
|
|
|
|
"idna", |
|
|
|
|
"psl-types", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "qoi" |
|
|
|
|
version = "0.4.1" |
|
|
|
|
@ -3897,6 +3959,61 @@ dependencies = [ |
|
|
|
|
"memchr", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quinn" |
|
|
|
|
version = "0.11.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"cfg_aliases", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"quinn-proto", |
|
|
|
|
"quinn-udp", |
|
|
|
|
"rustc-hash 2.1.1", |
|
|
|
|
"rustls", |
|
|
|
|
"socket2 0.6.0", |
|
|
|
|
"thiserror 2.0.12", |
|
|
|
|
"tokio", |
|
|
|
|
"tracing", |
|
|
|
|
"web-time", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quinn-proto" |
|
|
|
|
version = "0.11.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"getrandom 0.3.3", |
|
|
|
|
"lru-slab", |
|
|
|
|
"rand 0.9.2", |
|
|
|
|
"ring", |
|
|
|
|
"rustc-hash 2.1.1", |
|
|
|
|
"rustls", |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
"slab", |
|
|
|
|
"thiserror 2.0.12", |
|
|
|
|
"tinyvec", |
|
|
|
|
"tracing", |
|
|
|
|
"web-time", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quinn-udp" |
|
|
|
|
version = "0.5.14" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg_aliases", |
|
|
|
|
"libc", |
|
|
|
|
"once_cell", |
|
|
|
|
"socket2 0.6.0", |
|
|
|
|
"tracing", |
|
|
|
|
"windows-sys 0.60.2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quote" |
|
|
|
|
version = "1.0.40" |
|
|
|
|
@ -4181,6 +4298,8 @@ checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64 0.22.1", |
|
|
|
|
"bytes", |
|
|
|
|
"cookie", |
|
|
|
|
"cookie_store", |
|
|
|
|
"encoding_rs", |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
@ -4199,6 +4318,8 @@ dependencies = [ |
|
|
|
|
"native-tls", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"quinn", |
|
|
|
|
"rustls", |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
@ -4206,6 +4327,7 @@ dependencies = [ |
|
|
|
|
"sync_wrapper", |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-native-tls", |
|
|
|
|
"tokio-rustls", |
|
|
|
|
"tokio-util", |
|
|
|
|
"tower", |
|
|
|
|
"tower-http", |
|
|
|
|
@ -4215,6 +4337,7 @@ dependencies = [ |
|
|
|
|
"wasm-bindgen-futures", |
|
|
|
|
"wasm-streams", |
|
|
|
|
"web-sys", |
|
|
|
|
"webpki-roots", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -4321,6 +4444,12 @@ version = "1.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc-hash" |
|
|
|
|
version = "2.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc_version" |
|
|
|
|
version = "0.4.1" |
|
|
|
|
@ -4350,6 +4479,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"once_cell", |
|
|
|
|
"ring", |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
"rustls-webpki", |
|
|
|
|
"subtle", |
|
|
|
|
@ -4362,6 +4492,7 @@ version = "1.12.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
|
|
|
|
dependencies = [ |
|
|
|
|
"web-time", |
|
|
|
|
"zeroize", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
@ -5320,6 +5451,30 @@ dependencies = [ |
|
|
|
|
"url", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tauri-plugin-http" |
|
|
|
|
version = "2.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fcde333d97e565a7765aad82f32d8672458f7bd77b6ee653830d5dded9d7b5c2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"cookie_store", |
|
|
|
|
"data-url", |
|
|
|
|
"http", |
|
|
|
|
"regex", |
|
|
|
|
"reqwest", |
|
|
|
|
"schemars 0.8.22", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"tauri", |
|
|
|
|
"tauri-plugin", |
|
|
|
|
"tauri-plugin-fs", |
|
|
|
|
"thiserror 2.0.12", |
|
|
|
|
"tokio", |
|
|
|
|
"url", |
|
|
|
|
"urlpattern", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tauri-plugin-opener" |
|
|
|
|
version = "2.4.0" |
|
|
|
|
@ -5618,10 +5773,22 @@ dependencies = [ |
|
|
|
|
"signal-hook-registry", |
|
|
|
|
"slab", |
|
|
|
|
"socket2 0.5.10", |
|
|
|
|
"tokio-macros", |
|
|
|
|
"tracing", |
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio-macros" |
|
|
|
|
version = "2.5.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn 2.0.104", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio-native-tls" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
@ -6345,6 +6512,16 @@ dependencies = [ |
|
|
|
|
"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 = "webkit2gtk" |
|
|
|
|
version = "2.0.1" |
|
|
|
|
@ -6389,6 +6566,15 @@ dependencies = [ |
|
|
|
|
"system-deps", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "webpki-roots" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "webview2-com" |
|
|
|
|
version = "0.38.0" |
|
|
|
|
|