1944 lines
51 KiB
Diff
1944 lines
51 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
new file mode 100644
|
|
index 000000000000..ca52064f2177
|
|
--- /dev/null
|
|
+++ b/Cargo.lock
|
|
@@ -0,0 +1,1938 @@
|
|
+# This file is automatically @generated by Cargo.
|
|
+# It is not intended for manual editing.
|
|
+version = 3
|
|
+
|
|
+[[package]]
|
|
+name = "addr2line"
|
|
+version = "0.24.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
+dependencies = [
|
|
+ "gimli",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "adler2"
|
|
+version = "2.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
+
|
|
+[[package]]
|
|
+name = "ahash"
|
|
+version = "0.8.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "getrandom",
|
|
+ "once_cell",
|
|
+ "version_check",
|
|
+ "zerocopy",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "aho-corasick"
|
|
+version = "1.1.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "android-tzdata"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
+
|
|
+[[package]]
|
|
+name = "android_log-sys"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937"
|
|
+
|
|
+[[package]]
|
|
+name = "android_logger"
|
|
+version = "0.14.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05b07e8e73d720a1f2e4b6014766e6039fd2e96a4fa44e2a78d0e1fa2ff49826"
|
|
+dependencies = [
|
|
+ "android_log-sys",
|
|
+ "env_filter",
|
|
+ "log",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "android_system_properties"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anstream"
|
|
+version = "0.6.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
|
+dependencies = [
|
|
+ "anstyle",
|
|
+ "anstyle-parse",
|
|
+ "anstyle-query",
|
|
+ "anstyle-wincon",
|
|
+ "colorchoice",
|
|
+ "is_terminal_polyfill",
|
|
+ "utf8parse",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anstyle"
|
|
+version = "1.0.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
|
+
|
|
+[[package]]
|
|
+name = "anstyle-parse"
|
|
+version = "0.2.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
+dependencies = [
|
|
+ "utf8parse",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anstyle-query"
|
|
+version = "1.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
+dependencies = [
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anstyle-wincon"
|
|
+version = "3.0.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
+dependencies = [
|
|
+ "anstyle",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "arrayvec"
|
|
+version = "0.7.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
+
|
|
+[[package]]
|
|
+name = "as-any"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5b8a30a44e99a1c83ccb2a6298c563c888952a1c9134953db26876528f84c93a"
|
|
+
|
|
+[[package]]
|
|
+name = "async-channel"
|
|
+version = "2.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
+dependencies = [
|
|
+ "concurrent-queue",
|
|
+ "event-listener-strategy",
|
|
+ "futures-core",
|
|
+ "pin-project-lite",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "async-task"
|
|
+version = "4.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
+
|
|
+[[package]]
|
|
+name = "async-trait"
|
|
+version = "0.1.83"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "atomic-waker"
|
|
+version = "1.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
+
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
+
|
|
+[[package]]
|
|
+name = "backtrace"
|
|
+version = "0.3.74"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
+dependencies = [
|
|
+ "addr2line",
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "miniz_oxide",
|
|
+ "object",
|
|
+ "rustc-demangle",
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.22.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
+
|
|
+[[package]]
|
|
+name = "bincode"
|
|
+version = "1.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bitflags"
|
|
+version = "2.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
+
|
|
+[[package]]
|
|
+name = "block-buffer"
|
|
+version = "0.10.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
+dependencies = [
|
|
+ "generic-array",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "blocking"
|
|
+version = "1.6.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
|
+dependencies = [
|
|
+ "async-channel",
|
|
+ "async-task",
|
|
+ "futures-io",
|
|
+ "futures-lite",
|
|
+ "piper",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bumpalo"
|
|
+version = "3.16.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
+
|
|
+[[package]]
|
|
+name = "byteorder"
|
|
+version = "1.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
+
|
|
+[[package]]
|
|
+name = "bytes"
|
|
+version = "1.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
+
|
|
+[[package]]
|
|
+name = "c2rust-bitfields"
|
|
+version = "0.19.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "367e5d1b30f28be590b6b3868da1578361d29d9bfac516d22f497d28ed7c9055"
|
|
+dependencies = [
|
|
+ "c2rust-bitfields-derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "c2rust-bitfields-derive"
|
|
+version = "0.19.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a279db9c50c4024eeca1a763b6e0f033848ce74e83e47454bcf8a8a98f7b0b56"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 1.0.109",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cc"
|
|
+version = "1.1.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
|
+dependencies = [
|
|
+ "shlex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cesu8"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg_aliases"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
+
|
|
+[[package]]
|
|
+name = "chrono"
|
|
+version = "0.4.38"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
+dependencies = [
|
|
+ "android-tzdata",
|
|
+ "iana-time-zone",
|
|
+ "js-sys",
|
|
+ "num-traits",
|
|
+ "wasm-bindgen",
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cidr"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bfc95a0c21d5409adc146dbbb152b5c65aaea32bc2d2f57cf12f850bffdd7ab8"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap"
|
|
+version = "4.5.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
|
+dependencies = [
|
|
+ "clap_builder",
|
|
+ "clap_derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap_builder"
|
|
+version = "4.5.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
|
+dependencies = [
|
|
+ "anstream",
|
|
+ "anstyle",
|
|
+ "clap_lex",
|
|
+ "strsim",
|
|
+ "terminal_size",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap_derive"
|
|
+version = "4.5.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
|
+dependencies = [
|
|
+ "heck",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap_lex"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
+
|
|
+[[package]]
|
|
+name = "colorchoice"
|
|
+version = "1.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
+
|
|
+[[package]]
|
|
+name = "combine"
|
|
+version = "4.6.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "concurrent-queue"
|
|
+version = "2.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
+dependencies = [
|
|
+ "crossbeam-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "core-foundation"
|
|
+version = "0.9.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
+dependencies = [
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "core-foundation-sys"
|
|
+version = "0.8.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
+
|
|
+[[package]]
|
|
+name = "cpufeatures"
|
|
+version = "0.2.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-utils"
|
|
+version = "0.8.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
+
|
|
+[[package]]
|
|
+name = "crypto-common"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
+dependencies = [
|
|
+ "generic-array",
|
|
+ "typenum",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ctrlc2"
|
|
+version = "3.5.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "383ab70e5dc6ffdfe5545b6e6dea714938594be13ecaec73ebacc372ed4e292d"
|
|
+dependencies = [
|
|
+ "nix",
|
|
+ "tokio",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "daemonize"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "data-encoding"
|
|
+version = "2.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
+
|
|
+[[package]]
|
|
+name = "digest"
|
|
+version = "0.10.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
+dependencies = [
|
|
+ "block-buffer",
|
|
+ "crypto-common",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "digest_auth"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3054f4e81d395e50822796c5e99ca522e6ba7be98947d6d4b0e5e61640bdb894"
|
|
+dependencies = [
|
|
+ "digest",
|
|
+ "hex",
|
|
+ "md-5",
|
|
+ "rand",
|
|
+ "sha2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dotenvy"
|
|
+version = "0.15.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
+
|
|
+[[package]]
|
|
+name = "enum-as-inner"
|
|
+version = "0.6.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
|
+dependencies = [
|
|
+ "heck",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "env_filter"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
+dependencies = [
|
|
+ "log",
|
|
+ "regex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "env_logger"
|
|
+version = "0.11.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
+dependencies = [
|
|
+ "anstream",
|
|
+ "anstyle",
|
|
+ "env_filter",
|
|
+ "humantime",
|
|
+ "log",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "errno"
|
|
+version = "0.3.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "etherparse"
|
|
+version = "0.15.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "21696e6dfe1057a166a042c6d27b89a46aad2ee1003e6e1e03c49d54fd3270d7"
|
|
+dependencies = [
|
|
+ "arrayvec",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "event-listener"
|
|
+version = "5.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
+dependencies = [
|
|
+ "concurrent-queue",
|
|
+ "parking",
|
|
+ "pin-project-lite",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "event-listener-strategy"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
+dependencies = [
|
|
+ "event-listener",
|
|
+ "pin-project-lite",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fastrand"
|
|
+version = "2.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
|
+
|
|
+[[package]]
|
|
+name = "form_urlencoded"
|
|
+version = "1.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
+dependencies = [
|
|
+ "percent-encoding",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
+dependencies = [
|
|
+ "futures-channel",
|
|
+ "futures-core",
|
|
+ "futures-executor",
|
|
+ "futures-io",
|
|
+ "futures-sink",
|
|
+ "futures-task",
|
|
+ "futures-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-channel"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-sink",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-core"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-executor"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-task",
|
|
+ "futures-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-io"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-lite"
|
|
+version = "2.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "pin-project-lite",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-macro"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-sink"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-task"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-util"
|
|
+version = "0.3.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
+dependencies = [
|
|
+ "futures-channel",
|
|
+ "futures-core",
|
|
+ "futures-io",
|
|
+ "futures-macro",
|
|
+ "futures-sink",
|
|
+ "futures-task",
|
|
+ "memchr",
|
|
+ "pin-project-lite",
|
|
+ "pin-utils",
|
|
+ "slab",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "generic-array"
|
|
+version = "0.14.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
+dependencies = [
|
|
+ "typenum",
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getrandom"
|
|
+version = "0.2.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "wasi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "gimli"
|
|
+version = "0.31.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
+
|
|
+[[package]]
|
|
+name = "hashbrown"
|
|
+version = "0.14.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
+dependencies = [
|
|
+ "ahash",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hashlink"
|
|
+version = "0.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
+dependencies = [
|
|
+ "hashbrown",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "heck"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
+
|
|
+[[package]]
|
|
+name = "hermit-abi"
|
|
+version = "0.3.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
+
|
|
+[[package]]
|
|
+name = "hex"
|
|
+version = "0.4.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
+
|
|
+[[package]]
|
|
+name = "hickory-proto"
|
|
+version = "0.24.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
|
|
+dependencies = [
|
|
+ "async-trait",
|
|
+ "cfg-if",
|
|
+ "data-encoding",
|
|
+ "enum-as-inner",
|
|
+ "futures-channel",
|
|
+ "futures-io",
|
|
+ "futures-util",
|
|
+ "idna 0.4.0",
|
|
+ "ipnet",
|
|
+ "once_cell",
|
|
+ "rand",
|
|
+ "thiserror",
|
|
+ "tinyvec",
|
|
+ "tokio",
|
|
+ "tracing",
|
|
+ "url",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "httparse"
|
|
+version = "1.9.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
+
|
|
+[[package]]
|
|
+name = "humantime"
|
|
+version = "2.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
+
|
|
+[[package]]
|
|
+name = "iana-time-zone"
|
|
+version = "0.1.61"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
+dependencies = [
|
|
+ "android_system_properties",
|
|
+ "core-foundation-sys",
|
|
+ "iana-time-zone-haiku",
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "windows-core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "iana-time-zone-haiku"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "idna"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
+dependencies = [
|
|
+ "unicode-bidi",
|
|
+ "unicode-normalization",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "idna"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
+dependencies = [
|
|
+ "unicode-bidi",
|
|
+ "unicode-normalization",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ipnet"
|
|
+version = "2.10.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
+
|
|
+[[package]]
|
|
+name = "ipstack"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "12b181930b573c62415bdd2afa8f4ec56ddad89fc5a6669d2b267f1c8ee438c5"
|
|
+dependencies = [
|
|
+ "ahash",
|
|
+ "etherparse",
|
|
+ "log",
|
|
+ "rand",
|
|
+ "thiserror",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "is_terminal_polyfill"
|
|
+version = "1.70.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
+
|
|
+[[package]]
|
|
+name = "itoa"
|
|
+version = "1.0.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
+
|
|
+[[package]]
|
|
+name = "jni"
|
|
+version = "0.21.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
+dependencies = [
|
|
+ "cesu8",
|
|
+ "cfg-if",
|
|
+ "combine",
|
|
+ "jni-sys",
|
|
+ "log",
|
|
+ "thiserror",
|
|
+ "walkdir",
|
|
+ "windows-sys 0.45.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "jni-sys"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
+
|
|
+[[package]]
|
|
+name = "js-sys"
|
|
+version = "0.3.72"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "libc"
|
|
+version = "0.2.161"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
|
+
|
|
+[[package]]
|
|
+name = "libloading"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "libmimalloc-sys"
|
|
+version = "0.1.39"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "linux-raw-sys"
|
|
+version = "0.4.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
+
|
|
+[[package]]
|
|
+name = "lock_api"
|
|
+version = "0.4.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "scopeguard",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "log"
|
|
+version = "0.4.22"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
+
|
|
+[[package]]
|
|
+name = "md-5"
|
|
+version = "0.10.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "digest",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "memchr"
|
|
+version = "2.7.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
+
|
|
+[[package]]
|
|
+name = "memoffset"
|
|
+version = "0.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mimalloc"
|
|
+version = "0.1.43"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
|
|
+dependencies = [
|
|
+ "libmimalloc-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "miniz_oxide"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
+dependencies = [
|
|
+ "adler2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mio"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
|
+dependencies = [
|
|
+ "hermit-abi",
|
|
+ "libc",
|
|
+ "wasi",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "nix"
|
|
+version = "0.29.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "cfg-if",
|
|
+ "cfg_aliases",
|
|
+ "libc",
|
|
+ "memoffset",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-traits"
|
|
+version = "0.2.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "object"
|
|
+version = "0.36.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "once_cell"
|
|
+version = "1.20.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
+
|
|
+[[package]]
|
|
+name = "parking"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
+
|
|
+[[package]]
|
|
+name = "parking_lot"
|
|
+version = "0.12.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
+dependencies = [
|
|
+ "lock_api",
|
|
+ "parking_lot_core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "parking_lot_core"
|
|
+version = "0.9.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "smallvec",
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "percent-encoding"
|
|
+version = "2.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
+
|
|
+[[package]]
|
|
+name = "pin-project-lite"
|
|
+version = "0.2.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
+
|
|
+[[package]]
|
|
+name = "pin-utils"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
+
|
|
+[[package]]
|
|
+name = "piper"
|
|
+version = "0.2.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
+dependencies = [
|
|
+ "atomic-waker",
|
|
+ "fastrand",
|
|
+ "futures-io",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ppv-lite86"
|
|
+version = "0.2.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
+dependencies = [
|
|
+ "zerocopy",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro2"
|
|
+version = "1.0.89"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
+dependencies = [
|
|
+ "unicode-ident",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quick-error"
|
|
+version = "1.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "1.0.37"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "rand_chacha",
|
|
+ "rand_core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
+dependencies = [
|
|
+ "ppv-lite86",
|
|
+ "rand_core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.6.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
+dependencies = [
|
|
+ "getrandom",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "redox_syscall"
|
|
+version = "0.5.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex"
|
|
+version = "1.11.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
+dependencies = [
|
|
+ "aho-corasick",
|
|
+ "memchr",
|
|
+ "regex-automata",
|
|
+ "regex-syntax",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex-automata"
|
|
+version = "0.4.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
|
+dependencies = [
|
|
+ "aho-corasick",
|
|
+ "memchr",
|
|
+ "regex-syntax",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex-syntax"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
+
|
|
+[[package]]
|
|
+name = "resolv-conf"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
+dependencies = [
|
|
+ "quick-error",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-demangle"
|
|
+version = "0.1.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
+
|
|
+[[package]]
|
|
+name = "rustix"
|
|
+version = "0.38.37"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "errno",
|
|
+ "libc",
|
|
+ "linux-raw-sys",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ryu"
|
|
+version = "1.0.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
+
|
|
+[[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 = "scopeguard"
|
|
+version = "1.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
+
|
|
+[[package]]
|
|
+name = "serde"
|
|
+version = "1.0.213"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
|
+dependencies = [
|
|
+ "serde_derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_derive"
|
|
+version = "1.0.213"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_json"
|
|
+version = "1.0.132"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
|
+dependencies = [
|
|
+ "itoa",
|
|
+ "memchr",
|
|
+ "ryu",
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "sha2"
|
|
+version = "0.10.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "cpufeatures",
|
|
+ "digest",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "shlex"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
+
|
|
+[[package]]
|
|
+name = "signal-hook-registry"
|
|
+version = "1.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "slab"
|
|
+version = "0.4.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "smallvec"
|
|
+version = "1.13.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
+
|
|
+[[package]]
|
|
+name = "socket2"
|
|
+version = "0.5.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "socks5-impl"
|
|
+version = "0.5.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3ae3b3dd8f843e5260f8158b08c831d1e53717dd841f52599a51300cfd0f7221"
|
|
+dependencies = [
|
|
+ "as-any",
|
|
+ "async-trait",
|
|
+ "byteorder",
|
|
+ "bytes",
|
|
+ "percent-encoding",
|
|
+ "serde",
|
|
+ "thiserror",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "strsim"
|
|
+version = "0.11.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "1.0.109"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "unicode-ident",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "2.0.85"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "unicode-ident",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "system-configuration"
|
|
+version = "0.6.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "core-foundation",
|
|
+ "system-configuration-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "system-configuration-sys"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
+dependencies = [
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tempfile"
|
|
+version = "3.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "fastrand",
|
|
+ "once_cell",
|
|
+ "rustix",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "terminal_size"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
|
+dependencies = [
|
|
+ "rustix",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror"
|
|
+version = "1.0.65"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
|
+dependencies = [
|
|
+ "thiserror-impl",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror-impl"
|
|
+version = "1.0.65"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tinyvec"
|
|
+version = "1.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
|
+dependencies = [
|
|
+ "tinyvec_macros",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tinyvec_macros"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
+
|
|
+[[package]]
|
|
+name = "tokio"
|
|
+version = "1.41.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
|
+dependencies = [
|
|
+ "backtrace",
|
|
+ "bytes",
|
|
+ "libc",
|
|
+ "mio",
|
|
+ "parking_lot",
|
|
+ "pin-project-lite",
|
|
+ "signal-hook-registry",
|
|
+ "socket2",
|
|
+ "tokio-macros",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tokio-macros"
|
|
+version = "2.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tokio-util"
|
|
+version = "0.7.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "futures-core",
|
|
+ "futures-sink",
|
|
+ "pin-project-lite",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tproxy-config"
|
|
+version = "6.0.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6675511fcd4521e3a0acf9ff2ad5d194044409ab49fbc60b51743bd87b944c27"
|
|
+dependencies = [
|
|
+ "cidr",
|
|
+ "libloading",
|
|
+ "log",
|
|
+ "nix",
|
|
+ "regex",
|
|
+ "resolv-conf",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+ "system-configuration",
|
|
+ "tempfile",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tracing"
|
|
+version = "0.1.40"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
+dependencies = [
|
|
+ "pin-project-lite",
|
|
+ "tracing-attributes",
|
|
+ "tracing-core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tracing-attributes"
|
|
+version = "0.1.27"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tracing-core"
|
|
+version = "0.1.32"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
+dependencies = [
|
|
+ "once_cell",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tun2"
|
|
+version = "3.1.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "294ac0e21fef392b8952f1dd538bc5752fd7c2ebfde1c204b0dd09aaa5489cd0"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "cfg-if",
|
|
+ "futures",
|
|
+ "futures-core",
|
|
+ "ipnet",
|
|
+ "libc",
|
|
+ "log",
|
|
+ "nix",
|
|
+ "thiserror",
|
|
+ "tokio",
|
|
+ "tokio-util",
|
|
+ "windows-sys 0.59.0",
|
|
+ "wintun-bindings",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tun2proxy"
|
|
+version = "0.5.4"
|
|
+dependencies = [
|
|
+ "android_logger",
|
|
+ "async-trait",
|
|
+ "base64",
|
|
+ "bincode",
|
|
+ "chrono",
|
|
+ "clap",
|
|
+ "ctrlc2",
|
|
+ "daemonize",
|
|
+ "digest_auth",
|
|
+ "dotenvy",
|
|
+ "env_logger",
|
|
+ "hashlink",
|
|
+ "hickory-proto",
|
|
+ "httparse",
|
|
+ "ipstack",
|
|
+ "jni",
|
|
+ "log",
|
|
+ "mimalloc",
|
|
+ "nix",
|
|
+ "percent-encoding",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+ "socks5-impl",
|
|
+ "thiserror",
|
|
+ "tokio",
|
|
+ "tokio-util",
|
|
+ "tproxy-config",
|
|
+ "tun2",
|
|
+ "udp-stream",
|
|
+ "unicase",
|
|
+ "url",
|
|
+ "windows-service",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "typenum"
|
|
+version = "1.17.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
+
|
|
+[[package]]
|
|
+name = "udp-stream"
|
|
+version = "0.0.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cf021324a3dc10f5b46ab1c1cf5635e6a81b5559971967b806674673a5f2a18e"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "log",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicase"
|
|
+version = "2.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-bidi"
|
|
+version = "0.3.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-ident"
|
|
+version = "1.0.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-normalization"
|
|
+version = "0.1.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
+dependencies = [
|
|
+ "tinyvec",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "url"
|
|
+version = "2.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
|
+dependencies = [
|
|
+ "form_urlencoded",
|
|
+ "idna 0.5.0",
|
|
+ "percent-encoding",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "utf8parse"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.9.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
+
|
|
+[[package]]
|
|
+name = "walkdir"
|
|
+version = "2.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
+dependencies = [
|
|
+ "same-file",
|
|
+ "winapi-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen"
|
|
+version = "0.2.95"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "once_cell",
|
|
+ "wasm-bindgen-macro",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-backend"
|
|
+version = "0.2.95"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
|
+dependencies = [
|
|
+ "bumpalo",
|
|
+ "log",
|
|
+ "once_cell",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+ "wasm-bindgen-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-macro"
|
|
+version = "0.2.95"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
|
+dependencies = [
|
|
+ "quote",
|
|
+ "wasm-bindgen-macro-support",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-macro-support"
|
|
+version = "0.2.95"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+ "wasm-bindgen-backend",
|
|
+ "wasm-bindgen-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-shared"
|
|
+version = "0.2.95"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
+
|
|
+[[package]]
|
|
+name = "widestring"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-util"
|
|
+version = "0.1.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
+dependencies = [
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-core"
|
|
+version = "0.52.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
+dependencies = [
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-service"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "widestring",
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-sys"
|
|
+version = "0.45.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
+dependencies = [
|
|
+ "windows-targets 0.42.2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-sys"
|
|
+version = "0.52.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
+dependencies = [
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-sys"
|
|
+version = "0.59.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
+dependencies = [
|
|
+ "windows-targets 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-targets"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
+dependencies = [
|
|
+ "windows_aarch64_gnullvm 0.42.2",
|
|
+ "windows_aarch64_msvc 0.42.2",
|
|
+ "windows_i686_gnu 0.42.2",
|
|
+ "windows_i686_msvc 0.42.2",
|
|
+ "windows_x86_64_gnu 0.42.2",
|
|
+ "windows_x86_64_gnullvm 0.42.2",
|
|
+ "windows_x86_64_msvc 0.42.2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows-targets"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
+dependencies = [
|
|
+ "windows_aarch64_gnullvm 0.52.6",
|
|
+ "windows_aarch64_msvc 0.52.6",
|
|
+ "windows_i686_gnu 0.52.6",
|
|
+ "windows_i686_gnullvm",
|
|
+ "windows_i686_msvc 0.52.6",
|
|
+ "windows_x86_64_gnu 0.52.6",
|
|
+ "windows_x86_64_gnullvm 0.52.6",
|
|
+ "windows_x86_64_msvc 0.52.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows_aarch64_gnullvm"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_aarch64_gnullvm"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_aarch64_msvc"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_aarch64_msvc"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_gnu"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_gnu"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_gnullvm"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_msvc"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_msvc"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_gnu"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_gnu"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_gnullvm"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_gnullvm"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_msvc"
|
|
+version = "0.42.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_msvc"
|
|
+version = "0.52.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
+
|
|
+[[package]]
|
|
+name = "wintun-bindings"
|
|
+version = "0.7.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "74675b7fccee92389d38c3d120445864d1085c421ee91c7ed05d66fb9bb76050"
|
|
+dependencies = [
|
|
+ "blocking",
|
|
+ "c2rust-bitfields",
|
|
+ "futures",
|
|
+ "libloading",
|
|
+ "log",
|
|
+ "thiserror",
|
|
+ "windows-sys 0.59.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zerocopy"
|
|
+version = "0.7.35"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+ "zerocopy-derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zerocopy-derive"
|
|
+version = "0.7.35"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn 2.0.85",
|
|
+]
|