|
@@ -162,110 +162,6 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "async-broadcast"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
|
|
|
-dependencies = [
|
|
|
- "event-listener",
|
|
|
- "futures-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-channel"
|
|
|
-version = "1.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
|
|
-dependencies = [
|
|
|
- "concurrent-queue",
|
|
|
- "event-listener",
|
|
|
- "futures-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-executor"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
|
|
-dependencies = [
|
|
|
- "async-lock",
|
|
|
- "async-task",
|
|
|
- "concurrent-queue",
|
|
|
- "fastrand",
|
|
|
- "futures-lite",
|
|
|
- "slab",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-fs"
|
|
|
-version = "1.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
|
|
-dependencies = [
|
|
|
- "async-lock",
|
|
|
- "autocfg",
|
|
|
- "blocking",
|
|
|
- "futures-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
|
|
-dependencies = [
|
|
|
- "event-listener",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-recursion"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-task"
|
|
|
-version = "4.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-trait"
|
|
|
-version = "0.1.66"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "atk"
|
|
|
version = "0.16.0"
|
|
@@ -290,12 +186,6 @@ dependencies = [
|
|
|
"system-deps",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "atomic-waker"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "autocfg"
|
|
|
version = "1.1.0"
|
|
@@ -335,20 +225,6 @@ dependencies = [
|
|
|
"generic-array",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "blocking"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
|
|
-dependencies = [
|
|
|
- "async-channel",
|
|
|
- "async-lock",
|
|
|
- "async-task",
|
|
|
- "atomic-waker",
|
|
|
- "fastrand",
|
|
|
- "futures-lite",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "brotli"
|
|
|
version = "3.3.4"
|
|
@@ -587,15 +463,6 @@ dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "concurrent-queue"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "convert_case"
|
|
|
version = "0.4.0"
|
|
@@ -772,17 +639,6 @@ dependencies = [
|
|
|
"syn",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "derivative"
|
|
|
-version = "2.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "derive_more"
|
|
|
version = "0.99.17"
|
|
@@ -806,15 +662,6 @@ dependencies = [
|
|
|
"crypto-common",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "dirs"
|
|
|
-version = "4.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
-dependencies = [
|
|
|
- "dirs-sys",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "dirs-next"
|
|
|
version = "2.0.0"
|
|
@@ -825,17 +672,6 @@ dependencies = [
|
|
|
"dirs-sys-next",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "dirs-sys"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "redox_users",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "dirs-sys-next"
|
|
|
version = "0.1.2"
|
|
@@ -889,27 +725,6 @@ dependencies = [
|
|
|
"cfg-if",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "enumflags2"
|
|
|
-version = "0.7.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
|
|
|
-dependencies = [
|
|
|
- "enumflags2_derive",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "enumflags2_derive"
|
|
|
-version = "0.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "env_logger"
|
|
|
version = "0.10.0"
|
|
@@ -941,12 +756,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "event-listener"
|
|
|
-version = "2.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "fastrand"
|
|
|
version = "1.8.0"
|
|
@@ -971,7 +780,7 @@ version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
|
|
dependencies = [
|
|
|
- "memoffset 0.6.5",
|
|
|
+ "memoffset",
|
|
|
"rustc_version 0.3.3",
|
|
|
]
|
|
|
|
|
@@ -1069,21 +878,6 @@ version = "0.3.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "futures-lite"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
-dependencies = [
|
|
|
- "fastrand",
|
|
|
- "futures-core",
|
|
|
- "futures-io",
|
|
|
- "memchr",
|
|
|
- "parking",
|
|
|
- "pin-project-lite",
|
|
|
- "waker-fn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures-macro"
|
|
|
version = "0.3.26"
|
|
@@ -1336,7 +1130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"proc-macro-crate",
|
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
@@ -1464,15 +1258,6 @@ version = "0.12.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "heck"
|
|
|
version = "0.4.1"
|
|
@@ -1494,12 +1279,6 @@ version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "hex"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "html5ever"
|
|
|
version = "0.25.2"
|
|
@@ -1909,19 +1688,6 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mac-notification-sys"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "dirs-next",
|
|
|
- "objc-foundation",
|
|
|
- "objc_id",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "malloc_buf"
|
|
|
version = "0.0.6"
|
|
@@ -1975,15 +1741,6 @@ dependencies = [
|
|
|
"autocfg",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "memoffset"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "mime"
|
|
|
version = "0.3.16"
|
|
@@ -2061,20 +1818,6 @@ version = "1.0.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "nix"
|
|
|
-version = "0.26.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "memoffset 0.7.1",
|
|
|
- "pin-utils",
|
|
|
- "static_assertions",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "nodrop"
|
|
|
version = "0.1.14"
|
|
@@ -2090,18 +1833,6 @@ dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "notify-rust"
|
|
|
-version = "4.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ce656bb6d22a93ae276a23de52d1aec5ba4db3ece3c0eb79dfd5add7384db6a"
|
|
|
-dependencies = [
|
|
|
- "mac-notification-sys",
|
|
|
- "serde",
|
|
|
- "tauri-winrt-notification",
|
|
|
- "zbus",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "nu-ansi-term"
|
|
|
version = "0.46.0"
|
|
@@ -2183,17 +1914,6 @@ dependencies = [
|
|
|
"objc_exception",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "objc-foundation"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
-dependencies = [
|
|
|
- "block",
|
|
|
- "objc",
|
|
|
- "objc_id",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "objc_exception"
|
|
|
version = "0.1.2"
|
|
@@ -2234,16 +1954,6 @@ dependencies = [
|
|
|
"windows-sys 0.42.0",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "ordered-stream"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "os_info"
|
|
|
version = "3.6.0"
|
|
@@ -2297,12 +2007,6 @@ dependencies = [
|
|
|
"system-deps",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "parking"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "parking_lot"
|
|
|
version = "0.12.1"
|
|
@@ -2473,7 +2177,7 @@ dependencies = [
|
|
|
"base64 0.13.1",
|
|
|
"indexmap",
|
|
|
"line-wrap",
|
|
|
- "quick-xml 0.26.0",
|
|
|
+ "quick-xml",
|
|
|
"serde",
|
|
|
"time",
|
|
|
]
|
|
@@ -2490,22 +2194,6 @@ dependencies = [
|
|
|
"miniz_oxide",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "polling"
|
|
|
-version = "2.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "bitflags",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "windows-sys 0.45.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "polyval"
|
|
|
version = "0.6.0"
|
|
@@ -2579,15 +2267,6 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "quick-xml"
|
|
|
-version = "0.23.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "quick-xml"
|
|
|
version = "0.26.0"
|
|
@@ -3011,17 +2690,6 @@ dependencies = [
|
|
|
"stable_deref_trait",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "sha1"
|
|
|
-version = "0.10.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
version = "0.10.6"
|
|
@@ -3126,12 +2794,6 @@ dependencies = [
|
|
|
"loom",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "static_assertions"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "string_cache"
|
|
|
version = "0.8.4"
|
|
@@ -3164,27 +2826,6 @@ version = "0.10.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "strum"
|
|
|
-version = "0.22.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
|
|
|
-dependencies = [
|
|
|
- "strum_macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum_macros"
|
|
|
-version = "0.22.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
|
|
|
-dependencies = [
|
|
|
- "heck 0.3.3",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "subtle"
|
|
|
version = "2.4.1"
|
|
@@ -3220,7 +2861,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
|
|
|
dependencies = [
|
|
|
"cfg-expr",
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"pkg-config",
|
|
|
"toml",
|
|
|
"version-compare",
|
|
@@ -3313,7 +2954,7 @@ dependencies = [
|
|
|
"glib",
|
|
|
"glob",
|
|
|
"gtk",
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"http",
|
|
|
"ico 0.2.0",
|
|
|
"ignore",
|
|
@@ -3322,7 +2963,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
"minisign-verify",
|
|
|
- "notify-rust",
|
|
|
"objc",
|
|
|
"once_cell",
|
|
|
"open",
|
|
@@ -3356,7 +2996,6 @@ dependencies = [
|
|
|
"uuid",
|
|
|
"webkit2gtk",
|
|
|
"webview2-com",
|
|
|
- "win7-notifications",
|
|
|
"windows 0.44.0",
|
|
|
"zip",
|
|
|
]
|
|
@@ -3368,7 +3007,7 @@ dependencies = [
|
|
|
"anyhow",
|
|
|
"cargo_toml",
|
|
|
"filetime",
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"json-patch",
|
|
|
"quote",
|
|
|
"semver 1.0.16",
|
|
@@ -3410,7 +3049,7 @@ dependencies = [
|
|
|
name = "tauri-macros"
|
|
|
version = "2.0.0-alpha.4"
|
|
|
dependencies = [
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn",
|
|
@@ -3510,7 +3149,7 @@ dependencies = [
|
|
|
"ctor",
|
|
|
"getrandom 0.2.8",
|
|
|
"glob",
|
|
|
- "heck 0.4.1",
|
|
|
+ "heck",
|
|
|
"html5ever",
|
|
|
"infer 0.12.0",
|
|
|
"json-patch",
|
|
@@ -3540,17 +3179,6 @@ dependencies = [
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tauri-winrt-notification"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b"
|
|
|
-dependencies = [
|
|
|
- "quick-xml 0.23.1",
|
|
|
- "strum",
|
|
|
- "windows 0.39.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
version = "3.3.0"
|
|
@@ -3818,16 +3446,6 @@ version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "uds_windows"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
|
|
-dependencies = [
|
|
|
- "tempfile",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "unicase"
|
|
|
version = "2.6.0"
|
|
@@ -3941,12 +3559,6 @@ version = "0.9.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "waker-fn"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "walkdir"
|
|
|
version = "2.3.2"
|
|
@@ -4151,16 +3763,6 @@ dependencies = [
|
|
|
"windows-metadata",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "win7-notifications"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "210952d7163b9ed83a6fd9754ab2a101d14480f8491b5f1d6292771d88dbee70"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "windows-sys 0.36.1",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
@@ -4266,19 +3868,6 @@ version = "0.44.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ee78911e3f4ce32c1ad9d3c7b0bd95389662ad8d8f1a3155688fed70bd96e2b6"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_msvc 0.36.1",
|
|
|
- "windows_i686_gnu 0.36.1",
|
|
|
- "windows_i686_msvc 0.36.1",
|
|
|
- "windows_x86_64_gnu 0.36.1",
|
|
|
- "windows_x86_64_msvc 0.36.1",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.42.0"
|
|
@@ -4360,12 +3949,6 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -4384,12 +3967,6 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.39.0"
|
|
@@ -4408,12 +3985,6 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -4432,12 +4003,6 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.39.0"
|
|
@@ -4468,12 +4033,6 @@ version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -4570,70 +4129,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "zbus"
|
|
|
-version = "3.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
|
|
|
-dependencies = [
|
|
|
- "async-broadcast",
|
|
|
- "async-executor",
|
|
|
- "async-fs",
|
|
|
- "async-io",
|
|
|
- "async-lock",
|
|
|
- "async-recursion",
|
|
|
- "async-task",
|
|
|
- "async-trait",
|
|
|
- "byteorder",
|
|
|
- "derivative",
|
|
|
- "dirs",
|
|
|
- "enumflags2",
|
|
|
- "event-listener",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "hex",
|
|
|
- "nix",
|
|
|
- "once_cell",
|
|
|
- "ordered-stream",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde",
|
|
|
- "serde_repr",
|
|
|
- "sha1",
|
|
|
- "static_assertions",
|
|
|
- "tracing",
|
|
|
- "uds_windows",
|
|
|
- "winapi",
|
|
|
- "zbus_macros",
|
|
|
- "zbus_names",
|
|
|
- "zvariant",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zbus_macros"
|
|
|
-version = "3.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "regex",
|
|
|
- "syn",
|
|
|
- "zvariant_utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zbus_names"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "static_assertions",
|
|
|
- "zvariant",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "zip"
|
|
|
version = "0.6.4"
|
|
@@ -4644,41 +4139,3 @@ dependencies = [
|
|
|
"crc32fast",
|
|
|
"crossbeam-utils",
|
|
|
]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zvariant"
|
|
|
-version = "3.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "enumflags2",
|
|
|
- "libc",
|
|
|
- "serde",
|
|
|
- "static_assertions",
|
|
|
- "zvariant_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zvariant_derive"
|
|
|
-version = "3.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
- "zvariant_utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zvariant_utils"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|