...

Text file src/github.com/linkerd/linkerd2/Cargo.lock

Documentation: github.com/linkerd/linkerd2

     1# This file is automatically @generated by Cargo.
     2# It is not intended for manual editing.
     3version = 3
     4
     5[[package]]
     6name = "addr2line"
     7version = "0.22.0"
     8source = "registry+https://github.com/rust-lang/crates.io-index"
     9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
    10dependencies = [
    11 "gimli",
    12]
    13
    14[[package]]
    15name = "adler"
    16version = "1.0.2"
    17source = "registry+https://github.com/rust-lang/crates.io-index"
    18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    19
    20[[package]]
    21name = "adler32"
    22version = "1.2.0"
    23source = "registry+https://github.com/rust-lang/crates.io-index"
    24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
    25
    26[[package]]
    27name = "ahash"
    28version = "0.8.11"
    29source = "registry+https://github.com/rust-lang/crates.io-index"
    30checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
    31dependencies = [
    32 "cfg-if",
    33 "getrandom",
    34 "once_cell",
    35 "version_check",
    36 "zerocopy",
    37]
    38
    39[[package]]
    40name = "aho-corasick"
    41version = "1.1.3"
    42source = "registry+https://github.com/rust-lang/crates.io-index"
    43checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
    44dependencies = [
    45 "memchr",
    46]
    47
    48[[package]]
    49name = "allocator-api2"
    50version = "0.2.18"
    51source = "registry+https://github.com/rust-lang/crates.io-index"
    52checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
    53
    54[[package]]
    55name = "android-tzdata"
    56version = "0.1.1"
    57source = "registry+https://github.com/rust-lang/crates.io-index"
    58checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
    59
    60[[package]]
    61name = "android_system_properties"
    62version = "0.1.5"
    63source = "registry+https://github.com/rust-lang/crates.io-index"
    64checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
    65dependencies = [
    66 "libc",
    67]
    68
    69[[package]]
    70name = "anstyle"
    71version = "1.0.7"
    72source = "registry+https://github.com/rust-lang/crates.io-index"
    73checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
    74
    75[[package]]
    76name = "anyhow"
    77version = "1.0.86"
    78source = "registry+https://github.com/rust-lang/crates.io-index"
    79checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
    80
    81[[package]]
    82name = "async-stream"
    83version = "0.3.5"
    84source = "registry+https://github.com/rust-lang/crates.io-index"
    85checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
    86dependencies = [
    87 "async-stream-impl",
    88 "futures-core",
    89 "pin-project-lite",
    90]
    91
    92[[package]]
    93name = "async-stream-impl"
    94version = "0.3.5"
    95source = "registry+https://github.com/rust-lang/crates.io-index"
    96checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
    97dependencies = [
    98 "proc-macro2",
    99 "quote",
   100 "syn 2.0.48",
   101]
   102
   103[[package]]
   104name = "async-trait"
   105version = "0.1.80"
   106source = "registry+https://github.com/rust-lang/crates.io-index"
   107checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
   108dependencies = [
   109 "proc-macro2",
   110 "quote",
   111 "syn 2.0.48",
   112]
   113
   114[[package]]
   115name = "autocfg"
   116version = "1.3.0"
   117source = "registry+https://github.com/rust-lang/crates.io-index"
   118checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
   119
   120[[package]]
   121name = "axum"
   122version = "0.6.20"
   123source = "registry+https://github.com/rust-lang/crates.io-index"
   124checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
   125dependencies = [
   126 "async-trait",
   127 "axum-core",
   128 "bitflags 1.3.2",
   129 "bytes",
   130 "futures-util",
   131 "http",
   132 "http-body",
   133 "hyper",
   134 "itoa",
   135 "matchit",
   136 "memchr",
   137 "mime",
   138 "percent-encoding",
   139 "pin-project-lite",
   140 "rustversion",
   141 "serde",
   142 "sync_wrapper",
   143 "tower",
   144 "tower-layer",
   145 "tower-service",
   146]
   147
   148[[package]]
   149name = "axum-core"
   150version = "0.3.4"
   151source = "registry+https://github.com/rust-lang/crates.io-index"
   152checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
   153dependencies = [
   154 "async-trait",
   155 "bytes",
   156 "futures-util",
   157 "http",
   158 "http-body",
   159 "mime",
   160 "rustversion",
   161 "tower-layer",
   162 "tower-service",
   163]
   164
   165[[package]]
   166name = "backoff"
   167version = "0.4.0"
   168source = "registry+https://github.com/rust-lang/crates.io-index"
   169checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
   170dependencies = [
   171 "futures-core",
   172 "getrandom",
   173 "instant",
   174 "pin-project-lite",
   175 "rand",
   176 "tokio",
   177]
   178
   179[[package]]
   180name = "backtrace"
   181version = "0.3.72"
   182source = "registry+https://github.com/rust-lang/crates.io-index"
   183checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
   184dependencies = [
   185 "addr2line",
   186 "cc",
   187 "cfg-if",
   188 "libc",
   189 "miniz_oxide",
   190 "object",
   191 "rustc-demangle",
   192]
   193
   194[[package]]
   195name = "base64"
   196version = "0.21.7"
   197source = "registry+https://github.com/rust-lang/crates.io-index"
   198checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
   199
   200[[package]]
   201name = "base64"
   202version = "0.22.0"
   203source = "registry+https://github.com/rust-lang/crates.io-index"
   204checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
   205
   206[[package]]
   207name = "bitflags"
   208version = "1.3.2"
   209source = "registry+https://github.com/rust-lang/crates.io-index"
   210checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
   211
   212[[package]]
   213name = "bitflags"
   214version = "2.4.0"
   215source = "registry+https://github.com/rust-lang/crates.io-index"
   216checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
   217
   218[[package]]
   219name = "block-buffer"
   220version = "0.10.4"
   221source = "registry+https://github.com/rust-lang/crates.io-index"
   222checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
   223dependencies = [
   224 "generic-array",
   225]
   226
   227[[package]]
   228name = "bumpalo"
   229version = "3.16.0"
   230source = "registry+https://github.com/rust-lang/crates.io-index"
   231checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
   232
   233[[package]]
   234name = "byteorder"
   235version = "1.5.0"
   236source = "registry+https://github.com/rust-lang/crates.io-index"
   237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
   238
   239[[package]]
   240name = "bytes"
   241version = "1.6.0"
   242source = "registry+https://github.com/rust-lang/crates.io-index"
   243checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
   244
   245[[package]]
   246name = "cc"
   247version = "1.0.98"
   248source = "registry+https://github.com/rust-lang/crates.io-index"
   249checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
   250
   251[[package]]
   252name = "cfg-if"
   253version = "1.0.0"
   254source = "registry+https://github.com/rust-lang/crates.io-index"
   255checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
   256
   257[[package]]
   258name = "chrono"
   259version = "0.4.38"
   260source = "registry+https://github.com/rust-lang/crates.io-index"
   261checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
   262dependencies = [
   263 "android-tzdata",
   264 "iana-time-zone",
   265 "num-traits",
   266 "serde",
   267 "windows-targets 0.52.0",
   268]
   269
   270[[package]]
   271name = "clap"
   272version = "4.5.4"
   273source = "registry+https://github.com/rust-lang/crates.io-index"
   274checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
   275dependencies = [
   276 "clap_builder",
   277 "clap_derive",
   278]
   279
   280[[package]]
   281name = "clap_builder"
   282version = "4.5.2"
   283source = "registry+https://github.com/rust-lang/crates.io-index"
   284checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
   285dependencies = [
   286 "anstyle",
   287 "clap_lex",
   288]
   289
   290[[package]]
   291name = "clap_derive"
   292version = "4.5.4"
   293source = "registry+https://github.com/rust-lang/crates.io-index"
   294checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
   295dependencies = [
   296 "heck",
   297 "proc-macro2",
   298 "quote",
   299 "syn 2.0.48",
   300]
   301
   302[[package]]
   303name = "clap_lex"
   304version = "0.7.0"
   305source = "registry+https://github.com/rust-lang/crates.io-index"
   306checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
   307
   308[[package]]
   309name = "core-foundation"
   310version = "0.9.4"
   311source = "registry+https://github.com/rust-lang/crates.io-index"
   312checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
   313dependencies = [
   314 "core-foundation-sys",
   315 "libc",
   316]
   317
   318[[package]]
   319name = "core-foundation-sys"
   320version = "0.8.6"
   321source = "registry+https://github.com/rust-lang/crates.io-index"
   322checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
   323
   324[[package]]
   325name = "cpufeatures"
   326version = "0.2.12"
   327source = "registry+https://github.com/rust-lang/crates.io-index"
   328checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
   329dependencies = [
   330 "libc",
   331]
   332
   333[[package]]
   334name = "crc32fast"
   335version = "1.4.2"
   336source = "registry+https://github.com/rust-lang/crates.io-index"
   337checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
   338dependencies = [
   339 "cfg-if",
   340]
   341
   342[[package]]
   343name = "crypto-common"
   344version = "0.1.6"
   345source = "registry+https://github.com/rust-lang/crates.io-index"
   346checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
   347dependencies = [
   348 "generic-array",
   349 "typenum",
   350]
   351
   352[[package]]
   353name = "darling"
   354version = "0.20.9"
   355source = "registry+https://github.com/rust-lang/crates.io-index"
   356checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
   357dependencies = [
   358 "darling_core",
   359 "darling_macro",
   360]
   361
   362[[package]]
   363name = "darling_core"
   364version = "0.20.9"
   365source = "registry+https://github.com/rust-lang/crates.io-index"
   366checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
   367dependencies = [
   368 "fnv",
   369 "ident_case",
   370 "proc-macro2",
   371 "quote",
   372 "strsim",
   373 "syn 2.0.48",
   374]
   375
   376[[package]]
   377name = "darling_macro"
   378version = "0.20.9"
   379source = "registry+https://github.com/rust-lang/crates.io-index"
   380checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
   381dependencies = [
   382 "darling_core",
   383 "quote",
   384 "syn 2.0.48",
   385]
   386
   387[[package]]
   388name = "data-encoding"
   389version = "2.6.0"
   390source = "registry+https://github.com/rust-lang/crates.io-index"
   391checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
   392
   393[[package]]
   394name = "deflate"
   395version = "1.0.0"
   396source = "registry+https://github.com/rust-lang/crates.io-index"
   397checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
   398dependencies = [
   399 "adler32",
   400 "gzip-header",
   401]
   402
   403[[package]]
   404name = "derivative"
   405version = "2.2.0"
   406source = "registry+https://github.com/rust-lang/crates.io-index"
   407checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
   408dependencies = [
   409 "proc-macro2",
   410 "quote",
   411 "syn 1.0.109",
   412]
   413
   414[[package]]
   415name = "digest"
   416version = "0.10.7"
   417source = "registry+https://github.com/rust-lang/crates.io-index"
   418checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
   419dependencies = [
   420 "block-buffer",
   421 "crypto-common",
   422]
   423
   424[[package]]
   425name = "drain"
   426version = "0.1.2"
   427source = "registry+https://github.com/rust-lang/crates.io-index"
   428checksum = "9d105028bd2b5dfcb33318fd79a445001ead36004dd8dffef1bdd7e493d8bc1e"
   429dependencies = [
   430 "tokio",
   431]
   432
   433[[package]]
   434name = "dtoa"
   435version = "1.0.9"
   436source = "registry+https://github.com/rust-lang/crates.io-index"
   437checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
   438
   439[[package]]
   440name = "dyn-clone"
   441version = "1.0.17"
   442source = "registry+https://github.com/rust-lang/crates.io-index"
   443checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
   444
   445[[package]]
   446name = "either"
   447version = "1.12.0"
   448source = "registry+https://github.com/rust-lang/crates.io-index"
   449checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
   450
   451[[package]]
   452name = "equivalent"
   453version = "1.0.1"
   454source = "registry+https://github.com/rust-lang/crates.io-index"
   455checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
   456
   457[[package]]
   458name = "errno"
   459version = "0.3.9"
   460source = "registry+https://github.com/rust-lang/crates.io-index"
   461checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
   462dependencies = [
   463 "libc",
   464 "windows-sys 0.52.0",
   465]
   466
   467[[package]]
   468name = "fnv"
   469version = "1.0.7"
   470source = "registry+https://github.com/rust-lang/crates.io-index"
   471checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
   472
   473[[package]]
   474name = "foreign-types"
   475version = "0.3.2"
   476source = "registry+https://github.com/rust-lang/crates.io-index"
   477checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
   478dependencies = [
   479 "foreign-types-shared",
   480]
   481
   482[[package]]
   483name = "foreign-types-shared"
   484version = "0.1.1"
   485source = "registry+https://github.com/rust-lang/crates.io-index"
   486checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
   487
   488[[package]]
   489name = "form_urlencoded"
   490version = "1.2.1"
   491source = "registry+https://github.com/rust-lang/crates.io-index"
   492checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
   493dependencies = [
   494 "percent-encoding",
   495]
   496
   497[[package]]
   498name = "futures"
   499version = "0.3.30"
   500source = "registry+https://github.com/rust-lang/crates.io-index"
   501checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
   502dependencies = [
   503 "futures-channel",
   504 "futures-core",
   505 "futures-executor",
   506 "futures-io",
   507 "futures-sink",
   508 "futures-task",
   509 "futures-util",
   510]
   511
   512[[package]]
   513name = "futures-channel"
   514version = "0.3.30"
   515source = "registry+https://github.com/rust-lang/crates.io-index"
   516checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
   517dependencies = [
   518 "futures-core",
   519 "futures-sink",
   520]
   521
   522[[package]]
   523name = "futures-core"
   524version = "0.3.30"
   525source = "registry+https://github.com/rust-lang/crates.io-index"
   526checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
   527
   528[[package]]
   529name = "futures-executor"
   530version = "0.3.30"
   531source = "registry+https://github.com/rust-lang/crates.io-index"
   532checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
   533dependencies = [
   534 "futures-core",
   535 "futures-task",
   536 "futures-util",
   537]
   538
   539[[package]]
   540name = "futures-io"
   541version = "0.3.30"
   542source = "registry+https://github.com/rust-lang/crates.io-index"
   543checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
   544
   545[[package]]
   546name = "futures-macro"
   547version = "0.3.30"
   548source = "registry+https://github.com/rust-lang/crates.io-index"
   549checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
   550dependencies = [
   551 "proc-macro2",
   552 "quote",
   553 "syn 2.0.48",
   554]
   555
   556[[package]]
   557name = "futures-sink"
   558version = "0.3.30"
   559source = "registry+https://github.com/rust-lang/crates.io-index"
   560checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
   561
   562[[package]]
   563name = "futures-task"
   564version = "0.3.30"
   565source = "registry+https://github.com/rust-lang/crates.io-index"
   566checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
   567
   568[[package]]
   569name = "futures-util"
   570version = "0.3.30"
   571source = "registry+https://github.com/rust-lang/crates.io-index"
   572checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
   573dependencies = [
   574 "futures-channel",
   575 "futures-core",
   576 "futures-io",
   577 "futures-macro",
   578 "futures-sink",
   579 "futures-task",
   580 "memchr",
   581 "pin-project-lite",
   582 "pin-utils",
   583 "slab",
   584]
   585
   586[[package]]
   587name = "generic-array"
   588version = "0.14.7"
   589source = "registry+https://github.com/rust-lang/crates.io-index"
   590checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
   591dependencies = [
   592 "typenum",
   593 "version_check",
   594]
   595
   596[[package]]
   597name = "getrandom"
   598version = "0.2.15"
   599source = "registry+https://github.com/rust-lang/crates.io-index"
   600checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
   601dependencies = [
   602 "cfg-if",
   603 "libc",
   604 "wasi",
   605]
   606
   607[[package]]
   608name = "gimli"
   609version = "0.29.0"
   610source = "registry+https://github.com/rust-lang/crates.io-index"
   611checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
   612
   613[[package]]
   614name = "gzip-header"
   615version = "1.0.0"
   616source = "registry+https://github.com/rust-lang/crates.io-index"
   617checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
   618dependencies = [
   619 "crc32fast",
   620]
   621
   622[[package]]
   623name = "h2"
   624version = "0.3.26"
   625source = "registry+https://github.com/rust-lang/crates.io-index"
   626checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
   627dependencies = [
   628 "bytes",
   629 "fnv",
   630 "futures-core",
   631 "futures-sink",
   632 "futures-util",
   633 "http",
   634 "indexmap 2.2.3",
   635 "slab",
   636 "tokio",
   637 "tokio-util",
   638 "tracing",
   639]
   640
   641[[package]]
   642name = "hashbrown"
   643version = "0.12.3"
   644source = "registry+https://github.com/rust-lang/crates.io-index"
   645checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
   646
   647[[package]]
   648name = "hashbrown"
   649version = "0.14.3"
   650source = "registry+https://github.com/rust-lang/crates.io-index"
   651checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
   652dependencies = [
   653 "ahash",
   654 "allocator-api2",
   655]
   656
   657[[package]]
   658name = "heck"
   659version = "0.5.0"
   660source = "registry+https://github.com/rust-lang/crates.io-index"
   661checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
   662
   663[[package]]
   664name = "hermit-abi"
   665version = "0.3.9"
   666source = "registry+https://github.com/rust-lang/crates.io-index"
   667checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
   668
   669[[package]]
   670name = "hex"
   671version = "0.4.3"
   672source = "registry+https://github.com/rust-lang/crates.io-index"
   673checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
   674
   675[[package]]
   676name = "home"
   677version = "0.5.9"
   678source = "registry+https://github.com/rust-lang/crates.io-index"
   679checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
   680dependencies = [
   681 "windows-sys 0.52.0",
   682]
   683
   684[[package]]
   685name = "http"
   686version = "0.2.12"
   687source = "registry+https://github.com/rust-lang/crates.io-index"
   688checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
   689dependencies = [
   690 "bytes",
   691 "fnv",
   692 "itoa",
   693]
   694
   695[[package]]
   696name = "http-body"
   697version = "0.4.6"
   698source = "registry+https://github.com/rust-lang/crates.io-index"
   699checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
   700dependencies = [
   701 "bytes",
   702 "http",
   703 "pin-project-lite",
   704]
   705
   706[[package]]
   707name = "http-range-header"
   708version = "0.3.1"
   709source = "registry+https://github.com/rust-lang/crates.io-index"
   710checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
   711
   712[[package]]
   713name = "httparse"
   714version = "1.8.0"
   715source = "registry+https://github.com/rust-lang/crates.io-index"
   716checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
   717
   718[[package]]
   719name = "httpdate"
   720version = "1.0.3"
   721source = "registry+https://github.com/rust-lang/crates.io-index"
   722checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
   723
   724[[package]]
   725name = "hyper"
   726version = "0.14.28"
   727source = "registry+https://github.com/rust-lang/crates.io-index"
   728checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
   729dependencies = [
   730 "bytes",
   731 "futures-channel",
   732 "futures-core",
   733 "futures-util",
   734 "h2",
   735 "http",
   736 "http-body",
   737 "httparse",
   738 "httpdate",
   739 "itoa",
   740 "pin-project-lite",
   741 "socket2",
   742 "tokio",
   743 "tower-service",
   744 "tracing",
   745 "want",
   746]
   747
   748[[package]]
   749name = "hyper-openssl"
   750version = "0.9.2"
   751source = "registry+https://github.com/rust-lang/crates.io-index"
   752checksum = "d6ee5d7a8f718585d1c3c61dfde28ef5b0bb14734b4db13f5ada856cdc6c612b"
   753dependencies = [
   754 "http",
   755 "hyper",
   756 "linked_hash_set",
   757 "once_cell",
   758 "openssl",
   759 "openssl-sys",
   760 "parking_lot",
   761 "tokio",
   762 "tokio-openssl",
   763 "tower-layer",
   764]
   765
   766[[package]]
   767name = "hyper-rustls"
   768version = "0.24.2"
   769source = "registry+https://github.com/rust-lang/crates.io-index"
   770checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
   771dependencies = [
   772 "futures-util",
   773 "http",
   774 "hyper",
   775 "log",
   776 "rustls",
   777 "rustls-native-certs",
   778 "tokio",
   779 "tokio-rustls",
   780]
   781
   782[[package]]
   783name = "hyper-timeout"
   784version = "0.4.1"
   785source = "registry+https://github.com/rust-lang/crates.io-index"
   786checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
   787dependencies = [
   788 "hyper",
   789 "pin-project-lite",
   790 "tokio",
   791 "tokio-io-timeout",
   792]
   793
   794[[package]]
   795name = "iana-time-zone"
   796version = "0.1.60"
   797source = "registry+https://github.com/rust-lang/crates.io-index"
   798checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
   799dependencies = [
   800 "android_system_properties",
   801 "core-foundation-sys",
   802 "iana-time-zone-haiku",
   803 "js-sys",
   804 "wasm-bindgen",
   805 "windows-core",
   806]
   807
   808[[package]]
   809name = "iana-time-zone-haiku"
   810version = "0.1.2"
   811source = "registry+https://github.com/rust-lang/crates.io-index"
   812checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
   813dependencies = [
   814 "cc",
   815]
   816
   817[[package]]
   818name = "ident_case"
   819version = "1.0.1"
   820source = "registry+https://github.com/rust-lang/crates.io-index"
   821checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
   822
   823[[package]]
   824name = "idna"
   825version = "0.5.0"
   826source = "registry+https://github.com/rust-lang/crates.io-index"
   827checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
   828dependencies = [
   829 "unicode-bidi",
   830 "unicode-normalization",
   831]
   832
   833[[package]]
   834name = "indexmap"
   835version = "1.9.3"
   836source = "registry+https://github.com/rust-lang/crates.io-index"
   837checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
   838dependencies = [
   839 "autocfg",
   840 "hashbrown 0.12.3",
   841]
   842
   843[[package]]
   844name = "indexmap"
   845version = "2.2.3"
   846source = "registry+https://github.com/rust-lang/crates.io-index"
   847checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
   848dependencies = [
   849 "equivalent",
   850 "hashbrown 0.14.3",
   851]
   852
   853[[package]]
   854name = "instant"
   855version = "0.1.13"
   856source = "registry+https://github.com/rust-lang/crates.io-index"
   857checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
   858dependencies = [
   859 "cfg-if",
   860]
   861
   862[[package]]
   863name = "ipnet"
   864version = "2.9.0"
   865source = "registry+https://github.com/rust-lang/crates.io-index"
   866checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
   867dependencies = [
   868 "schemars",
   869 "serde",
   870]
   871
   872[[package]]
   873name = "itertools"
   874version = "0.12.1"
   875source = "registry+https://github.com/rust-lang/crates.io-index"
   876checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
   877dependencies = [
   878 "either",
   879]
   880
   881[[package]]
   882name = "itoa"
   883version = "1.0.11"
   884source = "registry+https://github.com/rust-lang/crates.io-index"
   885checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
   886
   887[[package]]
   888name = "jemalloc-sys"
   889version = "0.5.4+5.3.0-patched"
   890source = "registry+https://github.com/rust-lang/crates.io-index"
   891checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
   892dependencies = [
   893 "cc",
   894 "libc",
   895]
   896
   897[[package]]
   898name = "jemallocator"
   899version = "0.5.4"
   900source = "registry+https://github.com/rust-lang/crates.io-index"
   901checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
   902dependencies = [
   903 "jemalloc-sys",
   904 "libc",
   905]
   906
   907[[package]]
   908name = "js-sys"
   909version = "0.3.58"
   910source = "registry+https://github.com/rust-lang/crates.io-index"
   911checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
   912dependencies = [
   913 "wasm-bindgen",
   914]
   915
   916[[package]]
   917name = "json-patch"
   918version = "1.4.0"
   919source = "registry+https://github.com/rust-lang/crates.io-index"
   920checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b"
   921dependencies = [
   922 "serde",
   923 "serde_json",
   924 "thiserror",
   925]
   926
   927[[package]]
   928name = "jsonpath-rust"
   929version = "0.3.5"
   930source = "registry+https://github.com/rust-lang/crates.io-index"
   931checksum = "06cc127b7c3d270be504572364f9569761a180b981919dd0d87693a7f5fb7829"
   932dependencies = [
   933 "pest",
   934 "pest_derive",
   935 "regex",
   936 "serde_json",
   937 "thiserror",
   938]
   939
   940[[package]]
   941name = "k8s-gateway-api"
   942version = "0.15.0"
   943source = "registry+https://github.com/rust-lang/crates.io-index"
   944checksum = "9ae4cd917edb1eba13a1413b46b98d292fd10919d86a573311a564ee4f208f44"
   945dependencies = [
   946 "k8s-openapi",
   947 "kube",
   948 "schemars",
   949 "serde",
   950 "serde_json",
   951]
   952
   953[[package]]
   954name = "k8s-openapi"
   955version = "0.20.0"
   956source = "registry+https://github.com/rust-lang/crates.io-index"
   957checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6"
   958dependencies = [
   959 "base64 0.21.7",
   960 "bytes",
   961 "chrono",
   962 "schemars",
   963 "serde",
   964 "serde-value",
   965 "serde_json",
   966]
   967
   968[[package]]
   969name = "kube"
   970version = "0.87.2"
   971source = "registry+https://github.com/rust-lang/crates.io-index"
   972checksum = "3499c8d60c763246c7a213f51caac1e9033f46026904cb89bc8951ae8601f26e"
   973dependencies = [
   974 "k8s-openapi",
   975 "kube-client",
   976 "kube-core",
   977 "kube-derive",
   978 "kube-runtime",
   979]
   980
   981[[package]]
   982name = "kube-client"
   983version = "0.87.2"
   984source = "registry+https://github.com/rust-lang/crates.io-index"
   985checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f"
   986dependencies = [
   987 "base64 0.21.7",
   988 "bytes",
   989 "chrono",
   990 "either",
   991 "futures",
   992 "home",
   993 "http",
   994 "http-body",
   995 "hyper",
   996 "hyper-openssl",
   997 "hyper-rustls",
   998 "hyper-timeout",
   999 "jsonpath-rust",
  1000 "k8s-openapi",
  1001 "kube-core",
  1002 "openssl",
  1003 "pem",
  1004 "pin-project",
  1005 "rand",
  1006 "rustls",
  1007 "rustls-pemfile",
  1008 "secrecy",
  1009 "serde",
  1010 "serde_json",
  1011 "serde_yaml",
  1012 "thiserror",
  1013 "tokio",
  1014 "tokio-tungstenite",
  1015 "tokio-util",
  1016 "tower",
  1017 "tower-http",
  1018 "tracing",
  1019]
  1020
  1021[[package]]
  1022name = "kube-core"
  1023version = "0.87.2"
  1024source = "registry+https://github.com/rust-lang/crates.io-index"
  1025checksum = "b5bba93d054786eba7994d03ce522f368ef7d48c88a1826faa28478d85fb63ae"
  1026dependencies = [
  1027 "chrono",
  1028 "form_urlencoded",
  1029 "http",
  1030 "json-patch",
  1031 "k8s-openapi",
  1032 "once_cell",
  1033 "schemars",
  1034 "serde",
  1035 "serde_json",
  1036 "thiserror",
  1037]
  1038
  1039[[package]]
  1040name = "kube-derive"
  1041version = "0.87.2"
  1042source = "registry+https://github.com/rust-lang/crates.io-index"
  1043checksum = "91e98dd5e5767c7b894c1f0e41fd628b145f808e981feb8b08ed66455d47f1a4"
  1044dependencies = [
  1045 "darling",
  1046 "proc-macro2",
  1047 "quote",
  1048 "serde_json",
  1049 "syn 2.0.48",
  1050]
  1051
  1052[[package]]
  1053name = "kube-runtime"
  1054version = "0.87.2"
  1055source = "registry+https://github.com/rust-lang/crates.io-index"
  1056checksum = "2d8893eb18fbf6bb6c80ef6ee7dd11ec32b1dc3c034c988ac1b3a84d46a230ae"
  1057dependencies = [
  1058 "ahash",
  1059 "async-trait",
  1060 "backoff",
  1061 "derivative",
  1062 "futures",
  1063 "hashbrown 0.14.3",
  1064 "json-patch",
  1065 "k8s-openapi",
  1066 "kube-client",
  1067 "parking_lot",
  1068 "pin-project",
  1069 "serde",
  1070 "serde_json",
  1071 "smallvec",
  1072 "thiserror",
  1073 "tokio",
  1074 "tokio-util",
  1075 "tracing",
  1076]
  1077
  1078[[package]]
  1079name = "kubert"
  1080version = "0.21.2"
  1081source = "registry+https://github.com/rust-lang/crates.io-index"
  1082checksum = "023388cc940f58816aa0d758a3fd4c4b837474ccd356803b7ac738b8a2f26a66"
  1083dependencies = [
  1084 "ahash",
  1085 "backoff",
  1086 "bytes",
  1087 "chrono",
  1088 "clap",
  1089 "deflate",
  1090 "drain",
  1091 "futures-core",
  1092 "futures-util",
  1093 "hyper",
  1094 "k8s-openapi",
  1095 "kube-client",
  1096 "kube-core",
  1097 "kube-runtime",
  1098 "kubert-prometheus-process",
  1099 "kubert-prometheus-tokio",
  1100 "parking_lot",
  1101 "pin-project-lite",
  1102 "prometheus-client",
  1103 "rustls-pemfile",
  1104 "serde",
  1105 "serde_json",
  1106 "thiserror",
  1107 "tokio",
  1108 "tokio-rustls",
  1109 "tower",
  1110 "tower-http",
  1111 "tracing",
  1112 "tracing-subscriber",
  1113]
  1114
  1115[[package]]
  1116name = "kubert-prometheus-process"
  1117version = "0.1.0"
  1118source = "registry+https://github.com/rust-lang/crates.io-index"
  1119checksum = "40d2f45f0fb66a3681630fe2efd018c63eb7336697c44d909e53a99847113b97"
  1120dependencies = [
  1121 "libc",
  1122 "procfs",
  1123 "prometheus-client",
  1124 "tracing",
  1125]
  1126
  1127[[package]]
  1128name = "kubert-prometheus-tokio"
  1129version = "0.1.0"
  1130source = "registry+https://github.com/rust-lang/crates.io-index"
  1131checksum = "a101fa3df488c89130664aaf4652986da49e204fb1725d089122f75b22ff6cbb"
  1132dependencies = [
  1133 "prometheus-client",
  1134 "tokio",
  1135 "tokio-metrics",
  1136 "tracing",
  1137]
  1138
  1139[[package]]
  1140name = "lazy_static"
  1141version = "1.4.0"
  1142source = "registry+https://github.com/rust-lang/crates.io-index"
  1143checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  1144
  1145[[package]]
  1146name = "libc"
  1147version = "0.2.155"
  1148source = "registry+https://github.com/rust-lang/crates.io-index"
  1149checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
  1150
  1151[[package]]
  1152name = "linked-hash-map"
  1153version = "0.5.6"
  1154source = "registry+https://github.com/rust-lang/crates.io-index"
  1155checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
  1156
  1157[[package]]
  1158name = "linked_hash_set"
  1159version = "0.1.4"
  1160source = "registry+https://github.com/rust-lang/crates.io-index"
  1161checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
  1162dependencies = [
  1163 "linked-hash-map",
  1164]
  1165
  1166[[package]]
  1167name = "linkerd-policy-controller"
  1168version = "0.1.0"
  1169dependencies = [
  1170 "anyhow",
  1171 "async-trait",
  1172 "clap",
  1173 "drain",
  1174 "futures",
  1175 "hyper",
  1176 "ipnet",
  1177 "jemallocator",
  1178 "k8s-gateway-api",
  1179 "k8s-openapi",
  1180 "kube",
  1181 "kubert",
  1182 "linkerd-policy-controller-core",
  1183 "linkerd-policy-controller-grpc",
  1184 "linkerd-policy-controller-k8s-api",
  1185 "linkerd-policy-controller-k8s-index",
  1186 "linkerd-policy-controller-k8s-status",
  1187 "openssl",
  1188 "parking_lot",
  1189 "prometheus-client",
  1190 "regex",
  1191 "serde",
  1192 "serde_json",
  1193 "thiserror",
  1194 "tokio",
  1195 "tokio-stream",
  1196 "tonic",
  1197 "tracing",
  1198]
  1199
  1200[[package]]
  1201name = "linkerd-policy-controller-core"
  1202version = "0.1.0"
  1203dependencies = [
  1204 "ahash",
  1205 "anyhow",
  1206 "async-trait",
  1207 "chrono",
  1208 "futures",
  1209 "http",
  1210 "ipnet",
  1211 "regex",
  1212]
  1213
  1214[[package]]
  1215name = "linkerd-policy-controller-grpc"
  1216version = "0.1.0"
  1217dependencies = [
  1218 "async-stream",
  1219 "async-trait",
  1220 "drain",
  1221 "futures",
  1222 "http",
  1223 "hyper",
  1224 "linkerd-policy-controller-core",
  1225 "linkerd2-proxy-api",
  1226 "maplit",
  1227 "prost-types",
  1228 "serde",
  1229 "serde_json",
  1230 "tokio",
  1231 "tonic",
  1232 "tracing",
  1233]
  1234
  1235[[package]]
  1236name = "linkerd-policy-controller-k8s-api"
  1237version = "0.1.0"
  1238dependencies = [
  1239 "ipnet",
  1240 "k8s-gateway-api",
  1241 "k8s-openapi",
  1242 "kube",
  1243 "schemars",
  1244 "serde",
  1245 "serde_json",
  1246 "serde_yaml",
  1247 "thiserror",
  1248 "tokio",
  1249 "tracing",
  1250]
  1251
  1252[[package]]
  1253name = "linkerd-policy-controller-k8s-index"
  1254version = "0.1.0"
  1255dependencies = [
  1256 "ahash",
  1257 "anyhow",
  1258 "chrono",
  1259 "futures",
  1260 "http",
  1261 "k8s-gateway-api",
  1262 "k8s-openapi",
  1263 "kube",
  1264 "kubert",
  1265 "linkerd-policy-controller-core",
  1266 "linkerd-policy-controller-k8s-api",
  1267 "maplit",
  1268 "parking_lot",
  1269 "prometheus-client",
  1270 "thiserror",
  1271 "tokio",
  1272 "tokio-stream",
  1273 "tokio-test",
  1274 "tracing",
  1275 "tracing-subscriber",
  1276]
  1277
  1278[[package]]
  1279name = "linkerd-policy-controller-k8s-status"
  1280version = "0.1.0"
  1281dependencies = [
  1282 "ahash",
  1283 "anyhow",
  1284 "chrono",
  1285 "k8s-gateway-api",
  1286 "kubert",
  1287 "linkerd-policy-controller-core",
  1288 "linkerd-policy-controller-k8s-api",
  1289 "parking_lot",
  1290 "prometheus-client",
  1291 "serde",
  1292 "serde_json",
  1293 "thiserror",
  1294 "tokio",
  1295 "tracing",
  1296]
  1297
  1298[[package]]
  1299name = "linkerd-policy-test"
  1300version = "0.1.0"
  1301dependencies = [
  1302 "anyhow",
  1303 "futures",
  1304 "hyper",
  1305 "ipnet",
  1306 "k8s-gateway-api",
  1307 "k8s-openapi",
  1308 "kube",
  1309 "linkerd-policy-controller-core",
  1310 "linkerd-policy-controller-grpc",
  1311 "linkerd-policy-controller-k8s-api",
  1312 "linkerd2-proxy-api",
  1313 "maplit",
  1314 "rand",
  1315 "schemars",
  1316 "serde",
  1317 "serde_json",
  1318 "tokio",
  1319 "tokio-test",
  1320 "tonic",
  1321 "tracing",
  1322 "tracing-subscriber",
  1323]
  1324
  1325[[package]]
  1326name = "linkerd2-proxy-api"
  1327version = "0.13.1"
  1328source = "registry+https://github.com/rust-lang/crates.io-index"
  1329checksum = "65678e4c506a7e5fdf1a664c629a9b658afa70e254dffcd24df72e937b2c0159"
  1330dependencies = [
  1331 "http",
  1332 "ipnet",
  1333 "prost",
  1334 "prost-types",
  1335 "thiserror",
  1336 "tonic",
  1337]
  1338
  1339[[package]]
  1340name = "linux-raw-sys"
  1341version = "0.4.14"
  1342source = "registry+https://github.com/rust-lang/crates.io-index"
  1343checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
  1344
  1345[[package]]
  1346name = "lock_api"
  1347version = "0.4.12"
  1348source = "registry+https://github.com/rust-lang/crates.io-index"
  1349checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
  1350dependencies = [
  1351 "autocfg",
  1352 "scopeguard",
  1353]
  1354
  1355[[package]]
  1356name = "log"
  1357version = "0.4.21"
  1358source = "registry+https://github.com/rust-lang/crates.io-index"
  1359checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
  1360
  1361[[package]]
  1362name = "maplit"
  1363version = "1.0.2"
  1364source = "registry+https://github.com/rust-lang/crates.io-index"
  1365checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
  1366
  1367[[package]]
  1368name = "matchers"
  1369version = "0.1.0"
  1370source = "registry+https://github.com/rust-lang/crates.io-index"
  1371checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
  1372dependencies = [
  1373 "regex-automata 0.1.10",
  1374]
  1375
  1376[[package]]
  1377name = "matchit"
  1378version = "0.7.3"
  1379source = "registry+https://github.com/rust-lang/crates.io-index"
  1380checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
  1381
  1382[[package]]
  1383name = "memchr"
  1384version = "2.7.2"
  1385source = "registry+https://github.com/rust-lang/crates.io-index"
  1386checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
  1387
  1388[[package]]
  1389name = "mime"
  1390version = "0.3.17"
  1391source = "registry+https://github.com/rust-lang/crates.io-index"
  1392checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
  1393
  1394[[package]]
  1395name = "miniz_oxide"
  1396version = "0.7.3"
  1397source = "registry+https://github.com/rust-lang/crates.io-index"
  1398checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
  1399dependencies = [
  1400 "adler",
  1401]
  1402
  1403[[package]]
  1404name = "mio"
  1405version = "0.8.11"
  1406source = "registry+https://github.com/rust-lang/crates.io-index"
  1407checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
  1408dependencies = [
  1409 "libc",
  1410 "wasi",
  1411 "windows-sys 0.48.0",
  1412]
  1413
  1414[[package]]
  1415name = "nu-ansi-term"
  1416version = "0.46.0"
  1417source = "registry+https://github.com/rust-lang/crates.io-index"
  1418checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
  1419dependencies = [
  1420 "overload",
  1421 "winapi",
  1422]
  1423
  1424[[package]]
  1425name = "num-traits"
  1426version = "0.2.19"
  1427source = "registry+https://github.com/rust-lang/crates.io-index"
  1428checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
  1429dependencies = [
  1430 "autocfg",
  1431]
  1432
  1433[[package]]
  1434name = "num_cpus"
  1435version = "1.16.0"
  1436source = "registry+https://github.com/rust-lang/crates.io-index"
  1437checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
  1438dependencies = [
  1439 "hermit-abi",
  1440 "libc",
  1441]
  1442
  1443[[package]]
  1444name = "object"
  1445version = "0.35.0"
  1446source = "registry+https://github.com/rust-lang/crates.io-index"
  1447checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
  1448dependencies = [
  1449 "memchr",
  1450]
  1451
  1452[[package]]
  1453name = "once_cell"
  1454version = "1.19.0"
  1455source = "registry+https://github.com/rust-lang/crates.io-index"
  1456checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  1457
  1458[[package]]
  1459name = "openssl"
  1460version = "0.10.64"
  1461source = "registry+https://github.com/rust-lang/crates.io-index"
  1462checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
  1463dependencies = [
  1464 "bitflags 2.4.0",
  1465 "cfg-if",
  1466 "foreign-types",
  1467 "libc",
  1468 "once_cell",
  1469 "openssl-macros",
  1470 "openssl-sys",
  1471]
  1472
  1473[[package]]
  1474name = "openssl-macros"
  1475version = "0.1.1"
  1476source = "registry+https://github.com/rust-lang/crates.io-index"
  1477checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
  1478dependencies = [
  1479 "proc-macro2",
  1480 "quote",
  1481 "syn 2.0.48",
  1482]
  1483
  1484[[package]]
  1485name = "openssl-probe"
  1486version = "0.1.5"
  1487source = "registry+https://github.com/rust-lang/crates.io-index"
  1488checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  1489
  1490[[package]]
  1491name = "openssl-src"
  1492version = "300.3.0+3.3.0"
  1493source = "registry+https://github.com/rust-lang/crates.io-index"
  1494checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
  1495dependencies = [
  1496 "cc",
  1497]
  1498
  1499[[package]]
  1500name = "openssl-sys"
  1501version = "0.9.102"
  1502source = "registry+https://github.com/rust-lang/crates.io-index"
  1503checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
  1504dependencies = [
  1505 "cc",
  1506 "libc",
  1507 "openssl-src",
  1508 "pkg-config",
  1509 "vcpkg",
  1510]
  1511
  1512[[package]]
  1513name = "ordered-float"
  1514version = "2.10.1"
  1515source = "registry+https://github.com/rust-lang/crates.io-index"
  1516checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
  1517dependencies = [
  1518 "num-traits",
  1519]
  1520
  1521[[package]]
  1522name = "overload"
  1523version = "0.1.1"
  1524source = "registry+https://github.com/rust-lang/crates.io-index"
  1525checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
  1526
  1527[[package]]
  1528name = "parking_lot"
  1529version = "0.12.3"
  1530source = "registry+https://github.com/rust-lang/crates.io-index"
  1531checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
  1532dependencies = [
  1533 "lock_api",
  1534 "parking_lot_core",
  1535]
  1536
  1537[[package]]
  1538name = "parking_lot_core"
  1539version = "0.9.10"
  1540source = "registry+https://github.com/rust-lang/crates.io-index"
  1541checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
  1542dependencies = [
  1543 "cfg-if",
  1544 "libc",
  1545 "redox_syscall",
  1546 "smallvec",
  1547 "windows-targets 0.52.0",
  1548]
  1549
  1550[[package]]
  1551name = "pem"
  1552version = "3.0.4"
  1553source = "registry+https://github.com/rust-lang/crates.io-index"
  1554checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
  1555dependencies = [
  1556 "base64 0.22.0",
  1557 "serde",
  1558]
  1559
  1560[[package]]
  1561name = "percent-encoding"
  1562version = "2.3.1"
  1563source = "registry+https://github.com/rust-lang/crates.io-index"
  1564checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  1565
  1566[[package]]
  1567name = "pest"
  1568version = "2.7.10"
  1569source = "registry+https://github.com/rust-lang/crates.io-index"
  1570checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
  1571dependencies = [
  1572 "memchr",
  1573 "thiserror",
  1574 "ucd-trie",
  1575]
  1576
  1577[[package]]
  1578name = "pest_derive"
  1579version = "2.7.10"
  1580source = "registry+https://github.com/rust-lang/crates.io-index"
  1581checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
  1582dependencies = [
  1583 "pest",
  1584 "pest_generator",
  1585]
  1586
  1587[[package]]
  1588name = "pest_generator"
  1589version = "2.7.10"
  1590source = "registry+https://github.com/rust-lang/crates.io-index"
  1591checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
  1592dependencies = [
  1593 "pest",
  1594 "pest_meta",
  1595 "proc-macro2",
  1596 "quote",
  1597 "syn 2.0.48",
  1598]
  1599
  1600[[package]]
  1601name = "pest_meta"
  1602version = "2.7.10"
  1603source = "registry+https://github.com/rust-lang/crates.io-index"
  1604checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
  1605dependencies = [
  1606 "once_cell",
  1607 "pest",
  1608 "sha2",
  1609]
  1610
  1611[[package]]
  1612name = "pin-project"
  1613version = "1.1.5"
  1614source = "registry+https://github.com/rust-lang/crates.io-index"
  1615checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
  1616dependencies = [
  1617 "pin-project-internal",
  1618]
  1619
  1620[[package]]
  1621name = "pin-project-internal"
  1622version = "1.1.5"
  1623source = "registry+https://github.com/rust-lang/crates.io-index"
  1624checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
  1625dependencies = [
  1626 "proc-macro2",
  1627 "quote",
  1628 "syn 2.0.48",
  1629]
  1630
  1631[[package]]
  1632name = "pin-project-lite"
  1633version = "0.2.14"
  1634source = "registry+https://github.com/rust-lang/crates.io-index"
  1635checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
  1636
  1637[[package]]
  1638name = "pin-utils"
  1639version = "0.1.0"
  1640source = "registry+https://github.com/rust-lang/crates.io-index"
  1641checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  1642
  1643[[package]]
  1644name = "pkg-config"
  1645version = "0.3.30"
  1646source = "registry+https://github.com/rust-lang/crates.io-index"
  1647checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
  1648
  1649[[package]]
  1650name = "ppv-lite86"
  1651version = "0.2.17"
  1652source = "registry+https://github.com/rust-lang/crates.io-index"
  1653checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  1654
  1655[[package]]
  1656name = "proc-macro2"
  1657version = "1.0.84"
  1658source = "registry+https://github.com/rust-lang/crates.io-index"
  1659checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
  1660dependencies = [
  1661 "unicode-ident",
  1662]
  1663
  1664[[package]]
  1665name = "procfs"
  1666version = "0.16.0"
  1667source = "registry+https://github.com/rust-lang/crates.io-index"
  1668checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
  1669dependencies = [
  1670 "bitflags 2.4.0",
  1671 "hex",
  1672 "lazy_static",
  1673 "procfs-core",
  1674 "rustix",
  1675]
  1676
  1677[[package]]
  1678name = "procfs-core"
  1679version = "0.16.0"
  1680source = "registry+https://github.com/rust-lang/crates.io-index"
  1681checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
  1682dependencies = [
  1683 "bitflags 2.4.0",
  1684 "hex",
  1685]
  1686
  1687[[package]]
  1688name = "prometheus-client"
  1689version = "0.22.2"
  1690source = "registry+https://github.com/rust-lang/crates.io-index"
  1691checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa"
  1692dependencies = [
  1693 "dtoa",
  1694 "itoa",
  1695 "parking_lot",
  1696 "prometheus-client-derive-encode",
  1697]
  1698
  1699[[package]]
  1700name = "prometheus-client-derive-encode"
  1701version = "0.4.2"
  1702source = "registry+https://github.com/rust-lang/crates.io-index"
  1703checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
  1704dependencies = [
  1705 "proc-macro2",
  1706 "quote",
  1707 "syn 2.0.48",
  1708]
  1709
  1710[[package]]
  1711name = "prost"
  1712version = "0.12.6"
  1713source = "registry+https://github.com/rust-lang/crates.io-index"
  1714checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
  1715dependencies = [
  1716 "bytes",
  1717 "prost-derive",
  1718]
  1719
  1720[[package]]
  1721name = "prost-derive"
  1722version = "0.12.6"
  1723source = "registry+https://github.com/rust-lang/crates.io-index"
  1724checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
  1725dependencies = [
  1726 "anyhow",
  1727 "itertools",
  1728 "proc-macro2",
  1729 "quote",
  1730 "syn 2.0.48",
  1731]
  1732
  1733[[package]]
  1734name = "prost-types"
  1735version = "0.12.6"
  1736source = "registry+https://github.com/rust-lang/crates.io-index"
  1737checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
  1738dependencies = [
  1739 "prost",
  1740]
  1741
  1742[[package]]
  1743name = "quote"
  1744version = "1.0.36"
  1745source = "registry+https://github.com/rust-lang/crates.io-index"
  1746checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
  1747dependencies = [
  1748 "proc-macro2",
  1749]
  1750
  1751[[package]]
  1752name = "rand"
  1753version = "0.8.5"
  1754source = "registry+https://github.com/rust-lang/crates.io-index"
  1755checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  1756dependencies = [
  1757 "libc",
  1758 "rand_chacha",
  1759 "rand_core",
  1760]
  1761
  1762[[package]]
  1763name = "rand_chacha"
  1764version = "0.3.1"
  1765source = "registry+https://github.com/rust-lang/crates.io-index"
  1766checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  1767dependencies = [
  1768 "ppv-lite86",
  1769 "rand_core",
  1770]
  1771
  1772[[package]]
  1773name = "rand_core"
  1774version = "0.6.3"
  1775source = "registry+https://github.com/rust-lang/crates.io-index"
  1776checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  1777dependencies = [
  1778 "getrandom",
  1779]
  1780
  1781[[package]]
  1782name = "redox_syscall"
  1783version = "0.5.1"
  1784source = "registry+https://github.com/rust-lang/crates.io-index"
  1785checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
  1786dependencies = [
  1787 "bitflags 2.4.0",
  1788]
  1789
  1790[[package]]
  1791name = "regex"
  1792version = "1.10.4"
  1793source = "registry+https://github.com/rust-lang/crates.io-index"
  1794checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
  1795dependencies = [
  1796 "aho-corasick",
  1797 "memchr",
  1798 "regex-automata 0.4.4",
  1799 "regex-syntax 0.8.2",
  1800]
  1801
  1802[[package]]
  1803name = "regex-automata"
  1804version = "0.1.10"
  1805source = "registry+https://github.com/rust-lang/crates.io-index"
  1806checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
  1807dependencies = [
  1808 "regex-syntax 0.6.29",
  1809]
  1810
  1811[[package]]
  1812name = "regex-automata"
  1813version = "0.4.4"
  1814source = "registry+https://github.com/rust-lang/crates.io-index"
  1815checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
  1816dependencies = [
  1817 "aho-corasick",
  1818 "memchr",
  1819 "regex-syntax 0.8.2",
  1820]
  1821
  1822[[package]]
  1823name = "regex-syntax"
  1824version = "0.6.29"
  1825source = "registry+https://github.com/rust-lang/crates.io-index"
  1826checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
  1827
  1828[[package]]
  1829name = "regex-syntax"
  1830version = "0.8.2"
  1831source = "registry+https://github.com/rust-lang/crates.io-index"
  1832checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
  1833
  1834[[package]]
  1835name = "ring"
  1836version = "0.17.8"
  1837source = "registry+https://github.com/rust-lang/crates.io-index"
  1838checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
  1839dependencies = [
  1840 "cc",
  1841 "cfg-if",
  1842 "getrandom",
  1843 "libc",
  1844 "spin",
  1845 "untrusted",
  1846 "windows-sys 0.52.0",
  1847]
  1848
  1849[[package]]
  1850name = "rustc-demangle"
  1851version = "0.1.24"
  1852source = "registry+https://github.com/rust-lang/crates.io-index"
  1853checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
  1854
  1855[[package]]
  1856name = "rustix"
  1857version = "0.38.34"
  1858source = "registry+https://github.com/rust-lang/crates.io-index"
  1859checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
  1860dependencies = [
  1861 "bitflags 2.4.0",
  1862 "errno",
  1863 "libc",
  1864 "linux-raw-sys",
  1865 "windows-sys 0.52.0",
  1866]
  1867
  1868[[package]]
  1869name = "rustls"
  1870version = "0.21.12"
  1871source = "registry+https://github.com/rust-lang/crates.io-index"
  1872checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
  1873dependencies = [
  1874 "log",
  1875 "ring",
  1876 "rustls-webpki",
  1877 "sct",
  1878]
  1879
  1880[[package]]
  1881name = "rustls-native-certs"
  1882version = "0.6.3"
  1883source = "registry+https://github.com/rust-lang/crates.io-index"
  1884checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
  1885dependencies = [
  1886 "openssl-probe",
  1887 "rustls-pemfile",
  1888 "schannel",
  1889 "security-framework",
  1890]
  1891
  1892[[package]]
  1893name = "rustls-pemfile"
  1894version = "1.0.4"
  1895source = "registry+https://github.com/rust-lang/crates.io-index"
  1896checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
  1897dependencies = [
  1898 "base64 0.21.7",
  1899]
  1900
  1901[[package]]
  1902name = "rustls-webpki"
  1903version = "0.101.7"
  1904source = "registry+https://github.com/rust-lang/crates.io-index"
  1905checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
  1906dependencies = [
  1907 "ring",
  1908 "untrusted",
  1909]
  1910
  1911[[package]]
  1912name = "rustversion"
  1913version = "1.0.17"
  1914source = "registry+https://github.com/rust-lang/crates.io-index"
  1915checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
  1916
  1917[[package]]
  1918name = "ryu"
  1919version = "1.0.18"
  1920source = "registry+https://github.com/rust-lang/crates.io-index"
  1921checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
  1922
  1923[[package]]
  1924name = "schannel"
  1925version = "0.1.23"
  1926source = "registry+https://github.com/rust-lang/crates.io-index"
  1927checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
  1928dependencies = [
  1929 "windows-sys 0.52.0",
  1930]
  1931
  1932[[package]]
  1933name = "schemars"
  1934version = "0.8.21"
  1935source = "registry+https://github.com/rust-lang/crates.io-index"
  1936checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
  1937dependencies = [
  1938 "dyn-clone",
  1939 "schemars_derive",
  1940 "serde",
  1941 "serde_json",
  1942]
  1943
  1944[[package]]
  1945name = "schemars_derive"
  1946version = "0.8.21"
  1947source = "registry+https://github.com/rust-lang/crates.io-index"
  1948checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
  1949dependencies = [
  1950 "proc-macro2",
  1951 "quote",
  1952 "serde_derive_internals",
  1953 "syn 2.0.48",
  1954]
  1955
  1956[[package]]
  1957name = "scopeguard"
  1958version = "1.2.0"
  1959source = "registry+https://github.com/rust-lang/crates.io-index"
  1960checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  1961
  1962[[package]]
  1963name = "sct"
  1964version = "0.7.1"
  1965source = "registry+https://github.com/rust-lang/crates.io-index"
  1966checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
  1967dependencies = [
  1968 "ring",
  1969 "untrusted",
  1970]
  1971
  1972[[package]]
  1973name = "secrecy"
  1974version = "0.8.0"
  1975source = "registry+https://github.com/rust-lang/crates.io-index"
  1976checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
  1977dependencies = [
  1978 "serde",
  1979 "zeroize",
  1980]
  1981
  1982[[package]]
  1983name = "security-framework"
  1984version = "2.10.0"
  1985source = "registry+https://github.com/rust-lang/crates.io-index"
  1986checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
  1987dependencies = [
  1988 "bitflags 1.3.2",
  1989 "core-foundation",
  1990 "core-foundation-sys",
  1991 "libc",
  1992 "security-framework-sys",
  1993]
  1994
  1995[[package]]
  1996name = "security-framework-sys"
  1997version = "2.11.0"
  1998source = "registry+https://github.com/rust-lang/crates.io-index"
  1999checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
  2000dependencies = [
  2001 "core-foundation-sys",
  2002 "libc",
  2003]
  2004
  2005[[package]]
  2006name = "serde"
  2007version = "1.0.203"
  2008source = "registry+https://github.com/rust-lang/crates.io-index"
  2009checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
  2010dependencies = [
  2011 "serde_derive",
  2012]
  2013
  2014[[package]]
  2015name = "serde-value"
  2016version = "0.7.0"
  2017source = "registry+https://github.com/rust-lang/crates.io-index"
  2018checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
  2019dependencies = [
  2020 "ordered-float",
  2021 "serde",
  2022]
  2023
  2024[[package]]
  2025name = "serde_derive"
  2026version = "1.0.203"
  2027source = "registry+https://github.com/rust-lang/crates.io-index"
  2028checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
  2029dependencies = [
  2030 "proc-macro2",
  2031 "quote",
  2032 "syn 2.0.48",
  2033]
  2034
  2035[[package]]
  2036name = "serde_derive_internals"
  2037version = "0.29.1"
  2038source = "registry+https://github.com/rust-lang/crates.io-index"
  2039checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
  2040dependencies = [
  2041 "proc-macro2",
  2042 "quote",
  2043 "syn 2.0.48",
  2044]
  2045
  2046[[package]]
  2047name = "serde_json"
  2048version = "1.0.117"
  2049source = "registry+https://github.com/rust-lang/crates.io-index"
  2050checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
  2051dependencies = [
  2052 "itoa",
  2053 "ryu",
  2054 "serde",
  2055]
  2056
  2057[[package]]
  2058name = "serde_yaml"
  2059version = "0.9.34+deprecated"
  2060source = "registry+https://github.com/rust-lang/crates.io-index"
  2061checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
  2062dependencies = [
  2063 "indexmap 2.2.3",
  2064 "itoa",
  2065 "ryu",
  2066 "serde",
  2067 "unsafe-libyaml",
  2068]
  2069
  2070[[package]]
  2071name = "sha1"
  2072version = "0.10.6"
  2073source = "registry+https://github.com/rust-lang/crates.io-index"
  2074checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
  2075dependencies = [
  2076 "cfg-if",
  2077 "cpufeatures",
  2078 "digest",
  2079]
  2080
  2081[[package]]
  2082name = "sha2"
  2083version = "0.10.8"
  2084source = "registry+https://github.com/rust-lang/crates.io-index"
  2085checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
  2086dependencies = [
  2087 "cfg-if",
  2088 "cpufeatures",
  2089 "digest",
  2090]
  2091
  2092[[package]]
  2093name = "sharded-slab"
  2094version = "0.1.7"
  2095source = "registry+https://github.com/rust-lang/crates.io-index"
  2096checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
  2097dependencies = [
  2098 "lazy_static",
  2099]
  2100
  2101[[package]]
  2102name = "signal-hook-registry"
  2103version = "1.4.2"
  2104source = "registry+https://github.com/rust-lang/crates.io-index"
  2105checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
  2106dependencies = [
  2107 "libc",
  2108]
  2109
  2110[[package]]
  2111name = "slab"
  2112version = "0.4.9"
  2113source = "registry+https://github.com/rust-lang/crates.io-index"
  2114checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
  2115dependencies = [
  2116 "autocfg",
  2117]
  2118
  2119[[package]]
  2120name = "smallvec"
  2121version = "1.13.2"
  2122source = "registry+https://github.com/rust-lang/crates.io-index"
  2123checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
  2124
  2125[[package]]
  2126name = "socket2"
  2127version = "0.5.7"
  2128source = "registry+https://github.com/rust-lang/crates.io-index"
  2129checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
  2130dependencies = [
  2131 "libc",
  2132 "windows-sys 0.52.0",
  2133]
  2134
  2135[[package]]
  2136name = "spin"
  2137version = "0.9.8"
  2138source = "registry+https://github.com/rust-lang/crates.io-index"
  2139checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  2140
  2141[[package]]
  2142name = "strsim"
  2143version = "0.11.1"
  2144source = "registry+https://github.com/rust-lang/crates.io-index"
  2145checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
  2146
  2147[[package]]
  2148name = "syn"
  2149version = "1.0.109"
  2150source = "registry+https://github.com/rust-lang/crates.io-index"
  2151checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  2152dependencies = [
  2153 "proc-macro2",
  2154 "quote",
  2155 "unicode-ident",
  2156]
  2157
  2158[[package]]
  2159name = "syn"
  2160version = "2.0.48"
  2161source = "registry+https://github.com/rust-lang/crates.io-index"
  2162checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
  2163dependencies = [
  2164 "proc-macro2",
  2165 "quote",
  2166 "unicode-ident",
  2167]
  2168
  2169[[package]]
  2170name = "sync_wrapper"
  2171version = "0.1.2"
  2172source = "registry+https://github.com/rust-lang/crates.io-index"
  2173checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
  2174
  2175[[package]]
  2176name = "thiserror"
  2177version = "1.0.61"
  2178source = "registry+https://github.com/rust-lang/crates.io-index"
  2179checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
  2180dependencies = [
  2181 "thiserror-impl",
  2182]
  2183
  2184[[package]]
  2185name = "thiserror-impl"
  2186version = "1.0.61"
  2187source = "registry+https://github.com/rust-lang/crates.io-index"
  2188checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
  2189dependencies = [
  2190 "proc-macro2",
  2191 "quote",
  2192 "syn 2.0.48",
  2193]
  2194
  2195[[package]]
  2196name = "thread_local"
  2197version = "1.1.8"
  2198source = "registry+https://github.com/rust-lang/crates.io-index"
  2199checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
  2200dependencies = [
  2201 "cfg-if",
  2202 "once_cell",
  2203]
  2204
  2205[[package]]
  2206name = "tinyvec"
  2207version = "1.6.0"
  2208source = "registry+https://github.com/rust-lang/crates.io-index"
  2209checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
  2210dependencies = [
  2211 "tinyvec_macros",
  2212]
  2213
  2214[[package]]
  2215name = "tinyvec_macros"
  2216version = "0.1.1"
  2217source = "registry+https://github.com/rust-lang/crates.io-index"
  2218checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
  2219
  2220[[package]]
  2221name = "tokio"
  2222version = "1.38.0"
  2223source = "registry+https://github.com/rust-lang/crates.io-index"
  2224checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
  2225dependencies = [
  2226 "backtrace",
  2227 "bytes",
  2228 "libc",
  2229 "mio",
  2230 "num_cpus",
  2231 "parking_lot",
  2232 "pin-project-lite",
  2233 "signal-hook-registry",
  2234 "socket2",
  2235 "tokio-macros",
  2236 "windows-sys 0.48.0",
  2237]
  2238
  2239[[package]]
  2240name = "tokio-io-timeout"
  2241version = "1.2.0"
  2242source = "registry+https://github.com/rust-lang/crates.io-index"
  2243checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  2244dependencies = [
  2245 "pin-project-lite",
  2246 "tokio",
  2247]
  2248
  2249[[package]]
  2250name = "tokio-macros"
  2251version = "2.3.0"
  2252source = "registry+https://github.com/rust-lang/crates.io-index"
  2253checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
  2254dependencies = [
  2255 "proc-macro2",
  2256 "quote",
  2257 "syn 2.0.48",
  2258]
  2259
  2260[[package]]
  2261name = "tokio-metrics"
  2262version = "0.3.1"
  2263source = "registry+https://github.com/rust-lang/crates.io-index"
  2264checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112"
  2265dependencies = [
  2266 "futures-util",
  2267 "pin-project-lite",
  2268 "tokio",
  2269 "tokio-stream",
  2270]
  2271
  2272[[package]]
  2273name = "tokio-openssl"
  2274version = "0.6.4"
  2275source = "registry+https://github.com/rust-lang/crates.io-index"
  2276checksum = "6ffab79df67727f6acf57f1ff743091873c24c579b1e2ce4d8f53e47ded4d63d"
  2277dependencies = [
  2278 "futures-util",
  2279 "openssl",
  2280 "openssl-sys",
  2281 "tokio",
  2282]
  2283
  2284[[package]]
  2285name = "tokio-rustls"
  2286version = "0.24.1"
  2287source = "registry+https://github.com/rust-lang/crates.io-index"
  2288checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
  2289dependencies = [
  2290 "rustls",
  2291 "tokio",
  2292]
  2293
  2294[[package]]
  2295name = "tokio-stream"
  2296version = "0.1.15"
  2297source = "registry+https://github.com/rust-lang/crates.io-index"
  2298checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
  2299dependencies = [
  2300 "futures-core",
  2301 "pin-project-lite",
  2302 "tokio",
  2303 "tokio-util",
  2304]
  2305
  2306[[package]]
  2307name = "tokio-test"
  2308version = "0.4.4"
  2309source = "registry+https://github.com/rust-lang/crates.io-index"
  2310checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
  2311dependencies = [
  2312 "async-stream",
  2313 "bytes",
  2314 "futures-core",
  2315 "tokio",
  2316 "tokio-stream",
  2317]
  2318
  2319[[package]]
  2320name = "tokio-tungstenite"
  2321version = "0.20.1"
  2322source = "registry+https://github.com/rust-lang/crates.io-index"
  2323checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
  2324dependencies = [
  2325 "futures-util",
  2326 "log",
  2327 "tokio",
  2328 "tungstenite",
  2329]
  2330
  2331[[package]]
  2332name = "tokio-util"
  2333version = "0.7.11"
  2334source = "registry+https://github.com/rust-lang/crates.io-index"
  2335checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
  2336dependencies = [
  2337 "bytes",
  2338 "futures-core",
  2339 "futures-sink",
  2340 "pin-project-lite",
  2341 "slab",
  2342 "tokio",
  2343]
  2344
  2345[[package]]
  2346name = "tonic"
  2347version = "0.10.2"
  2348source = "registry+https://github.com/rust-lang/crates.io-index"
  2349checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
  2350dependencies = [
  2351 "async-stream",
  2352 "async-trait",
  2353 "axum",
  2354 "base64 0.21.7",
  2355 "bytes",
  2356 "h2",
  2357 "http",
  2358 "http-body",
  2359 "hyper",
  2360 "hyper-timeout",
  2361 "percent-encoding",
  2362 "pin-project",
  2363 "prost",
  2364 "tokio",
  2365 "tokio-stream",
  2366 "tower",
  2367 "tower-layer",
  2368 "tower-service",
  2369 "tracing",
  2370]
  2371
  2372[[package]]
  2373name = "tower"
  2374version = "0.4.13"
  2375source = "registry+https://github.com/rust-lang/crates.io-index"
  2376checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
  2377dependencies = [
  2378 "futures-core",
  2379 "futures-util",
  2380 "indexmap 1.9.3",
  2381 "pin-project",
  2382 "pin-project-lite",
  2383 "rand",
  2384 "slab",
  2385 "tokio",
  2386 "tokio-util",
  2387 "tower-layer",
  2388 "tower-service",
  2389 "tracing",
  2390]
  2391
  2392[[package]]
  2393name = "tower-http"
  2394version = "0.4.4"
  2395source = "registry+https://github.com/rust-lang/crates.io-index"
  2396checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
  2397dependencies = [
  2398 "base64 0.21.7",
  2399 "bitflags 2.4.0",
  2400 "bytes",
  2401 "futures-core",
  2402 "futures-util",
  2403 "http",
  2404 "http-body",
  2405 "http-range-header",
  2406 "mime",
  2407 "pin-project-lite",
  2408 "tower-layer",
  2409 "tower-service",
  2410 "tracing",
  2411]
  2412
  2413[[package]]
  2414name = "tower-layer"
  2415version = "0.3.2"
  2416source = "registry+https://github.com/rust-lang/crates.io-index"
  2417checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
  2418
  2419[[package]]
  2420name = "tower-service"
  2421version = "0.3.2"
  2422source = "registry+https://github.com/rust-lang/crates.io-index"
  2423checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  2424
  2425[[package]]
  2426name = "tracing"
  2427version = "0.1.40"
  2428source = "registry+https://github.com/rust-lang/crates.io-index"
  2429checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  2430dependencies = [
  2431 "log",
  2432 "pin-project-lite",
  2433 "tracing-attributes",
  2434 "tracing-core",
  2435]
  2436
  2437[[package]]
  2438name = "tracing-attributes"
  2439version = "0.1.27"
  2440source = "registry+https://github.com/rust-lang/crates.io-index"
  2441checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
  2442dependencies = [
  2443 "proc-macro2",
  2444 "quote",
  2445 "syn 2.0.48",
  2446]
  2447
  2448[[package]]
  2449name = "tracing-core"
  2450version = "0.1.32"
  2451source = "registry+https://github.com/rust-lang/crates.io-index"
  2452checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  2453dependencies = [
  2454 "once_cell",
  2455 "valuable",
  2456]
  2457
  2458[[package]]
  2459name = "tracing-log"
  2460version = "0.2.0"
  2461source = "registry+https://github.com/rust-lang/crates.io-index"
  2462checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
  2463dependencies = [
  2464 "log",
  2465 "once_cell",
  2466 "tracing-core",
  2467]
  2468
  2469[[package]]
  2470name = "tracing-serde"
  2471version = "0.1.3"
  2472source = "registry+https://github.com/rust-lang/crates.io-index"
  2473checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
  2474dependencies = [
  2475 "serde",
  2476 "tracing-core",
  2477]
  2478
  2479[[package]]
  2480name = "tracing-subscriber"
  2481version = "0.3.18"
  2482source = "registry+https://github.com/rust-lang/crates.io-index"
  2483checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
  2484dependencies = [
  2485 "matchers",
  2486 "nu-ansi-term",
  2487 "once_cell",
  2488 "regex",
  2489 "serde",
  2490 "serde_json",
  2491 "sharded-slab",
  2492 "smallvec",
  2493 "thread_local",
  2494 "tracing",
  2495 "tracing-core",
  2496 "tracing-log",
  2497 "tracing-serde",
  2498]
  2499
  2500[[package]]
  2501name = "try-lock"
  2502version = "0.2.5"
  2503source = "registry+https://github.com/rust-lang/crates.io-index"
  2504checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  2505
  2506[[package]]
  2507name = "tungstenite"
  2508version = "0.20.1"
  2509source = "registry+https://github.com/rust-lang/crates.io-index"
  2510checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
  2511dependencies = [
  2512 "byteorder",
  2513 "bytes",
  2514 "data-encoding",
  2515 "http",
  2516 "httparse",
  2517 "log",
  2518 "rand",
  2519 "sha1",
  2520 "thiserror",
  2521 "url",
  2522 "utf-8",
  2523]
  2524
  2525[[package]]
  2526name = "typenum"
  2527version = "1.17.0"
  2528source = "registry+https://github.com/rust-lang/crates.io-index"
  2529checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
  2530
  2531[[package]]
  2532name = "ucd-trie"
  2533version = "0.1.6"
  2534source = "registry+https://github.com/rust-lang/crates.io-index"
  2535checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
  2536
  2537[[package]]
  2538name = "unicode-bidi"
  2539version = "0.3.15"
  2540source = "registry+https://github.com/rust-lang/crates.io-index"
  2541checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
  2542
  2543[[package]]
  2544name = "unicode-ident"
  2545version = "1.0.12"
  2546source = "registry+https://github.com/rust-lang/crates.io-index"
  2547checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  2548
  2549[[package]]
  2550name = "unicode-normalization"
  2551version = "0.1.23"
  2552source = "registry+https://github.com/rust-lang/crates.io-index"
  2553checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
  2554dependencies = [
  2555 "tinyvec",
  2556]
  2557
  2558[[package]]
  2559name = "unsafe-libyaml"
  2560version = "0.2.11"
  2561source = "registry+https://github.com/rust-lang/crates.io-index"
  2562checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
  2563
  2564[[package]]
  2565name = "untrusted"
  2566version = "0.9.0"
  2567source = "registry+https://github.com/rust-lang/crates.io-index"
  2568checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
  2569
  2570[[package]]
  2571name = "url"
  2572version = "2.5.0"
  2573source = "registry+https://github.com/rust-lang/crates.io-index"
  2574checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
  2575dependencies = [
  2576 "form_urlencoded",
  2577 "idna",
  2578 "percent-encoding",
  2579]
  2580
  2581[[package]]
  2582name = "utf-8"
  2583version = "0.7.6"
  2584source = "registry+https://github.com/rust-lang/crates.io-index"
  2585checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
  2586
  2587[[package]]
  2588name = "valuable"
  2589version = "0.1.0"
  2590source = "registry+https://github.com/rust-lang/crates.io-index"
  2591checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  2592
  2593[[package]]
  2594name = "vcpkg"
  2595version = "0.2.15"
  2596source = "registry+https://github.com/rust-lang/crates.io-index"
  2597checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  2598
  2599[[package]]
  2600name = "version_check"
  2601version = "0.9.4"
  2602source = "registry+https://github.com/rust-lang/crates.io-index"
  2603checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  2604
  2605[[package]]
  2606name = "want"
  2607version = "0.3.1"
  2608source = "registry+https://github.com/rust-lang/crates.io-index"
  2609checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  2610dependencies = [
  2611 "try-lock",
  2612]
  2613
  2614[[package]]
  2615name = "wasi"
  2616version = "0.11.0+wasi-snapshot-preview1"
  2617source = "registry+https://github.com/rust-lang/crates.io-index"
  2618checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  2619
  2620[[package]]
  2621name = "wasm-bindgen"
  2622version = "0.2.81"
  2623source = "registry+https://github.com/rust-lang/crates.io-index"
  2624checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
  2625dependencies = [
  2626 "cfg-if",
  2627 "wasm-bindgen-macro",
  2628]
  2629
  2630[[package]]
  2631name = "wasm-bindgen-backend"
  2632version = "0.2.81"
  2633source = "registry+https://github.com/rust-lang/crates.io-index"
  2634checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
  2635dependencies = [
  2636 "bumpalo",
  2637 "lazy_static",
  2638 "log",
  2639 "proc-macro2",
  2640 "quote",
  2641 "syn 1.0.109",
  2642 "wasm-bindgen-shared",
  2643]
  2644
  2645[[package]]
  2646name = "wasm-bindgen-macro"
  2647version = "0.2.81"
  2648source = "registry+https://github.com/rust-lang/crates.io-index"
  2649checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
  2650dependencies = [
  2651 "quote",
  2652 "wasm-bindgen-macro-support",
  2653]
  2654
  2655[[package]]
  2656name = "wasm-bindgen-macro-support"
  2657version = "0.2.81"
  2658source = "registry+https://github.com/rust-lang/crates.io-index"
  2659checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
  2660dependencies = [
  2661 "proc-macro2",
  2662 "quote",
  2663 "syn 1.0.109",
  2664 "wasm-bindgen-backend",
  2665 "wasm-bindgen-shared",
  2666]
  2667
  2668[[package]]
  2669name = "wasm-bindgen-shared"
  2670version = "0.2.81"
  2671source = "registry+https://github.com/rust-lang/crates.io-index"
  2672checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
  2673
  2674[[package]]
  2675name = "winapi"
  2676version = "0.3.9"
  2677source = "registry+https://github.com/rust-lang/crates.io-index"
  2678checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  2679dependencies = [
  2680 "winapi-i686-pc-windows-gnu",
  2681 "winapi-x86_64-pc-windows-gnu",
  2682]
  2683
  2684[[package]]
  2685name = "winapi-i686-pc-windows-gnu"
  2686version = "0.4.0"
  2687source = "registry+https://github.com/rust-lang/crates.io-index"
  2688checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  2689
  2690[[package]]
  2691name = "winapi-x86_64-pc-windows-gnu"
  2692version = "0.4.0"
  2693source = "registry+https://github.com/rust-lang/crates.io-index"
  2694checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  2695
  2696[[package]]
  2697name = "windows-core"
  2698version = "0.51.0"
  2699source = "registry+https://github.com/rust-lang/crates.io-index"
  2700checksum = "b81650771e76355778637954dc9d7eb8d991cd89ad64ba26f21eeb3c22d8d836"
  2701dependencies = [
  2702 "windows-targets 0.48.2",
  2703]
  2704
  2705[[package]]
  2706name = "windows-sys"
  2707version = "0.48.0"
  2708source = "registry+https://github.com/rust-lang/crates.io-index"
  2709checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  2710dependencies = [
  2711 "windows-targets 0.48.2",
  2712]
  2713
  2714[[package]]
  2715name = "windows-sys"
  2716version = "0.52.0"
  2717source = "registry+https://github.com/rust-lang/crates.io-index"
  2718checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  2719dependencies = [
  2720 "windows-targets 0.52.0",
  2721]
  2722
  2723[[package]]
  2724name = "windows-targets"
  2725version = "0.48.2"
  2726source = "registry+https://github.com/rust-lang/crates.io-index"
  2727checksum = "d1eeca1c172a285ee6c2c84c341ccea837e7c01b12fbb2d0fe3c9e550ce49ec8"
  2728dependencies = [
  2729 "windows_aarch64_gnullvm 0.48.5",
  2730 "windows_aarch64_msvc 0.48.2",
  2731 "windows_i686_gnu 0.48.2",
  2732 "windows_i686_msvc 0.48.5",
  2733 "windows_x86_64_gnu 0.48.2",
  2734 "windows_x86_64_gnullvm 0.48.5",
  2735 "windows_x86_64_msvc 0.48.2",
  2736]
  2737
  2738[[package]]
  2739name = "windows-targets"
  2740version = "0.52.0"
  2741source = "registry+https://github.com/rust-lang/crates.io-index"
  2742checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
  2743dependencies = [
  2744 "windows_aarch64_gnullvm 0.52.0",
  2745 "windows_aarch64_msvc 0.52.0",
  2746 "windows_i686_gnu 0.52.0",
  2747 "windows_i686_msvc 0.52.0",
  2748 "windows_x86_64_gnu 0.52.0",
  2749 "windows_x86_64_gnullvm 0.52.0",
  2750 "windows_x86_64_msvc 0.52.0",
  2751]
  2752
  2753[[package]]
  2754name = "windows_aarch64_gnullvm"
  2755version = "0.48.5"
  2756source = "registry+https://github.com/rust-lang/crates.io-index"
  2757checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  2758
  2759[[package]]
  2760name = "windows_aarch64_gnullvm"
  2761version = "0.52.0"
  2762source = "registry+https://github.com/rust-lang/crates.io-index"
  2763checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
  2764
  2765[[package]]
  2766name = "windows_aarch64_msvc"
  2767version = "0.48.2"
  2768source = "registry+https://github.com/rust-lang/crates.io-index"
  2769checksum = "571d8d4e62f26d4932099a9efe89660e8bd5087775a2ab5cdd8b747b811f1058"
  2770
  2771[[package]]
  2772name = "windows_aarch64_msvc"
  2773version = "0.52.0"
  2774source = "registry+https://github.com/rust-lang/crates.io-index"
  2775checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
  2776
  2777[[package]]
  2778name = "windows_i686_gnu"
  2779version = "0.48.2"
  2780source = "registry+https://github.com/rust-lang/crates.io-index"
  2781checksum = "2229ad223e178db5fbbc8bd8d3835e51e566b8474bfca58d2e6150c48bb723cd"
  2782
  2783[[package]]
  2784name = "windows_i686_gnu"
  2785version = "0.52.0"
  2786source = "registry+https://github.com/rust-lang/crates.io-index"
  2787checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
  2788
  2789[[package]]
  2790name = "windows_i686_msvc"
  2791version = "0.48.5"
  2792source = "registry+https://github.com/rust-lang/crates.io-index"
  2793checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  2794
  2795[[package]]
  2796name = "windows_i686_msvc"
  2797version = "0.52.0"
  2798source = "registry+https://github.com/rust-lang/crates.io-index"
  2799checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
  2800
  2801[[package]]
  2802name = "windows_x86_64_gnu"
  2803version = "0.48.2"
  2804source = "registry+https://github.com/rust-lang/crates.io-index"
  2805checksum = "ea99ff3f8b49fb7a8e0d305e5aec485bd068c2ba691b6e277d29eaeac945868a"
  2806
  2807[[package]]
  2808name = "windows_x86_64_gnu"
  2809version = "0.52.0"
  2810source = "registry+https://github.com/rust-lang/crates.io-index"
  2811checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
  2812
  2813[[package]]
  2814name = "windows_x86_64_gnullvm"
  2815version = "0.48.5"
  2816source = "registry+https://github.com/rust-lang/crates.io-index"
  2817checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  2818
  2819[[package]]
  2820name = "windows_x86_64_gnullvm"
  2821version = "0.52.0"
  2822source = "registry+https://github.com/rust-lang/crates.io-index"
  2823checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
  2824
  2825[[package]]
  2826name = "windows_x86_64_msvc"
  2827version = "0.48.2"
  2828source = "registry+https://github.com/rust-lang/crates.io-index"
  2829checksum = "d419259aba16b663966e29e6d7c6ecfa0bb8425818bb96f6f1f3c3eb71a6e7b9"
  2830
  2831[[package]]
  2832name = "windows_x86_64_msvc"
  2833version = "0.52.0"
  2834source = "registry+https://github.com/rust-lang/crates.io-index"
  2835checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
  2836
  2837[[package]]
  2838name = "zerocopy"
  2839version = "0.7.34"
  2840source = "registry+https://github.com/rust-lang/crates.io-index"
  2841checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
  2842dependencies = [
  2843 "zerocopy-derive",
  2844]
  2845
  2846[[package]]
  2847name = "zerocopy-derive"
  2848version = "0.7.34"
  2849source = "registry+https://github.com/rust-lang/crates.io-index"
  2850checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
  2851dependencies = [
  2852 "proc-macro2",
  2853 "quote",
  2854 "syn 2.0.48",
  2855]
  2856
  2857[[package]]
  2858name = "zeroize"
  2859version = "1.8.1"
  2860source = "registry+https://github.com/rust-lang/crates.io-index"
  2861checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"

View as plain text