123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "anyhow"
- version = "1.0.40"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
- [[package]]
- name = "autocfg"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
- [[package]]
- name = "bytes"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
- [[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.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
- [[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.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-channel"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
- [[package]]
- name = "futures-executor"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-io"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
- [[package]]
- name = "futures-macro"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
- dependencies = [
- "autocfg",
- "proc-macro-hack",
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "futures-sink"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
- [[package]]
- name = "futures-task"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
- [[package]]
- name = "futures-util"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
- dependencies = [
- "autocfg",
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "proc-macro-hack",
- "proc-macro-nested",
- "slab",
- ]
- [[package]]
- name = "http"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
- dependencies = [
- "bytes",
- "fnv",
- "itoa",
- ]
- [[package]]
- name = "http-body"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
- dependencies = [
- "bytes",
- "http",
- "pin-project-lite",
- ]
- [[package]]
- name = "httparse"
- version = "1.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
- [[package]]
- name = "httpdate"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
- [[package]]
- name = "hyper"
- version = "0.14.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34"
- dependencies = [
- "bytes",
- "futures-channel",
- "futures-core",
- "futures-util",
- "http",
- "http-body",
- "httparse",
- "httpdate",
- "itoa",
- "pin-project",
- "socket2",
- "tokio",
- "tower-service",
- "tracing",
- "want",
- ]
- [[package]]
- name = "itoa"
- version = "0.4.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
- [[package]]
- name = "libc"
- version = "0.2.95"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
- [[package]]
- name = "log"
- version = "0.4.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "memchr"
- version = "2.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
- [[package]]
- name = "mio"
- version = "0.7.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
- dependencies = [
- "libc",
- "log",
- "miow",
- "ntapi",
- "winapi",
- ]
- [[package]]
- name = "miow"
- version = "0.3.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "ntapi"
- version = "0.3.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "pico-args"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7d7afeb98c5a10e0bffcc7fc16e105b04d06729fac5fd6384aebf7ff5cb5a67d"
- [[package]]
- name = "pin-project"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
- dependencies = [
- "pin-project-internal",
- ]
- [[package]]
- name = "pin-project-internal"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "pin-project-lite"
- version = "0.2.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
- [[package]]
- name = "proc-macro-hack"
- version = "0.5.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
- [[package]]
- name = "proc-macro-nested"
- version = "0.1.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
- [[package]]
- name = "proc-macro2"
- version = "1.0.27"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
- dependencies = [
- "unicode-xid",
- ]
- [[package]]
- name = "quote"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "ryu"
- version = "1.0.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
- [[package]]
- name = "serde"
- version = "1.0.126"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
- dependencies = [
- "serde_derive",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.126"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.64"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "signal-hook"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
- dependencies = [
- "libc",
- "signal-hook-registry",
- ]
- [[package]]
- name = "signal-hook-registry"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "signal-hook-tokio"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f6c5d32165ff8b94e68e7b3bdecb1b082e958c22434b363482cfb89dcd6f3ff8"
- dependencies = [
- "futures-core",
- "libc",
- "signal-hook",
- "tokio",
- ]
- [[package]]
- name = "slab"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
- [[package]]
- name = "socket2"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
- dependencies = [
- "libc",
- "winapi",
- ]
- [[package]]
- name = "syn"
- version = "1.0.72"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-xid",
- ]
- [[package]]
- name = "tauri-driver"
- version = "0.1.0"
- dependencies = [
- "anyhow",
- "futures",
- "hyper",
- "pico-args",
- "serde",
- "serde_json",
- "signal-hook",
- "signal-hook-tokio",
- "tokio",
- "which",
- ]
- [[package]]
- name = "tokio"
- version = "1.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
- dependencies = [
- "autocfg",
- "libc",
- "mio",
- "pin-project-lite",
- "tokio-macros",
- ]
- [[package]]
- name = "tokio-macros"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "tower-service"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
- [[package]]
- name = "tracing"
- version = "0.1.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
- dependencies = [
- "cfg-if",
- "pin-project-lite",
- "tracing-core",
- ]
- [[package]]
- name = "tracing-core"
- version = "0.1.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
- dependencies = [
- "lazy_static",
- ]
- [[package]]
- name = "try-lock"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
- [[package]]
- name = "unicode-xid"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
- [[package]]
- name = "want"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
- dependencies = [
- "log",
- "try-lock",
- ]
- [[package]]
- name = "which"
- version = "4.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
- dependencies = [
- "either",
- "libc",
- ]
- [[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"
|