|
|
@ -79,128 +79,6 @@ version = "1.0.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
|
|
|
|
|
|
|
|
|
|
|
[[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.9.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
|
|
|
"event-listener",
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "async-executor"
|
|
|
|
|
|
|
|
version = "1.5.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-lock",
|
|
|
|
|
|
|
|
"async-task",
|
|
|
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
|
|
|
|
"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 0.37.23",
|
|
|
|
|
|
|
|
"slab",
|
|
|
|
|
|
|
|
"socket2 0.4.9",
|
|
|
|
|
|
|
|
"waker-fn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "async-lock"
|
|
|
|
|
|
|
|
version = "2.8.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"event-listener",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "async-process"
|
|
|
|
|
|
|
|
version = "1.7.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-io",
|
|
|
|
|
|
|
|
"async-lock",
|
|
|
|
|
|
|
|
"autocfg",
|
|
|
|
|
|
|
|
"blocking",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"event-listener",
|
|
|
|
|
|
|
|
"futures-lite",
|
|
|
|
|
|
|
|
"rustix 0.37.23",
|
|
|
|
|
|
|
|
"signal-hook",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "async-recursion"
|
|
|
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[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.73"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "atk"
|
|
|
|
name = "atk"
|
|
|
|
version = "0.15.1"
|
|
|
|
version = "0.15.1"
|
|
|
@ -225,12 +103,6 @@ dependencies = [
|
|
|
|
"system-deps 6.1.1",
|
|
|
|
"system-deps 6.1.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "atomic-waker"
|
|
|
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
version = "1.1.0"
|
|
|
@ -291,21 +163,6 @@ dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "blocking"
|
|
|
|
|
|
|
|
version = "1.3.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-channel",
|
|
|
|
|
|
|
|
"async-lock",
|
|
|
|
|
|
|
|
"async-task",
|
|
|
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
|
|
|
|
"futures-lite",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
version = "3.3.4"
|
|
|
@ -520,15 +377,6 @@ dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "concurrent-queue"
|
|
|
|
|
|
|
|
version = "2.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
version = "0.4.0"
|
|
|
@ -751,17 +599,6 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "derivative"
|
|
|
|
|
|
|
|
version = "2.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
version = "0.99.17"
|
|
|
@ -891,27 +728,6 @@ dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "enumflags2"
|
|
|
|
|
|
|
|
version = "0.7.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"enumflags2_derive",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "enumflags2_derive"
|
|
|
|
|
|
|
|
version = "0.7.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
version = "1.0.1"
|
|
|
@ -939,21 +755,6 @@ dependencies = [
|
|
|
|
"libc",
|
|
|
|
"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.9.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"instant",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.0"
|
|
|
|
version = "2.0.0"
|
|
|
@ -1082,21 +883,6 @@ version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "futures-lite"
|
|
|
|
|
|
|
|
version = "1.13.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
"futures-io",
|
|
|
|
|
|
|
|
"memchr",
|
|
|
|
|
|
|
|
"parking",
|
|
|
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"waker-fn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.28"
|
|
|
|
version = "0.3.28"
|
|
|
@ -1750,17 +1536,6 @@ dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "io-lifetimes"
|
|
|
|
|
|
|
|
version = "1.0.11"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"hermit-abi",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.8.0"
|
|
|
|
version = "2.8.0"
|
|
|
@ -1774,7 +1549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"hermit-abi",
|
|
|
|
"rustix 0.38.8",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1966,12 +1741,6 @@ dependencies = [
|
|
|
|
"safemem",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
|
|
|
version = "0.3.8"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.5"
|
|
|
|
version = "0.4.5"
|
|
|
@ -2015,19 +1784,6 @@ version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "mac-notification-sys"
|
|
|
|
|
|
|
|
version = "0.5.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9402858e87f85f88bf518bd2e68450640df1c99b1ddb3ea28c4d5d823bb54cdd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
"dirs-next",
|
|
|
|
|
|
|
|
"objc-foundation",
|
|
|
|
|
|
|
|
"objc_id",
|
|
|
|
|
|
|
|
"time",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
version = "0.0.6"
|
|
|
@ -2243,19 +1999,6 @@ dependencies = [
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "notify-rust"
|
|
|
|
|
|
|
|
version = "4.8.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"mac-notification-sys",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"tauri-winrt-notification",
|
|
|
|
|
|
|
|
"zbus",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
version = "0.46.0"
|
|
|
@ -2390,16 +2133,6 @@ version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "open"
|
|
|
|
|
|
|
|
version = "3.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"pathdiff",
|
|
|
|
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.56"
|
|
|
|
version = "0.10.56"
|
|
|
@ -2450,37 +2183,6 @@ version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
|
|
|
|
|
|
|
[[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.7.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "os_pipe"
|
|
|
|
|
|
|
|
version = "1.1.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
version = "0.1.1"
|
|
|
@ -2512,12 +2214,6 @@ dependencies = [
|
|
|
|
"system-deps 6.1.1",
|
|
|
|
"system-deps 6.1.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "parking"
|
|
|
|
|
|
|
|
version = "2.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
version = "0.12.1"
|
|
|
@ -2547,12 +2243,6 @@ version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "pathdiff"
|
|
|
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.0"
|
|
|
|
version = "2.3.0"
|
|
|
@ -2728,7 +2418,7 @@ dependencies = [
|
|
|
|
"base64 0.21.2",
|
|
|
|
"base64 0.21.2",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"line-wrap",
|
|
|
|
"line-wrap",
|
|
|
|
"quick-xml 0.29.0",
|
|
|
|
"quick-xml",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2757,22 +2447,6 @@ dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "polling"
|
|
|
|
|
|
|
|
version = "2.8.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"autocfg",
|
|
|
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
version = "0.2.17"
|
|
|
@ -2834,15 +2508,6 @@ dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
"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]]
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.29.0"
|
|
|
|
version = "0.29.0"
|
|
|
@ -3099,20 +2764,6 @@ dependencies = [
|
|
|
|
"semver",
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustix"
|
|
|
|
|
|
|
|
version = "0.37.23"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
|
|
|
"errno",
|
|
|
|
|
|
|
|
"io-lifetimes",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.8"
|
|
|
|
version = "0.38.8"
|
|
|
@ -3122,7 +2773,7 @@ dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"errno",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.5",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -3350,17 +3001,6 @@ dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
"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]]
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.7"
|
|
|
|
version = "0.10.7"
|
|
|
@ -3381,35 +3021,6 @@ dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "shared_child"
|
|
|
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "signal-hook"
|
|
|
|
|
|
|
|
version = "0.3.17"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"signal-hook-registry",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
|
|
|
|
version = "1.4.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
version = "0.3.7"
|
|
|
@ -3616,19 +3227,6 @@ dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "sys-locale"
|
|
|
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
"web-sys",
|
|
|
|
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
|
|
|
name = "system-deps"
|
|
|
|
version = "5.0.0"
|
|
|
|
version = "5.0.0"
|
|
|
@ -3754,16 +3352,11 @@ dependencies = [
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"ignore",
|
|
|
|
"ignore",
|
|
|
|
"minisign-verify",
|
|
|
|
"minisign-verify",
|
|
|
|
"notify-rust",
|
|
|
|
|
|
|
|
"objc",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"open",
|
|
|
|
|
|
|
|
"os_info",
|
|
|
|
|
|
|
|
"os_pipe",
|
|
|
|
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"raw-window-handle",
|
|
|
|
"raw-window-handle",
|
|
|
|
"regex",
|
|
|
|
|
|
|
|
"reqwest",
|
|
|
|
"reqwest",
|
|
|
|
"rfd",
|
|
|
|
"rfd",
|
|
|
|
"semver",
|
|
|
|
"semver",
|
|
|
@ -3771,9 +3364,7 @@ dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"serde_repr",
|
|
|
|
"serialize-to-javascript",
|
|
|
|
"serialize-to-javascript",
|
|
|
|
"shared_child",
|
|
|
|
|
|
|
|
"state",
|
|
|
|
"state",
|
|
|
|
"sys-locale",
|
|
|
|
|
|
|
|
"tar",
|
|
|
|
"tar",
|
|
|
|
"tauri-macros",
|
|
|
|
"tauri-macros",
|
|
|
|
"tauri-runtime",
|
|
|
|
"tauri-runtime",
|
|
|
@ -3822,7 +3413,6 @@ dependencies = [
|
|
|
|
"png",
|
|
|
|
"png",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
|
|
|
|
"semver",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
@ -3928,16 +3518,6 @@ dependencies = [
|
|
|
|
"toml 0.7.6",
|
|
|
|
"toml 0.7.6",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tauri-winrt-notification"
|
|
|
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"quick-xml 0.23.1",
|
|
|
|
|
|
|
|
"windows 0.39.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.7.1"
|
|
|
|
version = "3.7.1"
|
|
|
@ -3945,9 +3525,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
|
|
|
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand 2.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix 0.38.8",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -4253,16 +3833,6 @@ version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "uds_windows"
|
|
|
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"tempfile",
|
|
|
|
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.13"
|
|
|
|
version = "0.3.13"
|
|
|
@ -4367,12 +3937,6 @@ dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "waker-fn"
|
|
|
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.3"
|
|
|
|
version = "2.3.3"
|
|
|
@ -5011,82 +4575,6 @@ dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "xdg-home"
|
|
|
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"nix",
|
|
|
|
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zbus"
|
|
|
|
|
|
|
|
version = "3.14.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-broadcast",
|
|
|
|
|
|
|
|
"async-executor",
|
|
|
|
|
|
|
|
"async-fs",
|
|
|
|
|
|
|
|
"async-io",
|
|
|
|
|
|
|
|
"async-lock",
|
|
|
|
|
|
|
|
"async-process",
|
|
|
|
|
|
|
|
"async-recursion",
|
|
|
|
|
|
|
|
"async-task",
|
|
|
|
|
|
|
|
"async-trait",
|
|
|
|
|
|
|
|
"blocking",
|
|
|
|
|
|
|
|
"byteorder",
|
|
|
|
|
|
|
|
"derivative",
|
|
|
|
|
|
|
|
"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",
|
|
|
|
|
|
|
|
"xdg-home",
|
|
|
|
|
|
|
|
"zbus_macros",
|
|
|
|
|
|
|
|
"zbus_names",
|
|
|
|
|
|
|
|
"zvariant",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zbus_macros"
|
|
|
|
|
|
|
|
version = "3.14.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"regex",
|
|
|
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
|
|
|
"zvariant_utils",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zbus_names"
|
|
|
|
|
|
|
|
version = "2.6.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"static_assertions",
|
|
|
|
|
|
|
|
"zvariant",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
name = "zip"
|
|
|
|
version = "0.6.6"
|
|
|
|
version = "0.6.6"
|
|
|
@ -5097,41 +4585,3 @@ dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zvariant"
|
|
|
|
|
|
|
|
version = "3.15.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"byteorder",
|
|
|
|
|
|
|
|
"enumflags2",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"static_assertions",
|
|
|
|
|
|
|
|
"zvariant_derive",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zvariant_derive"
|
|
|
|
|
|
|
|
version = "3.15.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
|
|
|
"zvariant_utils",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zvariant_utils"
|
|
|
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|