12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "aes"
- version = "0.7.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
- dependencies = [
- "cfg-if",
- "cipher",
- "cpufeatures",
- "opaque-debug",
- ]
- [[package]]
- name = "aho-corasick"
- version = "0.7.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
- dependencies = [
- "memchr",
- ]
- [[package]]
- name = "ansi_term"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "async-trait"
- version = "0.1.51"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[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 = "base64"
- version = "0.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
- [[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 = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
- [[package]]
- name = "bumpalo"
- version = "3.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
- [[package]]
- name = "byteorder"
- version = "1.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
- [[package]]
- name = "bytes"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
- [[package]]
- name = "cc"
- version = "1.0.68"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "cipher"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
- dependencies = [
- "generic-array",
- ]
- [[package]]
- name = "clap"
- version = "2.33.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
- dependencies = [
- "ansi_term",
- "atty",
- "bitflags",
- "strsim",
- "textwrap",
- "unicode-width",
- "vec_map",
- ]
- [[package]]
- name = "cpufeatures"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "crc32fast"
- version = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "crossbeam-epoch"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
- dependencies = [
- "cfg-if",
- "crossbeam-utils",
- "lazy_static",
- "memoffset",
- "scopeguard",
- ]
- [[package]]
- name = "crossbeam-utils"
- version = "0.8.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
- dependencies = [
- "autocfg",
- "cfg-if",
- "lazy_static",
- ]
- [[package]]
- name = "dashmap"
- version = "4.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
- dependencies = [
- "cfg-if",
- "num_cpus",
- ]
- [[package]]
- name = "env_logger"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
- dependencies = [
- "atty",
- "humantime",
- "log",
- "regex",
- "termcolor",
- ]
- [[package]]
- name = "foreign-types"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
- dependencies = [
- "foreign-types-shared",
- ]
- [[package]]
- name = "foreign-types-shared"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
- [[package]]
- name = "fs2"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
- dependencies = [
- "libc",
- "winapi",
- ]
- [[package]]
- name = "futures"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-channel"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
- [[package]]
- name = "futures-executor"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-io"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
- [[package]]
- name = "futures-macro"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "futures-sink"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
- [[package]]
- name = "futures-task"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
- [[package]]
- name = "futures-util"
- version = "0.3.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
- [[package]]
- name = "fxhash"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
- dependencies = [
- "byteorder",
- ]
- [[package]]
- name = "generic-array"
- version = "0.14.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
- dependencies = [
- "typenum",
- "version_check",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi 0.10.2+wasi-snapshot-preview1",
- ]
- [[package]]
- name = "hermit-abi"
- version = "0.1.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "humantime"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
- [[package]]
- name = "instant"
- version = "0.1.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "js-sys"
- version = "0.3.51"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
- 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.132"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
- [[package]]
- name = "lock_api"
- version = "0.4.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
- dependencies = [
- "scopeguard",
- ]
- [[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 = "memoffset"
- version = "0.6.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "mio"
- version = "0.8.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
- dependencies = [
- "libc",
- "log",
- "wasi 0.11.0+wasi-snapshot-preview1",
- "windows-sys",
- ]
- [[package]]
- name = "mumble-protocol"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4071096f63c6e9853c32825096af49caf6667979ff67a765ba23dffcf3c77160"
- dependencies = [
- "byteorder",
- "bytes",
- "openssl",
- "protobuf",
- "protobuf-codegen-pure",
- "tokio-util",
- ]
- [[package]]
- name = "num_cpus"
- version = "1.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
- dependencies = [
- "hermit-abi",
- "libc",
- ]
- [[package]]
- name = "once_cell"
- version = "1.7.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
- [[package]]
- name = "opaque-debug"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
- [[package]]
- name = "openssl"
- version = "0.10.41"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
- dependencies = [
- "bitflags",
- "cfg-if",
- "foreign-types",
- "libc",
- "once_cell",
- "openssl-macros",
- "openssl-sys",
- ]
- [[package]]
- name = "openssl-macros"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "openssl-sys"
- version = "0.9.75"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
- dependencies = [
- "autocfg",
- "cc",
- "libc",
- "pkg-config",
- "vcpkg",
- ]
- [[package]]
- name = "parking_lot"
- version = "0.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
- dependencies = [
- "instant",
- "lock_api",
- "parking_lot_core",
- ]
- [[package]]
- name = "parking_lot_core"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
- dependencies = [
- "cfg-if",
- "instant",
- "libc",
- "redox_syscall",
- "smallvec",
- "winapi",
- ]
- [[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 = "pkg-config"
- version = "0.3.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
- [[package]]
- name = "ppv-lite86"
- version = "0.2.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
- [[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 = "protobuf"
- version = "2.25.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "23129d50f2c9355ced935fce8a08bd706ee2e7ce2b3b33bf61dace0e379ac63a"
- [[package]]
- name = "protobuf-codegen"
- version = "2.25.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4ba98ce0dadaa6de1e7f1b6d82a0a73b03e0c049169a167c919d906b0875026c"
- dependencies = [
- "protobuf",
- ]
- [[package]]
- name = "protobuf-codegen-pure"
- version = "2.25.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a2bab16316ed0c5794a06c399af55a3ca7b93496cb35cb4c15bcc8f5d824f2b7"
- dependencies = [
- "protobuf",
- "protobuf-codegen",
- ]
- [[package]]
- name = "quote"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "rand"
- version = "0.8.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
- dependencies = [
- "libc",
- "rand_chacha",
- "rand_core",
- "rand_hc",
- ]
- [[package]]
- name = "rand_chacha"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
- dependencies = [
- "ppv-lite86",
- "rand_core",
- ]
- [[package]]
- name = "rand_core"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
- dependencies = [
- "getrandom",
- ]
- [[package]]
- name = "rand_hc"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
- dependencies = [
- "rand_core",
- ]
- [[package]]
- name = "redox_syscall"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
- dependencies = [
- "bitflags",
- ]
- [[package]]
- name = "regex"
- version = "1.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-syntax"
- version = "0.6.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
- [[package]]
- name = "ring"
- version = "0.16.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
- dependencies = [
- "cc",
- "libc",
- "once_cell",
- "spin",
- "untrusted",
- "web-sys",
- "winapi",
- ]
- [[package]]
- name = "rumble"
- version = "0.1.0"
- dependencies = [
- "aes",
- "async-trait",
- "bincode",
- "bytes",
- "clap",
- "dashmap",
- "env_logger",
- "futures",
- "log",
- "mumble-protocol",
- "rand",
- "ring",
- "serde",
- "sled",
- "tokio",
- "tokio-rustls",
- "tokio-util",
- ]
- [[package]]
- name = "rustls"
- version = "0.19.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
- dependencies = [
- "base64",
- "log",
- "ring",
- "sct",
- "webpki",
- ]
- [[package]]
- name = "scopeguard"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
- [[package]]
- name = "sct"
- version = "0.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
- dependencies = [
- "ring",
- "untrusted",
- ]
- [[package]]
- name = "serde"
- version = "1.0.130"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
- dependencies = [
- "serde_derive",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.130"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "slab"
- version = "0.4.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "sled"
- version = "0.34.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1d0132f3e393bcb7390c60bb45769498cf4550bcb7a21d7f95c02b69f6362cdc"
- dependencies = [
- "crc32fast",
- "crossbeam-epoch",
- "crossbeam-utils",
- "fs2",
- "fxhash",
- "libc",
- "log",
- "parking_lot",
- ]
- [[package]]
- name = "smallvec"
- version = "1.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
- [[package]]
- name = "socket2"
- version = "0.4.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
- dependencies = [
- "libc",
- "winapi",
- ]
- [[package]]
- name = "spin"
- version = "0.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
- [[package]]
- name = "strsim"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
- [[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 = "termcolor"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
- dependencies = [
- "winapi-util",
- ]
- [[package]]
- name = "textwrap"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
- dependencies = [
- "unicode-width",
- ]
- [[package]]
- name = "tokio"
- version = "1.20.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
- dependencies = [
- "autocfg",
- "bytes",
- "libc",
- "memchr",
- "mio",
- "num_cpus",
- "once_cell",
- "pin-project-lite",
- "socket2",
- "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-rustls"
- version = "0.22.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
- dependencies = [
- "rustls",
- "tokio",
- "webpki",
- ]
- [[package]]
- name = "tokio-util"
- version = "0.6.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
- dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "log",
- "pin-project-lite",
- "tokio",
- ]
- [[package]]
- name = "typenum"
- version = "1.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
- [[package]]
- name = "unicode-width"
- version = "0.1.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
- [[package]]
- name = "unicode-xid"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
- [[package]]
- name = "untrusted"
- version = "0.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
- [[package]]
- name = "vcpkg"
- version = "0.2.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
- [[package]]
- name = "vec_map"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
- [[package]]
- name = "version_check"
- version = "0.9.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
- [[package]]
- name = "wasi"
- version = "0.10.2+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
- [[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.74"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
- dependencies = [
- "cfg-if",
- "wasm-bindgen-macro",
- ]
- [[package]]
- name = "wasm-bindgen-backend"
- version = "0.2.74"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
- dependencies = [
- "bumpalo",
- "lazy_static",
- "log",
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-shared",
- ]
- [[package]]
- name = "wasm-bindgen-macro"
- version = "0.2.74"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
- dependencies = [
- "quote",
- "wasm-bindgen-macro-support",
- ]
- [[package]]
- name = "wasm-bindgen-macro-support"
- version = "0.2.74"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-backend",
- "wasm-bindgen-shared",
- ]
- [[package]]
- name = "wasm-bindgen-shared"
- version = "0.2.74"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
- [[package]]
- name = "web-sys"
- version = "0.3.51"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
- dependencies = [
- "js-sys",
- "wasm-bindgen",
- ]
- [[package]]
- name = "webpki"
- version = "0.21.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
- dependencies = [
- "ring",
- "untrusted",
- ]
- [[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.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
- dependencies = [
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_msvc",
- ]
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.36.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|