|
|
@@ -1,6 +1,6 @@
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
# It is not intended for manual editing.
|
|
|
-version = 3
|
|
|
+version = 4
|
|
|
|
|
|
[[package]]
|
|
|
name = "addr2line"
|
|
|
@@ -333,6 +333,22 @@ dependencies = [
|
|
|
"windows-targets 0.52.6",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "cocoa"
|
|
|
+version = "0.25.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "block",
|
|
|
+ "cocoa-foundation 0.1.2",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
+ "core-graphics 0.23.2",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
+ "libc",
|
|
|
+ "objc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cocoa"
|
|
|
version = "0.26.0"
|
|
|
@@ -341,10 +357,24 @@ checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
"block",
|
|
|
- "cocoa-foundation",
|
|
|
- "core-foundation",
|
|
|
- "core-graphics",
|
|
|
- "foreign-types",
|
|
|
+ "cocoa-foundation 0.2.0",
|
|
|
+ "core-foundation 0.10.0",
|
|
|
+ "core-graphics 0.24.0",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
+ "libc",
|
|
|
+ "objc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cocoa-foundation"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "block",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
+ "core-graphics-types 0.1.3",
|
|
|
"libc",
|
|
|
"objc",
|
|
|
]
|
|
|
@@ -357,8 +387,8 @@ checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
"block",
|
|
|
- "core-foundation",
|
|
|
- "core-graphics-types",
|
|
|
+ "core-foundation 0.10.0",
|
|
|
+ "core-graphics-types 0.2.0",
|
|
|
"libc",
|
|
|
"objc",
|
|
|
]
|
|
|
@@ -389,6 +419,16 @@ dependencies = [
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "core-foundation"
|
|
|
+version = "0.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
+dependencies = [
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
|
version = "0.10.0"
|
|
|
@@ -405,6 +445,19 @@ version = "0.8.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "core-graphics"
|
|
|
+version = "0.23.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
+ "core-graphics-types 0.1.3",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "core-graphics"
|
|
|
version = "0.24.0"
|
|
|
@@ -412,9 +465,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
- "core-foundation",
|
|
|
- "core-graphics-types",
|
|
|
- "foreign-types",
|
|
|
+ "core-foundation 0.10.0",
|
|
|
+ "core-graphics-types 0.2.0",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-graphics-types"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
@@ -425,7 +489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
- "core-foundation",
|
|
|
+ "core-foundation 0.10.0",
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
@@ -545,10 +609,10 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "data-encoding"
|
|
|
-version = "2.6.0"
|
|
|
+name = "debug_print"
|
|
|
+version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
|
+checksum = "8f215f9b7224f49fb73256115331f677d868b34d18b65dbe4db392e6021eea90"
|
|
|
|
|
|
[[package]]
|
|
|
name = "deranged"
|
|
|
@@ -700,15 +764,6 @@ version = "1.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "encoding_rs"
|
|
|
-version = "0.8.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "equivalent"
|
|
|
version = "1.0.1"
|
|
|
@@ -725,6 +780,22 @@ dependencies = [
|
|
|
"typeid",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "errno"
|
|
|
+version = "0.3.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fastrand"
|
|
|
+version = "2.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fdeflate"
|
|
|
version = "0.3.6"
|
|
|
@@ -754,12 +825,32 @@ dependencies = [
|
|
|
"miniz_oxide",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "flume"
|
|
|
+version = "0.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "spin",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fnv"
|
|
|
version = "1.0.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "foreign-types"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
+dependencies = [
|
|
|
+ "foreign-types-shared 0.1.1",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "foreign-types"
|
|
|
version = "0.5.0"
|
|
|
@@ -767,7 +858,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
dependencies = [
|
|
|
"foreign-types-macros",
|
|
|
- "foreign-types-shared",
|
|
|
+ "foreign-types-shared 0.3.1",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -781,6 +872,12 @@ dependencies = [
|
|
|
"syn 2.0.89",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "foreign-types-shared"
|
|
|
+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"
|
|
|
@@ -1524,25 +1621,6 @@ version = "2.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "is-docker"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "is-wsl"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
|
|
-dependencies = [
|
|
|
- "is-docker",
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
version = "0.4.8"
|
|
|
@@ -1711,6 +1789,12 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "linux-raw-sys"
|
|
|
+version = "0.4.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "litemap"
|
|
|
version = "0.7.3"
|
|
|
@@ -1831,6 +1915,23 @@ dependencies = [
|
|
|
"windows-sys 0.59.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "native-tls"
|
|
|
+version = "0.2.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "openssl",
|
|
|
+ "openssl-probe",
|
|
|
+ "openssl-sys",
|
|
|
+ "schannel",
|
|
|
+ "security-framework",
|
|
|
+ "security-framework-sys",
|
|
|
+ "tempfile",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ndk"
|
|
|
version = "0.9.0"
|
|
|
@@ -2152,32 +2253,55 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "open"
|
|
|
-version = "5.3.1"
|
|
|
+name = "openssl"
|
|
|
+version = "0.10.68"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
|
|
|
+checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
|
|
dependencies = [
|
|
|
- "is-wsl",
|
|
|
+ "bitflags 2.6.0",
|
|
|
+ "cfg-if",
|
|
|
+ "foreign-types 0.3.2",
|
|
|
"libc",
|
|
|
- "pathdiff",
|
|
|
+ "once_cell",
|
|
|
+ "openssl-macros",
|
|
|
+ "openssl-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "option-ext"
|
|
|
-version = "0.2.0"
|
|
|
+name = "openssl-macros"
|
|
|
+version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
+checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "os_pipe"
|
|
|
-version = "1.2.1"
|
|
|
+name = "openssl-probe"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-sys"
|
|
|
+version = "0.9.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
|
|
|
+checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|
|
dependencies = [
|
|
|
+ "cc",
|
|
|
"libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "option-ext"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pango"
|
|
|
version = "0.18.3"
|
|
|
@@ -2226,12 +2350,6 @@ dependencies = [
|
|
|
"windows-targets 0.52.6",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "pathdiff"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "percent-encoding"
|
|
|
version = "2.3.1"
|
|
|
@@ -2702,6 +2820,24 @@ dependencies = [
|
|
|
"windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rumqttc"
|
|
|
+version = "0.24.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e1568e15fab2d546f940ed3a21f48bbbd1c494c90c99c4481339364a497f94a9"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "flume",
|
|
|
+ "futures-util",
|
|
|
+ "log",
|
|
|
+ "rustls-native-certs",
|
|
|
+ "rustls-pemfile",
|
|
|
+ "rustls-webpki",
|
|
|
+ "thiserror 1.0.69",
|
|
|
+ "tokio",
|
|
|
+ "tokio-rustls",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustc-demangle"
|
|
|
version = "0.1.24"
|
|
|
@@ -2717,19 +2853,55 @@ dependencies = [
|
|
|
"semver",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustix"
|
|
|
+version = "0.38.42"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.6.0",
|
|
|
+ "errno",
|
|
|
+ "libc",
|
|
|
+ "linux-raw-sys",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustls"
|
|
|
-version = "0.23.18"
|
|
|
+version = "0.22.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f"
|
|
|
+checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
|
|
dependencies = [
|
|
|
- "once_cell",
|
|
|
+ "log",
|
|
|
+ "ring",
|
|
|
"rustls-pki-types",
|
|
|
"rustls-webpki",
|
|
|
"subtle",
|
|
|
"zeroize",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustls-native-certs"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
|
|
+dependencies = [
|
|
|
+ "openssl-probe",
|
|
|
+ "rustls-pemfile",
|
|
|
+ "rustls-pki-types",
|
|
|
+ "schannel",
|
|
|
+ "security-framework",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustls-pemfile"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
|
+dependencies = [
|
|
|
+ "rustls-pki-types",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustls-pki-types"
|
|
|
version = "1.10.0"
|
|
|
@@ -2762,6 +2934,15 @@ dependencies = [
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "schannel"
|
|
|
+version = "0.1.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "schemars"
|
|
|
version = "0.8.21"
|
|
|
@@ -2795,6 +2976,29 @@ 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 2.6.0",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+ "security-framework-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "security-framework-sys"
|
|
|
+version = "2.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5"
|
|
|
+dependencies = [
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "selectors"
|
|
|
version = "0.22.0"
|
|
|
@@ -2972,17 +3176,6 @@ dependencies = [
|
|
|
"stable_deref_trait",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "sha1"
|
|
|
-version = "0.10.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
version = "0.10.8"
|
|
|
@@ -2994,16 +3187,6 @@ dependencies = [
|
|
|
"digest",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "shared_child"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "shlex"
|
|
|
version = "1.3.0"
|
|
|
@@ -3055,8 +3238,8 @@ checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
|
|
|
dependencies = [
|
|
|
"bytemuck",
|
|
|
"cfg_aliases",
|
|
|
- "core-graphics",
|
|
|
- "foreign-types",
|
|
|
+ "core-graphics 0.24.0",
|
|
|
+ "foreign-types 0.5.0",
|
|
|
"js-sys",
|
|
|
"log",
|
|
|
"objc2",
|
|
|
@@ -3100,6 +3283,9 @@ name = "spin"
|
|
|
version = "0.9.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "stable_deref_trait"
|
|
|
@@ -3218,9 +3404,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6682a07cf5bab0b8a2bd20d0a542917ab928b5edb75ebd4eda6b05cbaab872da"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
- "cocoa",
|
|
|
- "core-foundation",
|
|
|
- "core-graphics",
|
|
|
+ "cocoa 0.26.0",
|
|
|
+ "core-foundation 0.10.0",
|
|
|
+ "core-graphics 0.24.0",
|
|
|
"crossbeam-channel",
|
|
|
"dispatch",
|
|
|
"dlopen2",
|
|
|
@@ -3398,43 +3584,22 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tauri-plugin-shell"
|
|
|
-version = "2.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0ad7880c5586b6b2104be451e3d7fc0f3800c84bda69e9ba81c828f87cb34267"
|
|
|
-dependencies = [
|
|
|
- "encoding_rs",
|
|
|
- "log",
|
|
|
- "open",
|
|
|
- "os_pipe",
|
|
|
- "regex",
|
|
|
- "schemars",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "shared_child",
|
|
|
- "tauri",
|
|
|
- "tauri-plugin",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tauri-plugin-websocket"
|
|
|
-version = "2.0.1"
|
|
|
+name = "tauri-plugin-mqtt"
|
|
|
+version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2793b69e1dd494beed1e0a29865f38bd00011e7ccc35a3cfde8e3939328b790"
|
|
|
+checksum = "0124aaa93ad9a92b0bb172796db3c6f0042a3f3874194b8b91bc989a28bfeb4e"
|
|
|
dependencies = [
|
|
|
- "futures-util",
|
|
|
- "http",
|
|
|
- "log",
|
|
|
- "rand 0.8.5",
|
|
|
+ "anyhow",
|
|
|
+ "debug_print",
|
|
|
+ "lazy_static",
|
|
|
+ "rumqttc",
|
|
|
"serde",
|
|
|
- "serde_json",
|
|
|
"tauri",
|
|
|
"tauri-plugin",
|
|
|
"thiserror 1.0.69",
|
|
|
"tokio",
|
|
|
- "tokio-tungstenite",
|
|
|
+ "tokio-native-tls",
|
|
|
+ "url",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -3529,6 +3694,19 @@ dependencies = [
|
|
|
"toml 0.7.8",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tempfile"
|
|
|
+version = "3.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "fastrand",
|
|
|
+ "once_cell",
|
|
|
+ "rustix",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tendril"
|
|
|
version = "0.4.3"
|
|
|
@@ -3544,12 +3722,12 @@ dependencies = [
|
|
|
name = "test"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
+ "cocoa 0.25.0",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"tauri",
|
|
|
"tauri-build",
|
|
|
- "tauri-plugin-shell",
|
|
|
- "tauri-plugin-websocket",
|
|
|
+ "tauri-plugin-mqtt",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -3651,34 +3829,40 @@ dependencies = [
|
|
|
"mio",
|
|
|
"pin-project-lite",
|
|
|
"socket2",
|
|
|
+ "tokio-macros",
|
|
|
"windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tokio-rustls"
|
|
|
-version = "0.26.0"
|
|
|
+name = "tokio-macros"
|
|
|
+version = "2.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
|
+checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
dependencies = [
|
|
|
- "rustls",
|
|
|
- "rustls-pki-types",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-native-tls"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
+dependencies = [
|
|
|
+ "native-tls",
|
|
|
"tokio",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tokio-tungstenite"
|
|
|
-version = "0.24.0"
|
|
|
+name = "tokio-rustls"
|
|
|
+version = "0.25.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
|
|
|
+checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
|
dependencies = [
|
|
|
- "futures-util",
|
|
|
- "log",
|
|
|
"rustls",
|
|
|
"rustls-pki-types",
|
|
|
"tokio",
|
|
|
- "tokio-rustls",
|
|
|
- "tungstenite",
|
|
|
- "webpki-roots",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -3784,7 +3968,7 @@ version = "0.19.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d48a05076dd272615d03033bf04f480199f7d1b66a8ac64d75c625fc4a70c06b"
|
|
|
dependencies = [
|
|
|
- "core-graphics",
|
|
|
+ "core-graphics 0.24.0",
|
|
|
"crossbeam-channel",
|
|
|
"dirs",
|
|
|
"libappindicator",
|
|
|
@@ -3805,26 +3989,6 @@ version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tungstenite"
|
|
|
-version = "0.24.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "data-encoding",
|
|
|
- "http",
|
|
|
- "httparse",
|
|
|
- "log",
|
|
|
- "rand 0.8.5",
|
|
|
- "rustls",
|
|
|
- "rustls-pki-types",
|
|
|
- "sha1",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "utf-8",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "typeid"
|
|
|
version = "1.0.2"
|
|
|
@@ -3948,6 +4112,12 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "vcpkg"
|
|
|
+version = "0.2.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "version-compare"
|
|
|
version = "0.2.0"
|
|
|
@@ -4145,15 +4315,6 @@ dependencies = [
|
|
|
"system-deps",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "webpki-roots"
|
|
|
-version = "0.26.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
|
|
-dependencies = [
|
|
|
- "rustls-pki-types",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "webview2-com"
|
|
|
version = "0.33.0"
|