123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "addr2line"
- version = "0.20.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
- dependencies = [
- "gimli",
- ]
- [[package]]
- name = "adler"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
- [[package]]
- name = "anyhow"
- version = "1.0.72"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
- [[package]]
- name = "backtrace"
- version = "0.3.68"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
- dependencies = [
- "addr2line",
- "cc",
- "cfg-if",
- "libc",
- "miniz_oxide",
- "object",
- "rustc-demangle",
- ]
- [[package]]
- name = "bytes"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
- [[package]]
- name = "cc"
- version = "1.0.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "either"
- version = "1.8.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
- [[package]]
- name = "fnv"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
- [[package]]
- name = "futures"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-channel"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
- [[package]]
- name = "futures-executor"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-io"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
- [[package]]
- name = "futures-macro"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "futures-sink"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
- [[package]]
- name = "futures-task"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
- [[package]]
- name = "futures-util"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
- [[package]]
- name = "gimli"
- version = "0.27.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
- [[package]]
- name = "http"
- version = "0.2.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
- dependencies = [
- "bytes",
- "fnv",
- "itoa",
- ]
- [[package]]
- name = "http-body"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
- dependencies = [
- "bytes",
- "http",
- "pin-project-lite",
- ]
- [[package]]
- name = "httparse"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
- [[package]]
- name = "httpdate"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
- [[package]]
- name = "hyper"
- version = "0.14.27"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
- dependencies = [
- "bytes",
- "futures-channel",
- "futures-core",
- "futures-util",
- "http",
- "http-body",
- "httparse",
- "httpdate",
- "itoa",
- "pin-project-lite",
- "socket2",
- "tokio",
- "tower-service",
- "tracing",
- "want",
- ]
- [[package]]
- name = "itoa"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
- [[package]]
- name = "libc"
- version = "0.2.153"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
- [[package]]
- name = "memchr"
- version = "2.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
- [[package]]
- name = "miniz_oxide"
- version = "0.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
- dependencies = [
- "adler",
- ]
- [[package]]
- name = "mio"
- version = "0.8.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
- dependencies = [
- "libc",
- "wasi",
- "windows-sys",
- ]
- [[package]]
- name = "object"
- version = "0.31.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
- dependencies = [
- "memchr",
- ]
- [[package]]
- name = "once_cell"
- version = "1.18.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
- [[package]]
- name = "pico-args"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
- [[package]]
- name = "pin-project-lite"
- version = "0.2.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
- [[package]]
- name = "proc-macro2"
- version = "1.0.66"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "quote"
- version = "1.0.31"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "rustc-demangle"
- version = "0.1.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
- [[package]]
- name = "ryu"
- version = "1.0.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
- [[package]]
- name = "serde"
- version = "1.0.173"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e91f70896d6720bc714a4a57d22fc91f1db634680e65c8efe13323f1fa38d53f"
- dependencies = [
- "serde_derive",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.173"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a6250dde8342e0232232be9ca3db7aa40aceb5a3e5dd9bddbc00d99a007cde49"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.103"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "signal-hook"
- version = "0.3.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
- dependencies = [
- "libc",
- "signal-hook-registry",
- ]
- [[package]]
- name = "signal-hook-registry"
- version = "1.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "signal-hook-tokio"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
- dependencies = [
- "futures-core",
- "libc",
- "signal-hook",
- "tokio",
- ]
- [[package]]
- name = "slab"
- version = "0.4.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "socket2"
- version = "0.4.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
- dependencies = [
- "libc",
- "winapi",
- ]
- [[package]]
- name = "syn"
- version = "2.0.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "tauri-driver"
- version = "0.1.4"
- dependencies = [
- "anyhow",
- "futures",
- "futures-util",
- "hyper",
- "pico-args",
- "serde",
- "serde_json",
- "signal-hook",
- "signal-hook-tokio",
- "tokio",
- "which",
- ]
- [[package]]
- name = "tokio"
- version = "1.29.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
- dependencies = [
- "autocfg",
- "backtrace",
- "libc",
- "mio",
- "pin-project-lite",
- "socket2",
- "tokio-macros",
- "windows-sys",
- ]
- [[package]]
- name = "tokio-macros"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "tower-service"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
- [[package]]
- name = "tracing"
- version = "0.1.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
- dependencies = [
- "cfg-if",
- "pin-project-lite",
- "tracing-core",
- ]
- [[package]]
- name = "tracing-core"
- version = "0.1.31"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
- dependencies = [
- "once_cell",
- ]
- [[package]]
- name = "try-lock"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
- [[package]]
- name = "unicode-ident"
- version = "1.0.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
- [[package]]
- name = "want"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
- dependencies = [
- "try-lock",
- ]
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
- [[package]]
- name = "which"
- version = "4.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
- dependencies = [
- "either",
- "libc",
- "once_cell",
- ]
- [[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-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
- [[package]]
- name = "windows-sys"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
- dependencies = [
- "windows-targets",
- ]
- [[package]]
- name = "windows-targets"
- version = "0.48.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
- dependencies = [
- "windows_aarch64_gnullvm",
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_gnullvm",
- "windows_x86_64_msvc",
- ]
- [[package]]
- name = "windows_aarch64_gnullvm"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.48.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|