12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "actix"
- version = "0.13.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cba56612922b907719d4a01cf11c8d5b458e7d3dba946d0435f20f58d6795ed2"
- dependencies = [
- "actix-macros",
- "actix-rt",
- "actix_derive",
- "bitflags 2.4.0",
- "bytes",
- "crossbeam-channel",
- "futures-core",
- "futures-sink",
- "futures-task",
- "futures-util",
- "log",
- "once_cell",
- "parking_lot",
- "pin-project-lite",
- "smallvec",
- "tokio",
- "tokio-util",
- ]
- [[package]]
- name = "actix-codec"
- version = "0.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
- dependencies = [
- "bitflags 1.3.2",
- "bytes",
- "futures-core",
- "futures-sink",
- "memchr",
- "pin-project-lite",
- "tokio",
- "tokio-util",
- "tracing",
- ]
- [[package]]
- name = "actix-http"
- version = "3.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
- dependencies = [
- "actix-codec",
- "actix-rt",
- "actix-service",
- "actix-utils",
- "ahash",
- "base64",
- "bitflags 2.4.0",
- "brotli",
- "bytes",
- "bytestring",
- "derive_more",
- "encoding_rs",
- "flate2",
- "futures-core",
- "h2",
- "http",
- "httparse",
- "httpdate",
- "itoa",
- "language-tags",
- "local-channel",
- "mime",
- "percent-encoding",
- "pin-project-lite",
- "rand",
- "sha1",
- "smallvec",
- "tokio",
- "tokio-util",
- "tracing",
- "zstd",
- ]
- [[package]]
- name = "actix-macros"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
- dependencies = [
- "quote",
- "syn 2.0.37",
- ]
- [[package]]
- name = "actix-router"
- version = "0.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
- dependencies = [
- "bytestring",
- "http",
- "regex",
- "serde",
- "tracing",
- ]
- [[package]]
- name = "actix-rt"
- version = "2.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
- dependencies = [
- "futures-core",
- "tokio",
- ]
- [[package]]
- name = "actix-server"
- version = "2.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
- dependencies = [
- "actix-rt",
- "actix-service",
- "actix-utils",
- "futures-core",
- "futures-util",
- "mio",
- "socket2",
- "tokio",
- "tracing",
- ]
- [[package]]
- name = "actix-service"
- version = "2.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
- dependencies = [
- "futures-core",
- "paste",
- "pin-project-lite",
- ]
- [[package]]
- name = "actix-utils"
- version = "3.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
- dependencies = [
- "local-waker",
- "pin-project-lite",
- ]
- [[package]]
- name = "actix-web"
- version = "4.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
- dependencies = [
- "actix-codec",
- "actix-http",
- "actix-macros",
- "actix-router",
- "actix-rt",
- "actix-server",
- "actix-service",
- "actix-utils",
- "actix-web-codegen",
- "ahash",
- "bytes",
- "bytestring",
- "cfg-if",
- "cookie",
- "derive_more",
- "encoding_rs",
- "futures-core",
- "futures-util",
- "itoa",
- "language-tags",
- "log",
- "mime",
- "once_cell",
- "pin-project-lite",
- "regex",
- "serde",
- "serde_json",
- "serde_urlencoded",
- "smallvec",
- "socket2",
- "time",
- "url",
- ]
- [[package]]
- name = "actix-web-codegen"
- version = "4.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
- dependencies = [
- "actix-router",
- "proc-macro2",
- "quote",
- "syn 2.0.37",
- ]
- [[package]]
- name = "actix_derive"
- version = "0.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7c7db3d5a9718568e4cf4a537cfd7070e6e6ff7481510d0237fb529ac850f6d3"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.37",
- ]
- [[package]]
- name = "addr2line"
- version = "0.21.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
- dependencies = [
- "gimli",
- ]
- [[package]]
- name = "adler"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
- [[package]]
- name = "ahash"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
- dependencies = [
- "cfg-if",
- "getrandom",
- "once_cell",
- "version_check",
- ]
- [[package]]
- name = "aho-corasick"
- version = "1.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
- dependencies = [
- "memchr",
- ]
- [[package]]
- name = "alloc-no-stdlib"
- version = "2.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
- [[package]]
- name = "alloc-stdlib"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
- dependencies = [
- "alloc-no-stdlib",
- ]
- [[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.69"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
- dependencies = [
- "addr2line",
- "cc",
- "cfg-if",
- "libc",
- "miniz_oxide",
- "object",
- "rustc-demangle",
- ]
- [[package]]
- name = "base64"
- version = "0.21.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
- [[package]]
- name = "bitflags"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
- [[package]]
- name = "bitflags"
- version = "2.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
- [[package]]
- name = "block-buffer"
- version = "0.10.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
- dependencies = [
- "generic-array",
- ]
- [[package]]
- name = "brotli"
- version = "3.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
- dependencies = [
- "alloc-no-stdlib",
- "alloc-stdlib",
- "brotli-decompressor",
- ]
- [[package]]
- name = "brotli-decompressor"
- version = "2.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
- dependencies = [
- "alloc-no-stdlib",
- "alloc-stdlib",
- ]
- [[package]]
- name = "bytes"
- version = "1.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
- [[package]]
- name = "bytestring"
- version = "1.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
- dependencies = [
- "bytes",
- ]
- [[package]]
- name = "cc"
- version = "1.0.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
- dependencies = [
- "jobserver",
- "libc",
- ]
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "convert_case"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
- [[package]]
- name = "cookie"
- version = "0.16.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
- dependencies = [
- "percent-encoding",
- "time",
- "version_check",
- ]
- [[package]]
- name = "cpufeatures"
- version = "0.2.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "crc32fast"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "crossbeam-channel"
- version = "0.5.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
- dependencies = [
- "cfg-if",
- "crossbeam-utils",
- ]
- [[package]]
- name = "crossbeam-utils"
- version = "0.8.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "crypto-common"
- version = "0.1.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
- dependencies = [
- "generic-array",
- "typenum",
- ]
- [[package]]
- name = "deranged"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
- [[package]]
- name = "derive_more"
- version = "0.99.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
- dependencies = [
- "convert_case",
- "proc-macro2",
- "quote",
- "rustc_version",
- "syn 1.0.109",
- ]
- [[package]]
- name = "digest"
- version = "0.10.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
- dependencies = [
- "block-buffer",
- "crypto-common",
- ]
- [[package]]
- name = "encoding_rs"
- version = "0.8.33"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "flate2"
- version = "1.0.27"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
- dependencies = [
- "crc32fast",
- "miniz_oxide",
- ]
- [[package]]
- name = "fnv"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
- [[package]]
- name = "form_urlencoded"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
- dependencies = [
- "percent-encoding",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
- [[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-core",
- "futures-task",
- "pin-project-lite",
- "pin-utils",
- ]
- [[package]]
- name = "generic-array"
- version = "0.14.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
- dependencies = [
- "typenum",
- "version_check",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi",
- ]
- [[package]]
- name = "gimli"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
- [[package]]
- name = "h2"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
- dependencies = [
- "bytes",
- "fnv",
- "futures-core",
- "futures-sink",
- "futures-util",
- "http",
- "indexmap",
- "slab",
- "tokio",
- "tokio-util",
- "tracing",
- ]
- [[package]]
- name = "hashbrown"
- version = "0.12.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
- [[package]]
- name = "html-escape"
- version = "0.2.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
- dependencies = [
- "utf8-width",
- ]
- [[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 = "httparse"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
- [[package]]
- name = "httpdate"
- version = "1.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
- [[package]]
- name = "idna"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
- dependencies = [
- "unicode-bidi",
- "unicode-normalization",
- ]
- [[package]]
- name = "indexmap"
- version = "1.9.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
- dependencies = [
- "autocfg",
- "hashbrown",
- ]
- [[package]]
- name = "itoa"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
- [[package]]
- name = "jobserver"
- version = "0.1.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "language-tags"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
- [[package]]
- name = "libc"
- version = "0.2.148"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
- [[package]]
- name = "local-channel"
- version = "0.1.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e0a493488de5f18c8ffcba89eebb8532ffc562dc400490eb65b84893fae0b178"
- dependencies = [
- "futures-core",
- "futures-sink",
- "local-waker",
- ]
- [[package]]
- name = "local-waker"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
- [[package]]
- name = "lock_api"
- version = "0.4.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
- dependencies = [
- "autocfg",
- "scopeguard",
- ]
- [[package]]
- name = "log"
- version = "0.4.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
- [[package]]
- name = "memchr"
- version = "2.6.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
- [[package]]
- name = "mime"
- version = "0.3.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
- [[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.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
- dependencies = [
- "libc",
- "log",
- "wasi",
- "windows-sys",
- ]
- [[package]]
- name = "object"
- version = "0.32.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
- dependencies = [
- "memchr",
- ]
- [[package]]
- name = "once_cell"
- version = "1.18.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
- [[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.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
- dependencies = [
- "cfg-if",
- "libc",
- "redox_syscall",
- "smallvec",
- "windows-targets",
- ]
- [[package]]
- name = "passwords"
- version = "3.1.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "11407193a7c2bd14ec6b0ec3394da6fdcf7a4d5dcbc8c3cc38dfb17802c8d59c"
- dependencies = [
- "random-pick",
- ]
- [[package]]
- name = "paste"
- version = "1.0.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
- [[package]]
- name = "percent-encoding"
- version = "2.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
- [[package]]
- name = "pin-project-lite"
- version = "0.2.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
- [[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.27"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
- [[package]]
- name = "ppv-lite86"
- version = "0.2.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
- [[package]]
- name = "proc-macro-hack"
- version = "0.5.20+deprecated"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
- [[package]]
- name = "proc-macro2"
- version = "1.0.67"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "pwg-web"
- version = "0.1.0"
- dependencies = [
- "actix",
- "actix-web",
- "html-escape",
- "passwords",
- "serde",
- ]
- [[package]]
- name = "quote"
- version = "1.0.33"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
- 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 = "random-number"
- version = "0.1.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3a3da5cbb4c27c5150c03a54a7e4745437cd90f9e329ae657c0b889a144bb7be"
- dependencies = [
- "proc-macro-hack",
- "rand",
- "random-number-macro-impl",
- ]
- [[package]]
- name = "random-number-macro-impl"
- version = "0.1.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b86292cf41ccfc96c5de7165c1c53d5b4ac540c5bab9d1857acbe9eba5f1a0b"
- dependencies = [
- "proc-macro-hack",
- "quote",
- "syn 2.0.37",
- ]
- [[package]]
- name = "random-pick"
- version = "1.2.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c179499072da789afe44127d5f4aa6012de2c2f96ef759990196b37387a2a0f8"
- dependencies = [
- "random-number",
- ]
- [[package]]
- name = "redox_syscall"
- version = "0.3.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
- dependencies = [
- "bitflags 1.3.2",
- ]
- [[package]]
- name = "regex"
- version = "1.9.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-automata",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-automata"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-syntax"
- version = "0.7.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
- [[package]]
- name = "rustc-demangle"
- version = "0.1.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
- [[package]]
- name = "rustc_version"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
- dependencies = [
- "semver",
- ]
- [[package]]
- name = "ryu"
- version = "1.0.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
- [[package]]
- name = "scopeguard"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
- [[package]]
- name = "semver"
- version = "1.0.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
- [[package]]
- name = "serde"
- version = "1.0.188"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
- dependencies = [
- "serde_derive",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.188"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.37",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.107"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "serde_urlencoded"
- version = "0.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
- dependencies = [
- "form_urlencoded",
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "sha1"
- version = "0.10.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
- dependencies = [
- "cfg-if",
- "cpufeatures",
- "digest",
- ]
- [[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 = "slab"
- version = "0.4.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "smallvec"
- version = "1.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
- [[package]]
- name = "socket2"
- version = "0.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
- dependencies = [
- "libc",
- "windows-sys",
- ]
- [[package]]
- name = "syn"
- version = "1.0.109"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "syn"
- version = "2.0.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "time"
- version = "0.3.28"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
- dependencies = [
- "deranged",
- "itoa",
- "serde",
- "time-core",
- "time-macros",
- ]
- [[package]]
- name = "time-core"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
- [[package]]
- name = "time-macros"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
- dependencies = [
- "time-core",
- ]
- [[package]]
- name = "tinyvec"
- version = "1.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
- dependencies = [
- "tinyvec_macros",
- ]
- [[package]]
- name = "tinyvec_macros"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
- [[package]]
- name = "tokio"
- version = "1.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
- dependencies = [
- "backtrace",
- "bytes",
- "libc",
- "mio",
- "parking_lot",
- "pin-project-lite",
- "signal-hook-registry",
- "socket2",
- "windows-sys",
- ]
- [[package]]
- name = "tokio-util"
- version = "0.7.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
- dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "pin-project-lite",
- "tokio",
- "tracing",
- ]
- [[package]]
- name = "tracing"
- version = "0.1.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
- dependencies = [
- "cfg-if",
- "log",
- "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 = "typenum"
- version = "1.17.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
- [[package]]
- name = "unicode-bidi"
- version = "0.3.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
- [[package]]
- name = "unicode-ident"
- version = "1.0.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
- [[package]]
- name = "unicode-normalization"
- version = "0.1.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
- dependencies = [
- "tinyvec",
- ]
- [[package]]
- name = "url"
- version = "2.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
- dependencies = [
- "form_urlencoded",
- "idna",
- "percent-encoding",
- ]
- [[package]]
- name = "utf8-width"
- version = "0.1.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
- [[package]]
- name = "version_check"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
- [[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.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
- 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.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.48.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
- [[package]]
- name = "zstd"
- version = "0.12.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
- dependencies = [
- "zstd-safe",
- ]
- [[package]]
- name = "zstd-safe"
- version = "6.0.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
- dependencies = [
- "libc",
- "zstd-sys",
- ]
- [[package]]
- name = "zstd-sys"
- version = "2.0.8+zstd.1.5.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
- dependencies = [
- "cc",
- "libc",
- "pkg-config",
- ]
|