2021-12-04 14:31:26 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.22.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2024-01-16 15:11:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.8.11"
|
2024-01-16 15:11:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-01-16 15:11:53 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2024-01-16 15:11:53 +08:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.1.3"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "2.0.4"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.2.2"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2022-03-29 23:05:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.18"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2024-03-15 21:14:05 +08:00
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.0.86"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-01-18 16:26:38 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arboard"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "3.4.0"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
|
2024-01-18 16:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"clipboard-win",
|
2024-04-28 19:59:46 +08:00
|
|
|
"core-graphics 0.23.2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"image 0.25.2",
|
|
|
|
"log",
|
2024-06-01 23:01:27 +08:00
|
|
|
"objc2",
|
|
|
|
"objc2-app-kit",
|
|
|
|
"objc2-foundation",
|
2024-01-18 16:26:38 +08:00
|
|
|
"parking_lot",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-sys 0.48.0",
|
2024-01-18 16:26:38 +08:00
|
|
|
"x11rb",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.7.1"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2021-12-08 23:37:18 +08:00
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ashpd"
|
|
|
|
version = "0.8.1"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
|
|
|
|
dependencies = [
|
|
|
|
"enumflags2",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"zbus",
|
|
|
|
]
|
2024-03-15 21:14:05 +08:00
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.7.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"event-listener 5.3.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"event-listener-strategy",
|
2024-01-09 21:57:06 +08:00
|
|
|
"futures-core",
|
2024-04-28 19:59:46 +08:00
|
|
|
"pin-project-lite",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.9.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2023-11-22 02:56:47 +08:00
|
|
|
"event-listener 2.5.3",
|
2022-04-19 01:41:20 +08:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "2.3.1"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2024-06-01 23:01:27 +08:00
|
|
|
"event-listener-strategy",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.13.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2024-09-02 19:33:17 +08:00
|
|
|
"fastrand 2.1.1",
|
2024-04-28 19:59:46 +08:00
|
|
|
"futures-lite 2.3.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.6.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-lock 2.8.0",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-lite 1.13.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-lock 3.4.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"blocking",
|
|
|
|
"futures-lite 2.3.0",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "1.13.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-lock 2.8.0",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2023-05-28 16:45:43 +08:00
|
|
|
"cfg-if",
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-lite 1.13.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-04-19 01:41:20 +08:00
|
|
|
"parking",
|
2023-11-22 02:56:47 +08:00
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
2022-04-19 01:41:20 +08:00
|
|
|
"slab",
|
2023-11-22 02:56:47 +08:00
|
|
|
"socket2 0.4.10",
|
2022-04-19 01:41:20 +08:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.3.4"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-lock 3.4.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
2024-04-28 19:59:46 +08:00
|
|
|
"futures-lite 2.3.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"parking",
|
2024-09-02 19:33:17 +08:00
|
|
|
"polling 3.7.3",
|
|
|
|
"rustix 0.38.35",
|
2023-11-22 02:56:47 +08:00
|
|
|
"slab",
|
|
|
|
"tracing",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "2.8.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"event-listener 2.5.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "3.4.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"event-listener 5.3.0",
|
|
|
|
"event-listener-strategy",
|
2023-11-22 02:56:47 +08:00
|
|
|
"pin-project-lite",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.8.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-io 1.13.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-lite 1.13.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.8.1"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"async-signal",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2023-11-22 02:56:47 +08:00
|
|
|
"event-listener 3.1.0",
|
|
|
|
"futures-lite 1.13.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2023-11-22 02:56:47 +08:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.2.4"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
|
2024-04-28 19:59:46 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-channel 2.3.1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"async-io 2.3.4",
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-lock 3.4.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"async-signal",
|
|
|
|
"async-task",
|
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
|
|
|
"event-listener 5.3.0",
|
|
|
|
"futures-lite 2.3.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2024-04-28 19:59:46 +08:00
|
|
|
"tracing",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.1.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.10"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"async-io 2.3.4",
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-lock 3.4.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2023-11-22 02:56:47 +08:00
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "4.7.1"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.1.81"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atk"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk-sys",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atk-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.1.2"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-01-15 21:00:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "auto-launch"
|
2023-09-10 18:45:17 +08:00
|
|
|
version = "0.5.0"
|
2024-06-14 21:26:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f012b8cc0c850f34117ec8252a44418f2e34a2cf501de89e29b241ae5f79471"
|
2022-01-15 21:00:19 +08:00
|
|
|
dependencies = [
|
2023-04-02 10:09:14 +08:00
|
|
|
"dirs 4.0.0",
|
2022-09-11 20:58:55 +08:00
|
|
|
"thiserror",
|
2023-05-28 16:45:43 +08:00
|
|
|
"winreg 0.10.1",
|
2022-01-15 21:00:19 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.3.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.6.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.30",
|
|
|
|
"itoa 1.0.11",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper 0.1.2",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.3.73"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"miniz_oxide 0.7.4",
|
2023-11-22 02:56:47 +08:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.13.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.21.7"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-03-07 00:10:49 +08:00
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.22.1"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-28 19:59:46 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "2.6.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-09-02 19:33:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-01-11 23:13:02 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.10.4"
|
2022-01-11 23:13:02 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-01-11 23:13:02 +08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-06-01 23:01:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
|
|
|
|
dependencies = [
|
|
|
|
"objc2",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.6.1"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-channel 2.3.1",
|
2022-04-19 01:41:20 +08:00
|
|
|
"async-task",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-io",
|
2024-04-28 19:59:46 +08:00
|
|
|
"futures-lite 2.3.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"piper",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "boa_ast"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "5b6fb81ca0f301f33aff7401e2ffab37dc9e0e4a1cf0ccf6b34f4d9e60aa0682"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"boa_interner",
|
|
|
|
"boa_macros",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"num-bigint",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 1.1.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_engine"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "600e4e4a65b26efcef08a7b1cf2899d3845a32e82e067ee3b75eaf7e413ff31c"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-03-15 21:14:05 +08:00
|
|
|
"arrayvec",
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"boa_ast",
|
|
|
|
"boa_gc",
|
|
|
|
"boa_interner",
|
|
|
|
"boa_macros",
|
|
|
|
"boa_parser",
|
|
|
|
"boa_profiler",
|
2024-03-15 21:14:05 +08:00
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
2024-06-01 23:01:27 +08:00
|
|
|
"dashmap",
|
2024-03-15 19:58:22 +08:00
|
|
|
"fast-float",
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-15 19:58:22 +08:00
|
|
|
"icu_normalizer",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-03-15 21:14:05 +08:00
|
|
|
"intrusive-collections",
|
2024-03-15 19:58:22 +08:00
|
|
|
"itertools",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2024-09-02 19:33:17 +08:00
|
|
|
"num_enum",
|
2024-03-15 19:58:22 +08:00
|
|
|
"once_cell",
|
2024-03-15 21:14:05 +08:00
|
|
|
"paste",
|
2024-03-15 19:58:22 +08:00
|
|
|
"pollster",
|
2024-03-15 21:14:05 +08:00
|
|
|
"portable-atomic",
|
2024-03-15 19:58:22 +08:00
|
|
|
"rand 0.8.5",
|
|
|
|
"regress",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 1.1.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"ryu-js",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sptr",
|
|
|
|
"static_assertions",
|
|
|
|
"tap",
|
|
|
|
"thin-vec",
|
|
|
|
"thiserror",
|
2024-03-15 21:14:05 +08:00
|
|
|
"time",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_gc"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "c055ef3cd87ea7db014779195bc90c6adfc35de4902e3b2fe587adecbd384578"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"boa_macros",
|
|
|
|
"boa_profiler",
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-15 19:58:22 +08:00
|
|
|
"thin-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_interner"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "0cacc9caf022d92195c827a3e5bf83f96089d4bfaff834b359ac7b6be46e9187"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"boa_gc",
|
|
|
|
"boa_macros",
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"once_cell",
|
|
|
|
"phf 0.11.2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 1.1.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_macros"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "6be9c93793b60dac381af475b98634d4b451e28336e72218cad9a20176218dbc"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_parser"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "9e8592556849f0619ed142ce2b3a19086769314a8d657f93a5765d06dbce4818"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
"boa_ast",
|
|
|
|
"boa_interner",
|
|
|
|
"boa_macros",
|
|
|
|
"boa_profiler",
|
|
|
|
"fast-float",
|
|
|
|
"icu_properties",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"regress",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 1.1.0",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boa_profiler"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.18.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "e0d8372f2d5cbac600a260de87877141b42da1e18d2c7a08ccb493a49cbd55c0"
|
2024-03-15 19:58:22 +08:00
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "6.0.0"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
2022-03-29 23:05:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.0.1"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
2022-03-29 23:05:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "3.16.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.17.1"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
|
2024-03-15 21:14:05 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.7.1"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
|
2024-03-15 21:14:05 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 21:14:05 +08:00
|
|
|
]
|
2022-06-17 01:16:46 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.5.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.7.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-04-19 01:41:20 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cairo-rs"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cairo-sys-rs"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
|
|
|
version = "1.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver 1.0.23",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.17.2"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml 0.8.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.1.15"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2022-03-29 23:05:32 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2023-05-28 10:55:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfb"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"fnv",
|
2023-05-28 16:45:43 +08:00
|
|
|
"uuid",
|
2023-05-28 10:55:39 +08:00
|
|
|
]
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.15.8"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
2023-05-28 16:45:43 +08:00
|
|
|
"target-lexicon",
|
2022-02-27 01:16:43 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-07-06 18:48:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.4.38"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"android-tzdata",
|
2022-09-20 21:26:38 +08:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"num-traits",
|
2023-05-28 16:45:43 +08:00
|
|
|
"serde",
|
2022-09-20 21:26:38 +08:00
|
|
|
"wasm-bindgen",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-01-31 23:27:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clash-verge"
|
2024-09-03 00:00:12 +08:00
|
|
|
version = "2.0.0"
|
2022-01-31 23:27:11 +08:00
|
|
|
dependencies = [
|
2022-02-28 01:34:25 +08:00
|
|
|
"anyhow",
|
2022-01-31 23:27:11 +08:00
|
|
|
"auto-launch",
|
2024-03-15 19:58:22 +08:00
|
|
|
"boa_engine",
|
2022-01-31 23:27:11 +08:00
|
|
|
"chrono",
|
2022-04-23 17:26:32 +08:00
|
|
|
"deelevate",
|
2022-04-19 01:41:20 +08:00
|
|
|
"delay_timer",
|
2023-05-28 16:45:43 +08:00
|
|
|
"dirs 5.0.1",
|
2022-02-21 22:33:37 +08:00
|
|
|
"dunce",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-01-31 23:27:11 +08:00
|
|
|
"log4rs",
|
2022-03-02 00:56:05 +08:00
|
|
|
"nanoid",
|
2024-07-13 14:10:50 +08:00
|
|
|
"network-interface",
|
2022-09-11 20:58:55 +08:00
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"open",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2023-12-04 12:15:01 +08:00
|
|
|
"percent-encoding",
|
2022-01-31 23:27:11 +08:00
|
|
|
"port_scanner",
|
2024-09-02 19:33:17 +08:00
|
|
|
"reqwest",
|
2022-04-23 17:26:32 +08:00
|
|
|
"runas",
|
2022-01-31 23:27:11 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-02-10 12:51:30 +08:00
|
|
|
"serde_yaml",
|
2022-09-05 16:30:29 +08:00
|
|
|
"sysinfo",
|
2022-09-11 20:58:55 +08:00
|
|
|
"sysproxy",
|
2022-01-31 23:27:11 +08:00
|
|
|
"tauri",
|
|
|
|
"tauri-build",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tauri-plugin-clipboard-manager",
|
2024-09-04 08:54:15 +08:00
|
|
|
"tauri-plugin-devtools",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tauri-plugin-dialog",
|
|
|
|
"tauri-plugin-fs",
|
|
|
|
"tauri-plugin-global-shortcut",
|
|
|
|
"tauri-plugin-notification",
|
|
|
|
"tauri-plugin-process",
|
|
|
|
"tauri-plugin-shell",
|
|
|
|
"tauri-plugin-updater",
|
2022-01-31 23:27:11 +08:00
|
|
|
"tokio",
|
2024-03-31 16:37:33 +08:00
|
|
|
"users",
|
2022-01-31 23:27:11 +08:00
|
|
|
"warp",
|
2022-03-03 20:37:06 +08:00
|
|
|
"window-shadows",
|
2023-12-01 15:52:49 +08:00
|
|
|
"winreg 0.52.0",
|
2022-01-31 23:27:11 +08:00
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "5.4.0"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
|
2024-01-18 16:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.25.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"block",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa-foundation 0.1.2",
|
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-graphics 0.23.2",
|
|
|
|
"foreign-types 0.5.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.26.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"block",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa-foundation 0.2.0",
|
|
|
|
"core-foundation 0.10.0",
|
|
|
|
"core-graphics 0.24.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"foreign-types 0.5.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"block",
|
2024-09-02 19:33:17 +08:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-graphics-types 0.1.3",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"block",
|
|
|
|
"core-foundation 0.10.0",
|
|
|
|
"core-graphics-types 0.2.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2022-03-29 23:05:32 +08:00
|
|
|
name = "combine"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "4.6.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-03-29 23:05:32 +08:00
|
|
|
"bytes",
|
|
|
|
"memchr",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "concat-idents"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.1.5"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "f76990911f2267d837d9d0ad060aa63aaad170af40904b29461734c339030d4d"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "2.5.0"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-01 15:52:49 +08:00
|
|
|
version = "0.9.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 15:52:49 +08:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.8.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.23.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-graphics-types 0.1.3",
|
|
|
|
"foreign-types 0.5.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.24.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation 0.10.0",
|
|
|
|
"core-graphics-types 0.2.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"foreign-types 0.5.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
2023-12-01 15:52:49 +08:00
|
|
|
version = "0.1.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 15:52:49 +08:00
|
|
|
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation 0.10.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.13"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.4.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cron_clock"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a8699d8ed16e3db689f8ae04d8dc3c6666a4ba7e724e5a157884b7cc385d16b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2023-03-07 00:10:49 +08:00
|
|
|
"nom 7.1.3",
|
2022-04-19 01:41:20 +08:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.5.13"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.8.5"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.9.18"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.8.20"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-01-11 23:13:02 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-17 14:54:09 +08:00
|
|
|
version = "0.1.6"
|
2022-01-11 23:13:02 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 14:54:09 +08:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-01-11 23:13:02 +08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-02-27 01:16:43 +08:00
|
|
|
"typenum",
|
2022-01-11 23:13:02 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
|
|
|
version = "0.27.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
2021-12-27 00:42:45 +08:00
|
|
|
"itoa 0.4.8",
|
2021-12-04 14:31:26 +08:00
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.6.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.8"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-09-09 16:42:35 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.20.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.20.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-25 16:12:48 +08:00
|
|
|
"strsim",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.20.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"darling_core",
|
2021-12-04 14:31:26 +08:00
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "5.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-15 19:58:22 +08:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "2.6.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "deelevate"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7397f8c48906dd9b5afc75001368c979418e5dff5575998a831eb2319b424e"
|
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2022-04-23 17:26:32 +08:00
|
|
|
"pathsearch",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"shared_library",
|
|
|
|
"termwiz",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "delay_timer"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.11.6"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "20eba879b7ee5f1d255d5666e16646fe384f899f71a4c0b4b0644e2e074964fe"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"autocfg",
|
|
|
|
"concat-idents",
|
|
|
|
"cron_clock",
|
2024-06-01 23:01:27 +08:00
|
|
|
"dashmap",
|
|
|
|
"event-listener 5.3.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
"futures",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-04-19 01:41:20 +08:00
|
|
|
"lru",
|
|
|
|
"once_cell",
|
|
|
|
"rs-snowflake",
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"smol",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.11"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-03-16 00:03:34 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.3.2"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2024-03-16 00:03:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-16 00:03:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.99.18"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc_version 0.4.1",
|
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "destructure_traitobject"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7"
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "devtools-core"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f21c374111065b917a9ed5d1e377cd5792cd19f641ee0bf316f72878908bb99"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"devtools-wire-format",
|
|
|
|
"futures",
|
|
|
|
"http 0.2.12",
|
|
|
|
"hyper 0.14.30",
|
|
|
|
"log",
|
|
|
|
"prost-types",
|
|
|
|
"ringbuf",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tonic-health",
|
|
|
|
"tonic-web",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devtools-wire-format"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d841ad485c6bc179ffed4886197490045644f2f194b52ce090c8488bb0028b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-01-11 23:13:02 +08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.10.7"
|
2022-01-11 23:13:02 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-01-11 23:13:02 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"block-buffer 0.10.4",
|
2022-01-11 23:13:02 +08:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
2023-04-02 10:09:14 +08:00
|
|
|
"dirs-sys 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "5.0.1"
|
2023-04-02 10:09:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
2023-04-02 10:09:14 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"dirs-sys 0.4.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.3.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-16 02:42:56 +08:00
|
|
|
"redox_users",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-04-02 10:09:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.4.1"
|
2023-04-02 10:09:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2023-04-02 10:09:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-05-28 16:45:43 +08:00
|
|
|
"option-ext",
|
2023-04-02 10:09:14 +08:00
|
|
|
"redox_users",
|
2023-05-28 16:45:43 +08:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-02 10:09:14 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-16 02:42:56 +08:00
|
|
|
"redox_users",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.2.5"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2024-03-16 00:03:34 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "dlopen2"
|
|
|
|
version = "0.7.0"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
|
2024-03-16 00:03:34 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"dlopen2_derive",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"winapi",
|
2024-03-16 00:03:34 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "dlopen2_derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dpi"
|
|
|
|
version = "0.1.1"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2024-03-16 00:03:34 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.0.9"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.3.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-02-21 22:33:37 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.17"
|
2022-02-21 22:33:37 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
2022-02-21 22:33:37 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "1.13.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "embed-resource"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.4.3"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-01-18 16:26:38 +08:00
|
|
|
"memchr",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc_version 0.4.1",
|
|
|
|
"toml 0.8.2",
|
2023-11-22 02:56:47 +08:00
|
|
|
"vswhom",
|
2024-04-28 19:59:46 +08:00
|
|
|
"winreg 0.52.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
2022-06-17 01:16:46 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embed_plist"
|
2022-01-11 23:13:02 +08:00
|
|
|
version = "1.2.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 23:13:02 +08:00
|
|
|
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.8.34"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "endi"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.7.10"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.7.10"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"typeid",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.3.9"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-01 15:52:49 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "3.2.0"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
2024-01-18 16:26:38 +08:00
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
2023-11-22 02:56:47 +08:00
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "3.1.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
2022-04-21 21:28:44 +08:00
|
|
|
]
|
|
|
|
|
2024-02-10 12:51:30 +08:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "5.3.0"
|
2024-02-10 12:51:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
|
2024-02-10 12:51:30 +08:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.5.2"
|
2024-02-10 12:51:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
2024-02-10 12:51:30 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"event-listener 5.3.0",
|
2024-02-10 12:51:30 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
|
|
|
version = "1.72.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide 0.7.4",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fast-float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"instant",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.1.1"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "fdeflate"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"simd-adler32",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"memoffset 0.9.1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc_version 0.4.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.25"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide 0.8.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-03-16 00:03:34 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "fluent-uri"
|
|
|
|
version = "0.1.4"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
2024-03-16 00:03:34 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "flume"
|
|
|
|
version = "0.11.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"spin",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"foreign-types-shared 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-macros",
|
|
|
|
"foreign-types-shared 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-01 15:52:49 +08:00
|
|
|
version = "1.2.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 15:52:49 +08:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.1.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 18:45:03 +08:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "1.13.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"fastrand 1.9.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "2.3.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"fastrand 2.1.1",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
|
|
|
"pkg-config",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdkwayland-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a90fbf5c033c65d93792192a49a8efb5bb1e640c419682a58bb96f5ae77f3d4a"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"gdk-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdkx11"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
|
|
|
|
dependencies = [
|
|
|
|
"gdk",
|
|
|
|
"gdkx11-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"x11",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-01-04 21:25:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gdkx11-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2022-01-04 21:25:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043"
|
2022-01-04 21:25:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"gdk-sys",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
2022-01-04 21:25:00 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2022-01-04 21:25:00 +08:00
|
|
|
"x11",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.7.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"rustversion",
|
2023-05-28 16:45:43 +08:00
|
|
|
"windows 0.48.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.14.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.4.3"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
2024-01-18 16:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-targets 0.48.5",
|
2024-01-18 16:26:38 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.2.15"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2022-06-15 01:15:05 +08:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.29.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gio"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-09-02 19:33:17 +08:00
|
|
|
"futures-util",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2022-02-13 18:45:03 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
2024-09-02 19:33:17 +08:00
|
|
|
"futures-util",
|
|
|
|
"gio-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib-macros",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"memchr",
|
2021-12-04 14:31:26 +08:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2022-02-13 18:45:03 +08:00
|
|
|
"thiserror",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"proc-macro-crate 2.0.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-02-13 18:45:03 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "global-hotkey"
|
|
|
|
version = "0.6.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "298a7667d6011efe6b35673c6b29001b88677ae1b3d6b2feccfbff4b44892866"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"cocoa 0.26.0",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"keyboard-types",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"x11-dl",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
2022-02-13 18:45:03 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gtk"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk",
|
|
|
|
"cairo-rs",
|
|
|
|
"field-offset",
|
|
|
|
"futures-channel",
|
|
|
|
"gdk",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gtk-sys",
|
|
|
|
"gtk3-macros",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk-sys",
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gdk-sys",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk3-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"proc-macro-crate 1.3.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.26"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-03-21 11:53:25 +08:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.4.6"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"atomic-waker",
|
2024-03-21 11:53:25 +08:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-11-11 21:28:34 +08:00
|
|
|
"tokio-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "3.5.5"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
|
2022-09-11 20:58:55 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2022-09-11 20:58:55 +08:00
|
|
|
"quick-error",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.12.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.14.5"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"ahash",
|
2024-03-15 21:14:05 +08:00
|
|
|
"allocator-api2",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.9"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
2024-01-18 16:26:38 +08:00
|
|
|
"base64 0.21.7",
|
2021-12-23 01:35:17 +08:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2021-12-23 01:35:17 +08:00
|
|
|
"httpdate",
|
|
|
|
"mime",
|
2022-09-20 21:26:38 +08:00
|
|
|
"sha1",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.4.1"
|
2021-12-29 18:47:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-12-29 18:47:29 +08:00
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.9"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-05-28 16:45:43 +08:00
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.5.9"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-01-18 16:26:38 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"mac",
|
2024-01-18 16:26:38 +08:00
|
|
|
"markup5ever",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2024-03-21 11:53:25 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.4.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2024-03-21 11:53:25 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.1"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-06-12 10:00:22 +08:00
|
|
|
version = "0.1.2"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-12 10:00:22 +08:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-12 10:00:22 +08:00
|
|
|
"futures-util",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http-body 1.0.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
2022-02-27 01:16:43 +08:00
|
|
|
version = "0.1.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 01:16:43 +08:00
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "1.9.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.0.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.14.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-04-28 19:59:46 +08:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http-body 0.4.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
2024-06-08 20:02:25 +08:00
|
|
|
"socket2 0.5.7",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.4.1"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-09-02 19:33:17 +08:00
|
|
|
"h2 0.4.6",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http-body 1.0.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"httparse",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2024-03-21 11:53:25 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.27.2"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2023-12-14 12:50:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"hyper 1.4.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"hyper-util",
|
2023-12-14 12:50:45 +08:00
|
|
|
"rustls",
|
2024-03-21 11:53:25 +08:00
|
|
|
"rustls-pki-types",
|
2023-12-14 12:50:45 +08:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2024-03-21 11:53:25 +08:00
|
|
|
"tower-service",
|
2024-06-20 13:42:14 +08:00
|
|
|
"webpki-roots",
|
2023-12-14 12:50:45 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper 0.14.30",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http-body-util",
|
2024-09-02 19:33:17 +08:00
|
|
|
"hyper 1.4.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"hyper-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2024-03-21 11:53:25 +08:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.1.7"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.4.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"pin-project-lite",
|
2024-06-01 23:01:27 +08:00
|
|
|
"socket2 0.5.7",
|
2024-03-21 11:53:25 +08:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-10 12:51:30 +08:00
|
|
|
version = "0.1.60"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-10 12:51:30 +08:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-11 21:28:34 +08:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-20 21:26:38 +08:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-01-18 16:26:38 +08:00
|
|
|
"windows-core 0.52.0",
|
2022-09-20 21:26:38 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.1.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"cc",
|
2022-11-11 21:28:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ico"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.3.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-12-04 20:54:43 +08:00
|
|
|
"png",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.4.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "137d96353afc8544d437e8a99eceb10ab291352699573b0de5b08bda38c78c60"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.4.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.4.3"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "accb85c5b2e76f8dade22978b3795ae1e550198c6cfc7e915144e17cd6e2ab56"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
2024-03-15 21:14:05 +08:00
|
|
|
"icu_normalizer_data",
|
2024-03-15 19:58:22 +08:00
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.4.1"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "e3744fecc0df9ce19999cdaf1f9f3a48c253431ce1d67ef499128fe9d0b607ab"
|
2024-03-15 21:14:05 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "1.4.3"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "db9e559598096627aeca8cdfb98138a70eb4078025f8d1d5f2416a361241f756"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
2024-03-15 21:14:05 +08:00
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
2024-03-15 19:58:22 +08:00
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.4.1"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "e70a8b51ee5dd4ff8f20ee9b1dd1bc07afc110886a3747b1fec04cc6e5a15815"
|
2024-03-15 21:14:05 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.4.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
2024-03-15 21:14:05 +08:00
|
|
|
"zerofrom",
|
2024-03-15 19:58:22 +08:00
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.4.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.5.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-20 13:42:14 +08:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.24.9"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
2024-09-02 19:33:17 +08:00
|
|
|
"exr",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
2022-06-17 01:16:46 +08:00
|
|
|
"num-traits",
|
2024-09-02 19:33:17 +08:00
|
|
|
"png",
|
|
|
|
"qoi",
|
|
|
|
"tiff",
|
2024-06-01 23:01:27 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.25.2"
|
2024-06-01 23:01:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
|
2024-06-01 23:01:27 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2024-09-02 19:33:17 +08:00
|
|
|
"byteorder-lite",
|
2024-06-01 23:01:27 +08:00
|
|
|
"num-traits",
|
2024-01-18 16:26:38 +08:00
|
|
|
"png",
|
|
|
|
"tiff",
|
2022-06-17 01:16:46 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "1.9.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-11-22 02:56:47 +08:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.5.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2023-05-28 16:45:43 +08:00
|
|
|
"serde",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.15.0"
|
2023-05-28 10:55:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
|
2023-05-28 10:55:39 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"cfb",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.1.13"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "interfaces"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.0.9"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "bb6250a98af259a26fd5a4a6081fccea9ac116e4c3178acf4aeb86d32d2b7715"
|
2022-09-11 20:58:55 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
2022-09-11 20:58:55 +08:00
|
|
|
"cc",
|
|
|
|
"handlebars",
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2022-09-11 20:58:55 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"nix 0.26.4",
|
2022-09-11 20:58:55 +08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "intrusive-collections"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e"
|
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"memoffset 0.9.1",
|
2024-03-15 21:14:05 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "1.0.11"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2024-06-20 13:42:14 +08:00
|
|
|
"hermit-abi 0.3.9",
|
2023-03-07 00:10:49 +08:00
|
|
|
"libc",
|
2023-05-28 16:45:43 +08:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "2.9.0"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-05-28 16:45:43 +08:00
|
|
|
|
2024-01-16 15:11:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iptools"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.3.0"
|
2024-01-16 15:11:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9bab2ab6edf9330906c4da149dddc19e850b14c682865d81fb21962bbfc2e0ae"
|
2024-01-16 15:11:53 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"ahash",
|
2024-01-16 15:11:53 +08:00
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"regex",
|
2024-01-16 15:11:53 +08:00
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[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"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
|
|
|
dependencies = [
|
|
|
|
"is-docker",
|
|
|
|
"once_cell",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "0.12.1"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
2021-12-27 00:42:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.0.11"
|
2021-12-27 00:42:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-27 00:42:45 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "javascriptcore-rs"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.1.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
|
|
|
"javascriptcore-rs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "javascriptcore-rs-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.1.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.21.1"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
2022-05-25 16:12:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cfg-if",
|
2022-05-25 16:12:48 +08:00
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-05-25 16:12:48 +08:00
|
|
|
"thiserror",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.45.0",
|
2022-05-25 16:12:48 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2022-03-29 23:05:32 +08:00
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2024-09-02 19:33:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
2024-01-18 16:26:38 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.3.70"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "json-patch"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"jsonptr",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-22 02:56:47 +08:00
|
|
|
"thiserror",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jsonptr"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c6e529149475ca0b2820835d3dce8fcc41c6b943ca608d32f35b449255e4627"
|
|
|
|
dependencies = [
|
|
|
|
"fluent-uri",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keyboard-types"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"serde",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2023-11-22 02:56:47 +08:00
|
|
|
name = "kuchikiki"
|
|
|
|
version = "0.8.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cssparser",
|
2024-01-18 16:26:38 +08:00
|
|
|
"html5ever",
|
2023-11-22 02:56:47 +08:00
|
|
|
"indexmap 1.9.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
"matches",
|
|
|
|
"selectors",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.5.0"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-09-11 20:58:55 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-05-11 00:52:20 +08:00
|
|
|
[[package]]
|
2022-06-17 01:16:46 +08:00
|
|
|
name = "libappindicator"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.9.0"
|
2022-05-11 00:52:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
|
2022-05-11 00:52:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"glib",
|
|
|
|
"gtk",
|
|
|
|
"gtk-sys",
|
2022-06-17 01:16:46 +08:00
|
|
|
"libappindicator-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-05-11 00:52:20 +08:00
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libappindicator-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.9.0"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"gtk-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"libloading",
|
2022-06-17 01:16:46 +08:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.158"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.7.4"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2022-06-17 01:16:46 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.1.3"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"redox_syscall",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.3.8"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-07 00:10:49 +08:00
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.4.14"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.7.3"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
2024-03-15 19:58:22 +08:00
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "local-ip-address"
|
|
|
|
version = "0.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "612ed4ea9ce5acfb5d26339302528a5e1e59dfed95e9e11af3c083236ff1d15d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"neli",
|
|
|
|
"thiserror",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.4.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-06 01:14:13 +08:00
|
|
|
"autocfg",
|
2021-12-04 14:31:26 +08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.4.22"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-08 23:37:18 +08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log-mdc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log4rs"
|
2024-02-10 12:51:30 +08:00
|
|
|
version = "1.3.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-10 12:51:30 +08:00
|
|
|
checksum = "0816135ae15bd0391cf284eab37e6e3ee0a6ee63d2ceeb659862bd8d0a984ca6"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arc-swap",
|
|
|
|
"chrono",
|
|
|
|
"derivative",
|
|
|
|
"fnv",
|
|
|
|
"humantime",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-08 23:37:18 +08:00
|
|
|
"log-mdc",
|
2024-02-10 12:51:30 +08:00
|
|
|
"once_cell",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2024-02-10 12:51:30 +08:00
|
|
|
"rand 0.8.5",
|
2021-12-08 23:37:18 +08:00
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_json",
|
2024-02-10 12:51:30 +08:00
|
|
|
"serde_yaml",
|
2021-12-08 23:37:18 +08:00
|
|
|
"thiserror",
|
|
|
|
"thread-id",
|
2022-11-11 21:28:34 +08:00
|
|
|
"typemap-ors",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
2022-05-25 16:12:48 +08:00
|
|
|
version = "0.5.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.12.4"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mac-notification-sys"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"dirs-next",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2023-11-22 02:56:47 +08:00
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen 0.10.0",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"regex-automata 0.1.10",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.10"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "2.7.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memmem"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-12-04 20:54:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.9.1"
|
2022-12-04 20:54:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2022-12-04 20:54:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.3.17"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "2.0.5"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "minisign-verify"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a05b5d0594e0cb1ad8cee3373018d2b84e25905dc75b2468114cc9a8e86cfc20"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.7.4"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2023-05-28 16:45:43 +08:00
|
|
|
"simd-adler32",
|
2022-11-11 21:28:34 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"hermit-abi 0.3.9",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2022-03-29 23:05:32 +08:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "muda"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba8ac4080fb1e097c2c22acae467e46e4da72d941f02e82b67a87a2a89fa38b1"
|
|
|
|
dependencies = [
|
|
|
|
"cocoa 0.26.0",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dpi",
|
|
|
|
"gtk",
|
|
|
|
"keyboard-types",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"png",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"windows-sys 0.59.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "multer"
|
|
|
|
version = "2.1.0"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2021-12-23 01:35:17 +08:00
|
|
|
"httparse",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2023-05-28 16:45:43 +08:00
|
|
|
"memchr",
|
2021-12-23 01:35:17 +08:00
|
|
|
"mime",
|
2023-11-22 02:56:47 +08:00
|
|
|
"spin",
|
2023-05-28 16:45:43 +08:00
|
|
|
"version_check",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
2022-03-02 00:56:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nanoid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.2.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.9.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"jni-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ndk-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"num_enum",
|
|
|
|
"raw-window-handle 0.6.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.1.1"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2022-02-27 01:16:43 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "ndk-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.0+11769913"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"jni-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "neli"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"neli-proc-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "neli-proc-macros"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2024-07-13 14:10:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "network-interface"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "433419f898328beca4f2c6c73a1b52540658d92b0a99f0269330457e0fd998d5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.0.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.7.1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"pin-utils",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.27.1"
|
2024-07-06 18:48:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
2024-07-06 18:48:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.9.1",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "5.1.3"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "7.1.3"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "notify-rust"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.11.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "26a1d03b6305ecefdd9c6c60150179bb8d9f0cd4e64bbcad1e41419e7bf5e414"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2024-01-09 21:57:06 +08:00
|
|
|
"mac-notification-sys",
|
|
|
|
"serde",
|
|
|
|
"tauri-winrt-notification",
|
|
|
|
"zbus",
|
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.4.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"overload",
|
2022-09-05 16:30:29 +08:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.4.6"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-02 16:56:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.2.19"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.7.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"num_enum_derive",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.7.3"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"proc-macro-crate 2.0.2",
|
2024-03-15 19:58:22 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 21:14:05 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
2022-03-09 01:50:37 +08:00
|
|
|
"objc_exception",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-06-01 23:01:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "objc-sys"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-app-kit"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"block2",
|
|
|
|
"libc",
|
|
|
|
"objc2",
|
|
|
|
"objc2-core-data",
|
|
|
|
"objc2-core-image",
|
|
|
|
"objc2-foundation",
|
|
|
|
"objc2-quartz-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-core-data"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"block2",
|
|
|
|
"objc2",
|
|
|
|
"objc2-foundation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-core-image"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
|
|
|
|
dependencies = [
|
|
|
|
"block2",
|
|
|
|
"objc2",
|
|
|
|
"objc2-foundation",
|
|
|
|
"objc2-metal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-foundation"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"block2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"dispatch",
|
2024-06-01 23:01:27 +08:00
|
|
|
"libc",
|
|
|
|
"objc2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-metal"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"block2",
|
|
|
|
"objc2",
|
|
|
|
"objc2-foundation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-quartz-core"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-06-01 23:01:27 +08:00
|
|
|
"block2",
|
|
|
|
"objc2",
|
|
|
|
"objc2-foundation",
|
|
|
|
"objc2-metal",
|
|
|
|
]
|
|
|
|
|
2022-03-09 01:50:37 +08:00
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
dependencies = [
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.36.4"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "1.19.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.1"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2021-12-23 01:35:17 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "5.3.0"
|
2023-04-02 10:09:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
|
2023-04-02 10:09:14 +08:00
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"is-wsl",
|
2023-11-22 02:56:47 +08:00
|
|
|
"libc",
|
2023-04-02 10:09:14 +08:00
|
|
|
"pathdiff",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.10.66"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2023-11-22 02:56:47 +08:00
|
|
|
"foreign-types 0.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-05-06 01:14:13 +08:00
|
|
|
"openssl-macros",
|
2021-12-04 14:31:26 +08:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-06 01:14:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.1.1"
|
2022-05-06 01:14:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-05-06 01:14:13 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-05-06 01:14:13 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-28 22:02:17 +08:00
|
|
|
version = "0.1.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-28 22:02:17 +08:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.9.103"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "2.10.1"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.2.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pango"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"gio",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pango-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "2.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.12.3"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot_core",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.9.10"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-02-27 01:16:43 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"redox_syscall",
|
2022-02-27 01:16:43 +08:00
|
|
|
"smallvec",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2022-02-27 01:16:43 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 21:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.0.15"
|
2024-03-15 21:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-03-15 21:14:05 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pathsearch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-01 15:52:49 +08:00
|
|
|
version = "2.3.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 15:52:49 +08:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.7.11"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"memchr",
|
2022-09-20 21:26:38 +08:00
|
|
|
"thiserror",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2024-03-16 00:03:34 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.7.11"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
|
2024-03-16 00:03:34 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"once_cell",
|
|
|
|
"pest",
|
|
|
|
"sha2 0.10.8",
|
2024-03-16 00:03:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2021-12-27 00:42:45 +08:00
|
|
|
version = "0.10.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 00:42:45 +08:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.11.2"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2023-12-01 15:52:49 +08:00
|
|
|
"phf_macros 0.11.2",
|
2023-11-22 02:56:47 +08:00
|
|
|
"phf_shared 0.11.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.10.0"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand 0.8.5",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.11.2"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"phf_shared 0.11.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-12-01 15:52:49 +08:00
|
|
|
version = "0.11.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 15:52:49 +08:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-12-01 15:52:49 +08:00
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.11.2"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.1.5"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.1.5"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.14"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.4"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
2024-09-02 19:33:17 +08:00
|
|
|
"fastrand 2.1.1",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.30"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-07-05 00:52:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "1.7.0"
|
2022-07-05 00:52:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
2022-07-05 00:52:22 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"base64 0.22.1",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-07-06 18:48:25 +08:00
|
|
|
"quick-xml 0.32.0",
|
2022-07-05 00:52:22 +08:00
|
|
|
"serde",
|
2023-11-22 02:56:47 +08:00
|
|
|
"time",
|
2022-07-05 00:52:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.17.13"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"crc32fast",
|
2023-05-28 16:45:43 +08:00
|
|
|
"fdeflate",
|
2022-09-20 21:26:38 +08:00
|
|
|
"flate2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"miniz_oxide 0.7.4",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "2.8.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2023-05-28 16:45:43 +08:00
|
|
|
"concurrent-queue",
|
2022-04-19 01:41:20 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2023-05-28 16:45:43 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "3.7.3"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
2024-06-20 13:42:14 +08:00
|
|
|
"hermit-abi 0.4.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"pin-project-lite",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2023-11-22 02:56:47 +08:00
|
|
|
"tracing",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "port_scanner"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "325a6d2ac5dee293c3b2612d4993b98aec1dff096b0a2dae70ed7d95784a05da"
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.7.0"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
|
2024-03-15 19:58:22 +08:00
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.20"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.3.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"once_cell",
|
2023-11-22 02:56:47 +08:00
|
|
|
"toml_edit 0.19.15",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.2"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
|
2024-04-28 19:59:46 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.20.2",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2021-12-04 14:31:26 +08:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.5.20+deprecated"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "1.0.86"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"unicode-ident",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.1"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
2021-12-23 01:35:17 +08:00
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.31.0"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-06 18:48:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.11.3"
|
2024-06-20 13:42:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156"
|
2024-06-20 13:42:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 2.0.0",
|
2024-06-20 13:42:14 +08:00
|
|
|
"rustls",
|
2024-09-02 19:33:17 +08:00
|
|
|
"socket2 0.5.7",
|
2024-06-20 13:42:14 +08:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.11.6"
|
2024-06-20 13:42:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
|
2024-06-20 13:42:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ring",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustc-hash 2.0.0",
|
2024-06-20 13:42:14 +08:00
|
|
|
"rustls",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.5.4"
|
2024-06-20 13:42:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
|
2024-06-20 13:42:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2 0.5.7",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.37"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand_hc",
|
2021-12-04 14:31:26 +08:00
|
|
|
"rand_pcg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-27 01:16:43 +08:00
|
|
|
version = "0.8.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 01:16:43 +08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2022-09-20 21:26:38 +08:00
|
|
|
"rand_core 0.6.4",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-09-20 21:26:38 +08:00
|
|
|
"rand_core 0.6.4",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.6.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.5.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.10.0"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "1.12.1"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.5.3"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
2024-04-28 19:59:46 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.4.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2023-11-22 02:56:47 +08:00
|
|
|
"libredox",
|
2022-03-29 23:05:32 +08:00
|
|
|
"thiserror",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.10.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"aho-corasick",
|
2021-12-04 14:31:26 +08:00
|
|
|
"memchr",
|
2024-06-12 10:00:22 +08:00
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-05-28 16:45:43 +08:00
|
|
|
"regex-syntax 0.6.29",
|
2022-09-11 20:58:55 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-06-12 10:00:22 +08:00
|
|
|
version = "0.4.7"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-12 10:00:22 +08:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"aho-corasick",
|
2023-11-22 02:56:47 +08:00
|
|
|
"memchr",
|
2024-06-12 10:00:22 +08:00
|
|
|
"regex-syntax 0.8.4",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-06-12 10:00:22 +08:00
|
|
|
version = "0.8.4"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-12 10:00:22 +08:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regress"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.9.1"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-15 19:58:22 +08:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.12.7"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"base64 0.22.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-09-02 19:33:17 +08:00
|
|
|
"h2 0.4.6",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http 1.1.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http-body 1.0.1",
|
2024-03-21 11:53:25 +08:00
|
|
|
"http-body-util",
|
2024-09-02 19:33:17 +08:00
|
|
|
"hyper 1.4.1",
|
2023-12-14 12:50:45 +08:00
|
|
|
"hyper-rustls",
|
2024-09-02 19:33:17 +08:00
|
|
|
"hyper-tls",
|
2024-03-21 11:53:25 +08:00
|
|
|
"hyper-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-11-11 21:28:34 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-06-20 13:42:14 +08:00
|
|
|
"quinn",
|
2023-12-14 12:50:45 +08:00
|
|
|
"rustls",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustls-pemfile",
|
2024-03-21 11:53:25 +08:00
|
|
|
"rustls-pki-types",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_urlencoded",
|
2024-09-04 08:54:15 +08:00
|
|
|
"sync_wrapper 1.0.1",
|
2023-11-22 02:56:47 +08:00
|
|
|
"system-configuration",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-12-14 12:50:45 +08:00
|
|
|
"tokio-rustls",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tokio-util",
|
2022-06-15 01:15:05 +08:00
|
|
|
"tower-service",
|
2021-12-04 14:31:26 +08:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2024-09-02 19:33:17 +08:00
|
|
|
"wasm-streams",
|
2021-12-04 14:31:26 +08:00
|
|
|
"web-sys",
|
2023-12-14 12:50:45 +08:00
|
|
|
"webpki-roots",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-registry",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rfd"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.14.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"ashpd",
|
2021-12-04 14:31:26 +08:00
|
|
|
"block",
|
|
|
|
"dispatch",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk-sys",
|
|
|
|
"js-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
2024-09-02 19:33:17 +08:00
|
|
|
"raw-window-handle 0.6.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.48.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.17.8"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-12-14 12:50:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-04-28 19:59:46 +08:00
|
|
|
"cfg-if",
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2023-12-14 12:50:45 +08:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-12-14 12:50:45 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ringbuf"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46f7f1b88601a8ee13cabf203611ccdf64345dc1c5d24de8b11e1a678ee619b6"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rs-snowflake"
|
2022-05-16 17:54:21 +08:00
|
|
|
version = "0.6.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 17:54:21 +08:00
|
|
|
checksum = "e60ef3b82994702bbe4e134d98aadca4b49ed04440148985678d415c68127666"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "runas"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.2.0"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "b96d6b6c505282b007a9b009f2aa38b2fd0359b81a0430ceacc60f69ade4c6a0"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
2024-03-15 21:14:05 +08:00
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
"which",
|
|
|
|
"windows-sys 0.48.0",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.1.24"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-11-22 02:56:47 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.4.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"semver 1.0.23",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-07 00:10:49 +08:00
|
|
|
name = "rustix"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.37.27"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-11-22 02:56:47 +08:00
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.38.35"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2024-06-01 23:01:27 +08:00
|
|
|
"linux-raw-sys 0.4.14",
|
2023-12-01 15:52:49 +08:00
|
|
|
"windows-sys 0.52.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.23.12"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
2023-12-14 12:50:45 +08:00
|
|
|
dependencies = [
|
2024-06-20 13:42:14 +08:00
|
|
|
"once_cell",
|
2023-12-14 12:50:45 +08:00
|
|
|
"ring",
|
2024-03-21 11:53:25 +08:00
|
|
|
"rustls-pki-types",
|
2023-12-14 12:50:45 +08:00
|
|
|
"rustls-webpki",
|
2024-03-21 11:53:25 +08:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-12-14 12:50:45 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.1.3"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
|
2024-04-28 19:59:46 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"base64 0.22.1",
|
2024-04-28 19:59:46 +08:00
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.8.0"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
|
2024-03-21 11:53:25 +08:00
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.102.7"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56"
|
2023-12-14 12:50:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-03-21 11:53:25 +08:00
|
|
|
"rustls-pki-types",
|
2023-12-14 12:50:45 +08:00
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.0.17"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.0.18"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu-js"
|
2024-03-15 21:14:05 +08:00
|
|
|
version = "1.0.1"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:14:05 +08:00
|
|
|
checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5"
|
2024-03-15 19:58:22 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.1.23"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-01-18 16:26:38 +08:00
|
|
|
"windows-sys 0.52.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.0.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.11.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"bitflags 2.6.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"core-foundation 0.9.4",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.11.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
"phf_codegen 0.8.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
"thin-slice",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
2022-04-19 01:41:20 +08:00
|
|
|
"semver-parser 0.10.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.0.23"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-05-25 16:12:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"pest",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.209"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde-untagged"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6"
|
|
|
|
dependencies = [
|
|
|
|
"erased-serde",
|
|
|
|
"serde",
|
|
|
|
"typeid",
|
|
|
|
]
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.209"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.29.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.127"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2024-09-02 19:33:17 +08:00
|
|
|
"memchr",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.1.19"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.7"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-28 22:02:17 +08:00
|
|
|
version = "0.7.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-28 22:02:17 +08:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "3.9.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"base64 0.22.1",
|
2023-05-28 16:45:43 +08:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
2023-11-22 02:56:47 +08:00
|
|
|
"indexmap 1.9.3",
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serde",
|
2024-02-10 12:51:30 +08:00
|
|
|
"serde_derive",
|
2023-05-28 16:45:43 +08:00
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serde_with_macros",
|
2023-11-22 02:56:47 +08:00
|
|
|
"time",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "3.9.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"darling",
|
2022-02-13 18:45:03 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.9.34+deprecated"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2022-09-20 21:26:38 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serialize-to-javascript"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serialize-to-javascript-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serialize-to-javascript-impl"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 16:45:43 +08:00
|
|
|
"syn 1.0.109",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
2022-09-20 21:26:38 +08:00
|
|
|
name = "sha1"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.10.6"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-02-13 18:45:03 +08:00
|
|
|
"cpufeatures",
|
2023-05-28 16:45:43 +08:00
|
|
|
"digest 0.10.7",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-23 17:26:32 +08:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.10.8"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-02-13 18:45:03 +08:00
|
|
|
"cpufeatures",
|
2023-05-28 16:45:43 +08:00
|
|
|
"digest 0.10.7",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shared_child"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2022-04-23 17:26:32 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.4.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.7"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-05-28 16:45:43 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.11"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.4.9"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.13.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smol"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.3.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-channel 1.9.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
"async-executor",
|
2024-04-28 19:59:46 +08:00
|
|
|
"async-fs 1.6.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
"async-net",
|
2024-04-28 19:59:46 +08:00
|
|
|
"async-process 1.8.1",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
2023-11-22 02:56:47 +08:00
|
|
|
"futures-lite 1.13.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.4.10"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.5.7"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2022-05-16 17:54:21 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "softbuffer"
|
|
|
|
version = "0.4.5"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d623bff5d06f60d738990980d782c8c866997d9194cfe79ecad00aa2f76826dd"
|
2022-05-16 17:54:21 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bytemuck",
|
|
|
|
"cfg_aliases",
|
|
|
|
"core-graphics 0.23.2",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"objc2",
|
|
|
|
"objc2-app-kit",
|
|
|
|
"objc2-foundation",
|
|
|
|
"objc2-quartz-core",
|
|
|
|
"raw-window-handle 0.6.2",
|
|
|
|
"redox_syscall",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "soup3"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"soup3-sys",
|
2022-05-16 17:54:21 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "soup3-sys"
|
|
|
|
version = "0.5.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"system-deps",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2024-09-02 19:33:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
2023-05-28 16:45:43 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sptr"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "state"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.8.7"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-03-29 23:05:32 +08:00
|
|
|
"once_cell",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2022-02-13 18:45:03 +08:00
|
|
|
"phf_shared 0.10.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.5.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-03-29 23:05:32 +08:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.11.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2022-02-13 18:45:03 +08:00
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "2.6.1"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-03-21 11:53:25 +08:00
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "swift-rs"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.109"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-25 16:12:48 +08:00
|
|
|
"unicode-ident",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.77"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-09-02 19:33:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-06-20 13:42:14 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.30.13"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-09-05 16:30:29 +08:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
|
|
|
"rayon",
|
2024-01-09 14:52:43 +08:00
|
|
|
"windows 0.52.0",
|
2022-09-05 16:30:29 +08:00
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sysproxy"
|
2023-03-16 13:42:27 +08:00
|
|
|
version = "0.3.0"
|
2024-09-02 19:33:17 +08:00
|
|
|
source = "git+https://github.com/zzzgydi/sysproxy-rs?branch=main#45fffb0cdddb7c2d0ce30300dd72a934bb458c09"
|
2022-09-11 20:58:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"interfaces",
|
2024-01-16 15:11:53 +08:00
|
|
|
"iptools",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-09-11 20:58:55 +08:00
|
|
|
"thiserror",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
2024-01-16 15:11:53 +08:00
|
|
|
"winreg 0.52.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"xdg",
|
2022-09-11 20:58:55 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.1"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation 0.9.4",
|
2023-11-22 02:56:47 +08:00
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "6.2.2"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"cfg-expr",
|
2024-04-28 19:59:46 +08:00
|
|
|
"heck 0.5.0",
|
2022-02-13 18:45:03 +08:00
|
|
|
"pkg-config",
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml 0.8.2",
|
|
|
|
"version-compare",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tao"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.29.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d3a97abbc7d6cfd0720da3e06fcb1cf2ac87cbfdb5bbbce103a1279a211c4d81"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"cocoa 0.26.0",
|
|
|
|
"core-foundation 0.10.0",
|
|
|
|
"core-graphics 0.24.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"crossbeam-channel",
|
|
|
|
"dispatch",
|
2024-09-02 19:33:17 +08:00
|
|
|
"dlopen2",
|
|
|
|
"dpi",
|
2023-05-28 16:45:43 +08:00
|
|
|
"gdkwayland-sys",
|
2022-01-04 21:25:00 +08:00
|
|
|
"gdkx11-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
|
|
|
"instant",
|
2022-09-20 21:26:38 +08:00
|
|
|
"jni",
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ndk",
|
2022-05-25 16:12:48 +08:00
|
|
|
"ndk-context",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ndk-sys",
|
|
|
|
"objc",
|
2022-05-25 16:12:48 +08:00
|
|
|
"once_cell",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2024-09-02 19:33:17 +08:00
|
|
|
"raw-window-handle 0.6.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"scopeguard",
|
2023-05-28 16:45:43 +08:00
|
|
|
"tao-macros",
|
2021-12-04 14:31:26 +08:00
|
|
|
"unicode-segmentation",
|
2024-09-02 19:33:17 +08:00
|
|
|
"url",
|
|
|
|
"windows 0.58.0",
|
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-version",
|
|
|
|
"x11-dl",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tao-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.1.3"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.4.41"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.12.16"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
2023-05-28 16:45:43 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.8"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "e8345ccc676ef16e26b61fc0f5340b4e770678b1e1f53f08c69ebdac5e56b422"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-02-19 00:34:09 +08:00
|
|
|
"anyhow",
|
2023-05-28 16:45:43 +08:00
|
|
|
"bytes",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa 0.26.0",
|
|
|
|
"dirs 5.0.1",
|
2024-03-16 00:03:34 +08:00
|
|
|
"dunce",
|
2021-12-04 14:31:26 +08:00
|
|
|
"embed_plist",
|
2022-09-20 21:26:38 +08:00
|
|
|
"futures-util",
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2022-02-13 18:45:03 +08:00
|
|
|
"glob",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2024-04-28 19:59:46 +08:00
|
|
|
"heck 0.5.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-range",
|
|
|
|
"image 0.24.9",
|
|
|
|
"jni",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"muda",
|
2022-05-16 17:54:21 +08:00
|
|
|
"objc",
|
2021-12-04 14:31:26 +08:00
|
|
|
"percent-encoding",
|
2024-09-02 19:33:17 +08:00
|
|
|
"raw-window-handle 0.6.2",
|
|
|
|
"reqwest",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serialize-to-javascript",
|
2021-12-04 14:31:26 +08:00
|
|
|
"state",
|
2024-09-02 19:33:17 +08:00
|
|
|
"swift-rs",
|
|
|
|
"tauri-build",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tauri-macros",
|
|
|
|
"tauri-runtime",
|
|
|
|
"tauri-runtime-wry",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-09-04 08:54:15 +08:00
|
|
|
"tracing",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tray-icon",
|
2021-12-04 14:31:26 +08:00
|
|
|
"url",
|
2024-09-02 19:33:17 +08:00
|
|
|
"urlpattern",
|
2022-05-16 17:54:21 +08:00
|
|
|
"webkit2gtk",
|
|
|
|
"webview2-com",
|
2024-09-02 19:33:17 +08:00
|
|
|
"window-vibrancy",
|
|
|
|
"windows 0.58.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-build"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.7"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7d5ad5fcfaf02cf79aa6727f6c5df38567d8dce172b00b62690c6bc46c08b7ce"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-02-13 18:45:03 +08:00
|
|
|
"cargo_toml",
|
2024-09-02 19:33:17 +08:00
|
|
|
"dirs 5.0.1",
|
|
|
|
"glob",
|
2024-06-01 23:01:27 +08:00
|
|
|
"heck 0.5.0",
|
2023-11-22 02:56:47 +08:00
|
|
|
"json-patch",
|
2024-09-02 19:33:17 +08:00
|
|
|
"schemars",
|
2024-06-01 23:01:27 +08:00
|
|
|
"semver 1.0.23",
|
2023-11-22 02:56:47 +08:00
|
|
|
"serde",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2023-11-22 02:56:47 +08:00
|
|
|
"tauri-winres",
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml 0.8.2",
|
2023-11-22 02:56:47 +08:00
|
|
|
"walkdir",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-codegen"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.7"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "809ef6316726fc72593d296cf6f4e7461326e310c313d6a6c42b6e7f1e2671cf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"base64 0.22.1",
|
2022-03-29 23:05:32 +08:00
|
|
|
"brotli",
|
2024-09-02 19:33:17 +08:00
|
|
|
"ico",
|
2023-11-22 02:56:47 +08:00
|
|
|
"json-patch",
|
2022-07-05 00:52:22 +08:00
|
|
|
"plist",
|
2022-12-04 20:54:43 +08:00
|
|
|
"png",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-01 23:01:27 +08:00
|
|
|
"semver 1.0.23",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-22 02:56:47 +08:00
|
|
|
"sha2 0.10.8",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
2023-11-22 02:56:47 +08:00
|
|
|
"time",
|
2024-09-02 19:33:17 +08:00
|
|
|
"url",
|
2023-05-28 16:45:43 +08:00
|
|
|
"uuid",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.6"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "1359e8861d210d25731f8b1bfbb4d111dd06406cf73c59659366ef450364d811"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"heck 0.5.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tauri-codegen",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin"
|
|
|
|
version = "2.0.0-rc.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7dded420c86183f592d0fe925ef9447f41e26fa79f0bdfef8d3f17bfbcdbfb7"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"glob",
|
|
|
|
"plist",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tauri-utils",
|
|
|
|
"toml 0.8.2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-clipboard-manager"
|
|
|
|
version = "2.1.0-beta.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "becbc5a692e842f8d6a7ab5e490c3c36d267b5c3d5bf4b6a0cdd039d7df25569"
|
|
|
|
dependencies = [
|
|
|
|
"arboard",
|
|
|
|
"image 0.24.9",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-devtools"
|
|
|
|
version = "2.0.0-rc.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f7333811c0b81f32e980d34894effc92454f464409fb97a7e566294b7ebddd0"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"cocoa 0.25.0",
|
|
|
|
"colored",
|
|
|
|
"devtools-core",
|
|
|
|
"futures",
|
|
|
|
"local-ip-address",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"swift-rs",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-health",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-dialog"
|
|
|
|
version = "2.0.0-rc.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa8bd381f75c47687f41fb603f67fdd99a1af377da22d03d8fb959d2481845c1"
|
|
|
|
dependencies = [
|
|
|
|
"dunce",
|
|
|
|
"log",
|
|
|
|
"raw-window-handle 0.6.2",
|
|
|
|
"rfd",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"tauri-plugin-fs",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-fs"
|
|
|
|
version = "2.0.0-rc.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "694a746b0e0c1d318198fabf4957800c42fb4b705e866e0eed7ec21476ef88db"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"glob",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-global-shortcut"
|
|
|
|
version = "2.0.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91f141154ffde51f57325dc324f696c2c7b5f194d2228a5ec46b1c419f81dd76"
|
|
|
|
dependencies = [
|
|
|
|
"global-hotkey",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-notification"
|
|
|
|
version = "2.0.0-rc.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bf32fba3a2650f89c7dfc532b38de566a37779e482f07dccabf45fe24444e26"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"notify-rust",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-process"
|
|
|
|
version = "2.0.0-rc.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c9eb80b601682dcbd45dc5ed5f7cc214f1d994aeea730d500899cc616784559"
|
|
|
|
dependencies = [
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-shell"
|
|
|
|
version = "2.0.0-rc.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e83800ddf78b820172efb5ed7310344e8e4f97fd30cd8237a3f20c12a79eb136"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"log",
|
|
|
|
"open",
|
|
|
|
"os_pipe",
|
|
|
|
"regex",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shared_child",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-plugin-updater"
|
|
|
|
version = "2.0.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7048854b4271f3bc58ee850f0582f8d9bb0190118afa8397f36fc260daaa68b"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"dirs 5.0.1",
|
|
|
|
"flate2",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"infer",
|
|
|
|
"minisign-verify",
|
|
|
|
"reqwest",
|
|
|
|
"semver 1.0.23",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tar",
|
|
|
|
"tauri",
|
|
|
|
"tauri-plugin",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-runtime"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.7"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "75c72b844f387bfc3341c355f3e16b8cbf4161848fa4e348670effb222cd3ba5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"dpi",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http 1.1.0",
|
|
|
|
"jni",
|
|
|
|
"raw-window-handle 0.6.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
2023-05-28 16:45:43 +08:00
|
|
|
"url",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-runtime-wry"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.7"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "73accf936a7cd01d1382de7850726fdf6c1f6ab3b01ccb7a0950cb852e332596"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa 0.26.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http 1.1.0",
|
|
|
|
"jni",
|
|
|
|
"log",
|
2022-05-16 17:54:21 +08:00
|
|
|
"percent-encoding",
|
2024-09-02 19:33:17 +08:00
|
|
|
"raw-window-handle 0.6.2",
|
|
|
|
"softbuffer",
|
|
|
|
"tao",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tauri-runtime",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2024-09-04 08:54:15 +08:00
|
|
|
"tracing",
|
2024-09-02 19:33:17 +08:00
|
|
|
"url",
|
2022-05-16 17:54:21 +08:00
|
|
|
"webkit2gtk",
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-utils"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.0-rc.7"
|
2024-07-02 12:14:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d53d9fe87e985b273696ae22ce2b9f099a8f1b44bc8fb127467bda5fcb3e4371"
|
2021-12-29 18:47:29 +08:00
|
|
|
dependencies = [
|
2022-03-29 23:05:32 +08:00
|
|
|
"brotli",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cargo_metadata",
|
2022-02-13 18:45:03 +08:00
|
|
|
"ctor",
|
2023-11-22 02:56:47 +08:00
|
|
|
"dunce",
|
2022-02-13 18:45:03 +08:00
|
|
|
"glob",
|
2024-01-18 16:26:38 +08:00
|
|
|
"html5ever",
|
2024-09-02 19:33:17 +08:00
|
|
|
"infer",
|
2023-11-22 02:56:47 +08:00
|
|
|
"json-patch",
|
|
|
|
"kuchikiki",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-05-06 01:14:13 +08:00
|
|
|
"memchr",
|
2023-12-01 15:52:49 +08:00
|
|
|
"phf 0.11.2",
|
2021-12-29 18:47:29 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"regex",
|
|
|
|
"schemars",
|
2024-06-01 23:01:27 +08:00
|
|
|
"semver 1.0.23",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde",
|
2024-09-02 19:33:17 +08:00
|
|
|
"serde-untagged",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serde_with",
|
2024-09-02 19:33:17 +08:00
|
|
|
"swift-rs",
|
2021-12-29 18:47:29 +08:00
|
|
|
"thiserror",
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml 0.8.2",
|
2021-12-29 18:47:29 +08:00
|
|
|
"url",
|
2024-09-02 19:33:17 +08:00
|
|
|
"urlpattern",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2021-12-29 18:47:29 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-winres"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
|
|
|
|
dependencies = [
|
|
|
|
"embed-resource",
|
|
|
|
"toml 0.7.8",
|
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-winrt-notification"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"quick-xml 0.31.0",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows 0.56.0",
|
|
|
|
"windows-version",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "3.12.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2024-09-02 19:33:17 +08:00
|
|
|
"fastrand 2.1.1",
|
|
|
|
"once_cell",
|
|
|
|
"rustix 0.38.35",
|
|
|
|
"windows-sys 0.59.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.4.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "terminfo"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.7.5"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
2023-04-02 10:09:14 +08:00
|
|
|
"dirs 4.0.0",
|
2022-04-23 17:26:32 +08:00
|
|
|
"fnv",
|
2023-05-28 16:45:43 +08:00
|
|
|
"nom 5.1.3",
|
2023-11-22 02:56:47 +08:00
|
|
|
"phf 0.11.2",
|
|
|
|
"phf_codegen 0.11.2",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termwiz"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31ef6892cc0348a9b3b8c377addba91e0f6365863d92354bf27559dca81ee8c5"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-23 17:26:32 +08:00
|
|
|
"filedescriptor",
|
|
|
|
"hex",
|
2024-09-02 19:33:17 +08:00
|
|
|
"lazy_static",
|
2022-04-23 17:26:32 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-04-23 17:26:32 +08:00
|
|
|
"memmem",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"ordered-float",
|
2024-09-02 19:33:17 +08:00
|
|
|
"regex",
|
2022-04-23 17:26:32 +08:00
|
|
|
"semver 0.11.0",
|
|
|
|
"sha2 0.9.9",
|
2023-11-22 02:56:47 +08:00
|
|
|
"signal-hook",
|
2022-04-23 17:26:32 +08:00
|
|
|
"terminfo",
|
|
|
|
"termios",
|
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"vtparse",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2022-04-23 17:26:32 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thin-vec"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.63"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.0.63"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.2.2"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-08 23:37:18 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "1.1.8"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.36"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"deranged",
|
2024-04-28 19:59:46 +08:00
|
|
|
"itoa 1.0.11",
|
2024-03-15 21:14:05 +08:00
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2024-02-02 16:56:39 +08:00
|
|
|
"num-conv",
|
2024-03-15 21:14:05 +08:00
|
|
|
"num_threads",
|
2023-11-22 02:56:47 +08:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-05-29 23:35:22 +08:00
|
|
|
[[package]]
|
2023-11-22 02:56:47 +08:00
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.18"
|
2022-05-29 23:35:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-05-29 23:35:22 +08:00
|
|
|
dependencies = [
|
2024-02-02 16:56:39 +08:00
|
|
|
"num-conv",
|
2023-11-22 02:56:47 +08:00
|
|
|
"time-core",
|
2022-05-29 23:35:22 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.7.6"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.8.0"
|
2024-06-20 13:42:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2024-06-20 13:42:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.40.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"backtrace",
|
2021-12-04 14:31:26 +08:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2024-06-01 23:01:27 +08:00
|
|
|
"socket2 0.5.7",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio-macros",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.4.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "0.26.0"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2023-12-14 12:50:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
2024-03-21 11:53:25 +08:00
|
|
|
"rustls-pki-types",
|
2023-12-14 12:50:45 +08:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.21.0"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-23 01:35:17 +08:00
|
|
|
"tokio",
|
2024-01-15 10:17:00 +08:00
|
|
|
"tungstenite",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
2022-05-06 01:14:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.7.11"
|
2022-05-06 01:14:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-05-06 01:14:13 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.19.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.8.2"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-09-02 19:33:17 +08:00
|
|
|
"toml_edit 0.20.2",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.6.3"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.15"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2023-05-28 16:45:43 +08:00
|
|
|
"serde",
|
2023-11-22 02:56:47 +08:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-09-02 19:33:17 +08:00
|
|
|
"winnow",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
2023-03-07 00:10:49 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.20.2"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"indexmap 2.5.0",
|
2023-05-28 16:45:43 +08:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-03-07 00:10:49 +08:00
|
|
|
"toml_datetime",
|
2024-09-02 19:33:17 +08:00
|
|
|
"winnow",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2024-09-04 08:54:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytes",
|
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.30",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-health"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f80db390246dfb46553481f6024f0082ba00178ea495dbb99e70ba9a4fafb5e1"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"prost",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-web"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fddb2a37b247e6adcb9f239f4e5cefdcc5ed526141a416b943929f13aea2cce"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.30",
|
|
|
|
"pin-project",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-09-04 08:54:15 +08:00
|
|
|
"indexmap 1.9.3",
|
2024-03-21 11:53:25 +08:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
2024-09-04 08:54:15 +08:00
|
|
|
"rand 0.8.5",
|
|
|
|
"slab",
|
2024-03-21 11:53:25 +08:00
|
|
|
"tokio",
|
2024-09-04 08:54:15 +08:00
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
2024-03-21 11:53:25 +08:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.3.3"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-03-21 11:53:25 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.3.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.40"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.27"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.32"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-06-15 01:15:05 +08:00
|
|
|
"once_cell",
|
2022-02-13 18:45:03 +08:00
|
|
|
"valuable",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2023-11-22 02:56:47 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.18"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-11-11 21:28:34 +08:00
|
|
|
"nu-ansi-term",
|
2022-07-05 00:52:22 +08:00
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"regex",
|
2021-12-04 14:31:26 +08:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2024-09-02 19:33:17 +08:00
|
|
|
"thread_local",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2024-03-16 00:03:34 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "tray-icon"
|
|
|
|
version = "0.16.0"
|
2024-03-16 00:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "131a65b2cef2081bc14dbcd414c906edbfa3bb5323dd7e748cc298614681196b"
|
2024-03-16 00:03:34 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"core-graphics 0.24.0",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dirs 5.0.1",
|
|
|
|
"libappindicator",
|
|
|
|
"muda",
|
|
|
|
"objc2",
|
|
|
|
"objc2-app-kit",
|
|
|
|
"objc2-foundation",
|
2024-03-16 00:03:34 +08:00
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"png",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"windows-sys 0.59.0",
|
2024-03-16 00:03:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "0.2.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.21.0"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-11-22 02:56:47 +08:00
|
|
|
"data-encoding",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 1.1.0",
|
2021-12-23 01:35:17 +08:00
|
|
|
"httparse",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand 0.8.5",
|
2023-05-28 16:45:43 +08:00
|
|
|
"sha1",
|
2021-12-23 01:35:17 +08:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typeid"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
2022-11-11 21:28:34 +08:00
|
|
|
name = "typemap-ors"
|
|
|
|
version = "1.0.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"unsafe-any-ors",
|
2021-12-08 23:37:18 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.17.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.1.6"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "uds_windows"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"memoffset 0.9.1",
|
2024-01-09 21:57:06 +08:00
|
|
|
"tempfile",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-ident"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "2.7.0"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "1.0.12"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-25 16:12:48 +08:00
|
|
|
|
2024-06-20 13:42:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-02-10 12:51:30 +08:00
|
|
|
version = "1.11.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-10 12:51:30 +08:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-any-ors"
|
|
|
|
version = "1.0.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"destructure_traitobject",
|
2021-12-08 23:37:18 +08:00
|
|
|
]
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.11"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2022-09-20 21:26:38 +08:00
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-20 13:42:14 +08:00
|
|
|
version = "2.5.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 13:42:14 +08:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "urlpattern"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609"
|
|
|
|
dependencies = [
|
|
|
|
"derive_more",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"unic-ucd-ident",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2024-03-31 16:37:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2024-03-31 16:37:33 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
2022-09-11 20:58:55 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.2.2"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2022-04-23 17:26:32 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.10.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-06-01 23:01:27 +08:00
|
|
|
"getrandom 0.2.15",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-13 18:45:03 +08:00
|
|
|
name = "version-compare"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-13 18:45:03 +08:00
|
|
|
name = "version_check"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.9.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vswhom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"vswhom-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vswhom-sys"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vtparse"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.6.2"
|
2022-04-23 17:26:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "2.5.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.3.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.3.7"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
2024-04-28 19:59:46 +08:00
|
|
|
"http 0.2.12",
|
2024-09-02 19:33:17 +08:00
|
|
|
"hyper 0.14.30",
|
|
|
|
"log",
|
2021-12-23 01:35:17 +08:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2023-05-28 16:45:43 +08:00
|
|
|
"multer",
|
2021-12-23 01:35:17 +08:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_urlencoded",
|
2021-12-23 01:35:17 +08:00
|
|
|
"tokio",
|
2024-01-15 10:17:00 +08:00
|
|
|
"tokio-tungstenite",
|
2022-11-11 21:28:34 +08:00
|
|
|
"tokio-util",
|
2021-12-23 01:35:17 +08:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.93"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2024-09-02 19:33:17 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.93"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2024-09-02 19:33:17 +08:00
|
|
|
"log",
|
2022-09-20 21:26:38 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.4.43"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.93"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.93"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.2.93"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2023-05-28 16:45:43 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-02-02 16:56:39 +08:00
|
|
|
version = "0.4.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 16:56:39 +08:00
|
|
|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.3.70"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webkit2gtk"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"cairo-rs",
|
|
|
|
"gdk",
|
|
|
|
"gdk-sys",
|
|
|
|
"gio",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
|
|
|
"gtk-sys",
|
|
|
|
"javascriptcore-rs",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"soup3",
|
2021-12-04 14:31:26 +08:00
|
|
|
"webkit2gtk-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webkit2gtk-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.0.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"bitflags 1.3.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-sys",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk-sys",
|
|
|
|
"javascriptcore-rs-sys",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2024-09-02 19:33:17 +08:00
|
|
|
"soup3-sys",
|
|
|
|
"system-deps",
|
2023-05-05 20:27:46 +08:00
|
|
|
]
|
|
|
|
|
2023-12-14 12:50:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.26.5"
|
2023-12-14 12:50:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a"
|
2024-03-21 11:53:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2023-12-14 12:50:45 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2021-12-29 18:47:29 +08:00
|
|
|
name = "webview2-com"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.33.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "6f61ff3d9d0ee4efcb461b14eb3acfda2702d10dc329f339303fc3e57215ae2c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com-macros",
|
|
|
|
"webview2-com-sys",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-implement 0.58.0",
|
|
|
|
"windows-interface 0.58.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-29 18:47:29 +08:00
|
|
|
name = "webview2-com-macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.8.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-29 18:47:29 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2021-12-29 18:47:29 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webview2-com-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.33.0"
|
2021-12-29 18:47:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "a3a3e2eeb58f82361c93f9777014668eb3d07e7d174ee4c819575a9208011886"
|
2021-12-29 18:47:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
|
|
|
"windows-core 0.58.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2024-02-02 16:56:39 +08:00
|
|
|
version = "0.1.8"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 16:56:39 +08:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2024-01-18 16:26:38 +08:00
|
|
|
|
2022-01-17 02:16:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "4.4.2"
|
2022-01-17 02:16:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-01-17 02:16:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-11-22 02:56:47 +08:00
|
|
|
"home",
|
2022-09-20 21:26:38 +08:00
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2023-12-01 15:52:49 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.1.9"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2024-01-18 16:26:38 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-18 16:26:38 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "window-shadows"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.2.2"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "67ff424735b1ac21293b0492b069394b0a189c8a463fb015a16dea7c2e221c08"
|
2022-03-03 20:37:06 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"cocoa 0.25.0",
|
2022-03-03 20:37:06 +08:00
|
|
|
"objc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-11-22 02:56:47 +08:00
|
|
|
"windows-sys 0.48.0",
|
2022-03-03 20:37:06 +08:00
|
|
|
]
|
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "window-vibrancy"
|
|
|
|
version = "0.5.1"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "d8cdd6999298d969289d8078dae02ce798ad23452075985cccba8b6326711ecf"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa 0.26.0",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle 0.6.2",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"windows-version",
|
2022-09-20 21:26:38 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.48.0"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2023-12-01 15:52:49 +08:00
|
|
|
"windows-targets 0.48.5",
|
2023-03-07 00:10:49 +08:00
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.52.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-core 0.52.0",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2023-12-02 22:36:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.56.0"
|
2023-12-02 22:36:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
|
2023-12-02 22:36:04 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-core 0.56.0",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-02 22:36:04 +08:00
|
|
|
]
|
|
|
|
|
2022-05-16 17:54:21 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "windows"
|
|
|
|
version = "0.58.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
2022-05-16 17:54:21 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-targets 0.52.6",
|
2022-05-16 17:54:21 +08:00
|
|
|
]
|
|
|
|
|
2023-11-22 02:56:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.52.0"
|
2023-11-22 02:56:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-11-22 02:56:47 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2023-11-22 02:56:47 +08:00
|
|
|
]
|
|
|
|
|
2023-12-02 22:36:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.56.0"
|
2023-12-02 22:36:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
|
2023-12-02 22:36:04 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-implement 0.56.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-interface 0.56.0",
|
|
|
|
"windows-result 0.1.2",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-02 22:36:04 +08:00
|
|
|
]
|
|
|
|
|
2022-05-16 17:54:21 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.58.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
2022-05-16 17:54:21 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-implement 0.58.0",
|
|
|
|
"windows-interface 0.58.0",
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
2022-05-16 17:54:21 +08:00
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.58.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.58.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
2024-09-02 19:33:17 +08:00
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
2022-05-25 16:12:48 +08:00
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
2024-06-08 20:02:25 +08:00
|
|
|
version = "0.1.2"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 20:02:25 +08:00
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2024-04-28 19:59:46 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-28 19:59:46 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.45.0"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-targets 0.42.2",
|
2022-03-03 20:37:06 +08:00
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.48.0"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
2023-12-01 15:52:49 +08:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2024-09-02 19:33:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
2023-11-22 02:56:47 +08:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2022-11-11 21:28:34 +08:00
|
|
|
]
|
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-01 15:52:49 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-12-01 15:52:49 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-version"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.1.1"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515"
|
2023-12-01 15:52:49 +08:00
|
|
|
dependencies = [
|
2024-07-06 18:48:25 +08:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-01 15:52:49 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "windows_i686_gnu"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-28 19:59:46 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2024-04-28 19:59:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "windows_i686_msvc"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 16:45:43 +08:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
2023-05-28 16:45:43 +08:00
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-05-28 16:45:43 +08:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-22 02:56:47 +08:00
|
|
|
version = "0.48.5"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 02:56:47 +08:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-03-07 00:10:49 +08:00
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.52.6"
|
2023-12-01 15:52:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-01 15:52:49 +08:00
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.5.40"
|
2023-03-07 00:10:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-03-07 00:10:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2023-05-28 16:45:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "0.10.1"
|
2023-05-28 16:45:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2023-05-28 16:45:43 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"winapi",
|
2023-05-28 16:45:43 +08:00
|
|
|
]
|
|
|
|
|
2023-12-01 15:52:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.5.5"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2024-03-15 19:58:22 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wry"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "0.42.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "49b8049c8f239cdbfaaea4bacb9646f6b208938ceec0acd5b3e99cd05f70903f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"base64 0.22.1",
|
2022-03-29 23:05:32 +08:00
|
|
|
"block",
|
2024-09-02 19:33:17 +08:00
|
|
|
"cocoa 0.26.0",
|
|
|
|
"core-graphics 0.24.0",
|
2022-09-20 21:26:38 +08:00
|
|
|
"crossbeam-channel",
|
2024-09-02 19:33:17 +08:00
|
|
|
"dpi",
|
2022-11-11 21:28:34 +08:00
|
|
|
"dunce",
|
2024-09-02 19:33:17 +08:00
|
|
|
"gdkx11",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2024-01-18 16:26:38 +08:00
|
|
|
"html5ever",
|
2024-09-02 19:33:17 +08:00
|
|
|
"http 1.1.0",
|
|
|
|
"javascriptcore-rs",
|
|
|
|
"jni",
|
2024-01-18 16:26:38 +08:00
|
|
|
"kuchikiki",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"ndk",
|
2021-12-04 14:31:26 +08:00
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
"once_cell",
|
2024-09-02 19:33:17 +08:00
|
|
|
"percent-encoding",
|
|
|
|
"raw-window-handle 0.6.2",
|
2023-11-22 02:56:47 +08:00
|
|
|
"sha2 0.10.8",
|
2024-09-02 19:33:17 +08:00
|
|
|
"soup3",
|
|
|
|
"tao-macros",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
2024-09-04 08:54:15 +08:00
|
|
|
"tracing",
|
2021-12-04 14:31:26 +08:00
|
|
|
"webkit2gtk",
|
|
|
|
"webkit2gtk-sys",
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows 0.58.0",
|
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-version",
|
|
|
|
"x11-dl",
|
2022-01-04 21:25:00 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.21.0"
|
2022-01-04 21:25:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
|
2022-01-04 21:25:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.21.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2024-01-18 16:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "x11rb"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.13.1"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
|
2024-01-18 16:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"gethostname",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2024-01-18 16:26:38 +08:00
|
|
|
"x11rb-protocol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11rb-protocol"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.13.1"
|
2024-01-18 16:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
|
2024-01-18 16:26:38 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2024-01-18 16:26:38 +08:00
|
|
|
version = "1.3.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:26:38 +08:00
|
|
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-06-01 23:01:27 +08:00
|
|
|
"linux-raw-sys 0.4.14",
|
2024-09-02 19:33:17 +08:00
|
|
|
"rustix 0.38.35",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2024-04-28 19:59:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
|
|
|
version = "2.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "xdg-home"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.3.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-02-10 12:51:30 +08:00
|
|
|
"libc",
|
2024-09-02 19:33:17 +08:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.7.4"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.7.4"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-01-09 21:57:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.0.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"async-broadcast",
|
|
|
|
"async-executor",
|
2024-04-28 19:59:46 +08:00
|
|
|
"async-fs 2.1.2",
|
2024-09-02 19:33:17 +08:00
|
|
|
"async-io 2.3.4",
|
2024-06-01 23:01:27 +08:00
|
|
|
"async-lock 3.4.0",
|
2024-09-02 19:33:17 +08:00
|
|
|
"async-process 2.2.4",
|
2024-01-09 21:57:06 +08:00
|
|
|
"async-recursion",
|
|
|
|
"async-task",
|
|
|
|
"async-trait",
|
|
|
|
"blocking",
|
2024-09-02 19:33:17 +08:00
|
|
|
"derivative",
|
2024-01-09 21:57:06 +08:00
|
|
|
"enumflags2",
|
2024-04-28 19:59:46 +08:00
|
|
|
"event-listener 5.3.0",
|
2024-01-09 21:57:06 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
2024-09-02 19:33:17 +08:00
|
|
|
"nix 0.27.1",
|
2024-01-09 21:57:06 +08:00
|
|
|
"ordered-stream",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"sha1",
|
|
|
|
"static_assertions",
|
2024-09-02 19:33:17 +08:00
|
|
|
"tokio",
|
2024-01-09 21:57:06 +08:00
|
|
|
"tracing",
|
|
|
|
"uds_windows",
|
2024-04-28 19:59:46 +08:00
|
|
|
"windows-sys 0.52.0",
|
2024-01-09 21:57:06 +08:00
|
|
|
"xdg-home",
|
|
|
|
"zbus_macros",
|
|
|
|
"zbus_names",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.0.1"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"proc-macro-crate 1.3.1",
|
2024-01-09 21:57:06 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"regex",
|
|
|
|
"syn 1.0.109",
|
2024-01-09 21:57:06 +08:00
|
|
|
"zvariant_utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_names"
|
2024-04-28 19:59:46 +08:00
|
|
|
version = "3.0.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:59:46 +08:00
|
|
|
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
2024-01-16 15:11:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.7.35"
|
2024-01-16 15:11:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-01-16 15:11:53 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"byteorder",
|
2024-01-16 15:11:53 +08:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.7.35"
|
2024-01-16 15:11:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-01-16 15:11:53 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-01-16 15:11:53 +08:00
|
|
|
]
|
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.1.4"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "0.1.4"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-03-21 11:53:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-06-01 23:01:27 +08:00
|
|
|
version = "1.8.1"
|
2024-03-21 11:53:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 23:01:27 +08:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-03-21 11:53:25 +08:00
|
|
|
|
2024-03-15 19:58:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.10.4"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
2024-07-06 18:48:25 +08:00
|
|
|
version = "0.10.3"
|
2024-03-15 19:58:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-06 18:48:25 +08:00
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
2024-03-15 19:58:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 2.0.77",
|
2024-03-15 19:58:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "2.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"arbitrary",
|
2021-12-04 14:31:26 +08:00
|
|
|
"crc32fast",
|
2022-05-06 01:14:13 +08:00
|
|
|
"crossbeam-utils",
|
2024-09-02 19:33:17 +08:00
|
|
|
"displaydoc",
|
|
|
|
"indexmap 2.5.0",
|
|
|
|
"memchr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
|
|
|
version = "0.2.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
2024-01-09 21:57:06 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.0.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-04-28 19:59:46 +08:00
|
|
|
"endi",
|
2024-01-09 21:57:06 +08:00
|
|
|
"enumflags2",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2024-09-02 19:33:17 +08:00
|
|
|
"url",
|
2024-01-09 21:57:06 +08:00
|
|
|
"zvariant_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "4.0.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
2024-09-02 19:33:17 +08:00
|
|
|
"proc-macro-crate 1.3.1",
|
2024-01-09 21:57:06 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 1.0.109",
|
2024-01-09 21:57:06 +08:00
|
|
|
"zvariant_utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_utils"
|
2024-09-02 19:33:17 +08:00
|
|
|
version = "1.1.0"
|
2024-01-09 21:57:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 19:33:17 +08:00
|
|
|
checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
|
2024-01-09 21:57:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-02 19:33:17 +08:00
|
|
|
"syn 1.0.109",
|
2024-01-09 21:57:06 +08:00
|
|
|
]
|