|
@@ -42,6 +42,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "allocator-api2"
|
|
|
+version = "0.2.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "android-tzdata"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -229,6 +235,15 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "atoi"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "atomic-waker"
|
|
|
version = "1.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -268,6 +283,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "base64ct"
|
|
|
+version = "1.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c103cbbedac994e292597ab79342dbd5b306a362045095db54917d92a9fdfd92"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "1.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -554,6 +575,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "const-oid"
|
|
|
+version = "0.9.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "convert_case"
|
|
|
version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -619,6 +646,21 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "crc"
|
|
|
+version = "3.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
+dependencies = [
|
|
|
+ "crc-catalog",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc-catalog"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "crc32fast"
|
|
|
version = "1.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -637,6 +679,15 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "crossbeam-queue"
|
|
|
+version = "0.3.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
|
+dependencies = [
|
|
|
+ "crossbeam-utils",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "crossbeam-utils"
|
|
|
version = "0.8.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -725,6 +776,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "der"
|
|
|
+version = "0.7.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
|
+dependencies = [
|
|
|
+ "const-oid",
|
|
|
+ "pem-rfc7468",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "deranged"
|
|
|
version = "0.3.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -754,7 +816,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
dependencies = [
|
|
|
"block-buffer",
|
|
|
+ "const-oid",
|
|
|
"crypto-common",
|
|
|
+ "subtle",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -840,6 +904,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "dotenvy"
|
|
|
+version = "0.15.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "dpi"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -876,6 +946,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "feeef44e73baff3a26d371801df019877a9866a8c493d315ab00177843314f35"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "either"
|
|
|
+version = "1.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "embed-resource"
|
|
|
version = "2.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -949,6 +1028,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "etcetera"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "home",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "event-listener"
|
|
|
version = "5.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1005,12 +1095,29 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[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 = "foldhash"
|
|
|
+version = "0.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "foreign-types"
|
|
|
version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1063,6 +1170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
+ "futures-sink",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1083,6 +1191,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "futures-intrusive"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "lock_api",
|
|
|
+ "parking_lot",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "futures-io"
|
|
|
version = "0.3.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1460,6 +1579,20 @@ name = "hashbrown"
|
|
|
version = "0.15.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
+dependencies = [
|
|
|
+ "allocator-api2",
|
|
|
+ "equivalent",
|
|
|
+ "foldhash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashlink"
|
|
|
+version = "0.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown 0.15.2",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "heck"
|
|
@@ -1486,6 +1619,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "hkdf"
|
|
|
+version = "0.12.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
+dependencies = [
|
|
|
+ "hmac",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hmac"
|
|
|
+version = "0.12.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
+dependencies = [
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "home"
|
|
|
+version = "0.5.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "html5ever"
|
|
|
version = "0.26.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1947,6 +2107,9 @@ name = "lazy_static"
|
|
|
version = "1.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
+dependencies = [
|
|
|
+ "spin",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "libappindicator"
|
|
@@ -1989,6 +2152,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "libm"
|
|
|
+version = "0.2.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "libredox"
|
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1999,6 +2168,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "libsqlite3-sys"
|
|
|
+version = "0.30.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "linux-raw-sys"
|
|
|
version = "0.4.15"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2062,6 +2242,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "md-5"
|
|
|
+version = "0.10.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "memchr"
|
|
|
version = "2.7.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2179,18 +2369,56 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "num-bigint-dig"
|
|
|
+version = "0.8.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
+dependencies = [
|
|
|
+ "byteorder",
|
|
|
+ "lazy_static",
|
|
|
+ "libm",
|
|
|
+ "num-integer",
|
|
|
+ "num-iter",
|
|
|
+ "num-traits",
|
|
|
+ "rand 0.8.5",
|
|
|
+ "smallvec",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "num-conv"
|
|
|
version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "num-integer"
|
|
|
+version = "0.1.46"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-iter"
|
|
|
+version = "0.1.45"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "num-integer",
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "num-traits"
|
|
|
version = "0.2.19"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
+ "libm",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2598,6 +2826,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "pem-rfc7468"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "percent-encoding"
|
|
|
version = "2.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2761,6 +2998,27 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "pkcs1"
|
|
|
+version = "0.7.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
+dependencies = [
|
|
|
+ "der",
|
|
|
+ "pkcs8",
|
|
|
+ "spki",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkcs8"
|
|
|
+version = "0.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
+dependencies = [
|
|
|
+ "der",
|
|
|
+ "spki",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "pkg-config"
|
|
|
version = "0.3.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3172,6 +3430,26 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "rsa"
|
|
|
+version = "0.9.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
|
|
|
+dependencies = [
|
|
|
+ "const-oid",
|
|
|
+ "digest",
|
|
|
+ "num-bigint-dig",
|
|
|
+ "num-integer",
|
|
|
+ "num-traits",
|
|
|
+ "pkcs1",
|
|
|
+ "pkcs8",
|
|
|
+ "rand_core 0.6.4",
|
|
|
+ "signature",
|
|
|
+ "spki",
|
|
|
+ "subtle",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "rustc-demangle"
|
|
|
version = "0.1.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3480,6 +3758,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[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"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3506,6 +3795,16 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "signature"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
+dependencies = [
|
|
|
+ "digest",
|
|
|
+ "rand_core 0.6.4",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "simd-adler32"
|
|
|
version = "0.3.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3537,6 +3836,9 @@ name = "smallvec"
|
|
|
version = "1.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "socket2"
|
|
@@ -3597,6 +3899,216 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.9.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "spki"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+ "der",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
|
|
|
+dependencies = [
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-macros",
|
|
|
+ "sqlx-mysql",
|
|
|
+ "sqlx-postgres",
|
|
|
+ "sqlx-sqlite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-core"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "crc",
|
|
|
+ "crossbeam-queue",
|
|
|
+ "either",
|
|
|
+ "event-listener",
|
|
|
+ "futures-core",
|
|
|
+ "futures-intrusive",
|
|
|
+ "futures-io",
|
|
|
+ "futures-util",
|
|
|
+ "hashbrown 0.15.2",
|
|
|
+ "hashlink",
|
|
|
+ "indexmap 2.7.1",
|
|
|
+ "log",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+ "time",
|
|
|
+ "tokio",
|
|
|
+ "tokio-stream",
|
|
|
+ "tracing",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-macros"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-macros-core",
|
|
|
+ "syn 2.0.98",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-macros-core"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
|
|
|
+dependencies = [
|
|
|
+ "dotenvy",
|
|
|
+ "either",
|
|
|
+ "heck 0.5.0",
|
|
|
+ "hex",
|
|
|
+ "once_cell",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-mysql",
|
|
|
+ "sqlx-postgres",
|
|
|
+ "sqlx-sqlite",
|
|
|
+ "syn 2.0.98",
|
|
|
+ "tempfile",
|
|
|
+ "tokio",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-mysql"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "base64 0.22.1",
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "byteorder",
|
|
|
+ "bytes",
|
|
|
+ "crc",
|
|
|
+ "digest",
|
|
|
+ "dotenvy",
|
|
|
+ "either",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "futures-util",
|
|
|
+ "generic-array",
|
|
|
+ "hex",
|
|
|
+ "hkdf",
|
|
|
+ "hmac",
|
|
|
+ "itoa 1.0.14",
|
|
|
+ "log",
|
|
|
+ "md-5",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "rand 0.8.5",
|
|
|
+ "rsa",
|
|
|
+ "serde",
|
|
|
+ "sha1",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "sqlx-core",
|
|
|
+ "stringprep",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+ "time",
|
|
|
+ "tracing",
|
|
|
+ "whoami",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-postgres"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "base64 0.22.1",
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "byteorder",
|
|
|
+ "crc",
|
|
|
+ "dotenvy",
|
|
|
+ "etcetera",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
+ "hex",
|
|
|
+ "hkdf",
|
|
|
+ "hmac",
|
|
|
+ "home",
|
|
|
+ "itoa 1.0.14",
|
|
|
+ "log",
|
|
|
+ "md-5",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "rand 0.8.5",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "sqlx-core",
|
|
|
+ "stringprep",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+ "time",
|
|
|
+ "tracing",
|
|
|
+ "whoami",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-sqlite"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "flume",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-executor",
|
|
|
+ "futures-intrusive",
|
|
|
+ "futures-util",
|
|
|
+ "libsqlite3-sys",
|
|
|
+ "log",
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+ "serde_urlencoded",
|
|
|
+ "sqlx-core",
|
|
|
+ "time",
|
|
|
+ "tracing",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "stable_deref_trait"
|
|
|
version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3617,6 +4129,7 @@ dependencies = [
|
|
|
"tauri",
|
|
|
"tauri-build",
|
|
|
"tauri-plugin-opener",
|
|
|
+ "tauri-plugin-sql",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3645,6 +4158,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "stringprep"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
+dependencies = [
|
|
|
+ "unicode-bidi",
|
|
|
+ "unicode-normalization",
|
|
|
+ "unicode-properties",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "strsim"
|
|
|
version = "0.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3930,6 +4454,25 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "tauri-plugin-sql"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6ccca89ded6bd2ff49fdad9a5b34bcd624aa223fdfddbab83c85706ee3a4948"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "indexmap 2.7.1",
|
|
|
+ "log",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sqlx",
|
|
|
+ "tauri",
|
|
|
+ "tauri-plugin",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+ "time",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "tauri-runtime"
|
|
|
version = "2.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4174,6 +4717,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "tokio-stream"
|
|
|
+version = "0.1.17"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "tokio-util"
|
|
|
version = "0.7.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4289,6 +4843,7 @@ version = "0.1.41"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
dependencies = [
|
|
|
+ "log",
|
|
|
"pin-project-lite",
|
|
|
"tracing-attributes",
|
|
|
"tracing-core",
|
|
@@ -4407,12 +4962,33 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "unicode-bidi"
|
|
|
+version = "0.3.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "unicode-ident"
|
|
|
version = "1.0.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "unicode-normalization"
|
|
|
+version = "0.1.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
|
+dependencies = [
|
|
|
+ "tinyvec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-properties"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "unicode-segmentation"
|
|
|
version = "1.12.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4477,6 +5053,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[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"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4549,6 +5131,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "wasite"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
version = "0.2.100"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4742,6 +5330,16 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "whoami"
|
|
|
+version = "1.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
|
|
+dependencies = [
|
|
|
+ "redox_syscall",
|
|
|
+ "wasite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|