123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "ahash"
- version = "0.7.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
- dependencies = [
- "getrandom",
- "once_cell",
- "version_check",
- ]
- [[package]]
- name = "aho-corasick"
- version = "0.7.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
- dependencies = [
- "memchr",
- ]
- [[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 = "anyhow"
- version = "1.0.66"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
- [[package]]
- name = "atty"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
- dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
- ]
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
- [[package]]
- name = "bitflags"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
- [[package]]
- name = "bumpalo"
- version = "3.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
- [[package]]
- name = "bytes"
- version = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
- dependencies = [
- "serde",
- ]
- [[package]]
- name = "cc"
- version = "1.0.76"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
- dependencies = [
- "jobserver",
- ]
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "chrono"
- version = "0.4.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
- dependencies = [
- "iana-time-zone",
- "js-sys",
- "num-integer",
- "num-traits",
- "time",
- "wasm-bindgen",
- "winapi",
- ]
- [[package]]
- name = "codespan-reporting"
- version = "0.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
- dependencies = [
- "termcolor",
- "unicode-width",
- ]
- [[package]]
- name = "confy"
- version = "0.4.0"
- source = "git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b"
- dependencies = [
- "directories-next",
- "serde",
- "thiserror",
- "toml",
- ]
- [[package]]
- name = "core-foundation-sys"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
- [[package]]
- name = "cxx"
- version = "1.0.81"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
- dependencies = [
- "cc",
- "cxxbridge-flags",
- "cxxbridge-macro",
- "link-cplusplus",
- ]
- [[package]]
- name = "cxx-build"
- version = "1.0.81"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
- dependencies = [
- "cc",
- "codespan-reporting",
- "once_cell",
- "proc-macro2",
- "quote",
- "scratch",
- "syn",
- ]
- [[package]]
- name = "cxxbridge-flags"
- version = "1.0.81"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
- [[package]]
- name = "cxxbridge-macro"
- version = "1.0.81"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "directories-next"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
- dependencies = [
- "cfg-if",
- "dirs-sys-next",
- ]
- [[package]]
- name = "dirs-next"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
- dependencies = [
- "cfg-if",
- "dirs-sys-next",
- ]
- [[package]]
- name = "dirs-sys-next"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
- dependencies = [
- "libc",
- "redox_users",
- "winapi",
- ]
- [[package]]
- name = "dylib_virtual_display"
- version = "0.1.0"
- dependencies = [
- "cc",
- "hbb_common",
- "lazy_static",
- "serde",
- "serde_derive",
- "thiserror",
- ]
- [[package]]
- name = "ed25519"
- version = "1.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
- dependencies = [
- "signature",
- ]
- [[package]]
- name = "either"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
- [[package]]
- name = "env_logger"
- version = "0.9.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
- dependencies = [
- "atty",
- "humantime",
- "log",
- "regex",
- "termcolor",
- ]
- [[package]]
- name = "fastrand"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
- dependencies = [
- "instant",
- ]
- [[package]]
- name = "filetime"
- version = "0.2.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
- dependencies = [
- "cfg-if",
- "libc",
- "redox_syscall",
- "windows-sys",
- ]
- [[package]]
- name = "futures"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-channel"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
- [[package]]
- name = "futures-executor"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-io"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
- [[package]]
- name = "futures-macro"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "futures-sink"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
- [[package]]
- name = "futures-task"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
- [[package]]
- name = "futures-util"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi 0.11.0+wasi-snapshot-preview1",
- ]
- [[package]]
- name = "hashbrown"
- version = "0.12.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
- dependencies = [
- "ahash",
- ]
- [[package]]
- name = "hbb_common"
- version = "0.1.0"
- dependencies = [
- "anyhow",
- "bytes",
- "chrono",
- "confy",
- "directories-next",
- "dirs-next",
- "env_logger",
- "filetime",
- "futures",
- "futures-util",
- "lazy_static",
- "log",
- "mac_address",
- "machine-uid",
- "protobuf",
- "protobuf-codegen",
- "rand",
- "regex",
- "serde",
- "serde_derive",
- "socket2 0.3.19",
- "sodiumoxide",
- "tokio",
- "tokio-socks",
- "tokio-util",
- "winapi",
- "zstd",
- ]
- [[package]]
- name = "hermit-abi"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
- dependencies = [
- "libc",
- ]
- [[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.53"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
- dependencies = [
- "android_system_properties",
- "core-foundation-sys",
- "iana-time-zone-haiku",
- "js-sys",
- "wasm-bindgen",
- "winapi",
- ]
- [[package]]
- name = "iana-time-zone-haiku"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
- dependencies = [
- "cxx",
- "cxx-build",
- ]
- [[package]]
- name = "indexmap"
- version = "1.9.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
- dependencies = [
- "autocfg",
- "hashbrown",
- ]
- [[package]]
- name = "instant"
- version = "0.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "jobserver"
- version = "0.1.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "js-sys"
- version = "0.3.60"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
- dependencies = [
- "wasm-bindgen",
- ]
- [[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.137"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
- [[package]]
- name = "libloading"
- version = "0.7.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
- dependencies = [
- "cfg-if",
- "winapi",
- ]
- [[package]]
- name = "libsodium-sys"
- version = "0.2.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
- dependencies = [
- "cc",
- "libc",
- "pkg-config",
- "walkdir",
- ]
- [[package]]
- name = "link-cplusplus"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
- dependencies = [
- "cc",
- ]
- [[package]]
- name = "lock_api"
- version = "0.4.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
- dependencies = [
- "autocfg",
- "scopeguard",
- ]
- [[package]]
- name = "log"
- version = "0.4.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "mac_address"
- version = "1.1.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b238e3235c8382b7653c6408ed1b08dd379bdb9fdf990fb0bbae3db2cc0ae963"
- dependencies = [
- "nix",
- "winapi",
- ]
- [[package]]
- name = "machine-uid"
- version = "0.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
- dependencies = [
- "winreg",
- ]
- [[package]]
- name = "memchr"
- version = "2.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
- [[package]]
- name = "memoffset"
- version = "0.6.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "mio"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
- dependencies = [
- "libc",
- "log",
- "wasi 0.11.0+wasi-snapshot-preview1",
- "windows-sys",
- ]
- [[package]]
- name = "nix"
- version = "0.23.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
- dependencies = [
- "bitflags",
- "cc",
- "cfg-if",
- "libc",
- "memoffset",
- ]
- [[package]]
- name = "num-integer"
- version = "0.1.45"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
- dependencies = [
- "autocfg",
- "num-traits",
- ]
- [[package]]
- name = "num-traits"
- version = "0.2.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "num_cpus"
- version = "1.14.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
- dependencies = [
- "hermit-abi",
- "libc",
- ]
- [[package]]
- name = "once_cell"
- version = "1.16.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
- [[package]]
- name = "parking_lot"
- version = "0.12.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
- dependencies = [
- "lock_api",
- "parking_lot_core",
- ]
- [[package]]
- name = "parking_lot_core"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
- dependencies = [
- "cfg-if",
- "libc",
- "redox_syscall",
- "smallvec",
- "windows-sys",
- ]
- [[package]]
- name = "pin-project"
- version = "1.0.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
- dependencies = [
- "pin-project-internal",
- ]
- [[package]]
- name = "pin-project-internal"
- version = "1.0.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "pin-project-lite"
- version = "0.2.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
- [[package]]
- name = "pkg-config"
- version = "0.3.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
- [[package]]
- name = "ppv-lite86"
- version = "0.2.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
- [[package]]
- name = "proc-macro2"
- version = "1.0.47"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "protobuf"
- version = "3.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
- dependencies = [
- "bytes",
- "once_cell",
- "protobuf-support",
- "thiserror",
- ]
- [[package]]
- name = "protobuf-codegen"
- version = "3.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0dd418ac3c91caa4032d37cb80ff0d44e2ebe637b2fb243b6234bf89cdac4901"
- dependencies = [
- "anyhow",
- "once_cell",
- "protobuf",
- "protobuf-parse",
- "regex",
- "tempfile",
- "thiserror",
- ]
- [[package]]
- name = "protobuf-parse"
- version = "3.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49"
- dependencies = [
- "anyhow",
- "indexmap",
- "log",
- "protobuf",
- "protobuf-support",
- "tempfile",
- "thiserror",
- "which",
- ]
- [[package]]
- name = "protobuf-support"
- version = "3.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
- dependencies = [
- "thiserror",
- ]
- [[package]]
- name = "quote"
- version = "1.0.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
- 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.2.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
- dependencies = [
- "bitflags",
- ]
- [[package]]
- name = "redox_users"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
- dependencies = [
- "getrandom",
- "redox_syscall",
- "thiserror",
- ]
- [[package]]
- name = "regex"
- version = "1.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-syntax"
- version = "0.6.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
- [[package]]
- name = "remove_dir_all"
- version = "0.5.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
- dependencies = [
- "winapi",
- ]
- [[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.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
- [[package]]
- name = "scratch"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
- [[package]]
- name = "serde"
- version = "1.0.147"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
- [[package]]
- name = "serde_derive"
- version = "1.0.147"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[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 = "signature"
- version = "1.6.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
- [[package]]
- name = "slab"
- version = "0.4.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "smallvec"
- version = "1.10.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
- [[package]]
- name = "socket2"
- version = "0.3.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
- dependencies = [
- "cfg-if",
- "libc",
- "winapi",
- ]
- [[package]]
- name = "socket2"
- version = "0.4.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
- dependencies = [
- "libc",
- "winapi",
- ]
- [[package]]
- name = "sodiumoxide"
- version = "0.2.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
- dependencies = [
- "ed25519",
- "libc",
- "libsodium-sys",
- "serde",
- ]
- [[package]]
- name = "syn"
- version = "1.0.103"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "tempfile"
- version = "3.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
- dependencies = [
- "cfg-if",
- "fastrand",
- "libc",
- "redox_syscall",
- "remove_dir_all",
- "winapi",
- ]
- [[package]]
- name = "termcolor"
- version = "1.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
- dependencies = [
- "winapi-util",
- ]
- [[package]]
- name = "thiserror"
- version = "1.0.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
- dependencies = [
- "thiserror-impl",
- ]
- [[package]]
- name = "thiserror-impl"
- version = "1.0.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "time"
- version = "0.1.44"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
- dependencies = [
- "libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
- "winapi",
- ]
- [[package]]
- name = "tokio"
- version = "1.21.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
- dependencies = [
- "autocfg",
- "bytes",
- "libc",
- "memchr",
- "mio",
- "num_cpus",
- "parking_lot",
- "pin-project-lite",
- "signal-hook-registry",
- "socket2 0.4.7",
- "tokio-macros",
- "winapi",
- ]
- [[package]]
- name = "tokio-macros"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "tokio-socks"
- version = "0.5.1-1"
- source = "git+https://github.com/open-trade/tokio-socks#7034e79263ce25c348be072808d7601d82cd892d"
- dependencies = [
- "bytes",
- "either",
- "futures-core",
- "futures-sink",
- "futures-util",
- "pin-project",
- "thiserror",
- "tokio",
- "tokio-util",
- ]
- [[package]]
- name = "tokio-util"
- version = "0.7.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
- dependencies = [
- "bytes",
- "futures-core",
- "futures-io",
- "futures-sink",
- "futures-util",
- "hashbrown",
- "pin-project-lite",
- "slab",
- "tokio",
- "tracing",
- ]
- [[package]]
- name = "toml"
- version = "0.5.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
- dependencies = [
- "serde",
- ]
- [[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.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
- dependencies = [
- "once_cell",
- ]
- [[package]]
- name = "unicode-ident"
- version = "1.0.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
- [[package]]
- name = "unicode-width"
- version = "0.1.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
- [[package]]
- name = "version_check"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
- [[package]]
- name = "virtual_display"
- version = "0.1.0"
- dependencies = [
- "dylib_virtual_display",
- "hbb_common",
- "lazy_static",
- "libloading",
- ]
- [[package]]
- name = "walkdir"
- version = "2.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
- dependencies = [
- "same-file",
- "winapi",
- "winapi-util",
- ]
- [[package]]
- name = "wasi"
- version = "0.10.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
- [[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.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
- dependencies = [
- "cfg-if",
- "wasm-bindgen-macro",
- ]
- [[package]]
- name = "wasm-bindgen-backend"
- version = "0.2.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
- dependencies = [
- "bumpalo",
- "log",
- "once_cell",
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-shared",
- ]
- [[package]]
- name = "wasm-bindgen-macro"
- version = "0.2.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
- dependencies = [
- "quote",
- "wasm-bindgen-macro-support",
- ]
- [[package]]
- name = "wasm-bindgen-macro-support"
- version = "0.2.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-backend",
- "wasm-bindgen-shared",
- ]
- [[package]]
- name = "wasm-bindgen-shared"
- version = "0.2.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
- [[package]]
- name = "which"
- version = "4.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
- 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-util"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
- dependencies = [
- "winapi",
- ]
- [[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.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
- 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.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
- [[package]]
- name = "winreg"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "zstd"
- version = "0.9.2+zstd.1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
- dependencies = [
- "zstd-safe",
- ]
- [[package]]
- name = "zstd-safe"
- version = "4.1.3+zstd.1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
- dependencies = [
- "libc",
- "zstd-sys",
- ]
- [[package]]
- name = "zstd-sys"
- version = "1.6.2+zstd.1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
- dependencies = [
- "cc",
- "libc",
- ]
|