2021-12-04 14:31:26 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.19.0"
|
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 = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2022-04-23 17:26:32 +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"
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"getrandom 0.2.8",
|
2022-04-19 01:41:20 +08:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.6.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.7.20"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2021-12-04 14:31:26 +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",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.69"
|
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 = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.6.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2021-12-08 23:37:18 +08:00
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.8.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 = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2022-04-19 01:41:20 +08:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.5.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"async-lock",
|
2022-04-19 01:41:20 +08:00
|
|
|
"async-task",
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2022-04-19 01:41:20 +08:00
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"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 = [
|
|
|
|
"async-lock",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.12.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 = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"async-lock",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2022-12-04 20:54:43 +08:00
|
|
|
"concurrent-queue",
|
2022-04-19 01:41:20 +08:00
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-04-19 01:41:20 +08:00
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
2022-12-04 20:54:43 +08:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.7.0"
|
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 = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.7.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 = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2022-12-04 20:54:43 +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-12-04 20:54:43 +08:00
|
|
|
checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2022-12-04 20:54:43 +08:00
|
|
|
"async-lock",
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2022-04-19 01:41:20 +08:00
|
|
|
"blocking",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-19 01:41:20 +08:00
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"signal-hook 0.3.15",
|
2022-12-04 20:54:43 +08:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-07-11 00:41:21 +08:00
|
|
|
version = "4.3.0"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 00:41:21 +08:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.66"
|
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 = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atk"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.1"
|
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 = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk-sys",
|
|
|
|
"bitflags",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atk-sys"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.1"
|
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 = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.1.0"
|
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 = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "attohttpc"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.22.0"
|
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 = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"http",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"native-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_urlencoded",
|
2021-12-04 14:31:26 +08:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-01-15 21:00:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "auto-launch"
|
2022-09-11 20:58:55 +08:00
|
|
|
version = "0.4.0"
|
2022-01-15 21:00:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 20:58:55 +08:00
|
|
|
checksum = "5904a4d734f0235edf29aab320a14899f3e090446e594ff96508a6215f76f89c"
|
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",
|
2022-03-29 23:05:32 +08:00
|
|
|
"winreg",
|
2022-01-15 21:00:19 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "1.1.0"
|
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 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.67"
|
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 = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-23 17:26:32 +08:00
|
|
|
"libc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"miniz_oxide",
|
2022-04-23 17:26:32 +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"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[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"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.10.3"
|
2022-01-11 23:13:02 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-01-11 23:13:02 +08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
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 = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2022-12-04 20:54:43 +08:00
|
|
|
"async-lock",
|
2022-04-19 01:41:20 +08:00
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "3.3.4"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2022-03-29 23:05:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.3.4"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2022-03-29 23:05:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.3.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 = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-03-07 00:10:49 +08:00
|
|
|
"serde",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "buf_redux"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "3.12.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 = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.13.1"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2022-06-17 01:16:46 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.4.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 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cairo-rs"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.15.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cairo-sys-rs"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.1"
|
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 = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.13.3"
|
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 = "497049e9477329f8f6a559972ee42e117487d01d1e8c2cc9f836ea6fa23a9e1a"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"toml",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.79"
|
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 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfb"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.6.1"
|
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 = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-05-06 01:14:13 +08:00
|
|
|
"uuid 0.8.2",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.9.1"
|
2021-12-29 18:47:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 18:45:03 +08:00
|
|
|
checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
|
2021-12-29 18:47:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.11.0"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-11-14 01:26:33 +08:00
|
|
|
version = "0.4.23"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-14 01:26:33 +08:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-12-04 20:54:43 +08:00
|
|
|
"time 0.1.45",
|
2022-09-20 21:26:38 +08:00
|
|
|
"wasm-bindgen",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-01-31 23:27:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clash-verge"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-28 01:34:25 +08:00
|
|
|
"anyhow",
|
2022-01-31 23:27:11 +08:00
|
|
|
"auto-launch",
|
|
|
|
"chrono",
|
2022-09-09 16:42:35 +08:00
|
|
|
"ctrlc",
|
2022-04-23 17:26:32 +08:00
|
|
|
"deelevate",
|
2022-04-19 01:41:20 +08:00
|
|
|
"delay_timer",
|
2023-04-02 10:09:14 +08:00
|
|
|
"dirs 5.0.0",
|
2022-02-21 22:33:37 +08:00
|
|
|
"dunce",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-01-31 23:27:11 +08:00
|
|
|
"log4rs",
|
2022-03-02 00:56:05 +08:00
|
|
|
"nanoid",
|
2022-09-11 20:58:55 +08:00
|
|
|
"once_cell",
|
2023-04-02 10:09:14 +08:00
|
|
|
"open 4.0.1",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2022-01-31 23:27:11 +08:00
|
|
|
"port_scanner",
|
|
|
|
"reqwest",
|
2022-08-10 13:05:48 +08:00
|
|
|
"rquickjs",
|
2022-04-23 17:26:32 +08:00
|
|
|
"runas",
|
2022-01-31 23:27:11 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-07 00:10:49 +08:00
|
|
|
"serde_yaml 0.9.19",
|
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",
|
2022-11-23 17:30:19 +08:00
|
|
|
"tauri-runtime-wry",
|
2022-01-31 23:27:11 +08:00
|
|
|
"tokio",
|
|
|
|
"warp",
|
2023-03-07 00:10:49 +08:00
|
|
|
"which 4.4.0",
|
2022-03-03 20:37:06 +08:00
|
|
|
"window-shadows",
|
|
|
|
"window-vibrancy",
|
2022-11-11 21:28:34 +08:00
|
|
|
"windows-sys 0.36.1",
|
2022-03-29 23:05:32 +08:00
|
|
|
"winreg",
|
2022-01-31 23:27:11 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.24.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 = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-12-04 14:31:26 +08:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
2021-12-04 14:31:26 +08:00
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2022-03-29 23:05:32 +08:00
|
|
|
name = "combine"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "4.6.6"
|
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 = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
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"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.1.4"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "0fe0e1d9f7de897d18e590a7496b5facbe87813f746cf4b8db596ba77e07e832"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.1.0"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
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"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.9.3"
|
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 = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
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 = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
2021-12-04 14:31:26 +08:00
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
2021-12-04 14:31:26 +08:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.2.5"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "1.3.2"
|
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 = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.5.7"
|
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 = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
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
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.8.3"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
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
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.9.14"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-09-05 16:30:29 +08:00
|
|
|
"crossbeam-utils",
|
2023-03-07 00:10:49 +08:00
|
|
|
"memoffset 0.8.0",
|
2022-09-05 16:30:29 +08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.8.15"
|
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 = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
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-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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.26"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-09-09 16:42:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "3.2.5"
|
2022-09-09 16:42:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
|
2022-09-09 16:42:35 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"nix 0.26.2",
|
|
|
|
"windows-sys 0.45.0",
|
2022-09-09 16:42:35 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.92"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.92"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.92"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.92"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.13.4"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
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"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.13.4"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-25 16:12:48 +08:00
|
|
|
"strsim",
|
2022-02-13 18:45:03 +08:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.13.4"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-19 01:41:20 +08:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
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"
|
2022-05-25 16:12:48 +08:00
|
|
|
version = "0.11.3"
|
2022-04-19 01:41:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "b10ade9de33393ab8252859cf8f8786c424871e9b09513f76219dfef27baf5fd"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"autocfg",
|
|
|
|
"concat-idents",
|
|
|
|
"cron_clock",
|
|
|
|
"dashmap",
|
|
|
|
"event-listener",
|
|
|
|
"futures",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-04-19 01:41:20 +08:00
|
|
|
"lru",
|
|
|
|
"once_cell",
|
|
|
|
"rs-snowflake",
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"smol",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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"
|
2022-11-17 20:19:40 +08:00
|
|
|
version = "0.10.6"
|
2022-01-11 23:13:02 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 20:19:40 +08:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-01-11 23:13:02 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"block-buffer 0.10.3",
|
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"
|
|
|
|
version = "5.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys 0.4.0",
|
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"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-02-21 22:33:37 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.0.3"
|
2022-02-21 22:33:37 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
|
2022-02-21 22:33:37 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.8.1"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.8.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
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 = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-04-21 21:28:44 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "2.5.3"
|
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 = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-04-19 01:41:20 +08:00
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.9.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 = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.5"
|
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 = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"memoffset 0.8.0",
|
|
|
|
"rustc_version 0.4.0",
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.20"
|
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 = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
|
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-05-06 01:14:13 +08:00
|
|
|
"redox_syscall",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.45.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.0.25"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-03-07 00:10:49 +08:00
|
|
|
"miniz_oxide",
|
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 = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.1.0"
|
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 = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.26"
|
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 = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
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"
|
2022-02-27 01:16:43 +08:00
|
|
|
version = "0.15.4"
|
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 = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.15.11"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-02-13 18:45:03 +08:00
|
|
|
"bitflags",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
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 = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-sys"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.1"
|
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 = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-01-04 21:25:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gdkx11-sys"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.1"
|
2022-01-04 21:25:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 18:45:03 +08:00
|
|
|
checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2022-01-04 21:25:00 +08:00
|
|
|
"x11",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.7.3"
|
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 = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"rustversion",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows 0.44.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.14.6"
|
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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.2.8"
|
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.27.2"
|
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 = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2022-04-23 17:26:32 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gio"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.15.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
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"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.15.12"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
|
|
|
"glib-macros",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2022-02-13 18:45:03 +08:00
|
|
|
"thiserror",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.15.11"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2022-05-25 16:12:48 +08:00
|
|
|
"proc-macro-crate",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
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]]
|
|
|
|
name = "globset"
|
2023-03-07 00:10:49 +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-03-07 00:10:49 +08:00
|
|
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-12-04 20:54:43 +08:00
|
|
|
"aho-corasick 0.7.20",
|
2021-12-04 14:31:26 +08:00
|
|
|
"bstr",
|
|
|
|
"fnv",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 23:05:32 +08:00
|
|
|
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gtk"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.15.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk",
|
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"field-offset",
|
|
|
|
"futures-channel",
|
|
|
|
"gdk",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gtk-sys",
|
|
|
|
"gtk3-macros",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk-sys"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.15.3"
|
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 = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk3-macros"
|
2022-02-27 01:16:43 +08:00
|
|
|
version = "0.15.4"
|
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 = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-05-25 16:12:48 +08:00
|
|
|
"proc-macro-crate",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.16"
|
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 = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-11-11 21:28:34 +08:00
|
|
|
"tokio-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
|
|
|
version = "0.29.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.11",
|
|
|
|
"log 0.3.9",
|
|
|
|
"pest 0.3.3",
|
|
|
|
"quick-error",
|
|
|
|
"regex 0.2.11",
|
|
|
|
"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"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.3.8"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2021-12-23 01:35:17 +08:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"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 = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.6"
|
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 = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.25.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 = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.9"
|
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 = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-25 16:12:48 +08:00
|
|
|
version = "0.4.5"
|
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 = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.8.0"
|
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 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.14.24"
|
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 = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.53"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ico"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.3.0"
|
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 = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"memchr",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"same-file",
|
2023-03-07 00:10:49 +08:00
|
|
|
"thread_local 1.1.7",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2021-12-04 14:31:26 +08:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-11-14 01:26:33 +08:00
|
|
|
version = "0.24.5"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-14 01:26:33 +08:00
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.9.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-09-20 21:26:38 +08:00
|
|
|
"hashbrown",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.7.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 = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfb",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
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"
|
|
|
|
version = "0.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec8f50a973916cac3da5057c986db05cd3346f38c78e9bc24f64cc9f6a3978f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"handlebars",
|
|
|
|
"lazy_static 1.4.0",
|
|
|
|
"libc",
|
2022-12-04 20:54:43 +08:00
|
|
|
"nix 0.23.2",
|
2022-09-11 20:58:55 +08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.7.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 = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.6"
|
2021-12-27 00:42:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-12-27 00:42:45 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "javascriptcore-rs"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.16.0"
|
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 = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-29 18:47:29 +08:00
|
|
|
"bitflags",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
|
|
|
"javascriptcore-rs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "javascriptcore-rs-sys"
|
2022-02-13 18:45:03 +08:00
|
|
|
version = "0.4.0"
|
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 = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
|
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",
|
2021-12-29 18:47:29 +08:00
|
|
|
"system-deps 5.0.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.20.0"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
|
2022-05-25 16:12:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-05-25 16:12:48 +08:00
|
|
|
"thiserror",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.61"
|
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 = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "json-patch"
|
2022-12-12 00:00:01 +08:00
|
|
|
version = "0.2.7"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-12 00:00:01 +08:00
|
|
|
checksum = "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"treediff",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "kuchiki"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser",
|
|
|
|
"html5ever",
|
|
|
|
"matches",
|
|
|
|
"selectors",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-05-11 00:52:20 +08:00
|
|
|
[[package]]
|
2022-06-17 01:16:46 +08:00
|
|
|
name = "libappindicator"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.7.1"
|
2022-05-11 00:52:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
|
2022-05-11 00:52:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"glib",
|
|
|
|
"gtk",
|
|
|
|
"gtk-sys",
|
2022-06-17 01:16:46 +08:00
|
|
|
"libappindicator-sys",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-05-11 00:52:20 +08:00
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libappindicator-sys"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.7.3"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"gtk-sys",
|
|
|
|
"libloading",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.139"
|
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 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
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
|
|
|
]
|
|
|
|
|
2022-07-05 00:52:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.8"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-05 00:52:22 +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-07-05 00:52:22 +08:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.4.9"
|
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.17",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.4.17"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
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"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.2.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 = "d36ca1786d9e79b8193a68d480a0907b612f109537115c6ff655a3a1967533fd"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arc-swap",
|
|
|
|
"chrono",
|
|
|
|
"derivative",
|
|
|
|
"fnv",
|
|
|
|
"humantime",
|
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-08 23:37:18 +08:00
|
|
|
"log-mdc",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2021-12-08 23:37:18 +08:00
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_json",
|
2022-09-20 21:26:38 +08:00
|
|
|
"serde_yaml 0.8.26",
|
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"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.7.8"
|
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 = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"hashbrown",
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"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
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "2.5.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
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"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-27 00:42:45 +08:00
|
|
|
version = "0.6.5"
|
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 = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-12-04 20:54:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.8.0"
|
2022-12-04 20:54:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2022-12-04 20:54:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-27 01:16:43 +08:00
|
|
|
version = "2.0.4"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 01:16:43 +08:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
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"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.2.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.8.6"
|
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 = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-03-29 23:05:32 +08:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.45.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "multipart"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
|
|
|
|
dependencies = [
|
|
|
|
"buf_redux",
|
|
|
|
"httparse",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-23 01:35:17 +08:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"quick-error",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand 0.8.5",
|
2021-12-23 01:35:17 +08:00
|
|
|
"safemem",
|
|
|
|
"tempfile",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.2.11"
|
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 = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-05-25 16:12:48 +08:00
|
|
|
version = "0.6.0"
|
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 = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"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"
|
|
|
|
version = "0.3.0"
|
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 = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.23.2"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
2022-09-11 20:58:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-09-11 20:58:55 +08:00
|
|
|
"libc",
|
2022-12-04 20:54:43 +08:00
|
|
|
"memoffset 0.6.5",
|
2022-09-11 20:58:55 +08:00
|
|
|
]
|
|
|
|
|
2022-09-09 16:42:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.26.2"
|
2022-09-09 16:42:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2022-09-09 16:42:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-09-09 16:42:35 +08:00
|
|
|
"libc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"static_assertions",
|
2022-09-09 16:42:35 +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"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.1.45"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-06-17 01:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.4.1"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.2.15"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.15.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 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.5.11"
|
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 = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.5.11"
|
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 = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"proc-macro-crate",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.30.3"
|
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 = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2022-04-23 17:26:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.17.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 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "3.4.0"
|
2022-06-17 01:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "21ecf2487e799604735754d2c5896106785987b441b5aee58f242e4d4963179a"
|
2022-06-17 01:16:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"pathdiff",
|
|
|
|
]
|
|
|
|
|
2023-04-02 10:09:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "4.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "075c5203b3a2b698bc72c6c10b1f6263182135751d5013ea66e8a4b3d0562a43"
|
|
|
|
dependencies = [
|
|
|
|
"pathdiff",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.10.45"
|
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 = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-04 14:31:26 +08:00
|
|
|
"foreign-types",
|
|
|
|
"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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.9.80"
|
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 = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2022-01-11 23:13:02 +08:00
|
|
|
version = "2.10.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 23:13:02 +08:00
|
|
|
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.1.3"
|
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 = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.45.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"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
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 = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pango-sys"
|
2022-03-29 23:05:32 +08:00
|
|
|
version = "0.15.10"
|
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 = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
|
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",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-15 01:15:05 +08:00
|
|
|
version = "0.12.1"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 01:15:05 +08:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.9.7"
|
2022-02-27 01:16:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
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",
|
2022-05-06 01:14:13 +08:00
|
|
|
"redox_syscall",
|
2022-02-27 01:16:43 +08:00
|
|
|
"smallvec",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.45.0",
|
2022-02-27 01:16:43 +08:00
|
|
|
]
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-03-07 00:10:49 +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-03-07 00:10:49 +08:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2022-05-25 16:12:48 +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"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "2.2.0"
|
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 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.5.6"
|
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 = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"thiserror",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.1",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.11.1",
|
|
|
|
"phf_shared 0.11.1",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.1",
|
|
|
|
"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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.0.12"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "1.0.12"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.2.9"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.3.26"
|
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 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-07-05 00:52:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.4.1"
|
2022-07-05 00:52:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "9469799ca90293a376f68f6fcb8f11990d9cff55602cfba0ba83893c973a7f46"
|
2022-07-05 00:52:22 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.21.0",
|
2022-07-05 00:52:22 +08:00
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
2023-03-07 00:10:49 +08:00
|
|
|
"quick-xml",
|
2022-07-05 00:52:22 +08:00
|
|
|
"serde",
|
2023-03-07 00:10:49 +08:00
|
|
|
"time 0.3.20",
|
2022-07-05 00:52:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.17.7"
|
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 = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
2022-09-20 21:26:38 +08:00
|
|
|
"flate2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"miniz_oxide",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.5.2"
|
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 = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
2022-09-20 21:26:38 +08:00
|
|
|
"autocfg",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-19 01:41:20 +08:00
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-04-19 01:41:20 +08:00
|
|
|
"wepoll-ffi",
|
2022-12-04 20:54:43 +08:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-19 01:41:20 +08:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.2.17"
|
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 = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
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-03-07 00:10:49 +08:00
|
|
|
"toml_edit",
|
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",
|
|
|
|
"syn",
|
|
|
|
"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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.51"
|
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 = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
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
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.23"
|
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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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 = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"getrandom 0.2.8",
|
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"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.5.0"
|
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 = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.7.0"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.11.0"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-09-05 16:30:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.2.16"
|
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 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-05-06 01:14:13 +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-05-06 01:14:13 +08:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"getrandom 0.2.8",
|
2022-05-06 01:14:13 +08:00
|
|
|
"redox_syscall",
|
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"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.6.10",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.5.6",
|
|
|
|
"thread_local 0.3.6",
|
|
|
|
"utf8-ranges",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.7.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 = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-12-04 20:54:43 +08:00
|
|
|
"aho-corasick 0.7.20",
|
2021-12-04 14:31:26 +08:00
|
|
|
"memchr",
|
2022-11-11 21:28:34 +08:00
|
|
|
"regex-syntax 0.6.28",
|
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 = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"regex-syntax 0.6.28",
|
2022-09-11 20:58:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.6.28"
|
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 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.11.14"
|
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 = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.21.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-11 23:13:02 +08:00
|
|
|
"h2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
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",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_urlencoded",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2022-06-15 01:15:05 +08:00
|
|
|
"tower-service",
|
2021-12-04 14:31:26 +08:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-03-29 23:05:32 +08:00
|
|
|
"winreg",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rfd"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.10.0"
|
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 = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"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",
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
2022-01-04 21:25:00 +08:00
|
|
|
"raw-window-handle",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.37.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-08-10 13:05:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rquickjs"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.1.7"
|
2022-08-10 13:05:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "fc022cc82b5de6f38b2f4ddb8ed9c49cdbd7ce112e650b181598e102157257de"
|
2022-08-10 13:05:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-core"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.1.7"
|
2022-08-10 13:05:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "74fa1ecc1c84b31da87e5b26ce2b5218d36ffeb5c322141c78b79fa86a6ee3b9"
|
2022-08-10 13:05:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-sys"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.1.7"
|
2022-08-10 13:05:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "24311952af42d8252e399cf48e7d470cb413b1a11a1a5b7fab648cd2edec76c5"
|
2022-08-10 13:05:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"which 3.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.4.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 = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"semver 1.0.16",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-07 00:10:49 +08:00
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.9"
|
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 = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.45.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2022-11-11 21:28:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.12"
|
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 = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.13"
|
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 = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.21"
|
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 = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.42.0",
|
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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.5"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.8.2"
|
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 = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "2.8.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 = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
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 = [
|
|
|
|
"bitflags",
|
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.16"
|
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 = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
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 = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"pest 2.5.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.152"
|
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 = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.152"
|
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 = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.94"
|
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 = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.11"
|
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 = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
2021-12-04 14:31:26 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-06-15 01:15:05 +08:00
|
|
|
version = "1.14.0"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 01:15:05 +08:00
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "1.5.2"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2022-07-17 14:54:09 +08:00
|
|
|
version = "0.8.26"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 14:54:09 +08:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2021-12-27 00:42:45 +08:00
|
|
|
"ryu",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.9.19"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.10.1"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2021-12-23 01:35:17 +08:00
|
|
|
"cpufeatures",
|
2022-11-17 20:19:40 +08:00
|
|
|
"digest 0.10.6",
|
2021-12-23 01:35:17 +08:00
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
2022-09-20 21:26:38 +08:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
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",
|
2022-11-17 20:19:40 +08:00
|
|
|
"digest 0.10.6",
|
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"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.10.6"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
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",
|
2022-11-17 20:19:40 +08:00
|
|
|
"digest 0.10.6",
|
2022-02-13 18:45:03 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shared_child"
|
2021-12-29 18:47:29 +08:00
|
|
|
version = "1.0.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 18:47:29 +08:00
|
|
|
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
|
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
|
|
|
]
|
|
|
|
|
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 = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
2022-04-23 17:26:32 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.15"
|
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 = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
2022-04-19 01:41:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.4.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 = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-08 01:18:20 +08:00
|
|
|
version = "0.3.10"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 01:18:20 +08:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.4.8"
|
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 = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-09-20 21:26:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "1.10.0"
|
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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
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 = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-fs",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-net",
|
|
|
|
"async-process",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-07 00:10:49 +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-03-07 00:10:49 +08:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
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
|
|
|
]
|
|
|
|
|
2022-05-16 17:54:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "soup2"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"soup2-sys",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
2021-12-29 18:47:29 +08:00
|
|
|
name = "soup2-sys"
|
2022-05-16 17:54:21 +08:00
|
|
|
version = "0.2.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 17:54:21 +08:00
|
|
|
checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-05-16 17:54:21 +08:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2021-12-29 18:47:29 +08:00
|
|
|
"system-deps 5.0.0",
|
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"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.5.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +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-03-07 00:10:49 +08:00
|
|
|
version = "0.8.6"
|
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 = "7d69e88b23f23030bf4d0e9ca7b07434f70e1c1f4d3ca7e93ce958b373654d9f"
|
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"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-09-05 16:30:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2023-03-16 13:42:27 +08:00
|
|
|
version = "0.28.2"
|
2022-09-05 16:30:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:42:27 +08:00
|
|
|
checksum = "d3e847e2de7a137c8c2cede5095872dbb00f4f9bf34d061347e36b43322acd56"
|
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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sysproxy"
|
2023-03-16 13:42:27 +08:00
|
|
|
version = "0.3.0"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:42:27 +08:00
|
|
|
checksum = "9707a79d3b95683aa5a9521e698ffd878b8fb289727c25a69157fb85d529ffff"
|
2022-09-11 20:58:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"interfaces",
|
|
|
|
"thiserror",
|
2023-01-13 21:29:21 +08:00
|
|
|
"winapi",
|
2022-09-11 20:58:55 +08:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2021-12-29 18:47:29 +08:00
|
|
|
version = "5.0.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 18:47:29 +08:00
|
|
|
checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-02-13 18:45:03 +08:00
|
|
|
"cfg-expr 0.9.1",
|
2021-12-29 18:47:29 +08:00
|
|
|
"heck 0.3.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
2022-02-13 18:45:03 +08:00
|
|
|
"version-compare 0.0.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "6.0.3"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
|
2022-02-13 18:45:03 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"cfg-expr 0.11.0",
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2022-02-13 18:45:03 +08:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
2022-11-11 21:28:34 +08:00
|
|
|
"version-compare 0.1.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tao"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.15.8"
|
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 = "ac8e6399427c8494f9849b58694754d7cc741293348a6836b6c8d2c5aa82d8e6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"cc",
|
|
|
|
"cocoa",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-12-04 14:31:26 +08:00
|
|
|
"crossbeam-channel",
|
2022-07-05 00:52:22 +08:00
|
|
|
"dirs-next",
|
2021-12-04 14:31:26 +08:00
|
|
|
"dispatch",
|
|
|
|
"gdk",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk-sys",
|
2022-01-04 21:25:00 +08:00
|
|
|
"gdkx11-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gio",
|
|
|
|
"glib",
|
2022-05-16 17:54:21 +08:00
|
|
|
"glib-sys",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2022-06-17 01:16:46 +08:00
|
|
|
"image",
|
2021-12-04 14:31:26 +08:00
|
|
|
"instant",
|
2022-09-20 21:26:38 +08:00
|
|
|
"jni",
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
2022-06-17 01:16:46 +08:00
|
|
|
"libappindicator",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
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",
|
2022-05-25 16:12:48 +08:00
|
|
|
"paste",
|
2022-12-04 20:54:43 +08:00
|
|
|
"png",
|
2022-01-04 21:25:00 +08:00
|
|
|
"raw-window-handle",
|
2021-12-04 14:31:26 +08:00
|
|
|
"scopeguard",
|
|
|
|
"serde",
|
|
|
|
"unicode-segmentation",
|
2023-03-07 00:10:49 +08:00
|
|
|
"uuid 1.3.0",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2022-05-25 16:12:48 +08:00
|
|
|
"windows-implement",
|
2021-12-04 14:31:26 +08:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2021-12-27 00:42:45 +08:00
|
|
|
version = "0.4.38"
|
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 = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.2.4"
|
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 = "fe7e0f1d535e7cbbbab43c82be4fc992b84f9156c16c160955617e0260ebc449"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-02-19 00:34:09 +08:00
|
|
|
"anyhow",
|
2021-12-04 14:31:26 +08:00
|
|
|
"attohttpc",
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2022-05-16 17:54:21 +08:00
|
|
|
"cocoa",
|
2021-12-04 14:31:26 +08:00
|
|
|
"dirs-next",
|
|
|
|
"embed_plist",
|
2022-09-20 21:26:38 +08:00
|
|
|
"encoding_rs",
|
2021-12-04 14:31:26 +08:00
|
|
|
"flate2",
|
2022-09-20 21:26:38 +08:00
|
|
|
"futures-util",
|
2021-12-04 14:31:26 +08:00
|
|
|
"glib",
|
2022-02-13 18:45:03 +08:00
|
|
|
"glob",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"http",
|
|
|
|
"ignore",
|
|
|
|
"minisign-verify",
|
2022-05-16 17:54:21 +08:00
|
|
|
"objc",
|
2021-12-04 14:31:26 +08:00
|
|
|
"once_cell",
|
2023-04-02 10:09:14 +08:00
|
|
|
"open 3.4.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"os_pipe",
|
|
|
|
"percent-encoding",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand 0.8.5",
|
2022-01-04 21:25:00 +08:00
|
|
|
"raw-window-handle",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"rfd",
|
2023-03-07 00:10:49 +08:00
|
|
|
"semver 1.0.16",
|
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
|
|
|
"shared_child",
|
|
|
|
"state",
|
|
|
|
"tar",
|
|
|
|
"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
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-03-07 00:10:49 +08:00
|
|
|
"time 0.3.20",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio",
|
|
|
|
"url",
|
2023-03-07 00:10:49 +08:00
|
|
|
"uuid 1.3.0",
|
2022-05-16 17:54:21 +08:00
|
|
|
"webkit2gtk",
|
|
|
|
"webview2-com",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-build"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.2.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "8807c85d656b2b93927c19fe5a5f1f1f348f96c2de8b90763b3c2d561511f9b4"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-02-13 18:45:03 +08:00
|
|
|
"cargo_toml",
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2022-07-11 00:41:21 +08:00
|
|
|
"json-patch",
|
2023-03-07 00:10:49 +08:00
|
|
|
"semver 1.0.16",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
"winres",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-codegen"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.2.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "14388d484b6b1b5dc0f6a7d6cc6433b3b230bec85eaa576adcdf3f9fafa49251"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2022-03-29 23:05:32 +08:00
|
|
|
"brotli",
|
2022-03-09 01:50:37 +08:00
|
|
|
"ico",
|
2022-07-11 00:41:21 +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",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
|
|
|
"semver 1.0.16",
|
2021-12-04 14:31:26 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-09-20 21:26:38 +08:00
|
|
|
"sha2 0.10.6",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
"thiserror",
|
2023-03-07 00:10:49 +08:00
|
|
|
"time 0.3.20",
|
|
|
|
"uuid 1.3.0",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-macros"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.2.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "069319e5ecbe653a799b94b0690d9f9bf5d00f7b1d3989aa331c524d4e354075"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"tauri-codegen",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-runtime"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.12.1"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "c507d954d08ac8705d235bc70ec6975b9054fb95ff7823af72dbb04186596f3b"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"gtk",
|
|
|
|
"http",
|
|
|
|
"http-range",
|
2022-09-20 21:26:38 +08:00
|
|
|
"rand 0.8.5",
|
2022-07-05 00:52:22 +08:00
|
|
|
"raw-window-handle",
|
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-03-07 00:10:49 +08:00
|
|
|
"uuid 1.3.0",
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-runtime-wry"
|
2022-12-12 00:00:01 +08:00
|
|
|
version = "0.12.2"
|
2022-02-13 18:45:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-12 00:00:01 +08:00
|
|
|
checksum = "36b1c5764a41a13176a4599b5b7bd0881bea7d94dfe45e1e755f789b98317e30"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-05-16 17:54:21 +08:00
|
|
|
"cocoa",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gtk",
|
2022-05-16 17:54:21 +08:00
|
|
|
"percent-encoding",
|
2022-03-29 23:05:32 +08:00
|
|
|
"rand 0.8.5",
|
2022-07-05 00:52:22 +08:00
|
|
|
"raw-window-handle",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tauri-runtime",
|
2022-02-13 18:45:03 +08:00
|
|
|
"tauri-utils",
|
2023-03-07 00:10:49 +08:00
|
|
|
"uuid 1.3.0",
|
2022-05-16 17:54:21 +08:00
|
|
|
"webkit2gtk",
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
"wry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-utils"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.2.1"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "5abbc109a6eb45127956ffcc26ef0e875d160150ac16cfa45d26a6b2871686f1"
|
2021-12-29 18:47:29 +08:00
|
|
|
dependencies = [
|
2022-03-29 23:05:32 +08:00
|
|
|
"brotli",
|
2022-02-13 18:45:03 +08:00
|
|
|
"ctor",
|
|
|
|
"glob",
|
2023-03-07 00:10:49 +08:00
|
|
|
"heck 0.4.1",
|
2021-12-29 18:47:29 +08:00
|
|
|
"html5ever",
|
2022-11-11 21:28:34 +08:00
|
|
|
"infer",
|
2022-02-13 18:45:03 +08:00
|
|
|
"json-patch",
|
2021-12-29 18:47:29 +08:00
|
|
|
"kuchiki",
|
2022-05-06 01:14:13 +08:00
|
|
|
"memchr",
|
2021-12-29 18:47:29 +08:00
|
|
|
"phf 0.10.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-07 00:10:49 +08:00
|
|
|
"semver 1.0.16",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-02-13 18:45:03 +08:00
|
|
|
"serde_with",
|
2021-12-29 18:47:29 +08:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
2022-08-10 13:05:48 +08:00
|
|
|
"walkdir",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2021-12-29 18:47:29 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "3.4.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 = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-01-11 23:13:02 +08:00
|
|
|
"fastrand",
|
2022-05-06 01:14:13 +08:00
|
|
|
"redox_syscall",
|
2023-03-07 00:10:49 +08:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.42.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-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.2.0"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"nom 5.1.2",
|
2023-03-07 00:10:49 +08:00
|
|
|
"phf 0.11.1",
|
|
|
|
"phf_codegen 0.11.1",
|
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",
|
2022-04-23 17:26:32 +08:00
|
|
|
"bitflags",
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-04-23 17:26:32 +08:00
|
|
|
"filedescriptor",
|
|
|
|
"hex",
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
2022-04-23 17:26:32 +08:00
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-04-23 17:26:32 +08:00
|
|
|
"memmem",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"ordered-float",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2022-04-23 17:26:32 +08:00
|
|
|
"semver 0.11.0",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"signal-hook 0.1.17",
|
|
|
|
"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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.39"
|
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 = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.39"
|
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 = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "4.0.0"
|
2021-12-08 23:37:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f"
|
2021-12-08 23:37:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-06 01:14:13 +08:00
|
|
|
"redox_syscall",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-08 23:37:18 +08:00
|
|
|
]
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.1.7"
|
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 = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.1.45"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-27 00:42:45 +08:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-05-29 23:35:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.20"
|
2022-05-29 23:35:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-05-29 23:35:22 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"itoa 1.0.6",
|
2022-11-11 21:28:34 +08:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.8"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-11-11 21:28:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
2022-05-29 23:35:22 +08:00
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "1.6.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.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 = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.26.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 = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-07-17 14:54:09 +08:00
|
|
|
"autocfg",
|
2021-12-04 14:31:26 +08:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2022-09-20 21:26:38 +08:00
|
|
|
"parking_lot",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2022-02-27 01:16:43 +08:00
|
|
|
"socket2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tokio-macros",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.45.0",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "1.8.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.12"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.17.2"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-23 01:35:17 +08:00
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2022-05-06 01:14:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.7.7"
|
2022-05-06 01:14:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2022-05-06 01:14:13 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.5.11"
|
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 = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-05 00:52:22 +08:00
|
|
|
version = "0.3.2"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 00:52:22 +08:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.37"
|
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 = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"cfg-if",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.23"
|
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 = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.30"
|
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 = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
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"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.1.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"lazy_static 1.4.0",
|
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.3.16"
|
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 = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
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",
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2021-12-04 14:31:26 +08:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2023-03-07 00:10:49 +08:00
|
|
|
"thread_local 1.1.7",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2022-02-13 18:45:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "treediff"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff"
|
|
|
|
dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.4"
|
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 = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.17.3"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2021-12-23 01:35:17 +08:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-02-27 01:16:43 +08:00
|
|
|
"rand 0.8.5",
|
2022-09-20 21:26:38 +08:00
|
|
|
"sha-1",
|
2021-12-23 01:35:17 +08:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-12-12 00:00:01 +08:00
|
|
|
version = "1.16.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-12 00:00:01 +08:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-20 21:26:38 +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-09-20 21:26:38 +08:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.1.10"
|
2022-09-11 20:58:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "abd2fc5d32b590614af8b0a20d837f32eca055edd0bbead59a9cfe80858be003"
|
2022-09-11 20:58:55 +08:00
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.0.8"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-25 16:12:48 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.1.22"
|
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 = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.10.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 = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2021-12-08 23:37:18 +08:00
|
|
|
[[package]]
|
2022-11-11 21:28:34 +08:00
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.7"
|
2022-09-20 21:26:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c"
|
2022-09-20 21:26:38 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "2.3.1"
|
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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2022-09-11 20:58:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2022-05-06 01:14:13 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "1.3.0"
|
2022-05-06 01:14:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2022-11-11 21:28:34 +08:00
|
|
|
"getrandom 0.2.8",
|
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]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-13 18:45:03 +08:00
|
|
|
name = "version-compare"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.1.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 = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-13 18:45:03 +08:00
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
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 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2021-12-23 01:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.3.3"
|
2021-12-23 01:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 21:28:34 +08:00
|
|
|
checksum = "ed7b8be92646fc3d18b06147664ebc5f48d222686cb11a8755e561a735aacc6d"
|
2021-12-23 01:35:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-23 01:35:17 +08:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"multipart",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2022-11-11 21:28:34 +08:00
|
|
|
"rustls-pemfile",
|
2021-12-23 01:35:17 +08:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde_urlencoded",
|
2021-12-23 01:35:17 +08:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-12-27 00:42:45 +08:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
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 = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.84"
|
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 = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
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
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.84"
|
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 = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2022-09-20 21:26:38 +08:00
|
|
|
"once_cell",
|
2021-12-04 14:31:26 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.4.34"
|
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 = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
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"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.84"
|
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 = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.84"
|
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 = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.2.84"
|
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 = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.3.61"
|
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 = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webkit2gtk"
|
2022-11-11 21:28:34 +08:00
|
|
|
version = "0.18.2"
|
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 = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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",
|
2022-05-16 17:54:21 +08:00
|
|
|
"soup2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"webkit2gtk-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webkit2gtk-sys"
|
2022-05-16 17:54:21 +08:00
|
|
|
version = "0.18.0"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 17:54:21 +08:00
|
|
|
checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"atk-sys",
|
|
|
|
"bitflags",
|
|
|
|
"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
|
|
|
"gtk-sys",
|
|
|
|
"javascriptcore-rs-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
|
|
|
"pkg-config",
|
2021-12-29 18:47:29 +08:00
|
|
|
"soup2-sys",
|
2022-11-11 21:28:34 +08:00
|
|
|
"system-deps 6.0.3",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-29 18:47:29 +08:00
|
|
|
name = "webview2-com"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.19.1"
|
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 = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com-macros",
|
|
|
|
"webview2-com-sys",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2022-05-25 16:12:48 +08:00
|
|
|
"windows-implement",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-29 18:47:29 +08:00
|
|
|
name = "webview2-com-macros"
|
2022-05-25 16:12:48 +08:00
|
|
|
version = "0.6.0"
|
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 = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2021-12-29 18:47:29 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webview2-com-sys"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.19.0"
|
2021-12-29 18:47:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
|
2021-12-29 18:47:29 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"regex 1.7.1",
|
2021-12-29 18:47:29 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2022-01-04 21:25:00 +08:00
|
|
|
"windows-bindgen",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows-metadata",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
2022-04-19 01:41:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-04-23 17:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"failure",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-17 02:16:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "4.4.0"
|
2022-01-17 02:16:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-01-17 02:16:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-20 21:26:38 +08:00
|
|
|
"once_cell",
|
2022-01-17 02:16:17 +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"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
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-03-07 00:10:49 +08:00
|
|
|
version = "0.2.1"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "29d30320647cfc3dc45554c8ad825b84831def81f967a2f7589931328ff9b16d"
|
2022-03-03 20:37:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"cocoa",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows-sys 0.42.0",
|
2022-03-03 20:37:06 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "window-vibrancy"
|
2022-12-04 20:54:43 +08:00
|
|
|
version = "0.3.2"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-04 20:54:43 +08:00
|
|
|
checksum = "2f762d9cc392fb85e6b1b5eed1ef13d73fed5149a5cbb017a7137497d14ef612"
|
2022-03-03 20:37:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"cocoa",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle",
|
2022-11-11 21:28:34 +08:00
|
|
|
"windows-sys 0.42.0",
|
2022-01-28 22:02:17 +08:00
|
|
|
]
|
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows"
|
|
|
|
version = "0.37.0"
|
2021-12-29 18:47:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
|
2022-01-04 21:25:00 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"windows_aarch64_msvc 0.37.0",
|
|
|
|
"windows_i686_gnu 0.37.0",
|
|
|
|
"windows_i686_msvc 0.37.0",
|
|
|
|
"windows_x86_64_gnu 0.37.0",
|
|
|
|
"windows_x86_64_msvc 0.37.0",
|
2022-01-04 21:25:00 +08:00
|
|
|
]
|
2021-12-29 18:47:29 +08:00
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
|
|
|
dependencies = [
|
|
|
|
"windows-implement",
|
|
|
|
"windows_aarch64_msvc 0.39.0",
|
|
|
|
"windows_i686_gnu 0.39.0",
|
|
|
|
"windows_i686_msvc 0.39.0",
|
|
|
|
"windows_x86_64_gnu 0.39.0",
|
|
|
|
"windows_x86_64_msvc 0.39.0",
|
|
|
|
]
|
|
|
|
|
2023-03-07 00:10:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.44.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2022-05-16 17:54:21 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows-bindgen"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.39.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
|
2022-05-16 17:54:21 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"windows-metadata",
|
|
|
|
"windows-tokens",
|
2022-05-16 17:54:21 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows-implement"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.39.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
|
2022-05-16 17:54:21 +08:00
|
|
|
dependencies = [
|
2022-05-25 16:12:48 +08:00
|
|
|
"syn",
|
|
|
|
"windows-tokens",
|
2022-05-16 17:54:21 +08:00
|
|
|
]
|
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-metadata"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.39.0"
|
2022-05-25 16:12:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 21:26:38 +08:00
|
|
|
checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
|
2022-05-25 16:12:48 +08:00
|
|
|
|
2022-02-27 01:16:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.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 = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2022-02-27 01:16:43 +08:00
|
|
|
dependencies = [
|
2022-05-06 01:14:13 +08:00
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-03-03 20:37:06 +08:00
|
|
|
]
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
2022-11-11 21:28:34 +08:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-03-07 00:10:49 +08:00
|
|
|
"windows_x86_64_msvc 0.42.1",
|
2022-11-11 21:28:34 +08:00
|
|
|
]
|
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows-tokens"
|
2022-09-20 21:26:38 +08:00
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.1"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.37.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
|
2022-05-16 17:54:21 +08:00
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.1"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.37.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
|
2022-05-16 17:54:21 +08:00
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.1"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.37.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
|
2022-05-16 17:54:21 +08:00
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-29 23:05:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.1"
|
2022-03-29 23:05:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-03-29 23:05:32 +08:00
|
|
|
|
2021-12-29 18:47:29 +08:00
|
|
|
[[package]]
|
2022-05-25 16:12:48 +08:00
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.37.0"
|
2022-05-16 17:54:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 16:12:48 +08:00
|
|
|
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
|
2022-05-16 17:54:21 +08:00
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2022-03-03 20:37:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.36.1"
|
2022-03-03 20:37:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2021-12-04 14:31:26 +08:00
|
|
|
|
2022-05-25 16:12:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
|
|
|
|
|
2022-09-20 21:26:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
|
|
|
|
2022-11-11 21:28:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.42.1"
|
2022-11-11 21:28:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 00:10:49 +08:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-11-11 21:28:34 +08:00
|
|
|
|
2021-12-04 14:31:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
2022-08-10 13:05:48 +08:00
|
|
|
"winapi",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wry"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.23.4"
|
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 = "4c1ad8e2424f554cc5bdebe8aa374ef5b433feff817aebabca0389961fc7ef98"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
2023-03-07 00:10:49 +08:00
|
|
|
"base64 0.13.1",
|
2022-03-29 23:05:32 +08:00
|
|
|
"block",
|
2021-12-04 14:31:26 +08:00
|
|
|
"cocoa",
|
2022-01-11 23:13:02 +08:00
|
|
|
"core-graphics",
|
2022-09-20 21:26:38 +08:00
|
|
|
"crossbeam-channel",
|
2022-11-11 21:28:34 +08:00
|
|
|
"dunce",
|
2021-12-04 14:31:26 +08:00
|
|
|
"gdk",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gtk",
|
2022-09-20 21:26:38 +08:00
|
|
|
"html5ever",
|
2021-12-04 14:31:26 +08:00
|
|
|
"http",
|
2022-09-20 21:26:38 +08:00
|
|
|
"kuchiki",
|
2021-12-04 14:31:26 +08:00
|
|
|
"libc",
|
2022-09-11 20:58:55 +08:00
|
|
|
"log 0.4.17",
|
2021-12-04 14:31:26 +08:00
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-09-20 21:26:38 +08:00
|
|
|
"sha2 0.10.6",
|
2022-11-11 21:28:34 +08:00
|
|
|
"soup2",
|
2021-12-04 14:31:26 +08:00
|
|
|
"tao",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"webkit2gtk",
|
|
|
|
"webkit2gtk-sys",
|
2021-12-29 18:47:29 +08:00
|
|
|
"webview2-com",
|
2022-09-20 21:26:38 +08:00
|
|
|
"windows 0.39.0",
|
2022-05-25 16:12:48 +08:00
|
|
|
"windows-implement",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2022-05-06 01:14:13 +08:00
|
|
|
version = "0.2.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 01:14:13 +08:00
|
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-03-07 00:10:49 +08:00
|
|
|
version = "0.6.4"
|
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 = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef"
|
2021-12-04 14:31:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
2022-05-06 01:14:13 +08:00
|
|
|
"crossbeam-utils",
|
2021-12-04 14:31:26 +08:00
|
|
|
]
|