Cargo.lock

   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.14.1"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
  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 = "aead"
  28version = "0.3.2"
  29source = "registry+https://github.com/rust-lang/crates.io-index"
  30checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
  31dependencies = [
  32 "generic-array 0.14.4",
  33]
  34
  35[[package]]
  36name = "aes"
  37version = "0.6.0"
  38source = "registry+https://github.com/rust-lang/crates.io-index"
  39checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
  40dependencies = [
  41 "aes-soft",
  42 "aesni",
  43 "cipher 0.2.5",
  44]
  45
  46[[package]]
  47name = "aes-gcm"
  48version = "0.8.0"
  49source = "registry+https://github.com/rust-lang/crates.io-index"
  50checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
  51dependencies = [
  52 "aead",
  53 "aes",
  54 "cipher 0.2.5",
  55 "ctr",
  56 "ghash",
  57 "subtle",
  58]
  59
  60[[package]]
  61name = "aes-soft"
  62version = "0.6.4"
  63source = "registry+https://github.com/rust-lang/crates.io-index"
  64checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
  65dependencies = [
  66 "cipher 0.2.5",
  67 "opaque-debug 0.3.0",
  68]
  69
  70[[package]]
  71name = "aesni"
  72version = "0.10.0"
  73source = "registry+https://github.com/rust-lang/crates.io-index"
  74checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
  75dependencies = [
  76 "cipher 0.2.5",
  77 "opaque-debug 0.3.0",
  78]
  79
  80[[package]]
  81name = "ahash"
  82version = "0.4.7"
  83source = "registry+https://github.com/rust-lang/crates.io-index"
  84checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
  85
  86[[package]]
  87name = "ahash"
  88version = "0.6.3"
  89source = "registry+https://github.com/rust-lang/crates.io-index"
  90checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
  91dependencies = [
  92 "getrandom 0.2.2",
  93 "once_cell",
  94 "version_check",
  95]
  96
  97[[package]]
  98name = "ahash"
  99version = "0.7.4"
 100source = "registry+https://github.com/rust-lang/crates.io-index"
 101checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
 102dependencies = [
 103 "getrandom 0.2.2",
 104 "once_cell",
 105 "version_check",
 106]
 107
 108[[package]]
 109name = "aho-corasick"
 110version = "0.7.15"
 111source = "registry+https://github.com/rust-lang/crates.io-index"
 112checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
 113dependencies = [
 114 "memchr",
 115]
 116
 117[[package]]
 118name = "alloc-no-stdlib"
 119version = "2.0.1"
 120source = "registry+https://github.com/rust-lang/crates.io-index"
 121checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
 122
 123[[package]]
 124name = "alloc-stdlib"
 125version = "0.2.1"
 126source = "registry+https://github.com/rust-lang/crates.io-index"
 127checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
 128dependencies = [
 129 "alloc-no-stdlib",
 130]
 131
 132[[package]]
 133name = "ansi_term"
 134version = "0.11.0"
 135source = "registry+https://github.com/rust-lang/crates.io-index"
 136checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
 137dependencies = [
 138 "winapi",
 139]
 140
 141[[package]]
 142name = "anyhow"
 143version = "1.0.42"
 144source = "registry+https://github.com/rust-lang/crates.io-index"
 145checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
 146
 147[[package]]
 148name = "arrayref"
 149version = "0.3.6"
 150source = "registry+https://github.com/rust-lang/crates.io-index"
 151checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
 152
 153[[package]]
 154name = "arrayvec"
 155version = "0.5.2"
 156source = "registry+https://github.com/rust-lang/crates.io-index"
 157checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
 158
 159[[package]]
 160name = "arrayvec"
 161version = "0.7.1"
 162source = "registry+https://github.com/rust-lang/crates.io-index"
 163checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
 164
 165[[package]]
 166name = "ascii"
 167version = "1.0.0"
 168source = "registry+https://github.com/rust-lang/crates.io-index"
 169checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109"
 170
 171[[package]]
 172name = "async-attributes"
 173version = "1.1.2"
 174source = "registry+https://github.com/rust-lang/crates.io-index"
 175checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
 176dependencies = [
 177 "quote",
 178 "syn",
 179]
 180
 181[[package]]
 182name = "async-channel"
 183version = "1.6.1"
 184source = "registry+https://github.com/rust-lang/crates.io-index"
 185checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
 186dependencies = [
 187 "concurrent-queue",
 188 "event-listener",
 189 "futures-core",
 190]
 191
 192[[package]]
 193name = "async-compression"
 194version = "0.3.8"
 195source = "registry+https://github.com/rust-lang/crates.io-index"
 196checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6"
 197dependencies = [
 198 "brotli",
 199 "flate2",
 200 "futures-core",
 201 "futures-io",
 202 "memchr",
 203 "pin-project-lite 0.2.4",
 204]
 205
 206[[package]]
 207name = "async-dup"
 208version = "1.2.2"
 209source = "registry+https://github.com/rust-lang/crates.io-index"
 210checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c"
 211dependencies = [
 212 "futures-io",
 213 "simple-mutex",
 214]
 215
 216[[package]]
 217name = "async-executor"
 218version = "1.4.0"
 219source = "registry+https://github.com/rust-lang/crates.io-index"
 220checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
 221dependencies = [
 222 "async-task",
 223 "concurrent-queue",
 224 "fastrand",
 225 "futures-lite",
 226 "once_cell",
 227 "vec-arena",
 228]
 229
 230[[package]]
 231name = "async-fs"
 232version = "1.5.0"
 233source = "registry+https://github.com/rust-lang/crates.io-index"
 234checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
 235dependencies = [
 236 "async-lock",
 237 "blocking",
 238 "futures-lite",
 239]
 240
 241[[package]]
 242name = "async-global-executor"
 243version = "2.0.2"
 244source = "registry+https://github.com/rust-lang/crates.io-index"
 245checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
 246dependencies = [
 247 "async-channel",
 248 "async-executor",
 249 "async-io",
 250 "async-mutex",
 251 "blocking",
 252 "futures-lite",
 253 "num_cpus",
 254 "once_cell",
 255]
 256
 257[[package]]
 258name = "async-h1"
 259version = "2.3.2"
 260source = "registry+https://github.com/rust-lang/crates.io-index"
 261checksum = "cc5142de15b549749cce62923a50714b0d7b77f5090ced141599e78899865451"
 262dependencies = [
 263 "async-channel",
 264 "async-dup",
 265 "async-std",
 266 "byte-pool",
 267 "futures-core",
 268 "http-types",
 269 "httparse",
 270 "lazy_static",
 271 "log",
 272 "pin-project",
 273]
 274
 275[[package]]
 276name = "async-io"
 277version = "1.3.1"
 278source = "registry+https://github.com/rust-lang/crates.io-index"
 279checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
 280dependencies = [
 281 "concurrent-queue",
 282 "fastrand",
 283 "futures-lite",
 284 "libc",
 285 "log",
 286 "nb-connect",
 287 "once_cell",
 288 "parking",
 289 "polling",
 290 "vec-arena",
 291 "waker-fn",
 292 "winapi",
 293]
 294
 295[[package]]
 296name = "async-lock"
 297version = "2.4.0"
 298source = "registry+https://github.com/rust-lang/crates.io-index"
 299checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
 300dependencies = [
 301 "event-listener",
 302]
 303
 304[[package]]
 305name = "async-mutex"
 306version = "1.4.0"
 307source = "registry+https://github.com/rust-lang/crates.io-index"
 308checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
 309dependencies = [
 310 "event-listener",
 311]
 312
 313[[package]]
 314name = "async-net"
 315version = "1.5.0"
 316source = "registry+https://github.com/rust-lang/crates.io-index"
 317checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
 318dependencies = [
 319 "async-io",
 320 "blocking",
 321 "fastrand",
 322 "futures-lite",
 323]
 324
 325[[package]]
 326name = "async-pipe"
 327version = "0.1.3"
 328source = "git+https://github.com/routerify/async-pipe-rs?rev=feeb77e83142a9ff837d0767652ae41bfc5d8e47#feeb77e83142a9ff837d0767652ae41bfc5d8e47"
 329dependencies = [
 330 "futures",
 331 "log",
 332]
 333
 334[[package]]
 335name = "async-process"
 336version = "1.0.2"
 337source = "registry+https://github.com/rust-lang/crates.io-index"
 338checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"
 339dependencies = [
 340 "async-io",
 341 "blocking",
 342 "cfg-if 1.0.0",
 343 "event-listener",
 344 "futures-lite",
 345 "once_cell",
 346 "signal-hook",
 347 "winapi",
 348]
 349
 350[[package]]
 351name = "async-recursion"
 352version = "0.3.2"
 353source = "registry+https://github.com/rust-lang/crates.io-index"
 354checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
 355dependencies = [
 356 "proc-macro2",
 357 "quote",
 358 "syn",
 359]
 360
 361[[package]]
 362name = "async-rustls"
 363version = "0.1.2"
 364source = "registry+https://github.com/rust-lang/crates.io-index"
 365checksum = "7f38092e8f467f47aadaff680903c7cbfeee7926b058d7f40af2dd4c878fbdee"
 366dependencies = [
 367 "futures-lite",
 368 "rustls 0.18.1",
 369 "webpki",
 370]
 371
 372[[package]]
 373name = "async-rustls"
 374version = "0.2.0"
 375source = "registry+https://github.com/rust-lang/crates.io-index"
 376checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
 377dependencies = [
 378 "futures-lite",
 379 "rustls 0.19.1",
 380 "webpki",
 381]
 382
 383[[package]]
 384name = "async-session"
 385version = "2.0.1"
 386source = "registry+https://github.com/rust-lang/crates.io-index"
 387checksum = "345022a2eed092cd105cc1b26fd61c341e100bd5fcbbd792df4baf31c2cc631f"
 388dependencies = [
 389 "anyhow",
 390 "async-std",
 391 "async-trait",
 392 "base64 0.12.3",
 393 "bincode",
 394 "blake3",
 395 "chrono",
 396 "hmac 0.8.1",
 397 "kv-log-macro",
 398 "rand 0.7.3",
 399 "serde",
 400 "serde_json",
 401 "sha2",
 402]
 403
 404[[package]]
 405name = "async-sqlx-session"
 406version = "0.3.0"
 407source = "registry+https://github.com/rust-lang/crates.io-index"
 408checksum = "5b66fb8c6ffbf26cdba6705c36f086b6f02f0b4778b6a348134302a2a00730bc"
 409dependencies = [
 410 "async-session",
 411 "async-std",
 412 "sqlx 0.4.2",
 413]
 414
 415[[package]]
 416name = "async-sse"
 417version = "4.1.0"
 418source = "registry+https://github.com/rust-lang/crates.io-index"
 419checksum = "53bba003996b8fd22245cd0c59b869ba764188ed435392cf2796d03b805ade10"
 420dependencies = [
 421 "async-channel",
 422 "async-std",
 423 "http-types",
 424 "log",
 425 "memchr",
 426 "pin-project-lite 0.1.12",
 427]
 428
 429[[package]]
 430name = "async-std"
 431version = "1.9.0"
 432source = "registry+https://github.com/rust-lang/crates.io-index"
 433checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
 434dependencies = [
 435 "async-attributes",
 436 "async-channel",
 437 "async-global-executor",
 438 "async-io",
 439 "async-lock",
 440 "async-process",
 441 "crossbeam-utils",
 442 "futures-channel",
 443 "futures-core",
 444 "futures-io",
 445 "futures-lite",
 446 "gloo-timers",
 447 "kv-log-macro",
 448 "log",
 449 "memchr",
 450 "num_cpus",
 451 "once_cell",
 452 "pin-project-lite 0.2.4",
 453 "pin-utils",
 454 "slab",
 455 "wasm-bindgen-futures",
 456]
 457
 458[[package]]
 459name = "async-task"
 460version = "4.0.3"
 461source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
 462
 463[[package]]
 464name = "async-tls"
 465version = "0.11.0"
 466source = "registry+https://github.com/rust-lang/crates.io-index"
 467checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
 468dependencies = [
 469 "futures-core",
 470 "futures-io",
 471 "rustls 0.19.1",
 472 "webpki",
 473 "webpki-roots",
 474]
 475
 476[[package]]
 477name = "async-trait"
 478version = "0.1.50"
 479source = "registry+https://github.com/rust-lang/crates.io-index"
 480checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
 481dependencies = [
 482 "proc-macro2",
 483 "quote",
 484 "syn",
 485]
 486
 487[[package]]
 488name = "async-tungstenite"
 489version = "0.14.0"
 490source = "registry+https://github.com/rust-lang/crates.io-index"
 491checksum = "8645e929ec7964448a901db9da30cd2ae8c7fecf4d6176af427837531dbbb63b"
 492dependencies = [
 493 "async-tls",
 494 "futures-io",
 495 "futures-util",
 496 "log",
 497 "pin-project-lite 0.2.4",
 498 "tungstenite",
 499]
 500
 501[[package]]
 502name = "atoi"
 503version = "0.4.0"
 504source = "registry+https://github.com/rust-lang/crates.io-index"
 505checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
 506dependencies = [
 507 "num-traits",
 508]
 509
 510[[package]]
 511name = "atomic"
 512version = "0.5.0"
 513source = "registry+https://github.com/rust-lang/crates.io-index"
 514checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
 515dependencies = [
 516 "autocfg 1.0.1",
 517]
 518
 519[[package]]
 520name = "atomic-waker"
 521version = "1.0.0"
 522source = "registry+https://github.com/rust-lang/crates.io-index"
 523checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
 524
 525[[package]]
 526name = "atty"
 527version = "0.2.14"
 528source = "registry+https://github.com/rust-lang/crates.io-index"
 529checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 530dependencies = [
 531 "hermit-abi",
 532 "libc",
 533 "winapi",
 534]
 535
 536[[package]]
 537name = "autocfg"
 538version = "0.1.7"
 539source = "registry+https://github.com/rust-lang/crates.io-index"
 540checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 541
 542[[package]]
 543name = "autocfg"
 544version = "1.0.1"
 545source = "registry+https://github.com/rust-lang/crates.io-index"
 546checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 547
 548[[package]]
 549name = "backtrace"
 550version = "0.3.56"
 551source = "registry+https://github.com/rust-lang/crates.io-index"
 552checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
 553dependencies = [
 554 "addr2line",
 555 "cfg-if 1.0.0",
 556 "libc",
 557 "miniz_oxide 0.4.4",
 558 "object",
 559 "rustc-demangle",
 560]
 561
 562[[package]]
 563name = "base-x"
 564version = "0.2.8"
 565source = "registry+https://github.com/rust-lang/crates.io-index"
 566checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
 567
 568[[package]]
 569name = "base64"
 570version = "0.12.3"
 571source = "registry+https://github.com/rust-lang/crates.io-index"
 572checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
 573
 574[[package]]
 575name = "base64"
 576version = "0.13.0"
 577source = "registry+https://github.com/rust-lang/crates.io-index"
 578checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 579
 580[[package]]
 581name = "base64ct"
 582version = "1.0.0"
 583source = "registry+https://github.com/rust-lang/crates.io-index"
 584checksum = "d0d27fb6b6f1e43147af148af49d49329413ba781aa0d5e10979831c210173b5"
 585
 586[[package]]
 587name = "bincode"
 588version = "1.3.3"
 589source = "registry+https://github.com/rust-lang/crates.io-index"
 590checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 591dependencies = [
 592 "serde",
 593]
 594
 595[[package]]
 596name = "bindgen"
 597version = "0.58.1"
 598source = "registry+https://github.com/rust-lang/crates.io-index"
 599checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
 600dependencies = [
 601 "bitflags",
 602 "cexpr",
 603 "clang-sys",
 604 "clap 2.33.3",
 605 "env_logger",
 606 "lazy_static",
 607 "lazycell",
 608 "log",
 609 "peeking_take_while",
 610 "proc-macro2",
 611 "quote",
 612 "regex",
 613 "rustc-hash",
 614 "shlex",
 615 "which 3.1.1",
 616]
 617
 618[[package]]
 619name = "bitflags"
 620version = "1.2.1"
 621source = "registry+https://github.com/rust-lang/crates.io-index"
 622checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 623
 624[[package]]
 625name = "bitvec"
 626version = "0.19.5"
 627source = "registry+https://github.com/rust-lang/crates.io-index"
 628checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
 629dependencies = [
 630 "funty",
 631 "radium",
 632 "tap",
 633 "wyz",
 634]
 635
 636[[package]]
 637name = "blake2b_simd"
 638version = "0.5.11"
 639source = "registry+https://github.com/rust-lang/crates.io-index"
 640checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
 641dependencies = [
 642 "arrayref",
 643 "arrayvec 0.5.2",
 644 "constant_time_eq",
 645]
 646
 647[[package]]
 648name = "blake3"
 649version = "0.3.8"
 650source = "registry+https://github.com/rust-lang/crates.io-index"
 651checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
 652dependencies = [
 653 "arrayref",
 654 "arrayvec 0.5.2",
 655 "cc",
 656 "cfg-if 0.1.10",
 657 "constant_time_eq",
 658 "crypto-mac 0.8.0",
 659 "digest 0.9.0",
 660]
 661
 662[[package]]
 663name = "block"
 664version = "0.1.6"
 665source = "registry+https://github.com/rust-lang/crates.io-index"
 666checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 667
 668[[package]]
 669name = "block-buffer"
 670version = "0.7.3"
 671source = "registry+https://github.com/rust-lang/crates.io-index"
 672checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
 673dependencies = [
 674 "block-padding",
 675 "byte-tools",
 676 "byteorder",
 677 "generic-array 0.12.4",
 678]
 679
 680[[package]]
 681name = "block-buffer"
 682version = "0.9.0"
 683source = "registry+https://github.com/rust-lang/crates.io-index"
 684checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 685dependencies = [
 686 "generic-array 0.14.4",
 687]
 688
 689[[package]]
 690name = "block-padding"
 691version = "0.1.5"
 692source = "registry+https://github.com/rust-lang/crates.io-index"
 693checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
 694dependencies = [
 695 "byte-tools",
 696]
 697
 698[[package]]
 699name = "blocking"
 700version = "1.0.2"
 701source = "registry+https://github.com/rust-lang/crates.io-index"
 702checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
 703dependencies = [
 704 "async-channel",
 705 "async-task",
 706 "atomic-waker",
 707 "fastrand",
 708 "futures-lite",
 709 "once_cell",
 710]
 711
 712[[package]]
 713name = "brotli"
 714version = "3.3.0"
 715source = "registry+https://github.com/rust-lang/crates.io-index"
 716checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
 717dependencies = [
 718 "alloc-no-stdlib",
 719 "alloc-stdlib",
 720 "brotli-decompressor",
 721]
 722
 723[[package]]
 724name = "brotli-decompressor"
 725version = "2.3.1"
 726source = "registry+https://github.com/rust-lang/crates.io-index"
 727checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
 728dependencies = [
 729 "alloc-no-stdlib",
 730 "alloc-stdlib",
 731]
 732
 733[[package]]
 734name = "bstr"
 735version = "0.2.15"
 736source = "registry+https://github.com/rust-lang/crates.io-index"
 737checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
 738dependencies = [
 739 "memchr",
 740]
 741
 742[[package]]
 743name = "build_const"
 744version = "0.2.2"
 745source = "registry+https://github.com/rust-lang/crates.io-index"
 746checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
 747
 748[[package]]
 749name = "bumpalo"
 750version = "3.7.0"
 751source = "registry+https://github.com/rust-lang/crates.io-index"
 752checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
 753
 754[[package]]
 755name = "byte-pool"
 756version = "0.2.3"
 757source = "registry+https://github.com/rust-lang/crates.io-index"
 758checksum = "f8c7230ddbb427b1094d477d821a99f3f54d36333178eeb806e279bcdcecf0ca"
 759dependencies = [
 760 "crossbeam-queue",
 761 "stable_deref_trait",
 762]
 763
 764[[package]]
 765name = "byte-tools"
 766version = "0.3.1"
 767source = "registry+https://github.com/rust-lang/crates.io-index"
 768checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
 769
 770[[package]]
 771name = "bytemuck"
 772version = "1.5.1"
 773source = "registry+https://github.com/rust-lang/crates.io-index"
 774checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
 775
 776[[package]]
 777name = "byteorder"
 778version = "1.4.2"
 779source = "registry+https://github.com/rust-lang/crates.io-index"
 780checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
 781
 782[[package]]
 783name = "bytes"
 784version = "0.5.6"
 785source = "registry+https://github.com/rust-lang/crates.io-index"
 786checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
 787
 788[[package]]
 789name = "bytes"
 790version = "1.0.1"
 791source = "registry+https://github.com/rust-lang/crates.io-index"
 792checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
 793
 794[[package]]
 795name = "cache-padded"
 796version = "1.1.1"
 797source = "registry+https://github.com/rust-lang/crates.io-index"
 798checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
 799
 800[[package]]
 801name = "cargo-platform"
 802version = "0.1.1"
 803source = "registry+https://github.com/rust-lang/crates.io-index"
 804checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
 805dependencies = [
 806 "serde",
 807]
 808
 809[[package]]
 810name = "cargo_metadata"
 811version = "0.12.3"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
 814dependencies = [
 815 "cargo-platform",
 816 "semver 0.11.0",
 817 "semver-parser 0.10.2",
 818 "serde",
 819 "serde_json",
 820]
 821
 822[[package]]
 823name = "cc"
 824version = "1.0.67"
 825source = "registry+https://github.com/rust-lang/crates.io-index"
 826checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
 827dependencies = [
 828 "jobserver",
 829]
 830
 831[[package]]
 832name = "cexpr"
 833version = "0.4.0"
 834source = "registry+https://github.com/rust-lang/crates.io-index"
 835checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
 836dependencies = [
 837 "nom 5.1.2",
 838]
 839
 840[[package]]
 841name = "cfg-if"
 842version = "0.1.10"
 843source = "registry+https://github.com/rust-lang/crates.io-index"
 844checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 845
 846[[package]]
 847name = "cfg-if"
 848version = "1.0.0"
 849source = "registry+https://github.com/rust-lang/crates.io-index"
 850checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 851
 852[[package]]
 853name = "chat_panel"
 854version = "0.1.0"
 855dependencies = [
 856 "client",
 857 "editor",
 858 "gpui",
 859 "postage",
 860 "theme",
 861 "time 0.3.2",
 862 "util",
 863 "workspace",
 864]
 865
 866[[package]]
 867name = "chrono"
 868version = "0.4.19"
 869source = "registry+https://github.com/rust-lang/crates.io-index"
 870checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
 871dependencies = [
 872 "libc",
 873 "num-integer",
 874 "num-traits",
 875 "serde",
 876 "time 0.1.44",
 877 "winapi",
 878]
 879
 880[[package]]
 881name = "chunked_transfer"
 882version = "1.4.0"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
 885
 886[[package]]
 887name = "cipher"
 888version = "0.2.5"
 889source = "registry+https://github.com/rust-lang/crates.io-index"
 890checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
 891dependencies = [
 892 "generic-array 0.14.4",
 893]
 894
 895[[package]]
 896name = "cipher"
 897version = "0.3.0"
 898source = "registry+https://github.com/rust-lang/crates.io-index"
 899checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
 900dependencies = [
 901 "generic-array 0.14.4",
 902]
 903
 904[[package]]
 905name = "clang-sys"
 906version = "1.1.1"
 907source = "registry+https://github.com/rust-lang/crates.io-index"
 908checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
 909dependencies = [
 910 "glob",
 911 "libc",
 912 "libloading",
 913]
 914
 915[[package]]
 916name = "clap"
 917version = "2.33.3"
 918source = "registry+https://github.com/rust-lang/crates.io-index"
 919checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
 920dependencies = [
 921 "ansi_term",
 922 "atty",
 923 "bitflags",
 924 "strsim 0.8.0",
 925 "textwrap 0.11.0",
 926 "unicode-width",
 927 "vec_map",
 928]
 929
 930[[package]]
 931name = "clap"
 932version = "3.0.0-beta.2"
 933source = "registry+https://github.com/rust-lang/crates.io-index"
 934checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
 935dependencies = [
 936 "atty",
 937 "bitflags",
 938 "clap_derive",
 939 "indexmap",
 940 "lazy_static",
 941 "os_str_bytes",
 942 "strsim 0.10.0",
 943 "termcolor",
 944 "textwrap 0.12.1",
 945 "unicode-width",
 946 "vec_map",
 947]
 948
 949[[package]]
 950name = "clap_derive"
 951version = "3.0.0-beta.2"
 952source = "registry+https://github.com/rust-lang/crates.io-index"
 953checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
 954dependencies = [
 955 "heck",
 956 "proc-macro-error",
 957 "proc-macro2",
 958 "quote",
 959 "syn",
 960]
 961
 962[[package]]
 963name = "client"
 964version = "0.1.0"
 965dependencies = [
 966 "anyhow",
 967 "async-recursion",
 968 "async-tungstenite",
 969 "futures",
 970 "gpui",
 971 "image",
 972 "lazy_static",
 973 "log",
 974 "parking_lot",
 975 "postage",
 976 "rand 0.8.3",
 977 "rpc",
 978 "smol",
 979 "sum_tree",
 980 "surf",
 981 "thiserror",
 982 "time 0.3.2",
 983 "tiny_http",
 984 "util",
 985]
 986
 987[[package]]
 988name = "clock"
 989version = "0.1.0"
 990dependencies = [
 991 "rpc",
 992 "smallvec",
 993]
 994
 995[[package]]
 996name = "cmake"
 997version = "0.1.45"
 998source = "registry+https://github.com/rust-lang/crates.io-index"
 999checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
1000dependencies = [
1001 "cc",
1002]
1003
1004[[package]]
1005name = "coarsetime"
1006version = "0.1.19"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
1009dependencies = [
1010 "libc",
1011 "once_cell",
1012 "wasi 0.10.0+wasi-snapshot-preview1",
1013 "wasm-bindgen",
1014]
1015
1016[[package]]
1017name = "cocoa"
1018version = "0.24.0"
1019source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1020dependencies = [
1021 "bitflags",
1022 "block",
1023 "cocoa-foundation",
1024 "core-foundation",
1025 "core-graphics",
1026 "foreign-types",
1027 "libc",
1028 "objc",
1029]
1030
1031[[package]]
1032name = "cocoa-foundation"
1033version = "0.1.0"
1034source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1035dependencies = [
1036 "bitflags",
1037 "block",
1038 "core-foundation",
1039 "core-graphics-types",
1040 "foreign-types",
1041 "libc",
1042 "objc",
1043]
1044
1045[[package]]
1046name = "collections"
1047version = "0.1.0"
1048dependencies = [
1049 "seahash",
1050]
1051
1052[[package]]
1053name = "color_quant"
1054version = "1.1.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1057
1058[[package]]
1059name = "comrak"
1060version = "0.10.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6"
1063dependencies = [
1064 "clap 2.33.3",
1065 "entities",
1066 "lazy_static",
1067 "pest",
1068 "pest_derive",
1069 "regex",
1070 "shell-words",
1071 "twoway",
1072 "typed-arena",
1073 "unicode_categories",
1074 "xdg",
1075]
1076
1077[[package]]
1078name = "concurrent-queue"
1079version = "1.2.2"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
1082dependencies = [
1083 "cache-padded",
1084]
1085
1086[[package]]
1087name = "const-oid"
1088version = "0.6.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "44c32f031ea41b4291d695026c023b95d59db2d8a2c7640800ed56bc8f510f22"
1091
1092[[package]]
1093name = "const_fn"
1094version = "0.4.8"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
1097
1098[[package]]
1099name = "constant_time_eq"
1100version = "0.1.5"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1103
1104[[package]]
1105name = "contacts_panel"
1106version = "0.1.0"
1107dependencies = [
1108 "client",
1109 "gpui",
1110 "postage",
1111 "theme",
1112 "workspace",
1113]
1114
1115[[package]]
1116name = "cookie"
1117version = "0.14.4"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
1120dependencies = [
1121 "aes-gcm",
1122 "base64 0.13.0",
1123 "hkdf",
1124 "hmac 0.10.1",
1125 "percent-encoding",
1126 "rand 0.8.3",
1127 "sha2",
1128 "time 0.2.25",
1129 "version_check",
1130]
1131
1132[[package]]
1133name = "core-foundation"
1134version = "0.9.1"
1135source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1136dependencies = [
1137 "core-foundation-sys",
1138 "libc",
1139]
1140
1141[[package]]
1142name = "core-foundation-sys"
1143version = "0.8.2"
1144source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1145
1146[[package]]
1147name = "core-graphics"
1148version = "0.22.2"
1149source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1150dependencies = [
1151 "bitflags",
1152 "core-foundation",
1153 "core-graphics-types",
1154 "foreign-types",
1155 "libc",
1156]
1157
1158[[package]]
1159name = "core-graphics-types"
1160version = "0.1.1"
1161source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1162dependencies = [
1163 "bitflags",
1164 "core-foundation",
1165 "foreign-types",
1166 "libc",
1167]
1168
1169[[package]]
1170name = "core-text"
1171version = "19.2.0"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1174dependencies = [
1175 "core-foundation",
1176 "core-graphics",
1177 "foreign-types",
1178 "libc",
1179]
1180
1181[[package]]
1182name = "cpufeatures"
1183version = "0.1.4"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
1186dependencies = [
1187 "libc",
1188]
1189
1190[[package]]
1191name = "cpuid-bool"
1192version = "0.2.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
1195
1196[[package]]
1197name = "crc"
1198version = "1.8.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
1201dependencies = [
1202 "build_const",
1203]
1204
1205[[package]]
1206name = "crc32fast"
1207version = "1.2.1"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
1210dependencies = [
1211 "cfg-if 1.0.0",
1212]
1213
1214[[package]]
1215name = "crossbeam-channel"
1216version = "0.5.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
1219dependencies = [
1220 "cfg-if 1.0.0",
1221 "crossbeam-utils",
1222]
1223
1224[[package]]
1225name = "crossbeam-deque"
1226version = "0.8.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
1229dependencies = [
1230 "cfg-if 1.0.0",
1231 "crossbeam-epoch",
1232 "crossbeam-utils",
1233]
1234
1235[[package]]
1236name = "crossbeam-epoch"
1237version = "0.9.2"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"
1240dependencies = [
1241 "cfg-if 1.0.0",
1242 "crossbeam-utils",
1243 "lazy_static",
1244 "loom",
1245 "memoffset",
1246 "scopeguard",
1247]
1248
1249[[package]]
1250name = "crossbeam-queue"
1251version = "0.3.1"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
1254dependencies = [
1255 "cfg-if 1.0.0",
1256 "crossbeam-utils",
1257]
1258
1259[[package]]
1260name = "crossbeam-utils"
1261version = "0.8.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
1264dependencies = [
1265 "autocfg 1.0.1",
1266 "cfg-if 1.0.0",
1267 "lazy_static",
1268 "loom",
1269]
1270
1271[[package]]
1272name = "crypto-bigint"
1273version = "0.2.2"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "b32a398eb1ccfbe7e4f452bc749c44d38dd732e9a253f19da224c416f00ee7f4"
1276dependencies = [
1277 "generic-array 0.14.4",
1278 "rand_core 0.6.2",
1279 "subtle",
1280 "zeroize",
1281]
1282
1283[[package]]
1284name = "crypto-mac"
1285version = "0.8.0"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1288dependencies = [
1289 "generic-array 0.14.4",
1290 "subtle",
1291]
1292
1293[[package]]
1294name = "crypto-mac"
1295version = "0.10.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
1298dependencies = [
1299 "generic-array 0.14.4",
1300 "subtle",
1301]
1302
1303[[package]]
1304name = "crypto-mac"
1305version = "0.11.0"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
1308dependencies = [
1309 "generic-array 0.14.4",
1310 "subtle",
1311]
1312
1313[[package]]
1314name = "ct-codecs"
1315version = "1.1.1"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
1318
1319[[package]]
1320name = "ctor"
1321version = "0.1.20"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
1324dependencies = [
1325 "quote",
1326 "syn",
1327]
1328
1329[[package]]
1330name = "ctr"
1331version = "0.6.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
1334dependencies = [
1335 "cipher 0.2.5",
1336]
1337
1338[[package]]
1339name = "curl"
1340version = "0.4.38"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515"
1343dependencies = [
1344 "curl-sys",
1345 "libc",
1346 "openssl-probe",
1347 "openssl-sys",
1348 "schannel",
1349 "socket2 0.4.0",
1350 "winapi",
1351]
1352
1353[[package]]
1354name = "curl-sys"
1355version = "0.4.44+curl-7.77.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "4b6d85e9322b193f117c966e79c2d6929ec08c02f339f950044aba12e20bbaf1"
1358dependencies = [
1359 "cc",
1360 "libc",
1361 "libnghttp2-sys",
1362 "libz-sys",
1363 "openssl-sys",
1364 "pkg-config",
1365 "vcpkg",
1366 "winapi",
1367]
1368
1369[[package]]
1370name = "dashmap"
1371version = "4.0.2"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
1374dependencies = [
1375 "cfg-if 1.0.0",
1376 "num_cpus",
1377]
1378
1379[[package]]
1380name = "data-encoding"
1381version = "2.3.2"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
1384
1385[[package]]
1386name = "data-url"
1387version = "0.1.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
1390dependencies = [
1391 "matches",
1392]
1393
1394[[package]]
1395name = "deflate"
1396version = "0.8.6"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1399dependencies = [
1400 "adler32",
1401 "byteorder",
1402]
1403
1404[[package]]
1405name = "der"
1406version = "0.4.0"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "49f215f706081a44cb702c71c39a52c05da637822e9c1645a50b7202689e982d"
1409dependencies = [
1410 "const-oid",
1411]
1412
1413[[package]]
1414name = "diagnostics"
1415version = "0.1.0"
1416dependencies = [
1417 "anyhow",
1418 "collections",
1419 "editor",
1420 "gpui",
1421 "language",
1422 "postage",
1423 "project",
1424 "workspace",
1425]
1426
1427[[package]]
1428name = "digest"
1429version = "0.8.1"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1432dependencies = [
1433 "generic-array 0.12.4",
1434]
1435
1436[[package]]
1437name = "digest"
1438version = "0.9.0"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1441dependencies = [
1442 "generic-array 0.14.4",
1443]
1444
1445[[package]]
1446name = "dirs"
1447version = "3.0.1"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
1450dependencies = [
1451 "dirs-sys",
1452]
1453
1454[[package]]
1455name = "dirs-next"
1456version = "2.0.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1459dependencies = [
1460 "cfg-if 1.0.0",
1461 "dirs-sys-next",
1462]
1463
1464[[package]]
1465name = "dirs-sys"
1466version = "0.3.5"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
1469dependencies = [
1470 "libc",
1471 "redox_users 0.3.5",
1472 "winapi",
1473]
1474
1475[[package]]
1476name = "dirs-sys-next"
1477version = "0.1.2"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1480dependencies = [
1481 "libc",
1482 "redox_users 0.4.0",
1483 "winapi",
1484]
1485
1486[[package]]
1487name = "discard"
1488version = "1.0.4"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
1491
1492[[package]]
1493name = "dotenv"
1494version = "0.15.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
1497
1498[[package]]
1499name = "dwrote"
1500version = "0.11.0"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
1503dependencies = [
1504 "lazy_static",
1505 "libc",
1506 "winapi",
1507 "wio",
1508]
1509
1510[[package]]
1511name = "easy-parallel"
1512version = "3.1.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
1515
1516[[package]]
1517name = "ecdsa"
1518version = "0.12.2"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "05cb0ed2d2ce37766ac86c05f66973ace8c51f7f1533bedce8fb79e2b54b3f14"
1521dependencies = [
1522 "der",
1523 "elliptic-curve",
1524 "hmac 0.11.0",
1525 "signature",
1526]
1527
1528[[package]]
1529name = "ed25519-compact"
1530version = "0.1.9"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "aaf396058cc7285b342f9a10ed7a377f088942396c46c4c9a7eb4f0782cb1171"
1533dependencies = [
1534 "getrandom 0.2.2",
1535]
1536
1537[[package]]
1538name = "editor"
1539version = "0.1.0"
1540dependencies = [
1541 "aho-corasick",
1542 "anyhow",
1543 "clock",
1544 "collections",
1545 "ctor",
1546 "env_logger",
1547 "gpui",
1548 "itertools",
1549 "language",
1550 "lazy_static",
1551 "log",
1552 "parking_lot",
1553 "postage",
1554 "project",
1555 "rand 0.8.3",
1556 "serde",
1557 "smallvec",
1558 "smol",
1559 "sum_tree",
1560 "text",
1561 "theme",
1562 "tree-sitter",
1563 "tree-sitter-rust",
1564 "unindent",
1565 "util",
1566 "workspace",
1567]
1568
1569[[package]]
1570name = "either"
1571version = "1.6.1"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
1574
1575[[package]]
1576name = "elliptic-curve"
1577version = "0.10.4"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "83e5c176479da93a0983f0a6fdc3c1b8e7d5be0d7fe3fe05a99f15b96582b9a8"
1580dependencies = [
1581 "crypto-bigint",
1582 "ff",
1583 "generic-array 0.14.4",
1584 "group",
1585 "pkcs8",
1586 "rand_core 0.6.2",
1587 "subtle",
1588 "zeroize",
1589]
1590
1591[[package]]
1592name = "encoding_rs"
1593version = "0.8.28"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
1596dependencies = [
1597 "cfg-if 1.0.0",
1598]
1599
1600[[package]]
1601name = "entities"
1602version = "1.0.1"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1605
1606[[package]]
1607name = "env_logger"
1608version = "0.8.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
1611dependencies = [
1612 "atty",
1613 "humantime",
1614 "log",
1615 "regex",
1616 "termcolor",
1617]
1618
1619[[package]]
1620name = "envy"
1621version = "0.4.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
1624dependencies = [
1625 "serde",
1626]
1627
1628[[package]]
1629name = "etagere"
1630version = "0.2.4"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "520d7de540904fd09b11c03a47d50a7ce4ff37d1aa763f454fa60d9088ef8356"
1633dependencies = [
1634 "euclid",
1635 "svg_fmt",
1636]
1637
1638[[package]]
1639name = "euclid"
1640version = "0.22.2"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "51e5bac4ec41ece6346fd867815a57a221abdf48f4eb931b033789b5b4b6fc70"
1643dependencies = [
1644 "num-traits",
1645]
1646
1647[[package]]
1648name = "event-listener"
1649version = "2.5.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
1652
1653[[package]]
1654name = "expat-sys"
1655version = "2.1.6"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
1658dependencies = [
1659 "cmake",
1660 "pkg-config",
1661]
1662
1663[[package]]
1664name = "fake-simd"
1665version = "0.1.2"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1668
1669[[package]]
1670name = "fastrand"
1671version = "1.4.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
1674dependencies = [
1675 "instant",
1676]
1677
1678[[package]]
1679name = "femme"
1680version = "2.1.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034"
1683dependencies = [
1684 "cfg-if 0.1.10",
1685 "js-sys",
1686 "log",
1687 "serde",
1688 "serde_derive",
1689 "serde_json",
1690 "wasm-bindgen",
1691 "web-sys",
1692]
1693
1694[[package]]
1695name = "ff"
1696version = "0.10.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "63eec06c61e487eecf0f7e6e6372e596a81922c28d33e645d6983ca6493a1af0"
1699dependencies = [
1700 "rand_core 0.6.2",
1701 "subtle",
1702]
1703
1704[[package]]
1705name = "file_finder"
1706version = "0.1.0"
1707dependencies = [
1708 "editor",
1709 "fuzzy",
1710 "gpui",
1711 "postage",
1712 "project",
1713 "serde_json",
1714 "theme",
1715 "util",
1716 "workspace",
1717]
1718
1719[[package]]
1720name = "fixedbitset"
1721version = "0.2.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1724
1725[[package]]
1726name = "flate2"
1727version = "1.0.20"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
1730dependencies = [
1731 "cfg-if 1.0.0",
1732 "crc32fast",
1733 "libc",
1734 "miniz_oxide 0.4.4",
1735]
1736
1737[[package]]
1738name = "float-cmp"
1739version = "0.5.3"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
1742
1743[[package]]
1744name = "float-ord"
1745version = "0.2.0"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
1748
1749[[package]]
1750name = "flume"
1751version = "0.9.2"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
1754dependencies = [
1755 "futures-core",
1756 "futures-sink",
1757 "spinning_top",
1758]
1759
1760[[package]]
1761name = "fnv"
1762version = "1.0.7"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1765
1766[[package]]
1767name = "font-kit"
1768version = "0.10.0"
1769source = "git+https://github.com/zed-industries/font-kit?rev=8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1#8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1"
1770dependencies = [
1771 "bitflags",
1772 "byteorder",
1773 "core-foundation",
1774 "core-graphics",
1775 "core-text",
1776 "dirs-next",
1777 "dwrote",
1778 "float-ord",
1779 "freetype",
1780 "lazy_static",
1781 "libc",
1782 "log",
1783 "pathfinder_geometry",
1784 "pathfinder_simd",
1785 "servo-fontconfig",
1786 "walkdir",
1787 "winapi",
1788]
1789
1790[[package]]
1791name = "fontdb"
1792version = "0.5.1"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "428948a0f39fb83fe55991d4423e35a793cdbb0322ebe23853f6024124a330d7"
1795dependencies = [
1796 "log",
1797 "memmap2 0.1.0",
1798 "ttf-parser 0.9.0",
1799]
1800
1801[[package]]
1802name = "foreign-types"
1803version = "0.3.2"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1806dependencies = [
1807 "foreign-types-shared",
1808]
1809
1810[[package]]
1811name = "foreign-types-shared"
1812version = "0.1.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1815
1816[[package]]
1817name = "form_urlencoded"
1818version = "1.0.1"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1821dependencies = [
1822 "matches",
1823 "percent-encoding",
1824]
1825
1826[[package]]
1827name = "freetype"
1828version = "0.7.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
1831dependencies = [
1832 "freetype-sys",
1833 "libc",
1834]
1835
1836[[package]]
1837name = "freetype-sys"
1838version = "0.13.1"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
1841dependencies = [
1842 "cmake",
1843 "libc",
1844 "pkg-config",
1845]
1846
1847[[package]]
1848name = "fsevent"
1849version = "2.0.2"
1850dependencies = [
1851 "bitflags",
1852 "fsevent-sys",
1853 "parking_lot",
1854 "tempdir",
1855]
1856
1857[[package]]
1858name = "fsevent-sys"
1859version = "3.0.2"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
1862dependencies = [
1863 "libc",
1864]
1865
1866[[package]]
1867name = "fuchsia-cprng"
1868version = "0.1.1"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1871
1872[[package]]
1873name = "funty"
1874version = "1.1.0"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
1877
1878[[package]]
1879name = "futures"
1880version = "0.3.12"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1883dependencies = [
1884 "futures-channel",
1885 "futures-core",
1886 "futures-executor",
1887 "futures-io",
1888 "futures-sink",
1889 "futures-task",
1890 "futures-util",
1891]
1892
1893[[package]]
1894name = "futures-channel"
1895version = "0.3.12"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1898dependencies = [
1899 "futures-core",
1900 "futures-sink",
1901]
1902
1903[[package]]
1904name = "futures-core"
1905version = "0.3.12"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1908
1909[[package]]
1910name = "futures-executor"
1911version = "0.3.12"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1914dependencies = [
1915 "futures-core",
1916 "futures-task",
1917 "futures-util",
1918]
1919
1920[[package]]
1921name = "futures-io"
1922version = "0.3.12"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1925
1926[[package]]
1927name = "futures-lite"
1928version = "1.12.0"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
1931dependencies = [
1932 "fastrand",
1933 "futures-core",
1934 "futures-io",
1935 "memchr",
1936 "parking",
1937 "pin-project-lite 0.2.4",
1938 "waker-fn",
1939]
1940
1941[[package]]
1942name = "futures-macro"
1943version = "0.3.12"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1946dependencies = [
1947 "proc-macro-hack",
1948 "proc-macro2",
1949 "quote",
1950 "syn",
1951]
1952
1953[[package]]
1954name = "futures-sink"
1955version = "0.3.14"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
1958
1959[[package]]
1960name = "futures-task"
1961version = "0.3.14"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
1964
1965[[package]]
1966name = "futures-util"
1967version = "0.3.12"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1970dependencies = [
1971 "futures-channel",
1972 "futures-core",
1973 "futures-io",
1974 "futures-macro",
1975 "futures-sink",
1976 "futures-task",
1977 "memchr",
1978 "pin-project-lite 0.2.4",
1979 "pin-utils",
1980 "proc-macro-hack",
1981 "proc-macro-nested",
1982 "slab",
1983]
1984
1985[[package]]
1986name = "fuzzy"
1987version = "0.1.0"
1988dependencies = [
1989 "gpui",
1990 "util",
1991]
1992
1993[[package]]
1994name = "generator"
1995version = "0.6.23"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
1998dependencies = [
1999 "cc",
2000 "libc",
2001 "log",
2002 "rustc_version",
2003 "winapi",
2004]
2005
2006[[package]]
2007name = "generic-array"
2008version = "0.12.4"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2011dependencies = [
2012 "typenum",
2013]
2014
2015[[package]]
2016name = "generic-array"
2017version = "0.14.4"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2020dependencies = [
2021 "typenum",
2022 "version_check",
2023]
2024
2025[[package]]
2026name = "getrandom"
2027version = "0.1.16"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2030dependencies = [
2031 "cfg-if 1.0.0",
2032 "libc",
2033 "wasi 0.9.0+wasi-snapshot-preview1",
2034]
2035
2036[[package]]
2037name = "getrandom"
2038version = "0.2.2"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2041dependencies = [
2042 "cfg-if 1.0.0",
2043 "js-sys",
2044 "libc",
2045 "wasi 0.10.0+wasi-snapshot-preview1",
2046 "wasm-bindgen",
2047]
2048
2049[[package]]
2050name = "ghash"
2051version = "0.3.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
2054dependencies = [
2055 "opaque-debug 0.3.0",
2056 "polyval",
2057]
2058
2059[[package]]
2060name = "gif"
2061version = "0.11.2"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
2064dependencies = [
2065 "color_quant",
2066 "weezl",
2067]
2068
2069[[package]]
2070name = "gimli"
2071version = "0.23.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2074
2075[[package]]
2076name = "glob"
2077version = "0.3.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2080
2081[[package]]
2082name = "globset"
2083version = "0.4.6"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
2086dependencies = [
2087 "aho-corasick",
2088 "bstr",
2089 "fnv",
2090 "log",
2091 "regex",
2092]
2093
2094[[package]]
2095name = "gloo-timers"
2096version = "0.2.1"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
2099dependencies = [
2100 "futures-channel",
2101 "futures-core",
2102 "js-sys",
2103 "wasm-bindgen",
2104 "web-sys",
2105]
2106
2107[[package]]
2108name = "go_to_line"
2109version = "0.1.0"
2110dependencies = [
2111 "editor",
2112 "gpui",
2113 "postage",
2114 "text",
2115 "workspace",
2116]
2117
2118[[package]]
2119name = "gpui"
2120version = "0.1.0"
2121dependencies = [
2122 "anyhow",
2123 "async-task",
2124 "backtrace",
2125 "bindgen",
2126 "block",
2127 "cc",
2128 "cocoa",
2129 "core-foundation",
2130 "core-graphics",
2131 "core-text",
2132 "ctor",
2133 "env_logger",
2134 "etagere",
2135 "font-kit",
2136 "foreign-types",
2137 "futures",
2138 "gpui_macros",
2139 "image",
2140 "lazy_static",
2141 "log",
2142 "metal",
2143 "num_cpus",
2144 "objc",
2145 "ordered-float",
2146 "parking",
2147 "parking_lot",
2148 "pathfinder_color",
2149 "pathfinder_geometry",
2150 "png",
2151 "postage",
2152 "rand 0.8.3",
2153 "resvg",
2154 "seahash",
2155 "serde",
2156 "serde_json",
2157 "simplelog",
2158 "smallvec",
2159 "smol",
2160 "sum_tree",
2161 "time 0.3.2",
2162 "tiny-skia",
2163 "tree-sitter",
2164 "usvg",
2165 "waker-fn",
2166]
2167
2168[[package]]
2169name = "gpui_macros"
2170version = "0.1.0"
2171dependencies = [
2172 "proc-macro2",
2173 "quote",
2174 "syn",
2175]
2176
2177[[package]]
2178name = "group"
2179version = "0.10.0"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
2182dependencies = [
2183 "ff",
2184 "rand_core 0.6.2",
2185 "subtle",
2186]
2187
2188[[package]]
2189name = "handlebars"
2190version = "3.5.5"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
2193dependencies = [
2194 "log",
2195 "pest",
2196 "pest_derive",
2197 "quick-error",
2198 "serde",
2199 "serde_json",
2200]
2201
2202[[package]]
2203name = "hashbrown"
2204version = "0.9.1"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2207dependencies = [
2208 "ahash 0.4.7",
2209]
2210
2211[[package]]
2212name = "hashbrown"
2213version = "0.11.2"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2216dependencies = [
2217 "ahash 0.7.4",
2218]
2219
2220[[package]]
2221name = "hashlink"
2222version = "0.6.0"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
2225dependencies = [
2226 "hashbrown 0.9.1",
2227]
2228
2229[[package]]
2230name = "hashlink"
2231version = "0.7.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2234dependencies = [
2235 "hashbrown 0.11.2",
2236]
2237
2238[[package]]
2239name = "heck"
2240version = "0.3.3"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2243dependencies = [
2244 "unicode-segmentation",
2245]
2246
2247[[package]]
2248name = "hermit-abi"
2249version = "0.1.18"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2252dependencies = [
2253 "libc",
2254]
2255
2256[[package]]
2257name = "hex"
2258version = "0.4.3"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2261
2262[[package]]
2263name = "hkdf"
2264version = "0.10.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
2267dependencies = [
2268 "digest 0.9.0",
2269 "hmac 0.10.1",
2270]
2271
2272[[package]]
2273name = "hmac"
2274version = "0.8.1"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
2277dependencies = [
2278 "crypto-mac 0.8.0",
2279 "digest 0.9.0",
2280]
2281
2282[[package]]
2283name = "hmac"
2284version = "0.10.1"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
2287dependencies = [
2288 "crypto-mac 0.10.0",
2289 "digest 0.9.0",
2290]
2291
2292[[package]]
2293name = "hmac"
2294version = "0.11.0"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2297dependencies = [
2298 "crypto-mac 0.11.0",
2299 "digest 0.9.0",
2300]
2301
2302[[package]]
2303name = "hmac-sha256"
2304version = "0.1.7"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "bcdc571e566521512579aab40bf807c5066e1765fb36857f16ed7595c13567c6"
2307dependencies = [
2308 "digest 0.9.0",
2309]
2310
2311[[package]]
2312name = "hmac-sha512"
2313version = "0.1.9"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "77e806677ce663d0a199541030c816847b36e8dc095f70dae4a4f4ad63da5383"
2316dependencies = [
2317 "digest 0.9.0",
2318]
2319
2320[[package]]
2321name = "http"
2322version = "0.2.4"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2325dependencies = [
2326 "bytes 1.0.1",
2327 "fnv",
2328 "itoa",
2329]
2330
2331[[package]]
2332name = "http-auth-basic"
2333version = "0.1.3"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "df69b6a68474b935f436fb9c84139f32de4f7759810090d1a3a5e592553f7ee0"
2336dependencies = [
2337 "base64 0.12.3",
2338]
2339
2340[[package]]
2341name = "http-client"
2342version = "6.4.1"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "ce318d86a47d18d1db645c979214f809a6cd625202ad334ef75ca813b30dac80"
2345dependencies = [
2346 "async-std",
2347 "async-trait",
2348 "cfg-if 1.0.0",
2349 "dashmap",
2350 "http-types",
2351 "isahc",
2352 "log",
2353]
2354
2355[[package]]
2356name = "http-types"
2357version = "2.11.1"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "ad077d89137cd3debdce53c66714dc536525ef43fe075d41ddc0a8ac11f85957"
2360dependencies = [
2361 "anyhow",
2362 "async-channel",
2363 "async-std",
2364 "base64 0.13.0",
2365 "cookie",
2366 "futures-lite",
2367 "infer",
2368 "pin-project-lite 0.2.4",
2369 "rand 0.7.3",
2370 "serde",
2371 "serde_json",
2372 "serde_qs",
2373 "serde_urlencoded",
2374 "url",
2375]
2376
2377[[package]]
2378name = "httparse"
2379version = "1.4.1"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
2382
2383[[package]]
2384name = "humantime"
2385version = "2.1.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2388
2389[[package]]
2390name = "idna"
2391version = "0.2.3"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2394dependencies = [
2395 "matches",
2396 "unicode-bidi",
2397 "unicode-normalization",
2398]
2399
2400[[package]]
2401name = "ignore"
2402version = "0.4.17"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
2405dependencies = [
2406 "crossbeam-utils",
2407 "globset",
2408 "lazy_static",
2409 "log",
2410 "memchr",
2411 "regex",
2412 "same-file",
2413 "thread_local",
2414 "walkdir",
2415 "winapi-util",
2416]
2417
2418[[package]]
2419name = "image"
2420version = "0.23.14"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2423dependencies = [
2424 "bytemuck",
2425 "byteorder",
2426 "color_quant",
2427 "gif",
2428 "jpeg-decoder",
2429 "num-iter",
2430 "num-rational",
2431 "num-traits",
2432 "png",
2433 "scoped_threadpool",
2434 "tiff",
2435]
2436
2437[[package]]
2438name = "indexmap"
2439version = "1.6.2"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2442dependencies = [
2443 "autocfg 1.0.1",
2444 "hashbrown 0.9.1",
2445]
2446
2447[[package]]
2448name = "infer"
2449version = "0.2.3"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
2452
2453[[package]]
2454name = "input_buffer"
2455version = "0.4.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
2458dependencies = [
2459 "bytes 1.0.1",
2460]
2461
2462[[package]]
2463name = "instant"
2464version = "0.1.9"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2467dependencies = [
2468 "cfg-if 1.0.0",
2469]
2470
2471[[package]]
2472name = "isahc"
2473version = "0.9.14"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
2476dependencies = [
2477 "bytes 0.5.6",
2478 "crossbeam-utils",
2479 "curl",
2480 "curl-sys",
2481 "flume",
2482 "futures-lite",
2483 "http",
2484 "log",
2485 "once_cell",
2486 "slab",
2487 "sluice",
2488 "tracing",
2489 "tracing-futures",
2490 "url",
2491 "waker-fn",
2492]
2493
2494[[package]]
2495name = "itertools"
2496version = "0.10.1"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2499dependencies = [
2500 "either",
2501]
2502
2503[[package]]
2504name = "itoa"
2505version = "0.4.7"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2508
2509[[package]]
2510name = "jobserver"
2511version = "0.1.24"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2514dependencies = [
2515 "libc",
2516]
2517
2518[[package]]
2519name = "jpeg-decoder"
2520version = "0.1.22"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2523dependencies = [
2524 "rayon",
2525]
2526
2527[[package]]
2528name = "js-sys"
2529version = "0.3.51"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2532dependencies = [
2533 "wasm-bindgen",
2534]
2535
2536[[package]]
2537name = "jwt-simple"
2538version = "0.10.1"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "3b5630483dc02fd2274f6d1ec91209811f1a3bc442da4d76a31872d6a02cf9e9"
2541dependencies = [
2542 "anyhow",
2543 "coarsetime",
2544 "ct-codecs",
2545 "ed25519-compact",
2546 "hmac-sha256",
2547 "hmac-sha512",
2548 "k256",
2549 "p256",
2550 "rand 0.8.3",
2551 "rsa",
2552 "serde",
2553 "serde_json",
2554 "thiserror",
2555 "zeroize",
2556]
2557
2558[[package]]
2559name = "k256"
2560version = "0.9.4"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "f3a26a4a8e8b0ab315c687767b543c923c9667a1f2bf42a42818d1453891c7c1"
2563dependencies = [
2564 "cfg-if 1.0.0",
2565 "ecdsa",
2566 "elliptic-curve",
2567 "sha2",
2568]
2569
2570[[package]]
2571name = "kurbo"
2572version = "0.8.1"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
2575dependencies = [
2576 "arrayvec 0.5.2",
2577]
2578
2579[[package]]
2580name = "kv-log-macro"
2581version = "1.0.7"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2584dependencies = [
2585 "log",
2586]
2587
2588[[package]]
2589name = "language"
2590version = "0.1.0"
2591dependencies = [
2592 "anyhow",
2593 "clock",
2594 "collections",
2595 "ctor",
2596 "env_logger",
2597 "futures",
2598 "gpui",
2599 "lazy_static",
2600 "log",
2601 "lsp",
2602 "parking_lot",
2603 "postage",
2604 "rand 0.8.3",
2605 "rpc",
2606 "serde",
2607 "similar",
2608 "smallvec",
2609 "smol",
2610 "sum_tree",
2611 "text",
2612 "theme",
2613 "tree-sitter",
2614 "tree-sitter-rust",
2615 "unindent",
2616 "util",
2617]
2618
2619[[package]]
2620name = "lazy_static"
2621version = "1.4.0"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2624dependencies = [
2625 "spin",
2626]
2627
2628[[package]]
2629name = "lazycell"
2630version = "1.3.0"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2633
2634[[package]]
2635name = "lexical-core"
2636version = "0.7.6"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2639dependencies = [
2640 "arrayvec 0.5.2",
2641 "bitflags",
2642 "cfg-if 1.0.0",
2643 "ryu",
2644 "static_assertions",
2645]
2646
2647[[package]]
2648name = "libc"
2649version = "0.2.98"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
2652
2653[[package]]
2654name = "libloading"
2655version = "0.7.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
2658dependencies = [
2659 "cfg-if 1.0.0",
2660 "winapi",
2661]
2662
2663[[package]]
2664name = "libm"
2665version = "0.2.1"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
2668
2669[[package]]
2670name = "libnghttp2-sys"
2671version = "0.1.6+1.43.0"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "0af55541a8827e138d59ec9e5877fb6095ece63fb6f4da45e7491b4fbd262855"
2674dependencies = [
2675 "cc",
2676 "libc",
2677]
2678
2679[[package]]
2680name = "libz-sys"
2681version = "1.1.3"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2684dependencies = [
2685 "cc",
2686 "libc",
2687 "pkg-config",
2688 "vcpkg",
2689]
2690
2691[[package]]
2692name = "lipsum"
2693version = "0.8.0"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "42ee7271c76a89032dcc7e595c0a739a9c5514eab483deb0e82981fe2098c56a"
2696dependencies = [
2697 "rand 0.8.3",
2698 "rand_chacha 0.3.0",
2699]
2700
2701[[package]]
2702name = "lock_api"
2703version = "0.4.2"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2706dependencies = [
2707 "scopeguard",
2708]
2709
2710[[package]]
2711name = "log"
2712version = "0.4.14"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2715dependencies = [
2716 "cfg-if 1.0.0",
2717 "value-bag",
2718]
2719
2720[[package]]
2721name = "log-panics"
2722version = "2.0.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef"
2725dependencies = [
2726 "backtrace",
2727 "log",
2728]
2729
2730[[package]]
2731name = "loom"
2732version = "0.4.0"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
2735dependencies = [
2736 "cfg-if 1.0.0",
2737 "generator",
2738 "scoped-tls",
2739]
2740
2741[[package]]
2742name = "lsp"
2743version = "0.1.0"
2744dependencies = [
2745 "anyhow",
2746 "async-pipe",
2747 "futures",
2748 "gpui",
2749 "log",
2750 "lsp-types",
2751 "parking_lot",
2752 "postage",
2753 "serde",
2754 "serde_json",
2755 "simplelog",
2756 "smol",
2757 "unindent",
2758 "util",
2759]
2760
2761[[package]]
2762name = "lsp-types"
2763version = "0.91.0"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "be7801b458592d0998af808d97f6a85a6057af3aaf2a2a5c3c677702bbeb4ed7"
2766dependencies = [
2767 "bitflags",
2768 "serde",
2769 "serde_json",
2770 "serde_repr",
2771 "url",
2772]
2773
2774[[package]]
2775name = "malloc_buf"
2776version = "0.0.6"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2779dependencies = [
2780 "libc",
2781]
2782
2783[[package]]
2784name = "maplit"
2785version = "1.0.2"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2788
2789[[package]]
2790name = "matches"
2791version = "0.1.8"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2794
2795[[package]]
2796name = "md-5"
2797version = "0.9.1"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2800dependencies = [
2801 "block-buffer 0.9.0",
2802 "digest 0.9.0",
2803 "opaque-debug 0.3.0",
2804]
2805
2806[[package]]
2807name = "memchr"
2808version = "2.3.4"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2811
2812[[package]]
2813name = "memmap2"
2814version = "0.1.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
2817dependencies = [
2818 "libc",
2819]
2820
2821[[package]]
2822name = "memmap2"
2823version = "0.2.2"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
2826dependencies = [
2827 "libc",
2828]
2829
2830[[package]]
2831name = "memoffset"
2832version = "0.6.3"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
2835dependencies = [
2836 "autocfg 1.0.1",
2837]
2838
2839[[package]]
2840name = "metal"
2841version = "0.21.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
2844dependencies = [
2845 "bitflags",
2846 "block",
2847 "cocoa-foundation",
2848 "foreign-types",
2849 "log",
2850 "objc",
2851]
2852
2853[[package]]
2854name = "mime"
2855version = "0.3.16"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2858
2859[[package]]
2860name = "mime_guess"
2861version = "2.0.3"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2864dependencies = [
2865 "mime",
2866 "unicase",
2867]
2868
2869[[package]]
2870name = "miniz_oxide"
2871version = "0.3.7"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2874dependencies = [
2875 "adler32",
2876]
2877
2878[[package]]
2879name = "miniz_oxide"
2880version = "0.4.4"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2883dependencies = [
2884 "adler",
2885 "autocfg 1.0.1",
2886]
2887
2888[[package]]
2889name = "multimap"
2890version = "0.8.3"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2893
2894[[package]]
2895name = "nb-connect"
2896version = "1.0.3"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
2899dependencies = [
2900 "libc",
2901 "socket2 0.3.19",
2902]
2903
2904[[package]]
2905name = "nom"
2906version = "5.1.2"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2909dependencies = [
2910 "memchr",
2911 "version_check",
2912]
2913
2914[[package]]
2915name = "nom"
2916version = "6.2.1"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
2919dependencies = [
2920 "bitvec",
2921 "funty",
2922 "lexical-core",
2923 "memchr",
2924 "version_check",
2925]
2926
2927[[package]]
2928name = "num-bigint"
2929version = "0.4.0"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
2932dependencies = [
2933 "autocfg 1.0.1",
2934 "num-integer",
2935 "num-traits",
2936]
2937
2938[[package]]
2939name = "num-bigint-dig"
2940version = "0.7.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
2943dependencies = [
2944 "autocfg 0.1.7",
2945 "byteorder",
2946 "lazy_static",
2947 "libm",
2948 "num-integer",
2949 "num-iter",
2950 "num-traits",
2951 "rand 0.8.3",
2952 "smallvec",
2953 "zeroize",
2954]
2955
2956[[package]]
2957name = "num-integer"
2958version = "0.1.44"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2961dependencies = [
2962 "autocfg 1.0.1",
2963 "num-traits",
2964]
2965
2966[[package]]
2967name = "num-iter"
2968version = "0.1.42"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2971dependencies = [
2972 "autocfg 1.0.1",
2973 "num-integer",
2974 "num-traits",
2975]
2976
2977[[package]]
2978name = "num-rational"
2979version = "0.3.2"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2982dependencies = [
2983 "autocfg 1.0.1",
2984 "num-integer",
2985 "num-traits",
2986]
2987
2988[[package]]
2989name = "num-traits"
2990version = "0.2.14"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2993dependencies = [
2994 "autocfg 1.0.1",
2995 "libm",
2996]
2997
2998[[package]]
2999name = "num_cpus"
3000version = "1.13.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
3003dependencies = [
3004 "hermit-abi",
3005 "libc",
3006]
3007
3008[[package]]
3009name = "oauth2"
3010version = "4.1.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "80e47cfc4c0a1a519d9a025ebfbac3a2439d1b5cdf397d72dcb79b11d9920dab"
3013dependencies = [
3014 "base64 0.13.0",
3015 "chrono",
3016 "getrandom 0.2.2",
3017 "http",
3018 "rand 0.8.3",
3019 "serde",
3020 "serde_json",
3021 "serde_path_to_error",
3022 "sha2",
3023 "thiserror",
3024 "url",
3025]
3026
3027[[package]]
3028name = "oauth2-surf"
3029version = "0.1.2"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "a8a041fdfcfb6aac56f08d021befc1493bde6e6699fef2364e74f0d9adedd27b"
3032dependencies = [
3033 "anyhow",
3034 "http",
3035 "oauth2",
3036 "surf",
3037 "thiserror",
3038]
3039
3040[[package]]
3041name = "objc"
3042version = "0.2.7"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3045dependencies = [
3046 "malloc_buf",
3047 "objc_exception",
3048]
3049
3050[[package]]
3051name = "objc_exception"
3052version = "0.1.2"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
3055dependencies = [
3056 "cc",
3057]
3058
3059[[package]]
3060name = "object"
3061version = "0.23.0"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
3064
3065[[package]]
3066name = "once_cell"
3067version = "1.5.2"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
3070
3071[[package]]
3072name = "opaque-debug"
3073version = "0.2.3"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
3076
3077[[package]]
3078name = "opaque-debug"
3079version = "0.3.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
3082
3083[[package]]
3084name = "openssl-probe"
3085version = "0.1.4"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
3088
3089[[package]]
3090name = "openssl-sys"
3091version = "0.9.65"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
3094dependencies = [
3095 "autocfg 1.0.1",
3096 "cc",
3097 "libc",
3098 "pkg-config",
3099 "vcpkg",
3100]
3101
3102[[package]]
3103name = "ordered-float"
3104version = "2.1.1"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
3107dependencies = [
3108 "num-traits",
3109]
3110
3111[[package]]
3112name = "os_str_bytes"
3113version = "2.4.0"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
3116
3117[[package]]
3118name = "p256"
3119version = "0.9.0"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186"
3122dependencies = [
3123 "ecdsa",
3124 "elliptic-curve",
3125 "sha2",
3126]
3127
3128[[package]]
3129name = "parking"
3130version = "2.0.0"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
3133
3134[[package]]
3135name = "parking_lot"
3136version = "0.11.1"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
3139dependencies = [
3140 "instant",
3141 "lock_api",
3142 "parking_lot_core",
3143]
3144
3145[[package]]
3146name = "parking_lot_core"
3147version = "0.8.3"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
3150dependencies = [
3151 "cfg-if 1.0.0",
3152 "instant",
3153 "libc",
3154 "redox_syscall 0.2.5",
3155 "smallvec",
3156 "winapi",
3157]
3158
3159[[package]]
3160name = "password-hash"
3161version = "0.2.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
3164dependencies = [
3165 "base64ct",
3166 "rand_core 0.6.2",
3167 "subtle",
3168]
3169
3170[[package]]
3171name = "pathfinder_color"
3172version = "0.5.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
3175dependencies = [
3176 "pathfinder_simd",
3177]
3178
3179[[package]]
3180name = "pathfinder_geometry"
3181version = "0.5.1"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
3184dependencies = [
3185 "log",
3186 "pathfinder_simd",
3187]
3188
3189[[package]]
3190name = "pathfinder_simd"
3191version = "0.5.0"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
3194dependencies = [
3195 "rustc_version",
3196]
3197
3198[[package]]
3199name = "pbkdf2"
3200version = "0.8.0"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
3203dependencies = [
3204 "crypto-mac 0.11.0",
3205]
3206
3207[[package]]
3208name = "peeking_take_while"
3209version = "0.1.2"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
3212
3213[[package]]
3214name = "pem"
3215version = "0.8.3"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
3218dependencies = [
3219 "base64 0.13.0",
3220 "once_cell",
3221 "regex",
3222]
3223
3224[[package]]
3225name = "percent-encoding"
3226version = "2.1.0"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
3229
3230[[package]]
3231name = "pest"
3232version = "2.1.3"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
3235dependencies = [
3236 "ucd-trie",
3237]
3238
3239[[package]]
3240name = "pest_derive"
3241version = "2.1.0"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
3244dependencies = [
3245 "pest",
3246 "pest_generator",
3247]
3248
3249[[package]]
3250name = "pest_generator"
3251version = "2.1.3"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
3254dependencies = [
3255 "pest",
3256 "pest_meta",
3257 "proc-macro2",
3258 "quote",
3259 "syn",
3260]
3261
3262[[package]]
3263name = "pest_meta"
3264version = "2.1.3"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
3267dependencies = [
3268 "maplit",
3269 "pest",
3270 "sha-1 0.8.2",
3271]
3272
3273[[package]]
3274name = "petgraph"
3275version = "0.5.1"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
3278dependencies = [
3279 "fixedbitset",
3280 "indexmap",
3281]
3282
3283[[package]]
3284name = "pico-args"
3285version = "0.4.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
3288
3289[[package]]
3290name = "pin-project"
3291version = "1.0.6"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
3294dependencies = [
3295 "pin-project-internal",
3296]
3297
3298[[package]]
3299name = "pin-project-internal"
3300version = "1.0.6"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
3303dependencies = [
3304 "proc-macro2",
3305 "quote",
3306 "syn",
3307]
3308
3309[[package]]
3310name = "pin-project-lite"
3311version = "0.1.12"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
3314
3315[[package]]
3316name = "pin-project-lite"
3317version = "0.2.4"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
3320
3321[[package]]
3322name = "pin-utils"
3323version = "0.1.0"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3326
3327[[package]]
3328name = "pkcs8"
3329version = "0.7.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "09d156817ae0125e8aa5067710b0db24f0984830614f99875a70aa5e3b74db69"
3332dependencies = [
3333 "base64ct",
3334 "der",
3335 "spki",
3336 "zeroize",
3337]
3338
3339[[package]]
3340name = "pkg-config"
3341version = "0.3.19"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
3344
3345[[package]]
3346name = "png"
3347version = "0.16.8"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
3350dependencies = [
3351 "bitflags",
3352 "crc32fast",
3353 "deflate",
3354 "miniz_oxide 0.3.7",
3355]
3356
3357[[package]]
3358name = "polling"
3359version = "2.0.2"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
3362dependencies = [
3363 "cfg-if 0.1.10",
3364 "libc",
3365 "log",
3366 "wepoll-sys",
3367 "winapi",
3368]
3369
3370[[package]]
3371name = "pollster"
3372version = "0.2.3"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944"
3375
3376[[package]]
3377name = "polyval"
3378version = "0.4.5"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
3381dependencies = [
3382 "cpuid-bool",
3383 "opaque-debug 0.3.0",
3384 "universal-hash",
3385]
3386
3387[[package]]
3388name = "postage"
3389version = "0.4.1"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "a63d25391d04a097954b76aba742b6b5b74f213dfe3dbaeeb36e8ddc1c657f0b"
3392dependencies = [
3393 "atomic",
3394 "crossbeam-queue",
3395 "futures",
3396 "log",
3397 "pin-project",
3398 "pollster",
3399 "static_assertions",
3400 "thiserror",
3401]
3402
3403[[package]]
3404name = "ppv-lite86"
3405version = "0.2.10"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
3408
3409[[package]]
3410name = "proc-macro-error"
3411version = "1.0.4"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3414dependencies = [
3415 "proc-macro-error-attr",
3416 "proc-macro2",
3417 "quote",
3418 "syn",
3419 "version_check",
3420]
3421
3422[[package]]
3423name = "proc-macro-error-attr"
3424version = "1.0.4"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3427dependencies = [
3428 "proc-macro2",
3429 "quote",
3430 "version_check",
3431]
3432
3433[[package]]
3434name = "proc-macro-hack"
3435version = "0.5.19"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3438
3439[[package]]
3440name = "proc-macro-nested"
3441version = "0.1.7"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
3444
3445[[package]]
3446name = "proc-macro2"
3447version = "1.0.24"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
3450dependencies = [
3451 "unicode-xid",
3452]
3453
3454[[package]]
3455name = "project"
3456version = "0.1.0"
3457dependencies = [
3458 "anyhow",
3459 "async-trait",
3460 "client",
3461 "clock",
3462 "collections",
3463 "fsevent",
3464 "futures",
3465 "fuzzy",
3466 "gpui",
3467 "ignore",
3468 "language",
3469 "lazy_static",
3470 "libc",
3471 "log",
3472 "lsp",
3473 "parking_lot",
3474 "postage",
3475 "rand 0.8.3",
3476 "rpc",
3477 "serde",
3478 "serde_json",
3479 "simplelog",
3480 "smol",
3481 "sum_tree",
3482 "tempdir",
3483 "text",
3484 "toml",
3485 "unindent",
3486 "util",
3487]
3488
3489[[package]]
3490name = "project_panel"
3491version = "0.1.0"
3492dependencies = [
3493 "gpui",
3494 "postage",
3495 "project",
3496 "serde_json",
3497 "theme",
3498 "workspace",
3499]
3500
3501[[package]]
3502name = "prost"
3503version = "0.8.0"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
3506dependencies = [
3507 "bytes 1.0.1",
3508 "prost-derive",
3509]
3510
3511[[package]]
3512name = "prost-build"
3513version = "0.8.0"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
3516dependencies = [
3517 "bytes 1.0.1",
3518 "heck",
3519 "itertools",
3520 "log",
3521 "multimap",
3522 "petgraph",
3523 "prost",
3524 "prost-types",
3525 "tempfile",
3526 "which 4.1.0",
3527]
3528
3529[[package]]
3530name = "prost-derive"
3531version = "0.8.0"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
3534dependencies = [
3535 "anyhow",
3536 "itertools",
3537 "proc-macro2",
3538 "quote",
3539 "syn",
3540]
3541
3542[[package]]
3543name = "prost-types"
3544version = "0.8.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
3547dependencies = [
3548 "bytes 1.0.1",
3549 "prost",
3550]
3551
3552[[package]]
3553name = "quick-error"
3554version = "2.0.1"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3557
3558[[package]]
3559name = "quote"
3560version = "1.0.9"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
3563dependencies = [
3564 "proc-macro2",
3565]
3566
3567[[package]]
3568name = "radium"
3569version = "0.5.3"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
3572
3573[[package]]
3574name = "rand"
3575version = "0.4.6"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
3578dependencies = [
3579 "fuchsia-cprng",
3580 "libc",
3581 "rand_core 0.3.1",
3582 "rdrand",
3583 "winapi",
3584]
3585
3586[[package]]
3587name = "rand"
3588version = "0.7.3"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3591dependencies = [
3592 "getrandom 0.1.16",
3593 "libc",
3594 "rand_chacha 0.2.2",
3595 "rand_core 0.5.1",
3596 "rand_hc 0.2.0",
3597]
3598
3599[[package]]
3600name = "rand"
3601version = "0.8.3"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
3604dependencies = [
3605 "libc",
3606 "rand_chacha 0.3.0",
3607 "rand_core 0.6.2",
3608 "rand_hc 0.3.0",
3609]
3610
3611[[package]]
3612name = "rand_chacha"
3613version = "0.2.2"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3616dependencies = [
3617 "ppv-lite86",
3618 "rand_core 0.5.1",
3619]
3620
3621[[package]]
3622name = "rand_chacha"
3623version = "0.3.0"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3626dependencies = [
3627 "ppv-lite86",
3628 "rand_core 0.6.2",
3629]
3630
3631[[package]]
3632name = "rand_core"
3633version = "0.3.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
3636dependencies = [
3637 "rand_core 0.4.2",
3638]
3639
3640[[package]]
3641name = "rand_core"
3642version = "0.4.2"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
3645
3646[[package]]
3647name = "rand_core"
3648version = "0.5.1"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3651dependencies = [
3652 "getrandom 0.1.16",
3653]
3654
3655[[package]]
3656name = "rand_core"
3657version = "0.6.2"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3660dependencies = [
3661 "getrandom 0.2.2",
3662]
3663
3664[[package]]
3665name = "rand_hc"
3666version = "0.2.0"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3669dependencies = [
3670 "rand_core 0.5.1",
3671]
3672
3673[[package]]
3674name = "rand_hc"
3675version = "0.3.0"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
3678dependencies = [
3679 "rand_core 0.6.2",
3680]
3681
3682[[package]]
3683name = "rayon"
3684version = "1.5.0"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
3687dependencies = [
3688 "autocfg 1.0.1",
3689 "crossbeam-deque",
3690 "either",
3691 "rayon-core",
3692]
3693
3694[[package]]
3695name = "rayon-core"
3696version = "1.9.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
3699dependencies = [
3700 "crossbeam-channel",
3701 "crossbeam-deque",
3702 "crossbeam-utils",
3703 "lazy_static",
3704 "num_cpus",
3705]
3706
3707[[package]]
3708name = "rctree"
3709version = "0.3.3"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
3712
3713[[package]]
3714name = "rdrand"
3715version = "0.4.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
3718dependencies = [
3719 "rand_core 0.3.1",
3720]
3721
3722[[package]]
3723name = "redox_syscall"
3724version = "0.1.57"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
3727
3728[[package]]
3729name = "redox_syscall"
3730version = "0.2.5"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
3733dependencies = [
3734 "bitflags",
3735]
3736
3737[[package]]
3738name = "redox_users"
3739version = "0.3.5"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
3742dependencies = [
3743 "getrandom 0.1.16",
3744 "redox_syscall 0.1.57",
3745 "rust-argon2",
3746]
3747
3748[[package]]
3749name = "redox_users"
3750version = "0.4.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3753dependencies = [
3754 "getrandom 0.2.2",
3755 "redox_syscall 0.2.5",
3756]
3757
3758[[package]]
3759name = "regex"
3760version = "1.4.3"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
3763dependencies = [
3764 "aho-corasick",
3765 "memchr",
3766 "regex-syntax",
3767 "thread_local",
3768]
3769
3770[[package]]
3771name = "regex-syntax"
3772version = "0.6.22"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
3775
3776[[package]]
3777name = "remove_dir_all"
3778version = "0.5.3"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3781dependencies = [
3782 "winapi",
3783]
3784
3785[[package]]
3786name = "resvg"
3787version = "0.14.0"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "ac9efbe9c239253e11e518352c5f015ec0c69e73658eed153670e853e1b78e40"
3790dependencies = [
3791 "jpeg-decoder",
3792 "log",
3793 "pico-args",
3794 "png",
3795 "rgb",
3796 "svgfilters",
3797 "tiny-skia",
3798 "usvg",
3799]
3800
3801[[package]]
3802name = "rgb"
3803version = "0.8.27"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
3806dependencies = [
3807 "bytemuck",
3808]
3809
3810[[package]]
3811name = "ring"
3812version = "0.16.20"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3815dependencies = [
3816 "cc",
3817 "libc",
3818 "once_cell",
3819 "spin",
3820 "untrusted",
3821 "web-sys",
3822 "winapi",
3823]
3824
3825[[package]]
3826name = "route-recognizer"
3827version = "0.2.0"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "56770675ebc04927ded3e60633437841581c285dc6236109ea25fbf3beb7b59e"
3830
3831[[package]]
3832name = "roxmltree"
3833version = "0.14.1"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
3836dependencies = [
3837 "xmlparser",
3838]
3839
3840[[package]]
3841name = "rpc"
3842version = "0.1.0"
3843dependencies = [
3844 "anyhow",
3845 "async-lock",
3846 "async-tungstenite",
3847 "base64 0.13.0",
3848 "futures",
3849 "log",
3850 "parking_lot",
3851 "postage",
3852 "prost",
3853 "prost-build",
3854 "rand 0.8.3",
3855 "rsa",
3856 "serde",
3857 "smol",
3858 "smol-timeout",
3859 "tempdir",
3860 "zstd",
3861]
3862
3863[[package]]
3864name = "rsa"
3865version = "0.4.0"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
3868dependencies = [
3869 "byteorder",
3870 "digest 0.9.0",
3871 "lazy_static",
3872 "num-bigint-dig",
3873 "num-integer",
3874 "num-iter",
3875 "num-traits",
3876 "pem",
3877 "rand 0.8.3",
3878 "simple_asn1",
3879 "subtle",
3880 "zeroize",
3881]
3882
3883[[package]]
3884name = "rust-argon2"
3885version = "0.8.3"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
3888dependencies = [
3889 "base64 0.13.0",
3890 "blake2b_simd",
3891 "constant_time_eq",
3892 "crossbeam-utils",
3893]
3894
3895[[package]]
3896name = "rust-embed"
3897version = "6.2.0"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "1be44a6694859b7cfc955699935944a6844aa9fe416aeda5d40829e3e38dfee6"
3900dependencies = [
3901 "rust-embed-impl",
3902 "rust-embed-utils",
3903 "walkdir",
3904]
3905
3906[[package]]
3907name = "rust-embed-impl"
3908version = "6.1.0"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "f567ca01565c50c67b29e535f5f67b8ea8aeadaeed16a88f10792ab57438b957"
3911dependencies = [
3912 "proc-macro2",
3913 "quote",
3914 "rust-embed-utils",
3915 "syn",
3916 "walkdir",
3917]
3918
3919[[package]]
3920name = "rust-embed-utils"
3921version = "7.0.0"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "6116e7ab9ea963f60f2f20291d8fcf6c7273192cdd7273b3c80729a9605c97b2"
3924dependencies = [
3925 "glob",
3926 "sha2",
3927 "walkdir",
3928]
3929
3930[[package]]
3931name = "rustc-demangle"
3932version = "0.1.18"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
3935
3936[[package]]
3937name = "rustc-hash"
3938version = "1.1.0"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3941
3942[[package]]
3943name = "rustc_version"
3944version = "0.2.3"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
3947dependencies = [
3948 "semver 0.9.0",
3949]
3950
3951[[package]]
3952name = "rustls"
3953version = "0.18.1"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
3956dependencies = [
3957 "base64 0.12.3",
3958 "log",
3959 "ring",
3960 "sct",
3961 "webpki",
3962]
3963
3964[[package]]
3965name = "rustls"
3966version = "0.19.1"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
3969dependencies = [
3970 "base64 0.13.0",
3971 "log",
3972 "ring",
3973 "sct",
3974 "webpki",
3975]
3976
3977[[package]]
3978name = "rustybuzz"
3979version = "0.3.0"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
3982dependencies = [
3983 "bitflags",
3984 "bytemuck",
3985 "smallvec",
3986 "ttf-parser 0.9.0",
3987 "unicode-bidi-mirroring",
3988 "unicode-ccc",
3989 "unicode-general-category",
3990 "unicode-script",
3991]
3992
3993[[package]]
3994name = "ryu"
3995version = "1.0.5"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
3998
3999[[package]]
4000name = "safe_arch"
4001version = "0.5.2"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
4004dependencies = [
4005 "bytemuck",
4006]
4007
4008[[package]]
4009name = "salsa20"
4010version = "0.8.0"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "1c7c5f10864beba947e1a1b43f3ef46c8cc58d1c2ae549fa471713e8ff60787a"
4013dependencies = [
4014 "cipher 0.3.0",
4015]
4016
4017[[package]]
4018name = "same-file"
4019version = "1.0.6"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4022dependencies = [
4023 "winapi-util",
4024]
4025
4026[[package]]
4027name = "schannel"
4028version = "0.1.19"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4031dependencies = [
4032 "lazy_static",
4033 "winapi",
4034]
4035
4036[[package]]
4037name = "scoped-tls"
4038version = "1.0.0"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4041
4042[[package]]
4043name = "scoped_threadpool"
4044version = "0.1.9"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
4047
4048[[package]]
4049name = "scopeguard"
4050version = "1.1.0"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4053
4054[[package]]
4055name = "scrypt"
4056version = "0.7.0"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
4059dependencies = [
4060 "base64ct",
4061 "hmac 0.11.0",
4062 "password-hash",
4063 "pbkdf2",
4064 "salsa20",
4065 "sha2",
4066]
4067
4068[[package]]
4069name = "sct"
4070version = "0.6.1"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
4073dependencies = [
4074 "ring",
4075 "untrusted",
4076]
4077
4078[[package]]
4079name = "seahash"
4080version = "4.1.0"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
4083
4084[[package]]
4085name = "semver"
4086version = "0.9.0"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4089dependencies = [
4090 "semver-parser 0.7.0",
4091]
4092
4093[[package]]
4094name = "semver"
4095version = "0.11.0"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4098dependencies = [
4099 "semver-parser 0.10.2",
4100 "serde",
4101]
4102
4103[[package]]
4104name = "semver-parser"
4105version = "0.7.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4108
4109[[package]]
4110name = "semver-parser"
4111version = "0.10.2"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
4114dependencies = [
4115 "pest",
4116]
4117
4118[[package]]
4119name = "serde"
4120version = "1.0.125"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
4123dependencies = [
4124 "serde_derive",
4125]
4126
4127[[package]]
4128name = "serde_derive"
4129version = "1.0.125"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
4132dependencies = [
4133 "proc-macro2",
4134 "quote",
4135 "syn",
4136]
4137
4138[[package]]
4139name = "serde_json"
4140version = "1.0.64"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
4143dependencies = [
4144 "indexmap",
4145 "itoa",
4146 "ryu",
4147 "serde",
4148]
4149
4150[[package]]
4151name = "serde_path_to_error"
4152version = "0.1.4"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "42f6109f0506e20f7e0f910e51a0079acf41da8e0694e6442527c4ddf5a2b158"
4155dependencies = [
4156 "serde",
4157]
4158
4159[[package]]
4160name = "serde_qs"
4161version = "0.7.2"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb"
4164dependencies = [
4165 "data-encoding",
4166 "percent-encoding",
4167 "serde",
4168 "thiserror",
4169]
4170
4171[[package]]
4172name = "serde_repr"
4173version = "0.1.7"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
4176dependencies = [
4177 "proc-macro2",
4178 "quote",
4179 "syn",
4180]
4181
4182[[package]]
4183name = "serde_urlencoded"
4184version = "0.7.0"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
4187dependencies = [
4188 "form_urlencoded",
4189 "itoa",
4190 "ryu",
4191 "serde",
4192]
4193
4194[[package]]
4195name = "servo-fontconfig"
4196version = "0.5.1"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
4199dependencies = [
4200 "libc",
4201 "servo-fontconfig-sys",
4202]
4203
4204[[package]]
4205name = "servo-fontconfig-sys"
4206version = "5.1.0"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
4209dependencies = [
4210 "expat-sys",
4211 "freetype-sys",
4212 "pkg-config",
4213]
4214
4215[[package]]
4216name = "sha-1"
4217version = "0.8.2"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4220dependencies = [
4221 "block-buffer 0.7.3",
4222 "digest 0.8.1",
4223 "fake-simd",
4224 "opaque-debug 0.2.3",
4225]
4226
4227[[package]]
4228name = "sha-1"
4229version = "0.9.6"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
4232dependencies = [
4233 "block-buffer 0.9.0",
4234 "cfg-if 1.0.0",
4235 "cpufeatures",
4236 "digest 0.9.0",
4237 "opaque-debug 0.3.0",
4238]
4239
4240[[package]]
4241name = "sha1"
4242version = "0.6.0"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
4245
4246[[package]]
4247name = "sha2"
4248version = "0.9.5"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
4251dependencies = [
4252 "block-buffer 0.9.0",
4253 "cfg-if 1.0.0",
4254 "cpufeatures",
4255 "digest 0.9.0",
4256 "opaque-debug 0.3.0",
4257]
4258
4259[[package]]
4260name = "shell-words"
4261version = "1.0.0"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
4264
4265[[package]]
4266name = "shlex"
4267version = "1.0.0"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4270
4271[[package]]
4272name = "signal-hook"
4273version = "0.3.6"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
4276dependencies = [
4277 "libc",
4278 "signal-hook-registry",
4279]
4280
4281[[package]]
4282name = "signal-hook-registry"
4283version = "1.3.0"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
4286dependencies = [
4287 "libc",
4288]
4289
4290[[package]]
4291name = "signature"
4292version = "1.3.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
4295dependencies = [
4296 "digest 0.9.0",
4297 "rand_core 0.6.2",
4298]
4299
4300[[package]]
4301name = "similar"
4302version = "1.3.0"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
4305
4306[[package]]
4307name = "simple-mutex"
4308version = "1.1.5"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
4311dependencies = [
4312 "event-listener",
4313]
4314
4315[[package]]
4316name = "simple_asn1"
4317version = "0.5.3"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "dc31e6cf34ad4321d3a2b8f934949b429e314519f753a77962f16c664dca8e13"
4320dependencies = [
4321 "chrono",
4322 "num-bigint",
4323 "num-traits",
4324 "thiserror",
4325]
4326
4327[[package]]
4328name = "simplecss"
4329version = "0.2.0"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "596554e63596d556a0dbd681416342ca61c75f1a45203201e7e77d3fa2fa9014"
4332dependencies = [
4333 "log",
4334]
4335
4336[[package]]
4337name = "simplelog"
4338version = "0.9.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
4341dependencies = [
4342 "chrono",
4343 "log",
4344 "termcolor",
4345]
4346
4347[[package]]
4348name = "siphasher"
4349version = "0.2.3"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
4352
4353[[package]]
4354name = "slab"
4355version = "0.4.3"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
4358
4359[[package]]
4360name = "sluice"
4361version = "0.5.4"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5"
4364dependencies = [
4365 "futures-channel",
4366 "futures-core",
4367 "futures-io",
4368]
4369
4370[[package]]
4371name = "smallvec"
4372version = "1.6.1"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
4375
4376[[package]]
4377name = "smol"
4378version = "1.2.5"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
4381dependencies = [
4382 "async-channel",
4383 "async-executor",
4384 "async-fs",
4385 "async-io",
4386 "async-lock",
4387 "async-net",
4388 "async-process",
4389 "blocking",
4390 "futures-lite",
4391 "once_cell",
4392]
4393
4394[[package]]
4395name = "smol-timeout"
4396version = "0.6.0"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
4399dependencies = [
4400 "async-io",
4401 "pin-project-lite 0.1.12",
4402]
4403
4404[[package]]
4405name = "socket2"
4406version = "0.3.19"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
4409dependencies = [
4410 "cfg-if 1.0.0",
4411 "libc",
4412 "winapi",
4413]
4414
4415[[package]]
4416name = "socket2"
4417version = "0.4.0"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
4420dependencies = [
4421 "libc",
4422 "winapi",
4423]
4424
4425[[package]]
4426name = "spin"
4427version = "0.5.2"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4430
4431[[package]]
4432name = "spinning_top"
4433version = "0.2.4"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
4436dependencies = [
4437 "lock_api",
4438]
4439
4440[[package]]
4441name = "spki"
4442version = "0.4.0"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "987637c5ae6b3121aba9d513f869bd2bff11c4cc086c22473befd6649c0bd521"
4445dependencies = [
4446 "der",
4447]
4448
4449[[package]]
4450name = "sqlformat"
4451version = "0.1.6"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "6d86e3c77ff882a828346ba401a7ef4b8e440df804491c6064fe8295765de71c"
4454dependencies = [
4455 "lazy_static",
4456 "maplit",
4457 "nom 6.2.1",
4458 "regex",
4459 "unicode_categories",
4460]
4461
4462[[package]]
4463name = "sqlx"
4464version = "0.4.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "e1a98f9bf17b690f026b6fec565293a995b46dfbd6293debcb654dcffd2d1b34"
4467dependencies = [
4468 "sqlx-core 0.4.2",
4469 "sqlx-macros 0.4.2",
4470]
4471
4472[[package]]
4473name = "sqlx"
4474version = "0.5.5"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "ba82f79b31f30acebf19905bcd8b978f46891b9d0723f578447361a8910b6584"
4477dependencies = [
4478 "sqlx-core 0.5.5",
4479 "sqlx-macros 0.5.5",
4480]
4481
4482[[package]]
4483name = "sqlx-core"
4484version = "0.4.2"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "36bb6a2ca3345a86493bc3b71eabc2c6c16a8bb1aa476cf5303bee27f67627d7"
4487dependencies = [
4488 "ahash 0.6.3",
4489 "atoi",
4490 "base64 0.13.0",
4491 "bitflags",
4492 "byteorder",
4493 "bytes 0.5.6",
4494 "chrono",
4495 "crc",
4496 "crossbeam-channel",
4497 "crossbeam-queue",
4498 "crossbeam-utils",
4499 "either",
4500 "futures-channel",
4501 "futures-core",
4502 "futures-util",
4503 "hashlink 0.6.0",
4504 "hex",
4505 "hmac 0.10.1",
4506 "itoa",
4507 "libc",
4508 "log",
4509 "md-5",
4510 "memchr",
4511 "once_cell",
4512 "parking_lot",
4513 "percent-encoding",
4514 "rand 0.7.3",
4515 "rustls 0.18.1",
4516 "serde",
4517 "serde_json",
4518 "sha-1 0.9.6",
4519 "sha2",
4520 "smallvec",
4521 "sqlformat",
4522 "sqlx-rt 0.2.0",
4523 "stringprep",
4524 "thiserror",
4525 "url",
4526 "webpki",
4527 "webpki-roots",
4528 "whoami",
4529]
4530
4531[[package]]
4532name = "sqlx-core"
4533version = "0.5.5"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "7f23af36748ec8ea8d49ef8499839907be41b0b1178a4e82b8cb45d29f531dc9"
4536dependencies = [
4537 "ahash 0.7.4",
4538 "atoi",
4539 "base64 0.13.0",
4540 "bitflags",
4541 "byteorder",
4542 "bytes 1.0.1",
4543 "crc",
4544 "crossbeam-channel",
4545 "crossbeam-queue",
4546 "crossbeam-utils",
4547 "dirs",
4548 "either",
4549 "futures-channel",
4550 "futures-core",
4551 "futures-util",
4552 "hashlink 0.7.0",
4553 "hex",
4554 "hmac 0.10.1",
4555 "itoa",
4556 "libc",
4557 "log",
4558 "md-5",
4559 "memchr",
4560 "once_cell",
4561 "parking_lot",
4562 "percent-encoding",
4563 "rand 0.8.3",
4564 "rustls 0.19.1",
4565 "serde",
4566 "serde_json",
4567 "sha-1 0.9.6",
4568 "sha2",
4569 "smallvec",
4570 "sqlformat",
4571 "sqlx-rt 0.5.5",
4572 "stringprep",
4573 "thiserror",
4574 "time 0.2.25",
4575 "url",
4576 "uuid",
4577 "webpki",
4578 "webpki-roots",
4579 "whoami",
4580]
4581
4582[[package]]
4583name = "sqlx-macros"
4584version = "0.4.2"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "2b5ada8b3b565331275ce913368565a273a74faf2a34da58c4dc010ce3286844"
4587dependencies = [
4588 "cargo_metadata",
4589 "dotenv",
4590 "either",
4591 "futures",
4592 "heck",
4593 "lazy_static",
4594 "proc-macro2",
4595 "quote",
4596 "serde_json",
4597 "sha2",
4598 "sqlx-core 0.4.2",
4599 "sqlx-rt 0.2.0",
4600 "syn",
4601 "url",
4602]
4603
4604[[package]]
4605name = "sqlx-macros"
4606version = "0.5.5"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "47e4a2349d1ffd60a03ca0de3f116ba55d7f406e55a0d84c64a5590866d94c06"
4609dependencies = [
4610 "dotenv",
4611 "either",
4612 "futures",
4613 "heck",
4614 "once_cell",
4615 "proc-macro2",
4616 "quote",
4617 "sha2",
4618 "sqlx-core 0.5.5",
4619 "sqlx-rt 0.5.5",
4620 "syn",
4621 "url",
4622]
4623
4624[[package]]
4625name = "sqlx-rt"
4626version = "0.2.0"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "63fc5454c9dd7aaea3a0eeeb65ca40d06d0d8e7413a8184f7c3a3ffa5056190b"
4629dependencies = [
4630 "async-rustls 0.1.2",
4631 "async-std",
4632]
4633
4634[[package]]
4635name = "sqlx-rt"
4636version = "0.5.5"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "8199b421ecf3493ee9ef3e7bc90c904844cfb2ea7ea2f57347a93f52bfd3e057"
4639dependencies = [
4640 "async-rustls 0.2.0",
4641 "async-std",
4642]
4643
4644[[package]]
4645name = "stable_deref_trait"
4646version = "1.2.0"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4649
4650[[package]]
4651name = "standback"
4652version = "0.2.17"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
4655dependencies = [
4656 "version_check",
4657]
4658
4659[[package]]
4660name = "static_assertions"
4661version = "1.1.0"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4664
4665[[package]]
4666name = "stdweb"
4667version = "0.4.20"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
4670dependencies = [
4671 "discard",
4672 "rustc_version",
4673 "stdweb-derive",
4674 "stdweb-internal-macros",
4675 "stdweb-internal-runtime",
4676 "wasm-bindgen",
4677]
4678
4679[[package]]
4680name = "stdweb-derive"
4681version = "0.5.3"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
4684dependencies = [
4685 "proc-macro2",
4686 "quote",
4687 "serde",
4688 "serde_derive",
4689 "syn",
4690]
4691
4692[[package]]
4693name = "stdweb-internal-macros"
4694version = "0.2.9"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
4697dependencies = [
4698 "base-x",
4699 "proc-macro2",
4700 "quote",
4701 "serde",
4702 "serde_derive",
4703 "serde_json",
4704 "sha1",
4705 "syn",
4706]
4707
4708[[package]]
4709name = "stdweb-internal-runtime"
4710version = "0.1.5"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
4713
4714[[package]]
4715name = "stringprep"
4716version = "0.1.2"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
4719dependencies = [
4720 "unicode-bidi",
4721 "unicode-normalization",
4722]
4723
4724[[package]]
4725name = "strsim"
4726version = "0.8.0"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4729
4730[[package]]
4731name = "strsim"
4732version = "0.10.0"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4735
4736[[package]]
4737name = "subtle"
4738version = "2.4.0"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
4741
4742[[package]]
4743name = "sum_tree"
4744version = "0.1.0"
4745dependencies = [
4746 "arrayvec 0.7.1",
4747 "rand 0.8.3",
4748]
4749
4750[[package]]
4751name = "surf"
4752version = "2.2.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328"
4755dependencies = [
4756 "async-std",
4757 "async-trait",
4758 "cfg-if 1.0.0",
4759 "encoding_rs",
4760 "futures-util",
4761 "http-client",
4762 "http-types",
4763 "log",
4764 "mime_guess",
4765 "once_cell",
4766 "pin-project-lite 0.2.4",
4767 "serde",
4768 "serde_json",
4769 "web-sys",
4770]
4771
4772[[package]]
4773name = "sval"
4774version = "1.0.0-alpha.5"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
4777
4778[[package]]
4779name = "svg_fmt"
4780version = "0.4.1"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
4783
4784[[package]]
4785name = "svgfilters"
4786version = "0.3.0"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
4789dependencies = [
4790 "float-cmp",
4791 "rgb",
4792]
4793
4794[[package]]
4795name = "svgtypes"
4796version = "0.5.0"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
4799dependencies = [
4800 "float-cmp",
4801 "siphasher",
4802]
4803
4804[[package]]
4805name = "syn"
4806version = "1.0.67"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
4809dependencies = [
4810 "proc-macro2",
4811 "quote",
4812 "unicode-xid",
4813]
4814
4815[[package]]
4816name = "synstructure"
4817version = "0.12.4"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4820dependencies = [
4821 "proc-macro2",
4822 "quote",
4823 "syn",
4824 "unicode-xid",
4825]
4826
4827[[package]]
4828name = "tap"
4829version = "1.0.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
4832
4833[[package]]
4834name = "tempdir"
4835version = "0.3.7"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
4838dependencies = [
4839 "rand 0.4.6",
4840 "remove_dir_all",
4841]
4842
4843[[package]]
4844name = "tempfile"
4845version = "3.2.0"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
4848dependencies = [
4849 "cfg-if 1.0.0",
4850 "libc",
4851 "rand 0.8.3",
4852 "redox_syscall 0.2.5",
4853 "remove_dir_all",
4854 "winapi",
4855]
4856
4857[[package]]
4858name = "termcolor"
4859version = "1.1.2"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
4862dependencies = [
4863 "winapi-util",
4864]
4865
4866[[package]]
4867name = "text"
4868version = "0.1.0"
4869dependencies = [
4870 "anyhow",
4871 "arrayvec 0.7.1",
4872 "clock",
4873 "collections",
4874 "ctor",
4875 "env_logger",
4876 "gpui",
4877 "lazy_static",
4878 "log",
4879 "parking_lot",
4880 "rand 0.8.3",
4881 "smallvec",
4882 "sum_tree",
4883]
4884
4885[[package]]
4886name = "textwrap"
4887version = "0.11.0"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
4890dependencies = [
4891 "unicode-width",
4892]
4893
4894[[package]]
4895name = "textwrap"
4896version = "0.12.1"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
4899dependencies = [
4900 "unicode-width",
4901]
4902
4903[[package]]
4904name = "theme"
4905version = "0.1.0"
4906dependencies = [
4907 "anyhow",
4908 "gpui",
4909 "indexmap",
4910 "parking_lot",
4911 "serde",
4912 "serde_json",
4913 "serde_path_to_error",
4914 "toml",
4915]
4916
4917[[package]]
4918name = "theme_selector"
4919version = "0.1.0"
4920dependencies = [
4921 "editor",
4922 "fuzzy",
4923 "gpui",
4924 "log",
4925 "parking_lot",
4926 "postage",
4927 "smol",
4928 "theme",
4929 "workspace",
4930]
4931
4932[[package]]
4933name = "thiserror"
4934version = "1.0.29"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
4937dependencies = [
4938 "thiserror-impl",
4939]
4940
4941[[package]]
4942name = "thiserror-impl"
4943version = "1.0.29"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
4946dependencies = [
4947 "proc-macro2",
4948 "quote",
4949 "syn",
4950]
4951
4952[[package]]
4953name = "thread_local"
4954version = "1.1.3"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
4957dependencies = [
4958 "once_cell",
4959]
4960
4961[[package]]
4962name = "tide"
4963version = "0.16.0"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "c459573f0dd2cc734b539047f57489ea875af8ee950860ded20cf93a79a1dee0"
4966dependencies = [
4967 "async-h1",
4968 "async-session",
4969 "async-sse",
4970 "async-std",
4971 "async-trait",
4972 "femme",
4973 "futures-util",
4974 "http-client",
4975 "http-types",
4976 "kv-log-macro",
4977 "log",
4978 "pin-project-lite 0.2.4",
4979 "route-recognizer",
4980 "serde",
4981 "serde_json",
4982]
4983
4984[[package]]
4985name = "tide-compress"
4986version = "0.9.0"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "1d59e3885ecbc547a611d81e501b51bb5f52abd44c3eb3b733ac3c44ff2f2619"
4989dependencies = [
4990 "async-compression",
4991 "futures-lite",
4992 "http-types",
4993 "tide",
4994]
4995
4996[[package]]
4997name = "tiff"
4998version = "0.6.1"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
5001dependencies = [
5002 "jpeg-decoder",
5003 "miniz_oxide 0.4.4",
5004 "weezl",
5005]
5006
5007[[package]]
5008name = "time"
5009version = "0.1.44"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
5012dependencies = [
5013 "libc",
5014 "wasi 0.10.0+wasi-snapshot-preview1",
5015 "winapi",
5016]
5017
5018[[package]]
5019name = "time"
5020version = "0.2.25"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
5023dependencies = [
5024 "const_fn",
5025 "libc",
5026 "standback",
5027 "stdweb",
5028 "time-macros",
5029 "version_check",
5030 "winapi",
5031]
5032
5033[[package]]
5034name = "time"
5035version = "0.3.2"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
5038dependencies = [
5039 "libc",
5040]
5041
5042[[package]]
5043name = "time-macros"
5044version = "0.1.1"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
5047dependencies = [
5048 "proc-macro-hack",
5049 "time-macros-impl",
5050]
5051
5052[[package]]
5053name = "time-macros-impl"
5054version = "0.1.1"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
5057dependencies = [
5058 "proc-macro-hack",
5059 "proc-macro2",
5060 "quote",
5061 "standback",
5062 "syn",
5063]
5064
5065[[package]]
5066name = "tiny-skia"
5067version = "0.5.1"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
5070dependencies = [
5071 "arrayref",
5072 "arrayvec 0.5.2",
5073 "bytemuck",
5074 "cfg-if 1.0.0",
5075 "png",
5076 "safe_arch",
5077]
5078
5079[[package]]
5080name = "tiny_http"
5081version = "0.8.2"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
5084dependencies = [
5085 "ascii",
5086 "chrono",
5087 "chunked_transfer",
5088 "log",
5089 "url",
5090]
5091
5092[[package]]
5093name = "tinyvec"
5094version = "1.2.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
5097dependencies = [
5098 "tinyvec_macros",
5099]
5100
5101[[package]]
5102name = "tinyvec_macros"
5103version = "0.1.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
5106
5107[[package]]
5108name = "toml"
5109version = "0.5.8"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
5112dependencies = [
5113 "serde",
5114]
5115
5116[[package]]
5117name = "tracing"
5118version = "0.1.26"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
5121dependencies = [
5122 "cfg-if 1.0.0",
5123 "log",
5124 "pin-project-lite 0.2.4",
5125 "tracing-attributes",
5126 "tracing-core",
5127]
5128
5129[[package]]
5130name = "tracing-attributes"
5131version = "0.1.15"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
5134dependencies = [
5135 "proc-macro2",
5136 "quote",
5137 "syn",
5138]
5139
5140[[package]]
5141name = "tracing-core"
5142version = "0.1.18"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
5145dependencies = [
5146 "lazy_static",
5147]
5148
5149[[package]]
5150name = "tracing-futures"
5151version = "0.2.5"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
5154dependencies = [
5155 "pin-project",
5156 "tracing",
5157]
5158
5159[[package]]
5160name = "tree-sitter"
5161version = "0.20.1"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "9394e9dbfe967b5f3d6ab79e302e78b5fb7b530c368d634ff3b8d67ede138bf1"
5164dependencies = [
5165 "cc",
5166 "regex",
5167]
5168
5169[[package]]
5170name = "tree-sitter-markdown"
5171version = "0.0.1"
5172source = "git+https://github.com/maxbrunsfeld/tree-sitter-markdown?rev=b2b4eefd51ada972ef8bb581b83b6b8e7a28c7a6#b2b4eefd51ada972ef8bb581b83b6b8e7a28c7a6"
5173dependencies = [
5174 "cc",
5175 "tree-sitter",
5176]
5177
5178[[package]]
5179name = "tree-sitter-rust"
5180version = "0.20.0"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "3df540a493d754015d22eaf57c38f58804be3713a22f6062db983ec15f85c3c9"
5183dependencies = [
5184 "cc",
5185 "tree-sitter",
5186]
5187
5188[[package]]
5189name = "ttf-parser"
5190version = "0.9.0"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
5193
5194[[package]]
5195name = "ttf-parser"
5196version = "0.12.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "85e00391c1f3d171490a3f8bd79999b0002ae38d3da0d6a3a306c754b053d71b"
5199
5200[[package]]
5201name = "tungstenite"
5202version = "0.13.0"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
5205dependencies = [
5206 "base64 0.13.0",
5207 "byteorder",
5208 "bytes 1.0.1",
5209 "http",
5210 "httparse",
5211 "input_buffer",
5212 "log",
5213 "rand 0.8.3",
5214 "sha-1 0.9.6",
5215 "thiserror",
5216 "url",
5217 "utf-8",
5218]
5219
5220[[package]]
5221name = "twoway"
5222version = "0.2.2"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
5225dependencies = [
5226 "memchr",
5227 "unchecked-index",
5228]
5229
5230[[package]]
5231name = "typed-arena"
5232version = "1.7.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
5235
5236[[package]]
5237name = "typenum"
5238version = "1.13.0"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
5241
5242[[package]]
5243name = "ucd-trie"
5244version = "0.1.3"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5247
5248[[package]]
5249name = "unchecked-index"
5250version = "0.2.2"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
5253
5254[[package]]
5255name = "unicase"
5256version = "2.6.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5259dependencies = [
5260 "version_check",
5261]
5262
5263[[package]]
5264name = "unicode-bidi"
5265version = "0.3.4"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5268dependencies = [
5269 "matches",
5270]
5271
5272[[package]]
5273name = "unicode-bidi-mirroring"
5274version = "0.1.0"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
5277
5278[[package]]
5279name = "unicode-ccc"
5280version = "0.1.1"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "28ae07c514c335bbd0251147bb1de333e28ebc8f57d792014f919ed212d119f6"
5283
5284[[package]]
5285name = "unicode-general-category"
5286version = "0.2.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
5289
5290[[package]]
5291name = "unicode-normalization"
5292version = "0.1.19"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
5295dependencies = [
5296 "tinyvec",
5297]
5298
5299[[package]]
5300name = "unicode-script"
5301version = "0.5.2"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
5304
5305[[package]]
5306name = "unicode-segmentation"
5307version = "1.7.1"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
5310
5311[[package]]
5312name = "unicode-vo"
5313version = "0.1.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
5316
5317[[package]]
5318name = "unicode-width"
5319version = "0.1.8"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5322
5323[[package]]
5324name = "unicode-xid"
5325version = "0.2.1"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5328
5329[[package]]
5330name = "unicode_categories"
5331version = "0.1.1"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5334
5335[[package]]
5336name = "unindent"
5337version = "0.1.7"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5340
5341[[package]]
5342name = "universal-hash"
5343version = "0.4.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
5346dependencies = [
5347 "generic-array 0.14.4",
5348 "subtle",
5349]
5350
5351[[package]]
5352name = "untrusted"
5353version = "0.7.1"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
5356
5357[[package]]
5358name = "url"
5359version = "2.2.2"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
5362dependencies = [
5363 "form_urlencoded",
5364 "idna",
5365 "matches",
5366 "percent-encoding",
5367 "serde",
5368]
5369
5370[[package]]
5371name = "usvg"
5372version = "0.14.0"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "5ffbeb91d06989028c9c5e44d14d78b0cacdec56a613bb146e7a70007b1b6163"
5375dependencies = [
5376 "base64 0.13.0",
5377 "data-url",
5378 "flate2",
5379 "fontdb",
5380 "kurbo",
5381 "log",
5382 "memmap2 0.2.2",
5383 "pico-args",
5384 "rctree",
5385 "roxmltree",
5386 "rustybuzz",
5387 "simplecss",
5388 "siphasher",
5389 "svgtypes",
5390 "ttf-parser 0.12.0",
5391 "unicode-bidi",
5392 "unicode-script",
5393 "unicode-vo",
5394 "xmlwriter",
5395]
5396
5397[[package]]
5398name = "utf-8"
5399version = "0.7.6"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5402
5403[[package]]
5404name = "util"
5405version = "0.1.0"
5406dependencies = [
5407 "anyhow",
5408 "futures",
5409 "log",
5410 "serde_json",
5411 "surf",
5412 "tempdir",
5413]
5414
5415[[package]]
5416name = "uuid"
5417version = "0.8.2"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5420
5421[[package]]
5422name = "value-bag"
5423version = "1.0.0-alpha.7"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
5426dependencies = [
5427 "ctor",
5428 "sval",
5429 "version_check",
5430]
5431
5432[[package]]
5433name = "vcpkg"
5434version = "0.2.13"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
5437
5438[[package]]
5439name = "vec-arena"
5440version = "1.0.0"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
5443
5444[[package]]
5445name = "vec_map"
5446version = "0.8.2"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5449
5450[[package]]
5451name = "version_check"
5452version = "0.9.2"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
5455
5456[[package]]
5457name = "waker-fn"
5458version = "1.1.0"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
5461
5462[[package]]
5463name = "walkdir"
5464version = "2.3.1"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5467dependencies = [
5468 "same-file",
5469 "winapi",
5470 "winapi-util",
5471]
5472
5473[[package]]
5474name = "wasi"
5475version = "0.9.0+wasi-snapshot-preview1"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5478
5479[[package]]
5480name = "wasi"
5481version = "0.10.0+wasi-snapshot-preview1"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
5484
5485[[package]]
5486name = "wasm-bindgen"
5487version = "0.2.74"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
5490dependencies = [
5491 "cfg-if 1.0.0",
5492 "serde",
5493 "serde_json",
5494 "wasm-bindgen-macro",
5495]
5496
5497[[package]]
5498name = "wasm-bindgen-backend"
5499version = "0.2.74"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
5502dependencies = [
5503 "bumpalo",
5504 "lazy_static",
5505 "log",
5506 "proc-macro2",
5507 "quote",
5508 "syn",
5509 "wasm-bindgen-shared",
5510]
5511
5512[[package]]
5513name = "wasm-bindgen-futures"
5514version = "0.4.24"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
5517dependencies = [
5518 "cfg-if 1.0.0",
5519 "js-sys",
5520 "wasm-bindgen",
5521 "web-sys",
5522]
5523
5524[[package]]
5525name = "wasm-bindgen-macro"
5526version = "0.2.74"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
5529dependencies = [
5530 "quote",
5531 "wasm-bindgen-macro-support",
5532]
5533
5534[[package]]
5535name = "wasm-bindgen-macro-support"
5536version = "0.2.74"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
5539dependencies = [
5540 "proc-macro2",
5541 "quote",
5542 "syn",
5543 "wasm-bindgen-backend",
5544 "wasm-bindgen-shared",
5545]
5546
5547[[package]]
5548name = "wasm-bindgen-shared"
5549version = "0.2.74"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
5552
5553[[package]]
5554name = "web-sys"
5555version = "0.3.51"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
5558dependencies = [
5559 "js-sys",
5560 "wasm-bindgen",
5561]
5562
5563[[package]]
5564name = "webpki"
5565version = "0.21.4"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
5568dependencies = [
5569 "ring",
5570 "untrusted",
5571]
5572
5573[[package]]
5574name = "webpki-roots"
5575version = "0.21.1"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
5578dependencies = [
5579 "webpki",
5580]
5581
5582[[package]]
5583name = "weezl"
5584version = "0.1.5"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
5587
5588[[package]]
5589name = "wepoll-sys"
5590version = "3.0.1"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
5593dependencies = [
5594 "cc",
5595]
5596
5597[[package]]
5598name = "which"
5599version = "3.1.1"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
5602dependencies = [
5603 "libc",
5604]
5605
5606[[package]]
5607name = "which"
5608version = "4.1.0"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
5611dependencies = [
5612 "either",
5613 "libc",
5614]
5615
5616[[package]]
5617name = "whoami"
5618version = "1.1.2"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6"
5621dependencies = [
5622 "wasm-bindgen",
5623 "web-sys",
5624]
5625
5626[[package]]
5627name = "winapi"
5628version = "0.3.9"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5631dependencies = [
5632 "winapi-i686-pc-windows-gnu",
5633 "winapi-x86_64-pc-windows-gnu",
5634]
5635
5636[[package]]
5637name = "winapi-i686-pc-windows-gnu"
5638version = "0.4.0"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5641
5642[[package]]
5643name = "winapi-util"
5644version = "0.1.5"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5647dependencies = [
5648 "winapi",
5649]
5650
5651[[package]]
5652name = "winapi-x86_64-pc-windows-gnu"
5653version = "0.4.0"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5656
5657[[package]]
5658name = "wio"
5659version = "0.2.2"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
5662dependencies = [
5663 "winapi",
5664]
5665
5666[[package]]
5667name = "workspace"
5668version = "0.1.0"
5669dependencies = [
5670 "anyhow",
5671 "client",
5672 "gpui",
5673 "language",
5674 "log",
5675 "postage",
5676 "project",
5677 "serde_json",
5678 "theme",
5679]
5680
5681[[package]]
5682name = "wyz"
5683version = "0.2.0"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
5686
5687[[package]]
5688name = "xdg"
5689version = "2.2.0"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
5692
5693[[package]]
5694name = "xmlparser"
5695version = "0.13.3"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
5698
5699[[package]]
5700name = "xmlwriter"
5701version = "0.1.0"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
5704
5705[[package]]
5706name = "zed"
5707version = "0.9.0"
5708dependencies = [
5709 "anyhow",
5710 "async-recursion",
5711 "async-trait",
5712 "async-tungstenite",
5713 "chat_panel",
5714 "client",
5715 "clock",
5716 "contacts_panel",
5717 "crossbeam-channel",
5718 "ctor",
5719 "diagnostics",
5720 "dirs",
5721 "easy-parallel",
5722 "editor",
5723 "env_logger",
5724 "file_finder",
5725 "fsevent",
5726 "futures",
5727 "fuzzy",
5728 "go_to_line",
5729 "gpui",
5730 "http-auth-basic",
5731 "ignore",
5732 "image",
5733 "indexmap",
5734 "language",
5735 "lazy_static",
5736 "libc",
5737 "log",
5738 "log-panics",
5739 "lsp",
5740 "num_cpus",
5741 "parking_lot",
5742 "postage",
5743 "project",
5744 "project_panel",
5745 "rand 0.8.3",
5746 "rpc",
5747 "rsa",
5748 "rust-embed",
5749 "serde",
5750 "serde_json",
5751 "serde_path_to_error",
5752 "simplelog",
5753 "smallvec",
5754 "smol",
5755 "sum_tree",
5756 "surf",
5757 "tempdir",
5758 "text",
5759 "theme",
5760 "theme_selector",
5761 "thiserror",
5762 "time 0.3.2",
5763 "tiny_http",
5764 "toml",
5765 "tree-sitter",
5766 "tree-sitter-markdown",
5767 "tree-sitter-rust",
5768 "unindent",
5769 "url",
5770 "util",
5771 "workspace",
5772]
5773
5774[[package]]
5775name = "zed-server"
5776version = "0.1.0"
5777dependencies = [
5778 "anyhow",
5779 "async-sqlx-session",
5780 "async-std",
5781 "async-trait",
5782 "async-tungstenite",
5783 "base64 0.13.0",
5784 "clap 3.0.0-beta.2",
5785 "collections",
5786 "comrak",
5787 "either",
5788 "envy",
5789 "futures",
5790 "gpui",
5791 "handlebars",
5792 "http-auth-basic",
5793 "jwt-simple",
5794 "lazy_static",
5795 "lipsum",
5796 "oauth2",
5797 "oauth2-surf",
5798 "parking_lot",
5799 "postage",
5800 "rand 0.8.3",
5801 "rpc",
5802 "rust-embed",
5803 "scrypt",
5804 "serde",
5805 "serde_json",
5806 "sha-1 0.9.6",
5807 "sqlx 0.5.5",
5808 "surf",
5809 "tide",
5810 "tide-compress",
5811 "time 0.2.25",
5812 "toml",
5813 "zed",
5814]
5815
5816[[package]]
5817name = "zeroize"
5818version = "1.3.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
5821dependencies = [
5822 "zeroize_derive",
5823]
5824
5825[[package]]
5826name = "zeroize_derive"
5827version = "1.1.0"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
5830dependencies = [
5831 "proc-macro2",
5832 "quote",
5833 "syn",
5834 "synstructure",
5835]
5836
5837[[package]]
5838name = "zstd"
5839version = "0.9.0+zstd.1.5.0"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
5842dependencies = [
5843 "zstd-safe",
5844]
5845
5846[[package]]
5847name = "zstd-safe"
5848version = "4.1.1+zstd.1.5.0"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
5851dependencies = [
5852 "libc",
5853 "zstd-sys",
5854]
5855
5856[[package]]
5857name = "zstd-sys"
5858version = "1.6.1+zstd.1.5.0"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
5861dependencies = [
5862 "cc",
5863 "libc",
5864]