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