|
@@ -17,6 +17,18 @@ 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.0.2"
|
|
@@ -26,6 +38,12 @@ dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "allocator-api2"
|
|
|
+version = "0.2.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "android_log-sys"
|
|
|
version = "0.2.0"
|
|
@@ -61,26 +79,6 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "async-io"
|
|
|
-version = "1.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
-dependencies = [
|
|
|
- "async-lock",
|
|
|
- "autocfg",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "futures-lite",
|
|
|
- "log",
|
|
|
- "parking",
|
|
|
- "polling",
|
|
|
- "rustix",
|
|
|
- "slab",
|
|
|
- "socket2",
|
|
|
- "waker-fn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "async-lock"
|
|
|
version = "2.7.0"
|
|
@@ -104,26 +102,25 @@ checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "atk"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "39991bc421ddf72f70159011b323ff49b0f783cc676a7287c59453da2e2531cf"
|
|
|
+checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
|
|
|
dependencies = [
|
|
|
"atk-sys",
|
|
|
- "bitflags",
|
|
|
"glib",
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "atk-sys"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
|
|
|
+checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
@@ -171,9 +168,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
|
-version = "0.13.1"
|
|
|
+version = "0.21.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
+checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
@@ -181,6 +178,15 @@ version = "1.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "2.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "block"
|
|
|
version = "0.1.6"
|
|
@@ -237,11 +243,11 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cairo-rs"
|
|
|
-version = "0.16.7"
|
|
|
+version = "0.18.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
|
|
|
+checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 2.4.2",
|
|
|
"cairo-sys-rs",
|
|
|
"glib",
|
|
|
"libc",
|
|
@@ -251,9 +257,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cairo-sys-rs"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
|
|
|
+checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"libc",
|
|
@@ -299,18 +305,51 @@ 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 = "ciborium"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
|
+dependencies = [
|
|
|
+ "ciborium-io",
|
|
|
+ "ciborium-ll",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ciborium-io"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ciborium-ll"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
|
+dependencies = [
|
|
|
+ "ciborium-io",
|
|
|
+ "half",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cocoa"
|
|
|
-version = "0.24.1"
|
|
|
+version = "0.25.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
|
|
+checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"block",
|
|
|
"cocoa-foundation",
|
|
|
"core-foundation",
|
|
|
"core-graphics",
|
|
|
- "foreign-types",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
"libc",
|
|
|
"objc",
|
|
|
]
|
|
@@ -321,11 +360,11 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"block",
|
|
|
"core-foundation",
|
|
|
"core-graphics-types",
|
|
|
- "foreign-types",
|
|
|
+ "foreign-types 0.3.2",
|
|
|
"libc",
|
|
|
"objc",
|
|
|
]
|
|
@@ -355,12 +394,47 @@ dependencies = [
|
|
|
"crossbeam-utils",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "const_format"
|
|
|
+version = "0.2.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
|
|
|
+dependencies = [
|
|
|
+ "const_format_proc_macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "const_format_proc_macros"
|
|
|
+version = "0.2.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "constcat"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "convert_case"
|
|
|
version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "convert_case"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
+dependencies = [
|
|
|
+ "unicode-segmentation",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
|
version = "0.9.3"
|
|
@@ -379,14 +453,14 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
|
|
|
|
[[package]]
|
|
|
name = "core-graphics"
|
|
|
-version = "0.22.3"
|
|
|
+version = "0.23.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
+checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"core-foundation",
|
|
|
"core-graphics-types",
|
|
|
- "foreign-types",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
@@ -396,7 +470,7 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"core-foundation",
|
|
|
"libc",
|
|
|
]
|
|
@@ -438,6 +512,12 @@ dependencies = [
|
|
|
"cfg-if",
|
|
|
]
|
|
|
|
|
|
+[[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"
|
|
@@ -458,7 +538,7 @@ dependencies = [
|
|
|
"dtoa-short",
|
|
|
"itoa 0.4.8",
|
|
|
"matches",
|
|
|
- "phf",
|
|
|
+ "phf 0.8.0",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"smallvec",
|
|
@@ -472,7 +552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
|
dependencies = [
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -495,7 +575,7 @@ dependencies = [
|
|
|
"ident_case",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -506,13 +586,21 @@ checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
|
|
dependencies = [
|
|
|
"darling_core",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "debug-cell"
|
|
|
-version = "0.1.1"
|
|
|
-source = "git+https://github.com/Niedzwiedzw/debug-cell?rev=3352a1f8aff19f56f5e3b2018200a3338fd43d2e#3352a1f8aff19f56f5e3b2018200a3338fd43d2e"
|
|
|
+name = "dashmap"
|
|
|
+version = "5.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "hashbrown 0.14.0",
|
|
|
+ "lock_api",
|
|
|
+ "once_cell",
|
|
|
+ "parking_lot_core",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "derive_more"
|
|
@@ -520,7 +608,7 @@ version = "0.99.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
dependencies = [
|
|
|
- "convert_case",
|
|
|
+ "convert_case 0.4.0",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"rustc_version",
|
|
@@ -539,120 +627,246 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
+ "dioxus-config-macro",
|
|
|
"dioxus-core",
|
|
|
"dioxus-core-macro",
|
|
|
+ "dioxus-desktop",
|
|
|
+ "dioxus-fullstack",
|
|
|
"dioxus-hooks",
|
|
|
"dioxus-hot-reload",
|
|
|
"dioxus-html",
|
|
|
- "dioxus-rsx",
|
|
|
+ "dioxus-mobile",
|
|
|
+ "dioxus-signals",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-cli-config"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-config-macro"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-core"
|
|
|
-version = "0.3.3"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
- "bumpalo",
|
|
|
"futures-channel",
|
|
|
"futures-util",
|
|
|
- "log",
|
|
|
"longest-increasing-subsequence",
|
|
|
"rustc-hash",
|
|
|
"serde",
|
|
|
"slab",
|
|
|
- "smallbox",
|
|
|
+ "tracing",
|
|
|
+ "tracing-subscriber",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-core-macro"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
+ "constcat",
|
|
|
+ "convert_case 0.6.0",
|
|
|
"dioxus-rsx",
|
|
|
+ "prettyplease",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "dioxus-debug-cell"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2ea539174bb236e0e7dc9c12b19b88eae3cb574dedbd0252a2d43ea7e6de13e2"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "dioxus-desktop"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"core-foundation",
|
|
|
+ "dioxus-cli-config",
|
|
|
"dioxus-core",
|
|
|
+ "dioxus-hooks",
|
|
|
+ "dioxus-hot-reload",
|
|
|
"dioxus-html",
|
|
|
"dioxus-interpreter-js",
|
|
|
"dunce",
|
|
|
"futures-channel",
|
|
|
"futures-util",
|
|
|
+ "generational-box",
|
|
|
+ "global-hotkey",
|
|
|
"infer",
|
|
|
- "log",
|
|
|
+ "muda",
|
|
|
"objc",
|
|
|
"objc_id",
|
|
|
"rfd",
|
|
|
+ "rustc-hash",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"slab",
|
|
|
+ "tao",
|
|
|
"thiserror",
|
|
|
"tokio",
|
|
|
+ "tracing",
|
|
|
"urlencoding",
|
|
|
"webbrowser",
|
|
|
- "wry",
|
|
|
+ "wry 0.37.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-fullstack"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "async-trait",
|
|
|
+ "base64",
|
|
|
+ "bytes",
|
|
|
+ "ciborium",
|
|
|
+ "dioxus-hot-reload",
|
|
|
+ "dioxus-lib",
|
|
|
+ "dioxus-mobile",
|
|
|
+ "dioxus_server_macro",
|
|
|
+ "futures-util",
|
|
|
+ "once_cell",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "server_fn",
|
|
|
+ "tracing",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-hooks"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
- "debug-cell",
|
|
|
"dioxus-core",
|
|
|
+ "dioxus-debug-cell",
|
|
|
+ "dioxus-signals",
|
|
|
"futures-channel",
|
|
|
- "log",
|
|
|
+ "futures-util",
|
|
|
+ "generational-box",
|
|
|
+ "slab",
|
|
|
"thiserror",
|
|
|
+ "tracing",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-hot-reload"
|
|
|
-version = "0.1.1"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
"dioxus-core",
|
|
|
"dioxus-html",
|
|
|
"dioxus-rsx",
|
|
|
- "interprocess-docfix",
|
|
|
+ "interprocess",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-html"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
- "async-channel",
|
|
|
"async-trait",
|
|
|
"dioxus-core",
|
|
|
+ "dioxus-html-internal-macro",
|
|
|
"enumset",
|
|
|
"euclid",
|
|
|
+ "futures-channel",
|
|
|
+ "generational-box",
|
|
|
"keyboard-types",
|
|
|
"serde",
|
|
|
"serde-value",
|
|
|
"serde_json",
|
|
|
"serde_repr",
|
|
|
"tokio",
|
|
|
+ "web-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-html-internal-macro"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "convert_case 0.6.0",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-interpreter-js"
|
|
|
-version = "0.3.3"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "dioxus-core",
|
|
|
+ "dioxus-html",
|
|
|
+ "md5",
|
|
|
+ "sledgehammer_bindgen",
|
|
|
+ "sledgehammer_utils",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-lib"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "dioxus-core",
|
|
|
+ "dioxus-core-macro",
|
|
|
+ "dioxus-hooks",
|
|
|
+ "dioxus-html",
|
|
|
+ "dioxus-rsx",
|
|
|
+ "dioxus-signals",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-mobile"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "dioxus-desktop",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dioxus-rsx"
|
|
|
-version = "0.0.3"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus-signals"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
dependencies = [
|
|
|
"dioxus-core",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-util",
|
|
|
+ "generational-box",
|
|
|
+ "once_cell",
|
|
|
+ "parking_lot",
|
|
|
+ "rustc-hash",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dioxus_server_macro"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "convert_case 0.6.0",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "server_fn_macro",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -661,6 +875,29 @@ version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "dlopen2"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
|
|
|
+dependencies = [
|
|
|
+ "dlopen2_derive",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dlopen2_derive"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "dtoa"
|
|
|
version = "1.0.9"
|
|
@@ -700,7 +937,7 @@ dependencies = [
|
|
|
"darling",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -732,27 +969,6 @@ version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "errno"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
|
|
-dependencies = [
|
|
|
- "errno-dragonfly",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "errno-dragonfly"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "euclid"
|
|
|
version = "0.22.9"
|
|
@@ -819,7 +1035,28 @@ version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
dependencies = [
|
|
|
- "foreign-types-shared",
|
|
|
+ "foreign-types-shared 0.1.1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foreign-types"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
+dependencies = [
|
|
|
+ "foreign-types-macros",
|
|
|
+ "foreign-types-shared 0.3.1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foreign-types-macros"
|
|
|
+version = "0.2.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -828,6 +1065,12 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "foreign-types-shared"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "form_urlencoded"
|
|
|
version = "1.2.0"
|
|
@@ -847,6 +1090,21 @@ dependencies = [
|
|
|
"new_debug_unreachable",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "futures"
|
|
|
+version = "0.3.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
|
|
+dependencies = [
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-executor",
|
|
|
+ "futures-io",
|
|
|
+ "futures-sink",
|
|
|
+ "futures-task",
|
|
|
+ "futures-util",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "futures-channel"
|
|
|
version = "0.3.28"
|
|
@@ -854,6 +1112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
+ "futures-sink",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -902,9 +1161,15 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
+[[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.28"
|
|
@@ -917,9 +1182,11 @@ version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
|
dependencies = [
|
|
|
+ "futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-io",
|
|
|
"futures-macro",
|
|
|
+ "futures-sink",
|
|
|
"futures-task",
|
|
|
"memchr",
|
|
|
"pin-project-lite",
|
|
@@ -938,11 +1205,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdk"
|
|
|
-version = "0.16.2"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1"
|
|
|
+checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
"cairo-rs",
|
|
|
"gdk-pixbuf",
|
|
|
"gdk-sys",
|
|
@@ -954,22 +1220,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdk-pixbuf"
|
|
|
-version = "0.16.7"
|
|
|
+version = "0.18.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
|
|
|
+checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
"gdk-pixbuf-sys",
|
|
|
"gio",
|
|
|
"glib",
|
|
|
"libc",
|
|
|
+ "once_cell",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdk-pixbuf-sys"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
|
|
|
+checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
|
|
|
dependencies = [
|
|
|
"gio-sys",
|
|
|
"glib-sys",
|
|
@@ -980,9 +1246,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdk-sys"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
|
|
|
+checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
|
|
|
dependencies = [
|
|
|
"cairo-sys-rs",
|
|
|
"gdk-pixbuf-sys",
|
|
@@ -997,9 +1263,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdkwayland-sys"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4511710212ed3020b61a8622a37aa6f0dd2a84516575da92e9b96928dcbe83ba"
|
|
|
+checksum = "a90fbf5c033c65d93792192a49a8efb5bb1e640c419682a58bb96f5ae77f3d4a"
|
|
|
dependencies = [
|
|
|
"gdk-sys",
|
|
|
"glib-sys",
|
|
@@ -1010,18 +1276,39 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "gdkx11-sys"
|
|
|
-version = "0.16.0"
|
|
|
+name = "gdkx11"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9fa2bf8b5b8c414bc5d05e48b271896d0fd3ddb57464a3108438082da61de6af"
|
|
|
+checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
|
|
|
dependencies = [
|
|
|
- "gdk-sys",
|
|
|
- "glib-sys",
|
|
|
+ "gdk",
|
|
|
+ "gdkx11-sys",
|
|
|
+ "gio",
|
|
|
+ "glib",
|
|
|
"libc",
|
|
|
- "system-deps",
|
|
|
"x11",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "gdkx11-sys"
|
|
|
+version = "0.18.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043"
|
|
|
+dependencies = [
|
|
|
+ "gdk-sys",
|
|
|
+ "glib-sys",
|
|
|
+ "libc",
|
|
|
+ "system-deps",
|
|
|
+ "x11",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "generational-box"
|
|
|
+version = "0.5.0-alpha.0"
|
|
|
+dependencies = [
|
|
|
+ "parking_lot",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "generic-array"
|
|
|
version = "0.14.7"
|
|
@@ -1062,11 +1349,10 @@ checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
|
|
|
[[package]]
|
|
|
name = "gio"
|
|
|
-version = "0.16.7"
|
|
|
+version = "0.18.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
|
|
|
+checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
"futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-io",
|
|
@@ -1082,9 +1368,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gio-sys"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
|
|
|
+checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
@@ -1095,11 +1381,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "glib"
|
|
|
-version = "0.16.9"
|
|
|
+version = "0.18.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba"
|
|
|
+checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 2.4.2",
|
|
|
"futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-executor",
|
|
@@ -1110,6 +1396,7 @@ dependencies = [
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
|
"libc",
|
|
|
+ "memchr",
|
|
|
"once_cell",
|
|
|
"smallvec",
|
|
|
"thiserror",
|
|
@@ -1117,34 +1404,81 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "glib-macros"
|
|
|
-version = "0.16.8"
|
|
|
+version = "0.18.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fb1a9325847aa46f1e96ffea37611b9d51fc4827e67f79e7de502a297560a67b"
|
|
|
+checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
"heck",
|
|
|
- "proc-macro-crate",
|
|
|
+ "proc-macro-crate 2.0.2",
|
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "glib-sys"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
|
|
|
+checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"system-deps",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "global-hotkey"
|
|
|
+version = "0.5.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5b0d37e95d3937251ee2019709389bb793c1237f16d45fc0fe7b2464b5f97c68"
|
|
|
+dependencies = [
|
|
|
+ "crossbeam-channel",
|
|
|
+ "keyboard-types",
|
|
|
+ "once_cell",
|
|
|
+ "thiserror",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+ "x11-dl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gloo-net"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43aaa242d1239a8822c15c645f02166398da4f8b5c4bae795c1f5b44e9eee173"
|
|
|
+dependencies = [
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "gloo-utils",
|
|
|
+ "http 0.2.9",
|
|
|
+ "js-sys",
|
|
|
+ "pin-project",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "thiserror",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "wasm-bindgen-futures",
|
|
|
+ "web-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gloo-utils"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
|
|
|
+dependencies = [
|
|
|
+ "js-sys",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "web-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "gobject-sys"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
|
|
|
+checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"libc",
|
|
@@ -1153,12 +1487,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gtk"
|
|
|
-version = "0.16.2"
|
|
|
+version = "0.18.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e4d3507d43908c866c805f74c9dd593c0ce7ba5c38e576e41846639cdcd4bee6"
|
|
|
+checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c"
|
|
|
dependencies = [
|
|
|
"atk",
|
|
|
- "bitflags",
|
|
|
"cairo-rs",
|
|
|
"field-offset",
|
|
|
"futures-channel",
|
|
@@ -1169,16 +1502,15 @@ dependencies = [
|
|
|
"gtk-sys",
|
|
|
"gtk3-macros",
|
|
|
"libc",
|
|
|
- "once_cell",
|
|
|
"pango",
|
|
|
"pkg-config",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "gtk-sys"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
|
|
|
+checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
|
|
|
dependencies = [
|
|
|
"atk-sys",
|
|
|
"cairo-sys-rs",
|
|
@@ -1194,23 +1526,42 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gtk3-macros"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "096eb63c6fedf03bafe65e5924595785eaf1bcb7200dac0f2cbe9c9738f05ad8"
|
|
|
+checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
- "proc-macro-crate",
|
|
|
+ "proc-macro-crate 1.3.1",
|
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "half"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "crunchy",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hashbrown"
|
|
|
version = "0.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
+dependencies = [
|
|
|
+ "ahash",
|
|
|
+ "allocator-api2",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "heck"
|
|
@@ -1244,9 +1595,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "html5ever"
|
|
|
-version = "0.25.2"
|
|
|
+version = "0.26.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
|
|
|
+checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
dependencies = [
|
|
|
"log",
|
|
|
"mac",
|
|
@@ -1267,6 +1618,17 @@ dependencies = [
|
|
|
"itoa 1.0.9",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "http"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "fnv",
|
|
|
+ "itoa 1.0.9",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "humantime"
|
|
|
version = "2.1.0"
|
|
@@ -1302,6 +1664,16 @@ dependencies = [
|
|
|
"num-traits",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "1.9.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "hashbrown 0.12.3",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "indexmap"
|
|
|
version = "2.0.0"
|
|
@@ -1309,7 +1681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
dependencies = [
|
|
|
"equivalent",
|
|
|
- "hashbrown",
|
|
|
+ "hashbrown 0.14.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1331,10 +1703,10 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "interprocess-docfix"
|
|
|
-version = "1.2.2"
|
|
|
+name = "interprocess"
|
|
|
+version = "1.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b84ee245c606aeb0841649a9288e3eae8c61b853a8cd5c0e14450e96d53d28f"
|
|
|
+checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb"
|
|
|
dependencies = [
|
|
|
"blocking",
|
|
|
"cfg-if",
|
|
@@ -1356,17 +1728,6 @@ version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "io-lifetimes"
|
|
|
-version = "1.0.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi 0.3.2",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
version = "0.4.8"
|
|
@@ -1381,20 +1742,20 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
|
|
|
|
|
[[package]]
|
|
|
name = "javascriptcore-rs"
|
|
|
-version = "0.17.0"
|
|
|
+version = "1.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "110b9902c80c12bf113c432d0b71c7a94490b294a8234f326fd0abca2fac0b00"
|
|
|
+checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"glib",
|
|
|
"javascriptcore-rs-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "javascriptcore-rs-sys"
|
|
|
-version = "0.5.1"
|
|
|
+version = "1.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "98a216519a52cd941a733a0ad3f1023cfdb1cd47f3955e8e863ed56f558f916c"
|
|
|
+checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
@@ -1416,20 +1777,6 @@ dependencies = [
|
|
|
"walkdir",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "jni"
|
|
|
-version = "0.20.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
|
|
|
-dependencies = [
|
|
|
- "cesu8",
|
|
|
- "combine",
|
|
|
- "jni-sys",
|
|
|
- "log",
|
|
|
- "thiserror",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "jni"
|
|
|
version = "0.21.1"
|
|
@@ -1463,23 +1810,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "keyboard-types"
|
|
|
-version = "0.6.2"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b7668b7cff6a51fe61cdde64cd27c8a220786f399501b57ebe36f7d8112fd68"
|
|
|
+checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 2.4.2",
|
|
|
"serde",
|
|
|
"unicode-segmentation",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "kuchiki"
|
|
|
-version = "0.8.1"
|
|
|
+name = "kuchikiki"
|
|
|
+version = "0.8.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
|
|
|
+checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
|
|
|
dependencies = [
|
|
|
"cssparser",
|
|
|
"html5ever",
|
|
|
+ "indexmap 1.9.3",
|
|
|
"matches",
|
|
|
"selectors",
|
|
|
]
|
|
@@ -1497,10 +1845,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "linux-raw-sys"
|
|
|
-version = "0.3.8"
|
|
|
+name = "libxdo"
|
|
|
+version = "0.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
+checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db"
|
|
|
+dependencies = [
|
|
|
+ "libxdo-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libxdo-sys"
|
|
|
+version = "0.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "x11",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "lock_api"
|
|
@@ -1524,6 +1885,15 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "lru"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown 0.14.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "mac"
|
|
|
version = "0.1.1"
|
|
@@ -1541,13 +1911,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "markup5ever"
|
|
|
-version = "0.10.1"
|
|
|
+version = "0.11.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
|
|
+checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
dependencies = [
|
|
|
"log",
|
|
|
- "phf",
|
|
|
- "phf_codegen",
|
|
|
+ "phf 0.10.1",
|
|
|
+ "phf_codegen 0.10.0",
|
|
|
"string_cache",
|
|
|
"string_cache_codegen",
|
|
|
"tendril",
|
|
@@ -1559,6 +1929,12 @@ version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "md5"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "memchr"
|
|
|
version = "2.5.0"
|
|
@@ -1592,24 +1968,42 @@ dependencies = [
|
|
|
"anyhow",
|
|
|
"core-foundation",
|
|
|
"dioxus",
|
|
|
- "dioxus-desktop",
|
|
|
"env_logger 0.9.3",
|
|
|
"jni 0.19.0",
|
|
|
"log",
|
|
|
"paste",
|
|
|
- "wry",
|
|
|
+ "wry 0.35.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "muda"
|
|
|
+version = "0.11.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4c47e7625990fc1af2226ea4f34fb2412b03c12639fcb91868581eb3a6893453"
|
|
|
+dependencies = [
|
|
|
+ "cocoa",
|
|
|
+ "crossbeam-channel",
|
|
|
+ "gtk",
|
|
|
+ "keyboard-types",
|
|
|
+ "libxdo",
|
|
|
+ "objc",
|
|
|
+ "once_cell",
|
|
|
+ "png",
|
|
|
+ "thiserror",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "ndk"
|
|
|
-version = "0.6.0"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
|
|
|
+checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"jni-sys",
|
|
|
"ndk-sys",
|
|
|
"num_enum",
|
|
|
+ "raw-window-handle 0.5.2",
|
|
|
"thiserror",
|
|
|
]
|
|
|
|
|
@@ -1621,9 +2015,9 @@ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "ndk-sys"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.4.1+23.1.7779620"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
|
|
|
+checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
|
|
dependencies = [
|
|
|
"jni-sys",
|
|
|
]
|
|
@@ -1640,6 +2034,16 @@ version = "0.1.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "nu-ansi-term"
|
|
|
+version = "0.46.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
+dependencies = [
|
|
|
+ "overload",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "num-integer"
|
|
|
version = "0.1.45"
|
|
@@ -1695,7 +2099,7 @@ version = "0.5.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
|
|
dependencies = [
|
|
|
- "proc-macro-crate",
|
|
|
+ "proc-macro-crate 1.3.1",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn 1.0.109",
|
|
@@ -1764,13 +2168,18 @@ dependencies = [
|
|
|
"num-traits",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "overload"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pango"
|
|
|
-version = "0.16.5"
|
|
|
+version = "0.18.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
|
|
|
+checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
"gio",
|
|
|
"glib",
|
|
|
"libc",
|
|
@@ -1780,9 +2189,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pango-sys"
|
|
|
-version = "0.16.3"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
|
|
|
+checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
|
|
|
dependencies = [
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
@@ -1842,6 +2251,15 @@ dependencies = [
|
|
|
"proc-macro-hack",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "phf"
|
|
|
+version = "0.10.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
+dependencies = [
|
|
|
+ "phf_shared 0.10.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "phf_codegen"
|
|
|
version = "0.8.0"
|
|
@@ -1852,6 +2270,16 @@ dependencies = [
|
|
|
"phf_shared 0.8.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "phf_codegen"
|
|
|
+version = "0.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
+dependencies = [
|
|
|
+ "phf_generator 0.10.0",
|
|
|
+ "phf_shared 0.10.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "phf_generator"
|
|
|
version = "0.8.0"
|
|
@@ -1904,6 +2332,26 @@ 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.52",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pin-project-lite"
|
|
|
version = "0.2.10"
|
|
@@ -1928,29 +2376,13 @@ version = "0.17.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"crc32fast",
|
|
|
"fdeflate",
|
|
|
"flate2",
|
|
|
"miniz_oxide",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "polling"
|
|
|
-version = "2.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "bitflags",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ppv-lite86"
|
|
|
version = "0.2.17"
|
|
@@ -1963,6 +2395,16 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "prettyplease"
|
|
|
+version = "0.2.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "proc-macro-crate"
|
|
|
version = "1.3.1"
|
|
@@ -1970,7 +2412,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
|
dependencies = [
|
|
|
"once_cell",
|
|
|
- "toml_edit",
|
|
|
+ "toml_edit 0.19.14",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-crate"
|
|
|
+version = "2.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
|
|
|
+dependencies = [
|
|
|
+ "toml_datetime",
|
|
|
+ "toml_edit 0.20.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2005,18 +2457,18 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
|
-version = "1.0.66"
|
|
|
+version = "1.0.79"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
|
|
+checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
|
|
dependencies = [
|
|
|
"unicode-ident",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "quote"
|
|
|
-version = "1.0.32"
|
|
|
+version = "1.0.35"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
|
|
+checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
]
|
|
@@ -2108,13 +2560,19 @@ version = "0.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "raw-window-handle"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
|
version = "0.3.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2148,14 +2606,12 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rfd"
|
|
|
-version = "0.11.4"
|
|
|
+version = "0.12.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f"
|
|
|
+checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2"
|
|
|
dependencies = [
|
|
|
- "async-io",
|
|
|
"block",
|
|
|
"dispatch",
|
|
|
- "futures-util",
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
|
"gtk-sys",
|
|
@@ -2164,11 +2620,11 @@ dependencies = [
|
|
|
"objc",
|
|
|
"objc-foundation",
|
|
|
"objc_id",
|
|
|
- "raw-window-handle",
|
|
|
+ "raw-window-handle 0.5.2",
|
|
|
"wasm-bindgen",
|
|
|
"wasm-bindgen-futures",
|
|
|
"web-sys",
|
|
|
- "windows",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2192,20 +2648,6 @@ dependencies = [
|
|
|
"semver",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rustix"
|
|
|
-version = "0.37.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "errno",
|
|
|
- "io-lifetimes",
|
|
|
- "libc",
|
|
|
- "linux-raw-sys",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
version = "1.0.15"
|
|
@@ -2233,14 +2675,14 @@ version = "0.22.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"cssparser",
|
|
|
"derive_more",
|
|
|
"fxhash",
|
|
|
"log",
|
|
|
"matches",
|
|
|
- "phf",
|
|
|
- "phf_codegen",
|
|
|
+ "phf 0.8.0",
|
|
|
+ "phf_codegen 0.8.0",
|
|
|
"precomputed-hash",
|
|
|
"servo_arc",
|
|
|
"smallvec",
|
|
@@ -2253,6 +2695,15 @@ version = "1.0.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "send_wrapper"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
version = "1.0.180"
|
|
@@ -2280,7 +2731,7 @@ checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2294,6 +2745,17 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "serde_qs"
|
|
|
+version = "0.12.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
|
|
|
+dependencies = [
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "serde_repr"
|
|
|
version = "0.1.16"
|
|
@@ -2302,7 +2764,7 @@ checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2314,6 +2776,58 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "server_fn"
|
|
|
+version = "0.6.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2955da1dc5fcd970c182ebf1089af6c5f19051e1f286a21f7b96490a49b7a531"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "const_format",
|
|
|
+ "dashmap",
|
|
|
+ "futures",
|
|
|
+ "gloo-net",
|
|
|
+ "http 1.1.0",
|
|
|
+ "js-sys",
|
|
|
+ "once_cell",
|
|
|
+ "send_wrapper",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "serde_qs",
|
|
|
+ "server_fn_macro_default",
|
|
|
+ "thiserror",
|
|
|
+ "url",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "wasm-bindgen-futures",
|
|
|
+ "wasm-streams",
|
|
|
+ "web-sys",
|
|
|
+ "xxhash-rust",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "server_fn_macro"
|
|
|
+version = "0.6.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "adfdd051ef905fdb3da20942b0c52d536158d7489a724e14cc2fd47323e7ca91"
|
|
|
+dependencies = [
|
|
|
+ "const_format",
|
|
|
+ "convert_case 0.6.0",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
+ "xxhash-rust",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "server_fn_macro_default"
|
|
|
+version = "0.6.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "060af1def72353a779fcc184c53e1965d3055a38b9e827f2259b2bff2d9c371e"
|
|
|
+dependencies = [
|
|
|
+ "server_fn_macro",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "servo_arc"
|
|
|
version = "0.1.1"
|
|
@@ -2335,6 +2849,15 @@ dependencies = [
|
|
|
"digest",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sharded-slab"
|
|
|
+version = "0.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
+dependencies = [
|
|
|
+ "lazy_static",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "simd-adler32"
|
|
|
version = "0.3.7"
|
|
@@ -2357,47 +2880,59 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "smallbox"
|
|
|
-version = "0.8.1"
|
|
|
+name = "sledgehammer_bindgen"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4679d6eef28b85020158619fc09769de89e90886c5de7157587d87cb72648faa"
|
|
|
+checksum = "fcfaf791ff02f48f3518ce825d32cf419c13a43c1d8b1232f74ac89f339c46d2"
|
|
|
+dependencies = [
|
|
|
+ "sledgehammer_bindgen_macro",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "1.11.0"
|
|
|
+name = "sledgehammer_bindgen_macro"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
|
|
+checksum = "bdd941cc539bd3dc694edaf9d0c4e1221d02baa67c6b45ec04fad1024d9e8139"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.4.9"
|
|
|
+name = "sledgehammer_utils"
|
|
|
+version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
|
|
+checksum = "f20798defa0e9d4eff9ca451c7f84774c7378a9c3b5a40112cfa2b3eadb97ae2"
|
|
|
dependencies = [
|
|
|
- "libc",
|
|
|
- "winapi",
|
|
|
+ "lru",
|
|
|
+ "once_cell",
|
|
|
+ "rustc-hash",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "smallvec"
|
|
|
+version = "1.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "soup3"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "82bc46048125fefd69d30b32b9d263d6556c9ffe82a7a7df181a86d912da5616"
|
|
|
+checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
"futures-channel",
|
|
|
"gio",
|
|
|
"glib",
|
|
|
"libc",
|
|
|
- "once_cell",
|
|
|
"soup3-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "soup3-sys"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "014bbeb1c4cdb30739dc181e8d98b7908f124d9555843afa89b5570aaf4ec62b"
|
|
|
+checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
|
|
|
dependencies = [
|
|
|
"gio-sys",
|
|
|
"glib-sys",
|
|
@@ -2460,9 +2995,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
|
-version = "2.0.28"
|
|
|
+version = "2.0.52"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
|
|
+checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -2484,30 +3019,23 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tao"
|
|
|
-version = "0.19.1"
|
|
|
+version = "0.26.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "746ae5d0ca57ae275a792f109f6e992e0b41a443abdf3f5c6eff179ef5b3443a"
|
|
|
+checksum = "ccba570365293ca309d60f30fdac2c5271b732dc762e6154e59c85d2c762a0a1"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
- "cairo-rs",
|
|
|
- "cc",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"cocoa",
|
|
|
"core-foundation",
|
|
|
"core-graphics",
|
|
|
"crossbeam-channel",
|
|
|
"dispatch",
|
|
|
- "gdk",
|
|
|
- "gdk-pixbuf",
|
|
|
- "gdk-sys",
|
|
|
+ "dlopen2",
|
|
|
"gdkwayland-sys",
|
|
|
"gdkx11-sys",
|
|
|
- "gio",
|
|
|
- "glib",
|
|
|
- "glib-sys",
|
|
|
"gtk",
|
|
|
"image",
|
|
|
"instant",
|
|
|
- "jni 0.20.0",
|
|
|
+ "jni 0.21.1",
|
|
|
"lazy_static",
|
|
|
"libc",
|
|
|
"log",
|
|
@@ -2518,14 +3046,15 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"parking_lot",
|
|
|
"png",
|
|
|
- "raw-window-handle",
|
|
|
+ "raw-window-handle 0.5.2",
|
|
|
+ "raw-window-handle 0.6.0",
|
|
|
"scopeguard",
|
|
|
- "serde",
|
|
|
"tao-macros",
|
|
|
"unicode-segmentation",
|
|
|
- "uuid",
|
|
|
+ "url",
|
|
|
"windows",
|
|
|
"windows-implement",
|
|
|
+ "windows-version",
|
|
|
"x11-dl",
|
|
|
]
|
|
|
|
|
@@ -2589,7 +3118,17 @@ checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thread_local"
|
|
|
+version = "1.1.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2635,7 +3174,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2647,7 +3186,7 @@ dependencies = [
|
|
|
"serde",
|
|
|
"serde_spanned",
|
|
|
"toml_datetime",
|
|
|
- "toml_edit",
|
|
|
+ "toml_edit 0.19.14",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2665,13 +3204,81 @@ version = "0.19.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
|
|
dependencies = [
|
|
|
- "indexmap",
|
|
|
+ "indexmap 2.0.0",
|
|
|
"serde",
|
|
|
"serde_spanned",
|
|
|
"toml_datetime",
|
|
|
"winnow",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "toml_edit"
|
|
|
+version = "0.20.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
|
|
+dependencies = [
|
|
|
+ "indexmap 2.0.0",
|
|
|
+ "toml_datetime",
|
|
|
+ "winnow",
|
|
|
+]
|
|
|
+
|
|
|
+[[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.52",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-core"
|
|
|
+version = "0.1.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+ "valuable",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-log"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "once_cell",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-subscriber"
|
|
|
+version = "0.3.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
+dependencies = [
|
|
|
+ "nu-ansi-term",
|
|
|
+ "sharded-slab",
|
|
|
+ "smallvec",
|
|
|
+ "thread_local",
|
|
|
+ "tracing-core",
|
|
|
+ "tracing-log",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "typenum"
|
|
|
version = "1.16.0"
|
|
@@ -2705,6 +3312,12 @@ version = "1.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.2.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
version = "2.4.0"
|
|
@@ -2733,9 +3346,12 @@ name = "uuid"
|
|
|
version = "1.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.10",
|
|
|
-]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "valuable"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
[[package]]
|
|
|
name = "version-compare"
|
|
@@ -2798,7 +3414,7 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
"wasm-bindgen-shared",
|
|
|
]
|
|
|
|
|
@@ -2832,7 +3448,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.28",
|
|
|
+ "syn 2.0.52",
|
|
|
"wasm-bindgen-backend",
|
|
|
"wasm-bindgen-shared",
|
|
|
]
|
|
@@ -2843,6 +3459,19 @@ version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "wasm-streams"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
|
|
+dependencies = [
|
|
|
+ "futures-util",
|
|
|
+ "js-sys",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "wasm-bindgen-futures",
|
|
|
+ "web-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "web-sys"
|
|
|
version = "0.3.64"
|
|
@@ -2865,18 +3494,18 @@ dependencies = [
|
|
|
"log",
|
|
|
"ndk-context",
|
|
|
"objc",
|
|
|
- "raw-window-handle",
|
|
|
+ "raw-window-handle 0.5.2",
|
|
|
"url",
|
|
|
"web-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "webkit2gtk"
|
|
|
-version = "0.19.2"
|
|
|
+version = "2.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8eea819afe15eb8dcdff4f19d8bfda540bae84d874c10e6f4b8faf2d6704bd1"
|
|
|
+checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"cairo-rs",
|
|
|
"gdk",
|
|
|
"gdk-sys",
|
|
@@ -2896,11 +3525,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "webkit2gtk-sys"
|
|
|
-version = "0.19.1"
|
|
|
+version = "2.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d0ac7a95ddd3fdfcaf83d8e513b4b1ad101b95b413b6aa6662ed95f284fc3d5b"
|
|
|
+checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
+ "bitflags 1.3.2",
|
|
|
"cairo-sys-rs",
|
|
|
"gdk-sys",
|
|
|
"gio-sys",
|
|
@@ -2916,40 +3545,38 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "webview2-com"
|
|
|
-version = "0.22.1"
|
|
|
+version = "0.28.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "11296e5daf3a653b79bf47d66c380e4143d5b9c975818871179a3bda79499562"
|
|
|
+checksum = "e0ae9c7e420783826cf769d2c06ac9ba462f450eca5893bb8c6c6529a4e5dd33"
|
|
|
dependencies = [
|
|
|
"webview2-com-macros",
|
|
|
"webview2-com-sys",
|
|
|
"windows",
|
|
|
+ "windows-core",
|
|
|
"windows-implement",
|
|
|
+ "windows-interface",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "webview2-com-macros"
|
|
|
-version = "0.6.0"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
|
|
|
+checksum = "ac1345798ecd8122468840bcdf1b95e5dc6d2206c5e4b0eafa078d061f59c9bc"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "webview2-com-sys"
|
|
|
-version = "0.22.1"
|
|
|
+version = "0.28.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cde542bed28058a5b028d459689ee57f1d06685bb6c266da3b91b1be6703952f"
|
|
|
+checksum = "d6ad85fceee6c42fa3d61239eba5a11401bf38407a849ed5ea1b407df08cca72"
|
|
|
dependencies = [
|
|
|
- "regex",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
"thiserror",
|
|
|
"windows",
|
|
|
- "windows-bindgen",
|
|
|
- "windows-metadata",
|
|
|
+ "windows-core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2985,53 +3612,47 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows"
|
|
|
-version = "0.44.0"
|
|
|
+version = "0.52.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
|
|
|
+checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
|
dependencies = [
|
|
|
+ "windows-core",
|
|
|
"windows-implement",
|
|
|
"windows-interface",
|
|
|
- "windows-targets 0.42.2",
|
|
|
+ "windows-targets 0.52.4",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-bindgen"
|
|
|
-version = "0.44.0"
|
|
|
+name = "windows-core"
|
|
|
+version = "0.52.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "222204ecf46521382a4d88b4a1bbefca9f8855697b4ab7d20803901425e061a3"
|
|
|
+checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
dependencies = [
|
|
|
- "windows-metadata",
|
|
|
- "windows-tokens",
|
|
|
+ "windows-targets 0.52.4",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-implement"
|
|
|
-version = "0.44.0"
|
|
|
+version = "0.52.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ce87ca8e3417b02dc2a8a22769306658670ec92d78f1bd420d6310a67c245c6"
|
|
|
+checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-interface"
|
|
|
-version = "0.44.0"
|
|
|
+version = "0.52.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "853f69a591ecd4f810d29f17e902d40e349fb05b0b11fff63b08b826bfe39c7f"
|
|
|
+checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.52",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-metadata"
|
|
|
-version = "0.44.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ee78911e3f4ce32c1ad9d3c7b0bd95389662ad8d8f1a3155688fed70bd96e2b6"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.45.0"
|
|
@@ -3050,6 +3671,15 @@ dependencies = [
|
|
|
"windows-targets 0.48.1",
|
|
|
]
|
|
|
|
|
|
+[[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.4",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-targets"
|
|
|
version = "0.42.2"
|
|
@@ -3081,10 +3711,28 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-tokens"
|
|
|
-version = "0.44.0"
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa4251900975a0d10841c5d4bde79c56681543367ef811f3fabb8d1803b0959b"
|
|
|
+checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.52.4",
|
|
|
+ "windows_aarch64_msvc 0.52.4",
|
|
|
+ "windows_i686_gnu 0.52.4",
|
|
|
+ "windows_i686_msvc 0.52.4",
|
|
|
+ "windows_x86_64_gnu 0.52.4",
|
|
|
+ "windows_x86_64_gnullvm 0.52.4",
|
|
|
+ "windows_x86_64_msvc 0.52.4",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-version"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.4",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_gnullvm"
|
|
@@ -3098,6 +3746,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
|
version = "0.42.2"
|
|
@@ -3110,6 +3764,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.42.2"
|
|
@@ -3122,6 +3782,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.42.2"
|
|
@@ -3134,6 +3800,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.42.2"
|
|
@@ -3146,6 +3818,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
version = "0.42.2"
|
|
@@ -3158,6 +3836,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.42.2"
|
|
@@ -3170,6 +3854,12 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "winnow"
|
|
|
version = "0.5.2"
|
|
@@ -3181,34 +3871,38 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wry"
|
|
|
-version = "0.28.3"
|
|
|
+version = "0.35.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d15f9f827d537cefe6d047be3930f5d89b238dfb85e08ba6a319153217635aa"
|
|
|
+checksum = "d3016c47c9b6f7029a9da7cd48af8352327226bba0e955f3c92e2966651365a9"
|
|
|
dependencies = [
|
|
|
"base64",
|
|
|
"block",
|
|
|
+ "cfg_aliases",
|
|
|
"cocoa",
|
|
|
"core-graphics",
|
|
|
"crossbeam-channel",
|
|
|
"dunce",
|
|
|
- "gdk",
|
|
|
- "gio",
|
|
|
- "glib",
|
|
|
+ "gdkx11",
|
|
|
"gtk",
|
|
|
"html5ever",
|
|
|
- "http",
|
|
|
+ "http 0.2.9",
|
|
|
"javascriptcore-rs",
|
|
|
- "kuchiki",
|
|
|
+ "jni 0.21.1",
|
|
|
+ "kuchikiki",
|
|
|
"libc",
|
|
|
"log",
|
|
|
+ "ndk",
|
|
|
+ "ndk-context",
|
|
|
+ "ndk-sys",
|
|
|
"objc",
|
|
|
"objc_id",
|
|
|
"once_cell",
|
|
|
+ "raw-window-handle 0.5.2",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"sha2",
|
|
|
"soup3",
|
|
|
- "tao",
|
|
|
+ "tao-macros",
|
|
|
"thiserror",
|
|
|
"url",
|
|
|
"webkit2gtk",
|
|
@@ -3216,6 +3910,53 @@ dependencies = [
|
|
|
"webview2-com",
|
|
|
"windows",
|
|
|
"windows-implement",
|
|
|
+ "windows-version",
|
|
|
+ "x11-dl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wry"
|
|
|
+version = "0.37.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b717040ba9771fd88eb428c6ea6b555f8e734ff8534f02c13e8f10d97f5935e"
|
|
|
+dependencies = [
|
|
|
+ "base64",
|
|
|
+ "block",
|
|
|
+ "cfg_aliases",
|
|
|
+ "cocoa",
|
|
|
+ "core-graphics",
|
|
|
+ "crossbeam-channel",
|
|
|
+ "dunce",
|
|
|
+ "gdkx11",
|
|
|
+ "gtk",
|
|
|
+ "html5ever",
|
|
|
+ "http 0.2.9",
|
|
|
+ "javascriptcore-rs",
|
|
|
+ "jni 0.21.1",
|
|
|
+ "kuchikiki",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "ndk",
|
|
|
+ "ndk-context",
|
|
|
+ "ndk-sys",
|
|
|
+ "objc",
|
|
|
+ "objc_id",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "raw-window-handle 0.6.0",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "soup3",
|
|
|
+ "tao-macros",
|
|
|
+ "thiserror",
|
|
|
+ "webkit2gtk",
|
|
|
+ "webkit2gtk-sys",
|
|
|
+ "webview2-com",
|
|
|
+ "windows",
|
|
|
+ "windows-implement",
|
|
|
+ "windows-version",
|
|
|
+ "x11-dl",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3238,3 +3979,29 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"pkg-config",
|
|
|
]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "xxhash-rust"
|
|
|
+version = "0.8.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy"
|
|
|
+version = "0.7.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
|
+dependencies = [
|
|
|
+ "zerocopy-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy-derive"
|
|
|
+version = "0.7.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.52",
|
|
|
+]
|