Cargo.lock

   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 3
   4
   5[[package]]
   6name = "Inflector"
   7version = "0.11.4"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
  10
  11[[package]]
  12name = "activity_indicator"
  13version = "0.1.0"
  14dependencies = [
  15 "auto_update",
  16 "editor",
  17 "futures 0.3.28",
  18 "gpui",
  19 "language",
  20 "project",
  21 "settings",
  22 "smallvec",
  23 "theme",
  24 "util",
  25 "workspace",
  26]
  27
  28[[package]]
  29name = "addr2line"
  30version = "0.17.0"
  31source = "registry+https://github.com/rust-lang/crates.io-index"
  32checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
  33dependencies = [
  34 "gimli 0.26.2",
  35]
  36
  37[[package]]
  38name = "addr2line"
  39version = "0.19.0"
  40source = "registry+https://github.com/rust-lang/crates.io-index"
  41checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
  42dependencies = [
  43 "gimli 0.27.2",
  44]
  45
  46[[package]]
  47name = "adler"
  48version = "1.0.2"
  49source = "registry+https://github.com/rust-lang/crates.io-index"
  50checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  51
  52[[package]]
  53name = "adler32"
  54version = "1.2.0"
  55source = "registry+https://github.com/rust-lang/crates.io-index"
  56checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
  57
  58[[package]]
  59name = "ahash"
  60version = "0.7.6"
  61source = "registry+https://github.com/rust-lang/crates.io-index"
  62checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
  63dependencies = [
  64 "getrandom 0.2.9",
  65 "once_cell",
  66 "version_check",
  67]
  68
  69[[package]]
  70name = "ahash"
  71version = "0.8.3"
  72source = "registry+https://github.com/rust-lang/crates.io-index"
  73checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
  74dependencies = [
  75 "cfg-if 1.0.0",
  76 "once_cell",
  77 "version_check",
  78]
  79
  80[[package]]
  81name = "aho-corasick"
  82version = "0.7.20"
  83source = "registry+https://github.com/rust-lang/crates.io-index"
  84checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
  85dependencies = [
  86 "memchr",
  87]
  88
  89[[package]]
  90name = "aho-corasick"
  91version = "1.0.1"
  92source = "registry+https://github.com/rust-lang/crates.io-index"
  93checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
  94dependencies = [
  95 "memchr",
  96]
  97
  98[[package]]
  99name = "ai"
 100version = "0.1.0"
 101dependencies = [
 102 "anyhow",
 103 "assets",
 104 "collections",
 105 "editor",
 106 "futures 0.3.28",
 107 "gpui",
 108 "isahc",
 109 "serde",
 110 "serde_json",
 111 "util",
 112]
 113
 114[[package]]
 115name = "alacritty_config"
 116version = "0.1.1-dev"
 117source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 118dependencies = [
 119 "log",
 120 "serde",
 121 "serde_yaml",
 122]
 123
 124[[package]]
 125name = "alacritty_config_derive"
 126version = "0.2.1-dev"
 127source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 128dependencies = [
 129 "proc-macro2",
 130 "quote",
 131 "syn 1.0.109",
 132]
 133
 134[[package]]
 135name = "alacritty_terminal"
 136version = "0.17.1-dev"
 137source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 138dependencies = [
 139 "alacritty_config",
 140 "alacritty_config_derive",
 141 "base64 0.13.1",
 142 "bitflags",
 143 "dirs 4.0.0",
 144 "libc",
 145 "log",
 146 "mio 0.6.23",
 147 "mio-anonymous-pipes",
 148 "mio-extras",
 149 "miow 0.3.7",
 150 "nix",
 151 "parking_lot 0.12.1",
 152 "regex-automata",
 153 "serde",
 154 "serde_yaml",
 155 "signal-hook",
 156 "signal-hook-mio",
 157 "unicode-width",
 158 "vte",
 159 "winapi 0.3.9",
 160]
 161
 162[[package]]
 163name = "aliasable"
 164version = "0.1.3"
 165source = "registry+https://github.com/rust-lang/crates.io-index"
 166checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
 167
 168[[package]]
 169name = "ambient-authority"
 170version = "0.0.1"
 171source = "registry+https://github.com/rust-lang/crates.io-index"
 172checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
 173
 174[[package]]
 175name = "android_system_properties"
 176version = "0.1.5"
 177source = "registry+https://github.com/rust-lang/crates.io-index"
 178checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
 179dependencies = [
 180 "libc",
 181]
 182
 183[[package]]
 184name = "ansi_term"
 185version = "0.12.1"
 186source = "registry+https://github.com/rust-lang/crates.io-index"
 187checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
 188dependencies = [
 189 "winapi 0.3.9",
 190]
 191
 192[[package]]
 193name = "anyhow"
 194version = "1.0.71"
 195source = "registry+https://github.com/rust-lang/crates.io-index"
 196checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
 197
 198[[package]]
 199name = "arrayref"
 200version = "0.3.7"
 201source = "registry+https://github.com/rust-lang/crates.io-index"
 202checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
 203
 204[[package]]
 205name = "arrayvec"
 206version = "0.5.2"
 207source = "registry+https://github.com/rust-lang/crates.io-index"
 208checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
 209
 210[[package]]
 211name = "arrayvec"
 212version = "0.7.2"
 213source = "registry+https://github.com/rust-lang/crates.io-index"
 214checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
 215
 216[[package]]
 217name = "ascii"
 218version = "1.1.0"
 219source = "registry+https://github.com/rust-lang/crates.io-index"
 220checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
 221
 222[[package]]
 223name = "assets"
 224version = "0.1.0"
 225dependencies = [
 226 "anyhow",
 227 "gpui",
 228 "rust-embed",
 229]
 230
 231[[package]]
 232name = "async-broadcast"
 233version = "0.4.1"
 234source = "registry+https://github.com/rust-lang/crates.io-index"
 235checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
 236dependencies = [
 237 "event-listener",
 238 "futures-core",
 239 "parking_lot 0.12.1",
 240]
 241
 242[[package]]
 243name = "async-channel"
 244version = "1.8.0"
 245source = "registry+https://github.com/rust-lang/crates.io-index"
 246checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
 247dependencies = [
 248 "concurrent-queue",
 249 "event-listener",
 250 "futures-core",
 251]
 252
 253[[package]]
 254name = "async-compat"
 255version = "0.2.1"
 256source = "registry+https://github.com/rust-lang/crates.io-index"
 257checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
 258dependencies = [
 259 "futures-core",
 260 "futures-io",
 261 "once_cell",
 262 "pin-project-lite 0.2.9",
 263 "tokio",
 264]
 265
 266[[package]]
 267name = "async-compression"
 268version = "0.3.15"
 269source = "registry+https://github.com/rust-lang/crates.io-index"
 270checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
 271dependencies = [
 272 "flate2",
 273 "futures-core",
 274 "futures-io",
 275 "memchr",
 276 "pin-project-lite 0.2.9",
 277]
 278
 279[[package]]
 280name = "async-executor"
 281version = "1.5.1"
 282source = "registry+https://github.com/rust-lang/crates.io-index"
 283checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
 284dependencies = [
 285 "async-lock",
 286 "async-task",
 287 "concurrent-queue",
 288 "fastrand",
 289 "futures-lite",
 290 "slab",
 291]
 292
 293[[package]]
 294name = "async-fs"
 295version = "1.6.0"
 296source = "registry+https://github.com/rust-lang/crates.io-index"
 297checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
 298dependencies = [
 299 "async-lock",
 300 "autocfg 1.1.0",
 301 "blocking",
 302 "futures-lite",
 303]
 304
 305[[package]]
 306name = "async-global-executor"
 307version = "2.3.1"
 308source = "registry+https://github.com/rust-lang/crates.io-index"
 309checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
 310dependencies = [
 311 "async-channel",
 312 "async-executor",
 313 "async-io",
 314 "async-lock",
 315 "blocking",
 316 "futures-lite",
 317 "once_cell",
 318]
 319
 320[[package]]
 321name = "async-io"
 322version = "1.13.0"
 323source = "registry+https://github.com/rust-lang/crates.io-index"
 324checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
 325dependencies = [
 326 "async-lock",
 327 "autocfg 1.1.0",
 328 "cfg-if 1.0.0",
 329 "concurrent-queue",
 330 "futures-lite",
 331 "log",
 332 "parking",
 333 "polling",
 334 "rustix 0.37.19",
 335 "slab",
 336 "socket2",
 337 "waker-fn",
 338]
 339
 340[[package]]
 341name = "async-lock"
 342version = "2.7.0"
 343source = "registry+https://github.com/rust-lang/crates.io-index"
 344checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
 345dependencies = [
 346 "event-listener",
 347]
 348
 349[[package]]
 350name = "async-net"
 351version = "1.7.0"
 352source = "registry+https://github.com/rust-lang/crates.io-index"
 353checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
 354dependencies = [
 355 "async-io",
 356 "autocfg 1.1.0",
 357 "blocking",
 358 "futures-lite",
 359]
 360
 361[[package]]
 362name = "async-pipe"
 363version = "0.1.3"
 364source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 365dependencies = [
 366 "futures 0.3.28",
 367 "log",
 368]
 369
 370[[package]]
 371name = "async-process"
 372version = "1.7.0"
 373source = "registry+https://github.com/rust-lang/crates.io-index"
 374checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
 375dependencies = [
 376 "async-io",
 377 "async-lock",
 378 "autocfg 1.1.0",
 379 "blocking",
 380 "cfg-if 1.0.0",
 381 "event-listener",
 382 "futures-lite",
 383 "rustix 0.37.19",
 384 "signal-hook",
 385 "windows-sys 0.48.0",
 386]
 387
 388[[package]]
 389name = "async-recursion"
 390version = "0.3.2"
 391source = "registry+https://github.com/rust-lang/crates.io-index"
 392checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
 393dependencies = [
 394 "proc-macro2",
 395 "quote",
 396 "syn 1.0.109",
 397]
 398
 399[[package]]
 400name = "async-recursion"
 401version = "1.0.4"
 402source = "registry+https://github.com/rust-lang/crates.io-index"
 403checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
 404dependencies = [
 405 "proc-macro2",
 406 "quote",
 407 "syn 2.0.15",
 408]
 409
 410[[package]]
 411name = "async-std"
 412version = "1.12.0"
 413source = "registry+https://github.com/rust-lang/crates.io-index"
 414checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
 415dependencies = [
 416 "async-channel",
 417 "async-global-executor",
 418 "async-io",
 419 "async-lock",
 420 "crossbeam-utils 0.8.15",
 421 "futures-channel",
 422 "futures-core",
 423 "futures-io",
 424 "futures-lite",
 425 "gloo-timers",
 426 "kv-log-macro",
 427 "log",
 428 "memchr",
 429 "once_cell",
 430 "pin-project-lite 0.2.9",
 431 "pin-utils",
 432 "slab",
 433 "wasm-bindgen-futures",
 434]
 435
 436[[package]]
 437name = "async-stream"
 438version = "0.3.5"
 439source = "registry+https://github.com/rust-lang/crates.io-index"
 440checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
 441dependencies = [
 442 "async-stream-impl",
 443 "futures-core",
 444 "pin-project-lite 0.2.9",
 445]
 446
 447[[package]]
 448name = "async-stream-impl"
 449version = "0.3.5"
 450source = "registry+https://github.com/rust-lang/crates.io-index"
 451checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
 452dependencies = [
 453 "proc-macro2",
 454 "quote",
 455 "syn 2.0.15",
 456]
 457
 458[[package]]
 459name = "async-tar"
 460version = "0.4.2"
 461source = "registry+https://github.com/rust-lang/crates.io-index"
 462checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
 463dependencies = [
 464 "async-std",
 465 "filetime",
 466 "libc",
 467 "pin-project",
 468 "redox_syscall 0.2.16",
 469 "xattr",
 470]
 471
 472[[package]]
 473name = "async-task"
 474version = "4.0.3"
 475source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
 476
 477[[package]]
 478name = "async-tls"
 479version = "0.11.0"
 480source = "registry+https://github.com/rust-lang/crates.io-index"
 481checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
 482dependencies = [
 483 "futures-core",
 484 "futures-io",
 485 "rustls 0.19.1",
 486 "webpki 0.21.4",
 487 "webpki-roots 0.21.1",
 488]
 489
 490[[package]]
 491name = "async-trait"
 492version = "0.1.68"
 493source = "registry+https://github.com/rust-lang/crates.io-index"
 494checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
 495dependencies = [
 496 "proc-macro2",
 497 "quote",
 498 "syn 2.0.15",
 499]
 500
 501[[package]]
 502name = "async-tungstenite"
 503version = "0.16.1"
 504source = "registry+https://github.com/rust-lang/crates.io-index"
 505checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
 506dependencies = [
 507 "async-tls",
 508 "futures-io",
 509 "futures-util",
 510 "log",
 511 "pin-project-lite 0.2.9",
 512 "tungstenite 0.16.0",
 513]
 514
 515[[package]]
 516name = "atoi"
 517version = "1.0.0"
 518source = "registry+https://github.com/rust-lang/crates.io-index"
 519checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
 520dependencies = [
 521 "num-traits",
 522]
 523
 524[[package]]
 525name = "atomic"
 526version = "0.5.1"
 527source = "registry+https://github.com/rust-lang/crates.io-index"
 528checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
 529dependencies = [
 530 "autocfg 1.1.0",
 531]
 532
 533[[package]]
 534name = "atomic-waker"
 535version = "1.1.1"
 536source = "registry+https://github.com/rust-lang/crates.io-index"
 537checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
 538
 539[[package]]
 540name = "atty"
 541version = "0.2.14"
 542source = "registry+https://github.com/rust-lang/crates.io-index"
 543checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 544dependencies = [
 545 "hermit-abi 0.1.19",
 546 "libc",
 547 "winapi 0.3.9",
 548]
 549
 550[[package]]
 551name = "auto_update"
 552version = "0.1.0"
 553dependencies = [
 554 "anyhow",
 555 "client",
 556 "db",
 557 "gpui",
 558 "isahc",
 559 "lazy_static",
 560 "log",
 561 "menu",
 562 "project",
 563 "serde",
 564 "serde_derive",
 565 "serde_json",
 566 "settings",
 567 "smol",
 568 "tempdir",
 569 "theme",
 570 "util",
 571 "workspace",
 572]
 573
 574[[package]]
 575name = "autocfg"
 576version = "0.1.8"
 577source = "registry+https://github.com/rust-lang/crates.io-index"
 578checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
 579dependencies = [
 580 "autocfg 1.1.0",
 581]
 582
 583[[package]]
 584name = "autocfg"
 585version = "1.1.0"
 586source = "registry+https://github.com/rust-lang/crates.io-index"
 587checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 588
 589[[package]]
 590name = "axum"
 591version = "0.5.17"
 592source = "registry+https://github.com/rust-lang/crates.io-index"
 593checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
 594dependencies = [
 595 "async-trait",
 596 "axum-core",
 597 "base64 0.13.1",
 598 "bitflags",
 599 "bytes 1.4.0",
 600 "futures-util",
 601 "headers",
 602 "http",
 603 "http-body",
 604 "hyper",
 605 "itoa",
 606 "matchit",
 607 "memchr",
 608 "mime",
 609 "percent-encoding",
 610 "pin-project-lite 0.2.9",
 611 "serde",
 612 "serde_json",
 613 "serde_urlencoded",
 614 "sha-1 0.10.1",
 615 "sync_wrapper",
 616 "tokio",
 617 "tokio-tungstenite",
 618 "tower",
 619 "tower-http",
 620 "tower-layer",
 621 "tower-service",
 622]
 623
 624[[package]]
 625name = "axum-core"
 626version = "0.2.9"
 627source = "registry+https://github.com/rust-lang/crates.io-index"
 628checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
 629dependencies = [
 630 "async-trait",
 631 "bytes 1.4.0",
 632 "futures-util",
 633 "http",
 634 "http-body",
 635 "mime",
 636 "tower-layer",
 637 "tower-service",
 638]
 639
 640[[package]]
 641name = "axum-extra"
 642version = "0.3.7"
 643source = "registry+https://github.com/rust-lang/crates.io-index"
 644checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
 645dependencies = [
 646 "axum",
 647 "bytes 1.4.0",
 648 "futures-util",
 649 "http",
 650 "mime",
 651 "pin-project-lite 0.2.9",
 652 "serde",
 653 "serde_json",
 654 "tokio",
 655 "tower",
 656 "tower-http",
 657 "tower-layer",
 658 "tower-service",
 659]
 660
 661[[package]]
 662name = "backtrace"
 663version = "0.3.67"
 664source = "registry+https://github.com/rust-lang/crates.io-index"
 665checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
 666dependencies = [
 667 "addr2line 0.19.0",
 668 "cc",
 669 "cfg-if 1.0.0",
 670 "libc",
 671 "miniz_oxide 0.6.2",
 672 "object 0.30.3",
 673 "rustc-demangle",
 674]
 675
 676[[package]]
 677name = "bae"
 678version = "0.1.7"
 679source = "registry+https://github.com/rust-lang/crates.io-index"
 680checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
 681dependencies = [
 682 "heck 0.3.3",
 683 "proc-macro-error",
 684 "proc-macro2",
 685 "quote",
 686 "syn 1.0.109",
 687]
 688
 689[[package]]
 690name = "base64"
 691version = "0.13.1"
 692source = "registry+https://github.com/rust-lang/crates.io-index"
 693checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 694
 695[[package]]
 696name = "base64"
 697version = "0.21.0"
 698source = "registry+https://github.com/rust-lang/crates.io-index"
 699checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
 700
 701[[package]]
 702name = "base64ct"
 703version = "1.6.0"
 704source = "registry+https://github.com/rust-lang/crates.io-index"
 705checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 706
 707[[package]]
 708name = "bincode"
 709version = "1.3.3"
 710source = "registry+https://github.com/rust-lang/crates.io-index"
 711checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 712dependencies = [
 713 "serde",
 714]
 715
 716[[package]]
 717name = "bindgen"
 718version = "0.59.2"
 719source = "registry+https://github.com/rust-lang/crates.io-index"
 720checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
 721dependencies = [
 722 "bitflags",
 723 "cexpr",
 724 "clang-sys",
 725 "clap 2.34.0",
 726 "env_logger 0.9.3",
 727 "lazy_static",
 728 "lazycell",
 729 "log",
 730 "peeking_take_while",
 731 "proc-macro2",
 732 "quote",
 733 "regex",
 734 "rustc-hash",
 735 "shlex",
 736 "which",
 737]
 738
 739[[package]]
 740name = "bitflags"
 741version = "1.3.2"
 742source = "registry+https://github.com/rust-lang/crates.io-index"
 743checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 744
 745[[package]]
 746name = "block"
 747version = "0.1.6"
 748source = "registry+https://github.com/rust-lang/crates.io-index"
 749checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 750
 751[[package]]
 752name = "block-buffer"
 753version = "0.9.0"
 754source = "registry+https://github.com/rust-lang/crates.io-index"
 755checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 756dependencies = [
 757 "generic-array",
 758]
 759
 760[[package]]
 761name = "block-buffer"
 762version = "0.10.4"
 763source = "registry+https://github.com/rust-lang/crates.io-index"
 764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 765dependencies = [
 766 "generic-array",
 767]
 768
 769[[package]]
 770name = "blocking"
 771version = "1.3.1"
 772source = "registry+https://github.com/rust-lang/crates.io-index"
 773checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
 774dependencies = [
 775 "async-channel",
 776 "async-lock",
 777 "async-task",
 778 "atomic-waker",
 779 "fastrand",
 780 "futures-lite",
 781 "log",
 782]
 783
 784[[package]]
 785name = "borsh"
 786version = "0.10.3"
 787source = "registry+https://github.com/rust-lang/crates.io-index"
 788checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
 789dependencies = [
 790 "borsh-derive",
 791 "hashbrown 0.13.2",
 792]
 793
 794[[package]]
 795name = "borsh-derive"
 796version = "0.10.3"
 797source = "registry+https://github.com/rust-lang/crates.io-index"
 798checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
 799dependencies = [
 800 "borsh-derive-internal",
 801 "borsh-schema-derive-internal",
 802 "proc-macro-crate",
 803 "proc-macro2",
 804 "syn 1.0.109",
 805]
 806
 807[[package]]
 808name = "borsh-derive-internal"
 809version = "0.10.3"
 810source = "registry+https://github.com/rust-lang/crates.io-index"
 811checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
 812dependencies = [
 813 "proc-macro2",
 814 "quote",
 815 "syn 1.0.109",
 816]
 817
 818[[package]]
 819name = "borsh-schema-derive-internal"
 820version = "0.10.3"
 821source = "registry+https://github.com/rust-lang/crates.io-index"
 822checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
 823dependencies = [
 824 "proc-macro2",
 825 "quote",
 826 "syn 1.0.109",
 827]
 828
 829[[package]]
 830name = "breadcrumbs"
 831version = "0.1.0"
 832dependencies = [
 833 "collections",
 834 "editor",
 835 "gpui",
 836 "itertools",
 837 "language",
 838 "outline",
 839 "project",
 840 "search",
 841 "settings",
 842 "theme",
 843 "workspace",
 844]
 845
 846[[package]]
 847name = "bromberg_sl2"
 848version = "0.6.0"
 849source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f"
 850dependencies = [
 851 "digest 0.9.0",
 852 "lazy_static",
 853 "rayon",
 854 "seq-macro",
 855]
 856
 857[[package]]
 858name = "bstr"
 859version = "1.4.0"
 860source = "registry+https://github.com/rust-lang/crates.io-index"
 861checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
 862dependencies = [
 863 "memchr",
 864 "serde",
 865]
 866
 867[[package]]
 868name = "bumpalo"
 869version = "3.12.2"
 870source = "registry+https://github.com/rust-lang/crates.io-index"
 871checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
 872
 873[[package]]
 874name = "bytecheck"
 875version = "0.6.10"
 876source = "registry+https://github.com/rust-lang/crates.io-index"
 877checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
 878dependencies = [
 879 "bytecheck_derive",
 880 "ptr_meta",
 881 "simdutf8",
 882]
 883
 884[[package]]
 885name = "bytecheck_derive"
 886version = "0.6.10"
 887source = "registry+https://github.com/rust-lang/crates.io-index"
 888checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
 889dependencies = [
 890 "proc-macro2",
 891 "quote",
 892 "syn 1.0.109",
 893]
 894
 895[[package]]
 896name = "bytemuck"
 897version = "1.13.1"
 898source = "registry+https://github.com/rust-lang/crates.io-index"
 899checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
 900
 901[[package]]
 902name = "byteorder"
 903version = "1.4.3"
 904source = "registry+https://github.com/rust-lang/crates.io-index"
 905checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 906
 907[[package]]
 908name = "bytes"
 909version = "0.4.12"
 910source = "registry+https://github.com/rust-lang/crates.io-index"
 911checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 912dependencies = [
 913 "byteorder",
 914 "iovec",
 915]
 916
 917[[package]]
 918name = "bytes"
 919version = "1.4.0"
 920source = "registry+https://github.com/rust-lang/crates.io-index"
 921checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
 922
 923[[package]]
 924name = "call"
 925version = "0.1.0"
 926dependencies = [
 927 "anyhow",
 928 "async-broadcast",
 929 "client",
 930 "collections",
 931 "fs",
 932 "futures 0.3.28",
 933 "gpui",
 934 "language",
 935 "live_kit_client",
 936 "log",
 937 "media",
 938 "postage",
 939 "project",
 940 "settings",
 941 "util",
 942]
 943
 944[[package]]
 945name = "cap-fs-ext"
 946version = "0.24.4"
 947source = "registry+https://github.com/rust-lang/crates.io-index"
 948checksum = "e54b86398b5852ddd45784b1d9b196b98beb39171821bad4b8b44534a1e87927"
 949dependencies = [
 950 "cap-primitives",
 951 "cap-std",
 952 "io-lifetimes 0.5.3",
 953 "winapi 0.3.9",
 954]
 955
 956[[package]]
 957name = "cap-primitives"
 958version = "0.24.4"
 959source = "registry+https://github.com/rust-lang/crates.io-index"
 960checksum = "fb8fca3e81fae1d91a36e9784ca22a39ef623702b5f7904d89dc31f10184a178"
 961dependencies = [
 962 "ambient-authority",
 963 "errno 0.2.8",
 964 "fs-set-times",
 965 "io-extras",
 966 "io-lifetimes 0.5.3",
 967 "ipnet",
 968 "maybe-owned",
 969 "rustix 0.33.7",
 970 "winapi 0.3.9",
 971 "winapi-util",
 972 "winx",
 973]
 974
 975[[package]]
 976name = "cap-rand"
 977version = "0.24.4"
 978source = "registry+https://github.com/rust-lang/crates.io-index"
 979checksum = "ca3b27294116983d706f4c8168f6d10c84f9f5daed0c28bc7d0296cf16bcf971"
 980dependencies = [
 981 "ambient-authority",
 982 "rand 0.8.5",
 983]
 984
 985[[package]]
 986name = "cap-std"
 987version = "0.24.4"
 988source = "registry+https://github.com/rust-lang/crates.io-index"
 989checksum = "2247568946095c7765ad2b441a56caffc08027734c634a6d5edda648f04e32eb"
 990dependencies = [
 991 "cap-primitives",
 992 "io-extras",
 993 "io-lifetimes 0.5.3",
 994 "ipnet",
 995 "rustix 0.33.7",
 996]
 997
 998[[package]]
 999name = "cap-time-ext"
1000version = "0.24.4"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "c50472b6ebc302af0401fa3fb939694cd8ff00e0d4c9182001e434fc822ab83a"
1003dependencies = [
1004 "cap-primitives",
1005 "once_cell",
1006 "rustix 0.33.7",
1007 "winx",
1008]
1009
1010[[package]]
1011name = "castaway"
1012version = "0.1.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1015
1016[[package]]
1017name = "cc"
1018version = "1.0.79"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
1021dependencies = [
1022 "jobserver",
1023]
1024
1025[[package]]
1026name = "cexpr"
1027version = "0.6.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1030dependencies = [
1031 "nom",
1032]
1033
1034[[package]]
1035name = "cfg-if"
1036version = "0.1.10"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1039
1040[[package]]
1041name = "cfg-if"
1042version = "1.0.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1045
1046[[package]]
1047name = "chrono"
1048version = "0.4.24"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
1051dependencies = [
1052 "iana-time-zone",
1053 "js-sys",
1054 "num-integer",
1055 "num-traits",
1056 "serde",
1057 "time 0.1.45",
1058 "wasm-bindgen",
1059 "winapi 0.3.9",
1060]
1061
1062[[package]]
1063name = "chunked_transfer"
1064version = "1.4.1"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
1067
1068[[package]]
1069name = "cipher"
1070version = "0.3.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1073dependencies = [
1074 "generic-array",
1075]
1076
1077[[package]]
1078name = "clang-sys"
1079version = "1.6.1"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1082dependencies = [
1083 "glob",
1084 "libc",
1085 "libloading",
1086]
1087
1088[[package]]
1089name = "clap"
1090version = "2.34.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
1093dependencies = [
1094 "ansi_term",
1095 "atty",
1096 "bitflags",
1097 "strsim 0.8.0",
1098 "textwrap 0.11.0",
1099 "unicode-width",
1100 "vec_map",
1101]
1102
1103[[package]]
1104name = "clap"
1105version = "3.2.25"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1108dependencies = [
1109 "atty",
1110 "bitflags",
1111 "clap_derive",
1112 "clap_lex",
1113 "indexmap",
1114 "once_cell",
1115 "strsim 0.10.0",
1116 "termcolor",
1117 "textwrap 0.16.0",
1118]
1119
1120[[package]]
1121name = "clap_derive"
1122version = "3.2.25"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1125dependencies = [
1126 "heck 0.4.1",
1127 "proc-macro-error",
1128 "proc-macro2",
1129 "quote",
1130 "syn 1.0.109",
1131]
1132
1133[[package]]
1134name = "clap_lex"
1135version = "0.2.4"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1138dependencies = [
1139 "os_str_bytes",
1140]
1141
1142[[package]]
1143name = "cli"
1144version = "0.1.0"
1145dependencies = [
1146 "anyhow",
1147 "clap 3.2.25",
1148 "core-foundation",
1149 "core-services",
1150 "dirs 3.0.2",
1151 "ipc-channel",
1152 "plist",
1153 "serde",
1154 "serde_derive",
1155 "util",
1156]
1157
1158[[package]]
1159name = "client"
1160version = "0.1.0"
1161dependencies = [
1162 "anyhow",
1163 "async-recursion 0.3.2",
1164 "async-tungstenite",
1165 "collections",
1166 "db",
1167 "futures 0.3.28",
1168 "gpui",
1169 "image",
1170 "lazy_static",
1171 "log",
1172 "parking_lot 0.11.2",
1173 "postage",
1174 "rand 0.8.5",
1175 "rpc",
1176 "schemars",
1177 "serde",
1178 "serde_derive",
1179 "settings",
1180 "smol",
1181 "staff_mode",
1182 "sum_tree",
1183 "tempfile",
1184 "thiserror",
1185 "time 0.3.21",
1186 "tiny_http",
1187 "url",
1188 "util",
1189 "uuid 1.3.2",
1190]
1191
1192[[package]]
1193name = "clock"
1194version = "0.1.0"
1195dependencies = [
1196 "smallvec",
1197]
1198
1199[[package]]
1200name = "cmake"
1201version = "0.1.50"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1204dependencies = [
1205 "cc",
1206]
1207
1208[[package]]
1209name = "cocoa"
1210version = "0.24.0"
1211source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1212dependencies = [
1213 "bitflags",
1214 "block",
1215 "cocoa-foundation",
1216 "core-foundation",
1217 "core-graphics",
1218 "foreign-types",
1219 "libc",
1220 "objc",
1221]
1222
1223[[package]]
1224name = "cocoa-foundation"
1225version = "0.1.1"
1226source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1227dependencies = [
1228 "bitflags",
1229 "block",
1230 "core-foundation",
1231 "core-graphics-types",
1232 "foreign-types",
1233 "libc",
1234 "objc",
1235]
1236
1237[[package]]
1238name = "codespan-reporting"
1239version = "0.11.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1242dependencies = [
1243 "termcolor",
1244 "unicode-width",
1245]
1246
1247[[package]]
1248name = "collab"
1249version = "0.12.4"
1250dependencies = [
1251 "anyhow",
1252 "async-tungstenite",
1253 "axum",
1254 "axum-extra",
1255 "base64 0.13.1",
1256 "call",
1257 "clap 3.2.25",
1258 "client",
1259 "collections",
1260 "ctor",
1261 "dashmap",
1262 "editor",
1263 "env_logger 0.9.3",
1264 "envy",
1265 "fs",
1266 "futures 0.3.28",
1267 "git",
1268 "gpui",
1269 "hyper",
1270 "indoc",
1271 "language",
1272 "lazy_static",
1273 "lipsum",
1274 "live_kit_client",
1275 "live_kit_server",
1276 "log",
1277 "lsp",
1278 "nanoid",
1279 "parking_lot 0.11.2",
1280 "pretty_assertions",
1281 "project",
1282 "prometheus",
1283 "rand 0.8.5",
1284 "reqwest",
1285 "rpc",
1286 "scrypt",
1287 "sea-orm",
1288 "sea-query",
1289 "serde",
1290 "serde_derive",
1291 "serde_json",
1292 "settings",
1293 "sha-1 0.9.8",
1294 "sqlx",
1295 "theme",
1296 "time 0.3.21",
1297 "tokio",
1298 "tokio-tungstenite",
1299 "toml",
1300 "tonic",
1301 "tower",
1302 "tracing",
1303 "tracing-log",
1304 "tracing-subscriber",
1305 "unindent",
1306 "util",
1307 "workspace",
1308]
1309
1310[[package]]
1311name = "collab_ui"
1312version = "0.1.0"
1313dependencies = [
1314 "anyhow",
1315 "auto_update",
1316 "call",
1317 "client",
1318 "clock",
1319 "collections",
1320 "context_menu",
1321 "editor",
1322 "feedback",
1323 "futures 0.3.28",
1324 "fuzzy",
1325 "gpui",
1326 "log",
1327 "menu",
1328 "picker",
1329 "postage",
1330 "project",
1331 "serde",
1332 "serde_derive",
1333 "settings",
1334 "theme",
1335 "util",
1336 "workspace",
1337]
1338
1339[[package]]
1340name = "collections"
1341version = "0.1.0"
1342dependencies = [
1343 "seahash",
1344]
1345
1346[[package]]
1347name = "color_quant"
1348version = "1.1.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1351
1352[[package]]
1353name = "command_palette"
1354version = "0.1.0"
1355dependencies = [
1356 "collections",
1357 "ctor",
1358 "editor",
1359 "env_logger 0.9.3",
1360 "fuzzy",
1361 "gpui",
1362 "language",
1363 "picker",
1364 "project",
1365 "serde_json",
1366 "settings",
1367 "theme",
1368 "util",
1369 "workspace",
1370]
1371
1372[[package]]
1373name = "concurrent-queue"
1374version = "2.2.0"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
1377dependencies = [
1378 "crossbeam-utils 0.8.15",
1379]
1380
1381[[package]]
1382name = "const-cstr"
1383version = "0.3.0"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
1386
1387[[package]]
1388name = "context_menu"
1389version = "0.1.0"
1390dependencies = [
1391 "gpui",
1392 "menu",
1393 "settings",
1394 "smallvec",
1395 "theme",
1396]
1397
1398[[package]]
1399name = "copilot"
1400version = "0.1.0"
1401dependencies = [
1402 "anyhow",
1403 "async-compression",
1404 "async-tar",
1405 "clock",
1406 "collections",
1407 "context_menu",
1408 "fs",
1409 "futures 0.3.28",
1410 "gpui",
1411 "language",
1412 "log",
1413 "lsp",
1414 "node_runtime",
1415 "rpc",
1416 "serde",
1417 "serde_derive",
1418 "settings",
1419 "smol",
1420 "theme",
1421 "util",
1422]
1423
1424[[package]]
1425name = "copilot_button"
1426version = "0.1.0"
1427dependencies = [
1428 "anyhow",
1429 "assets",
1430 "context_menu",
1431 "copilot",
1432 "editor",
1433 "fs",
1434 "futures 0.3.28",
1435 "gpui",
1436 "language",
1437 "settings",
1438 "smol",
1439 "theme",
1440 "util",
1441 "workspace",
1442]
1443
1444[[package]]
1445name = "core-foundation"
1446version = "0.9.3"
1447source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1448dependencies = [
1449 "core-foundation-sys",
1450 "libc",
1451 "uuid 0.5.1",
1452]
1453
1454[[package]]
1455name = "core-foundation-sys"
1456version = "0.8.3"
1457source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1458
1459[[package]]
1460name = "core-graphics"
1461version = "0.22.3"
1462source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1463dependencies = [
1464 "bitflags",
1465 "core-foundation",
1466 "core-graphics-types",
1467 "foreign-types",
1468 "libc",
1469]
1470
1471[[package]]
1472name = "core-graphics-types"
1473version = "0.1.1"
1474source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1475dependencies = [
1476 "bitflags",
1477 "core-foundation",
1478 "foreign-types",
1479 "libc",
1480]
1481
1482[[package]]
1483name = "core-services"
1484version = "0.2.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "51b344b958cae90858bf6086f49599ecc5ec8698eacad0ea155509ba11fab347"
1487dependencies = [
1488 "core-foundation",
1489]
1490
1491[[package]]
1492name = "core-text"
1493version = "19.2.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1496dependencies = [
1497 "core-foundation",
1498 "core-graphics",
1499 "foreign-types",
1500 "libc",
1501]
1502
1503[[package]]
1504name = "cpp_demangle"
1505version = "0.3.5"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1508dependencies = [
1509 "cfg-if 1.0.0",
1510]
1511
1512[[package]]
1513name = "cpufeatures"
1514version = "0.2.7"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
1517dependencies = [
1518 "libc",
1519]
1520
1521[[package]]
1522name = "cranelift-bforest"
1523version = "0.85.3"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"
1526dependencies = [
1527 "cranelift-entity",
1528]
1529
1530[[package]]
1531name = "cranelift-codegen"
1532version = "0.85.3"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"
1535dependencies = [
1536 "cranelift-bforest",
1537 "cranelift-codegen-meta",
1538 "cranelift-codegen-shared",
1539 "cranelift-entity",
1540 "cranelift-isle",
1541 "gimli 0.26.2",
1542 "log",
1543 "regalloc2",
1544 "smallvec",
1545 "target-lexicon",
1546]
1547
1548[[package]]
1549name = "cranelift-codegen-meta"
1550version = "0.85.3"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"
1553dependencies = [
1554 "cranelift-codegen-shared",
1555]
1556
1557[[package]]
1558name = "cranelift-codegen-shared"
1559version = "0.85.3"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"
1562
1563[[package]]
1564name = "cranelift-entity"
1565version = "0.85.3"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"
1568dependencies = [
1569 "serde",
1570]
1571
1572[[package]]
1573name = "cranelift-frontend"
1574version = "0.85.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"
1577dependencies = [
1578 "cranelift-codegen",
1579 "log",
1580 "smallvec",
1581 "target-lexicon",
1582]
1583
1584[[package]]
1585name = "cranelift-isle"
1586version = "0.85.3"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"
1589
1590[[package]]
1591name = "cranelift-native"
1592version = "0.85.3"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"
1595dependencies = [
1596 "cranelift-codegen",
1597 "libc",
1598 "target-lexicon",
1599]
1600
1601[[package]]
1602name = "cranelift-wasm"
1603version = "0.85.3"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"
1606dependencies = [
1607 "cranelift-codegen",
1608 "cranelift-entity",
1609 "cranelift-frontend",
1610 "itertools",
1611 "log",
1612 "smallvec",
1613 "wasmparser",
1614 "wasmtime-types",
1615]
1616
1617[[package]]
1618name = "crc"
1619version = "3.0.1"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
1622dependencies = [
1623 "crc-catalog",
1624]
1625
1626[[package]]
1627name = "crc-catalog"
1628version = "2.2.0"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
1631
1632[[package]]
1633name = "crc32fast"
1634version = "1.3.2"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1637dependencies = [
1638 "cfg-if 1.0.0",
1639]
1640
1641[[package]]
1642name = "crossbeam-channel"
1643version = "0.4.4"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
1646dependencies = [
1647 "crossbeam-utils 0.7.2",
1648 "maybe-uninit",
1649]
1650
1651[[package]]
1652name = "crossbeam-channel"
1653version = "0.5.8"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
1656dependencies = [
1657 "cfg-if 1.0.0",
1658 "crossbeam-utils 0.8.15",
1659]
1660
1661[[package]]
1662name = "crossbeam-deque"
1663version = "0.8.3"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
1666dependencies = [
1667 "cfg-if 1.0.0",
1668 "crossbeam-epoch",
1669 "crossbeam-utils 0.8.15",
1670]
1671
1672[[package]]
1673name = "crossbeam-epoch"
1674version = "0.9.14"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
1677dependencies = [
1678 "autocfg 1.1.0",
1679 "cfg-if 1.0.0",
1680 "crossbeam-utils 0.8.15",
1681 "memoffset 0.8.0",
1682 "scopeguard",
1683]
1684
1685[[package]]
1686name = "crossbeam-queue"
1687version = "0.3.8"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1690dependencies = [
1691 "cfg-if 1.0.0",
1692 "crossbeam-utils 0.8.15",
1693]
1694
1695[[package]]
1696name = "crossbeam-utils"
1697version = "0.7.2"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1700dependencies = [
1701 "autocfg 1.1.0",
1702 "cfg-if 0.1.10",
1703 "lazy_static",
1704]
1705
1706[[package]]
1707name = "crossbeam-utils"
1708version = "0.8.15"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
1711dependencies = [
1712 "cfg-if 1.0.0",
1713]
1714
1715[[package]]
1716name = "crypto-common"
1717version = "0.1.6"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1720dependencies = [
1721 "generic-array",
1722 "typenum",
1723]
1724
1725[[package]]
1726name = "crypto-mac"
1727version = "0.11.1"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1730dependencies = [
1731 "generic-array",
1732 "subtle",
1733]
1734
1735[[package]]
1736name = "ctor"
1737version = "0.1.26"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1740dependencies = [
1741 "quote",
1742 "syn 1.0.109",
1743]
1744
1745[[package]]
1746name = "curl"
1747version = "0.4.44"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1750dependencies = [
1751 "curl-sys",
1752 "libc",
1753 "openssl-probe",
1754 "openssl-sys",
1755 "schannel",
1756 "socket2",
1757 "winapi 0.3.9",
1758]
1759
1760[[package]]
1761name = "curl-sys"
1762version = "0.4.61+curl-8.0.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
1765dependencies = [
1766 "cc",
1767 "libc",
1768 "libnghttp2-sys",
1769 "libz-sys",
1770 "openssl-sys",
1771 "pkg-config",
1772 "vcpkg",
1773 "winapi 0.3.9",
1774]
1775
1776[[package]]
1777name = "cxx"
1778version = "1.0.94"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
1781dependencies = [
1782 "cc",
1783 "cxxbridge-flags",
1784 "cxxbridge-macro",
1785 "link-cplusplus",
1786]
1787
1788[[package]]
1789name = "cxx-build"
1790version = "1.0.94"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
1793dependencies = [
1794 "cc",
1795 "codespan-reporting",
1796 "once_cell",
1797 "proc-macro2",
1798 "quote",
1799 "scratch",
1800 "syn 2.0.15",
1801]
1802
1803[[package]]
1804name = "cxxbridge-flags"
1805version = "1.0.94"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
1808
1809[[package]]
1810name = "cxxbridge-macro"
1811version = "1.0.94"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
1814dependencies = [
1815 "proc-macro2",
1816 "quote",
1817 "syn 2.0.15",
1818]
1819
1820[[package]]
1821name = "dashmap"
1822version = "5.4.0"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
1825dependencies = [
1826 "cfg-if 1.0.0",
1827 "hashbrown 0.12.3",
1828 "lock_api",
1829 "once_cell",
1830 "parking_lot_core 0.9.7",
1831]
1832
1833[[package]]
1834name = "data-url"
1835version = "0.1.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
1838dependencies = [
1839 "matches",
1840]
1841
1842[[package]]
1843name = "db"
1844version = "0.1.0"
1845dependencies = [
1846 "anyhow",
1847 "async-trait",
1848 "collections",
1849 "env_logger 0.9.3",
1850 "gpui",
1851 "indoc",
1852 "lazy_static",
1853 "log",
1854 "parking_lot 0.11.2",
1855 "serde",
1856 "serde_derive",
1857 "smol",
1858 "sqlez",
1859 "sqlez_macros",
1860 "tempdir",
1861 "util",
1862]
1863
1864[[package]]
1865name = "deflate"
1866version = "0.8.6"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1869dependencies = [
1870 "adler32",
1871 "byteorder",
1872]
1873
1874[[package]]
1875name = "dhat"
1876version = "0.3.2"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
1879dependencies = [
1880 "backtrace",
1881 "lazy_static",
1882 "mintex",
1883 "parking_lot 0.12.1",
1884 "rustc-hash",
1885 "serde",
1886 "serde_json",
1887 "thousands",
1888]
1889
1890[[package]]
1891name = "diagnostics"
1892version = "0.1.0"
1893dependencies = [
1894 "anyhow",
1895 "client",
1896 "collections",
1897 "editor",
1898 "gpui",
1899 "language",
1900 "lsp",
1901 "postage",
1902 "project",
1903 "serde_json",
1904 "settings",
1905 "smallvec",
1906 "theme",
1907 "unindent",
1908 "util",
1909 "workspace",
1910]
1911
1912[[package]]
1913name = "diff"
1914version = "0.1.13"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1917
1918[[package]]
1919name = "digest"
1920version = "0.9.0"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1923dependencies = [
1924 "generic-array",
1925]
1926
1927[[package]]
1928name = "digest"
1929version = "0.10.6"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1932dependencies = [
1933 "block-buffer 0.10.4",
1934 "crypto-common",
1935 "subtle",
1936]
1937
1938[[package]]
1939name = "directories-next"
1940version = "2.0.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1943dependencies = [
1944 "cfg-if 1.0.0",
1945 "dirs-sys-next",
1946]
1947
1948[[package]]
1949name = "dirs"
1950version = "3.0.2"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
1953dependencies = [
1954 "dirs-sys",
1955]
1956
1957[[package]]
1958name = "dirs"
1959version = "4.0.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1962dependencies = [
1963 "dirs-sys",
1964]
1965
1966[[package]]
1967name = "dirs-next"
1968version = "2.0.0"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1971dependencies = [
1972 "cfg-if 1.0.0",
1973 "dirs-sys-next",
1974]
1975
1976[[package]]
1977name = "dirs-sys"
1978version = "0.3.7"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1981dependencies = [
1982 "libc",
1983 "redox_users",
1984 "winapi 0.3.9",
1985]
1986
1987[[package]]
1988name = "dirs-sys-next"
1989version = "0.1.2"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1992dependencies = [
1993 "libc",
1994 "redox_users",
1995 "winapi 0.3.9",
1996]
1997
1998[[package]]
1999name = "dlib"
2000version = "0.5.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
2003dependencies = [
2004 "libloading",
2005]
2006
2007[[package]]
2008name = "dotenvy"
2009version = "0.15.7"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2012
2013[[package]]
2014name = "drag_and_drop"
2015version = "0.1.0"
2016dependencies = [
2017 "collections",
2018 "gpui",
2019]
2020
2021[[package]]
2022name = "dwrote"
2023version = "0.11.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
2026dependencies = [
2027 "lazy_static",
2028 "libc",
2029 "winapi 0.3.9",
2030 "wio",
2031]
2032
2033[[package]]
2034name = "dyn-clone"
2035version = "1.0.11"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2038
2039[[package]]
2040name = "editor"
2041version = "0.1.0"
2042dependencies = [
2043 "aho-corasick 0.7.20",
2044 "anyhow",
2045 "client",
2046 "clock",
2047 "collections",
2048 "context_menu",
2049 "copilot",
2050 "ctor",
2051 "db",
2052 "drag_and_drop",
2053 "env_logger 0.9.3",
2054 "futures 0.3.28",
2055 "fuzzy",
2056 "git",
2057 "gpui",
2058 "indoc",
2059 "itertools",
2060 "language",
2061 "lazy_static",
2062 "log",
2063 "lsp",
2064 "ordered-float",
2065 "parking_lot 0.11.2",
2066 "postage",
2067 "project",
2068 "pulldown-cmark",
2069 "rand 0.8.5",
2070 "rpc",
2071 "schemars",
2072 "serde",
2073 "serde_derive",
2074 "settings",
2075 "smallvec",
2076 "smol",
2077 "snippet",
2078 "sqlez",
2079 "sum_tree",
2080 "text",
2081 "theme",
2082 "tree-sitter",
2083 "tree-sitter-html",
2084 "tree-sitter-javascript",
2085 "tree-sitter-rust",
2086 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
2087 "unindent",
2088 "util",
2089 "workspace",
2090]
2091
2092[[package]]
2093name = "either"
2094version = "1.8.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2097
2098[[package]]
2099name = "encoding_rs"
2100version = "0.8.32"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2103dependencies = [
2104 "cfg-if 1.0.0",
2105]
2106
2107[[package]]
2108name = "env_logger"
2109version = "0.9.3"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2112dependencies = [
2113 "atty",
2114 "humantime",
2115 "log",
2116 "regex",
2117 "termcolor",
2118]
2119
2120[[package]]
2121name = "env_logger"
2122version = "0.10.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2125dependencies = [
2126 "humantime",
2127 "is-terminal 0.4.7",
2128 "log",
2129 "regex",
2130 "termcolor",
2131]
2132
2133[[package]]
2134name = "envy"
2135version = "0.4.2"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
2138dependencies = [
2139 "serde",
2140]
2141
2142[[package]]
2143name = "erased-serde"
2144version = "0.3.25"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569"
2147dependencies = [
2148 "serde",
2149]
2150
2151[[package]]
2152name = "errno"
2153version = "0.2.8"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2156dependencies = [
2157 "errno-dragonfly",
2158 "libc",
2159 "winapi 0.3.9",
2160]
2161
2162[[package]]
2163name = "errno"
2164version = "0.3.1"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2167dependencies = [
2168 "errno-dragonfly",
2169 "libc",
2170 "windows-sys 0.48.0",
2171]
2172
2173[[package]]
2174name = "errno-dragonfly"
2175version = "0.1.2"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2178dependencies = [
2179 "cc",
2180 "libc",
2181]
2182
2183[[package]]
2184name = "etagere"
2185version = "0.2.7"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "6301151a318f367f392c31395beb1cfba5ccd9abc44d1db0db3a4b27b9601c89"
2188dependencies = [
2189 "euclid",
2190 "svg_fmt",
2191]
2192
2193[[package]]
2194name = "euclid"
2195version = "0.22.9"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
2198dependencies = [
2199 "num-traits",
2200]
2201
2202[[package]]
2203name = "event-listener"
2204version = "2.5.3"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2207
2208[[package]]
2209name = "fallible-iterator"
2210version = "0.2.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2213
2214[[package]]
2215name = "fastrand"
2216version = "1.9.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2219dependencies = [
2220 "instant",
2221]
2222
2223[[package]]
2224name = "feedback"
2225version = "0.1.0"
2226dependencies = [
2227 "anyhow",
2228 "client",
2229 "editor",
2230 "futures 0.3.28",
2231 "gpui",
2232 "human_bytes",
2233 "isahc",
2234 "language",
2235 "lazy_static",
2236 "log",
2237 "postage",
2238 "project",
2239 "regex",
2240 "search",
2241 "serde",
2242 "serde_derive",
2243 "settings",
2244 "smallvec",
2245 "sysinfo",
2246 "theme",
2247 "tree-sitter-markdown",
2248 "urlencoding",
2249 "util",
2250 "workspace",
2251]
2252
2253[[package]]
2254name = "file-per-thread-logger"
2255version = "0.1.6"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
2258dependencies = [
2259 "env_logger 0.10.0",
2260 "log",
2261]
2262
2263[[package]]
2264name = "file_finder"
2265version = "0.1.0"
2266dependencies = [
2267 "ctor",
2268 "editor",
2269 "env_logger 0.9.3",
2270 "fuzzy",
2271 "gpui",
2272 "language",
2273 "menu",
2274 "picker",
2275 "postage",
2276 "project",
2277 "serde_json",
2278 "settings",
2279 "text",
2280 "theme",
2281 "util",
2282 "workspace",
2283]
2284
2285[[package]]
2286name = "filetime"
2287version = "0.2.21"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2290dependencies = [
2291 "cfg-if 1.0.0",
2292 "libc",
2293 "redox_syscall 0.2.16",
2294 "windows-sys 0.48.0",
2295]
2296
2297[[package]]
2298name = "fixedbitset"
2299version = "0.4.2"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2302
2303[[package]]
2304name = "flate2"
2305version = "1.0.26"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2308dependencies = [
2309 "crc32fast",
2310 "miniz_oxide 0.7.1",
2311]
2312
2313[[package]]
2314name = "float-cmp"
2315version = "0.5.3"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2318
2319[[package]]
2320name = "float-ord"
2321version = "0.2.0"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2324
2325[[package]]
2326name = "flume"
2327version = "0.10.14"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2330dependencies = [
2331 "futures-core",
2332 "futures-sink",
2333 "pin-project",
2334 "spin 0.9.8",
2335]
2336
2337[[package]]
2338name = "fnv"
2339version = "1.0.7"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2342
2343[[package]]
2344name = "font-kit"
2345version = "0.11.0"
2346source = "git+https://github.com/zed-industries/font-kit?rev=b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18#b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18"
2347dependencies = [
2348 "bitflags",
2349 "byteorder",
2350 "core-foundation",
2351 "core-graphics",
2352 "core-text",
2353 "dirs-next",
2354 "dwrote",
2355 "float-ord",
2356 "freetype",
2357 "lazy_static",
2358 "libc",
2359 "log",
2360 "pathfinder_geometry",
2361 "pathfinder_simd",
2362 "walkdir",
2363 "winapi 0.3.9",
2364 "yeslogic-fontconfig-sys",
2365]
2366
2367[[package]]
2368name = "fontdb"
2369version = "0.5.4"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
2372dependencies = [
2373 "log",
2374 "memmap2",
2375 "ttf-parser 0.12.3",
2376]
2377
2378[[package]]
2379name = "foreign-types"
2380version = "0.3.2"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2383dependencies = [
2384 "foreign-types-shared",
2385]
2386
2387[[package]]
2388name = "foreign-types-shared"
2389version = "0.1.1"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2392
2393[[package]]
2394name = "form_urlencoded"
2395version = "1.1.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2398dependencies = [
2399 "percent-encoding",
2400]
2401
2402[[package]]
2403name = "freetype"
2404version = "0.7.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2407dependencies = [
2408 "freetype-sys",
2409 "libc",
2410]
2411
2412[[package]]
2413name = "freetype-sys"
2414version = "0.13.1"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
2417dependencies = [
2418 "cmake",
2419 "libc",
2420 "pkg-config",
2421]
2422
2423[[package]]
2424name = "fs"
2425version = "0.1.0"
2426dependencies = [
2427 "anyhow",
2428 "async-trait",
2429 "collections",
2430 "fsevent",
2431 "futures 0.3.28",
2432 "git2",
2433 "gpui",
2434 "lazy_static",
2435 "libc",
2436 "log",
2437 "lsp",
2438 "parking_lot 0.11.2",
2439 "regex",
2440 "rope",
2441 "serde",
2442 "serde_derive",
2443 "serde_json",
2444 "smol",
2445 "sum_tree",
2446 "tempfile",
2447 "util",
2448]
2449
2450[[package]]
2451name = "fs-set-times"
2452version = "0.15.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "7df62ee66ee2d532ea8d567b5a3f0d03ecd64636b98bad5be1e93dcc918b92aa"
2455dependencies = [
2456 "io-lifetimes 0.5.3",
2457 "rustix 0.33.7",
2458 "winapi 0.3.9",
2459]
2460
2461[[package]]
2462name = "fsevent"
2463version = "2.0.2"
2464dependencies = [
2465 "bitflags",
2466 "fsevent-sys",
2467 "parking_lot 0.11.2",
2468 "tempdir",
2469]
2470
2471[[package]]
2472name = "fsevent-sys"
2473version = "3.1.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
2476dependencies = [
2477 "libc",
2478]
2479
2480[[package]]
2481name = "fuchsia-cprng"
2482version = "0.1.1"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2485
2486[[package]]
2487name = "fuchsia-zircon"
2488version = "0.3.3"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2491dependencies = [
2492 "bitflags",
2493 "fuchsia-zircon-sys",
2494]
2495
2496[[package]]
2497name = "fuchsia-zircon-sys"
2498version = "0.3.3"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2501
2502[[package]]
2503name = "futures"
2504version = "0.1.31"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2507
2508[[package]]
2509name = "futures"
2510version = "0.3.28"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2513dependencies = [
2514 "futures-channel",
2515 "futures-core",
2516 "futures-executor",
2517 "futures-io",
2518 "futures-sink",
2519 "futures-task",
2520 "futures-util",
2521]
2522
2523[[package]]
2524name = "futures-channel"
2525version = "0.3.28"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2528dependencies = [
2529 "futures-core",
2530 "futures-sink",
2531]
2532
2533[[package]]
2534name = "futures-core"
2535version = "0.3.28"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2538
2539[[package]]
2540name = "futures-executor"
2541version = "0.3.28"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2544dependencies = [
2545 "futures-core",
2546 "futures-task",
2547 "futures-util",
2548]
2549
2550[[package]]
2551name = "futures-intrusive"
2552version = "0.4.2"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2555dependencies = [
2556 "futures-core",
2557 "lock_api",
2558 "parking_lot 0.11.2",
2559]
2560
2561[[package]]
2562name = "futures-io"
2563version = "0.3.28"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2566
2567[[package]]
2568name = "futures-lite"
2569version = "1.13.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2572dependencies = [
2573 "fastrand",
2574 "futures-core",
2575 "futures-io",
2576 "memchr",
2577 "parking",
2578 "pin-project-lite 0.2.9",
2579 "waker-fn",
2580]
2581
2582[[package]]
2583name = "futures-macro"
2584version = "0.3.28"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2587dependencies = [
2588 "proc-macro2",
2589 "quote",
2590 "syn 2.0.15",
2591]
2592
2593[[package]]
2594name = "futures-sink"
2595version = "0.3.28"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2598
2599[[package]]
2600name = "futures-task"
2601version = "0.3.28"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2604
2605[[package]]
2606name = "futures-util"
2607version = "0.3.28"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2610dependencies = [
2611 "futures 0.1.31",
2612 "futures-channel",
2613 "futures-core",
2614 "futures-io",
2615 "futures-macro",
2616 "futures-sink",
2617 "futures-task",
2618 "memchr",
2619 "pin-project-lite 0.2.9",
2620 "pin-utils",
2621 "slab",
2622 "tokio-io",
2623]
2624
2625[[package]]
2626name = "fuzzy"
2627version = "0.1.0"
2628dependencies = [
2629 "gpui",
2630 "util",
2631]
2632
2633[[package]]
2634name = "fxhash"
2635version = "0.2.1"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2638dependencies = [
2639 "byteorder",
2640]
2641
2642[[package]]
2643name = "generic-array"
2644version = "0.14.7"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2647dependencies = [
2648 "typenum",
2649 "version_check",
2650]
2651
2652[[package]]
2653name = "getrandom"
2654version = "0.1.16"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2657dependencies = [
2658 "cfg-if 1.0.0",
2659 "libc",
2660 "wasi 0.9.0+wasi-snapshot-preview1",
2661]
2662
2663[[package]]
2664name = "getrandom"
2665version = "0.2.9"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2668dependencies = [
2669 "cfg-if 1.0.0",
2670 "libc",
2671 "wasi 0.11.0+wasi-snapshot-preview1",
2672]
2673
2674[[package]]
2675name = "gif"
2676version = "0.11.4"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2679dependencies = [
2680 "color_quant",
2681 "weezl",
2682]
2683
2684[[package]]
2685name = "gimli"
2686version = "0.26.2"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2689dependencies = [
2690 "fallible-iterator",
2691 "indexmap",
2692 "stable_deref_trait",
2693]
2694
2695[[package]]
2696name = "gimli"
2697version = "0.27.2"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2700
2701[[package]]
2702name = "git"
2703version = "0.1.0"
2704dependencies = [
2705 "anyhow",
2706 "async-trait",
2707 "clock",
2708 "collections",
2709 "futures 0.3.28",
2710 "git2",
2711 "lazy_static",
2712 "log",
2713 "parking_lot 0.11.2",
2714 "smol",
2715 "sum_tree",
2716 "text",
2717 "unindent",
2718 "util",
2719]
2720
2721[[package]]
2722name = "git2"
2723version = "0.15.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2726dependencies = [
2727 "bitflags",
2728 "libc",
2729 "libgit2-sys",
2730 "log",
2731 "url",
2732]
2733
2734[[package]]
2735name = "glob"
2736version = "0.3.1"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2739
2740[[package]]
2741name = "globset"
2742version = "0.4.10"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2745dependencies = [
2746 "aho-corasick 0.7.20",
2747 "bstr",
2748 "fnv",
2749 "log",
2750 "regex",
2751]
2752
2753[[package]]
2754name = "gloo-timers"
2755version = "0.2.6"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2758dependencies = [
2759 "futures-channel",
2760 "futures-core",
2761 "js-sys",
2762 "wasm-bindgen",
2763]
2764
2765[[package]]
2766name = "go_to_line"
2767version = "0.1.0"
2768dependencies = [
2769 "editor",
2770 "gpui",
2771 "menu",
2772 "postage",
2773 "settings",
2774 "text",
2775 "theme",
2776 "util",
2777 "workspace",
2778]
2779
2780[[package]]
2781name = "gpui"
2782version = "0.1.0"
2783dependencies = [
2784 "anyhow",
2785 "async-task",
2786 "backtrace",
2787 "bindgen",
2788 "block",
2789 "cc",
2790 "cocoa",
2791 "collections",
2792 "core-foundation",
2793 "core-graphics",
2794 "core-text",
2795 "ctor",
2796 "dhat",
2797 "env_logger 0.9.3",
2798 "etagere",
2799 "font-kit",
2800 "foreign-types",
2801 "futures 0.3.28",
2802 "gpui_macros",
2803 "image",
2804 "itertools",
2805 "lazy_static",
2806 "log",
2807 "media",
2808 "metal",
2809 "num_cpus",
2810 "objc",
2811 "ordered-float",
2812 "parking",
2813 "parking_lot 0.11.2",
2814 "pathfinder_color",
2815 "pathfinder_geometry",
2816 "png",
2817 "postage",
2818 "rand 0.8.5",
2819 "resvg",
2820 "schemars",
2821 "seahash",
2822 "serde",
2823 "serde_derive",
2824 "serde_json",
2825 "simplelog",
2826 "smallvec",
2827 "smol",
2828 "sqlez",
2829 "sum_tree",
2830 "time 0.3.21",
2831 "tiny-skia",
2832 "usvg",
2833 "util",
2834 "uuid 1.3.2",
2835 "waker-fn",
2836]
2837
2838[[package]]
2839name = "gpui_macros"
2840version = "0.1.0"
2841dependencies = [
2842 "proc-macro2",
2843 "quote",
2844 "syn 1.0.109",
2845]
2846
2847[[package]]
2848name = "h2"
2849version = "0.3.18"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2852dependencies = [
2853 "bytes 1.4.0",
2854 "fnv",
2855 "futures-core",
2856 "futures-sink",
2857 "futures-util",
2858 "http",
2859 "indexmap",
2860 "slab",
2861 "tokio",
2862 "tokio-util 0.7.8",
2863 "tracing",
2864]
2865
2866[[package]]
2867name = "hashbrown"
2868version = "0.11.2"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2871dependencies = [
2872 "ahash 0.7.6",
2873]
2874
2875[[package]]
2876name = "hashbrown"
2877version = "0.12.3"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2880dependencies = [
2881 "ahash 0.7.6",
2882]
2883
2884[[package]]
2885name = "hashbrown"
2886version = "0.13.2"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2889dependencies = [
2890 "ahash 0.8.3",
2891]
2892
2893[[package]]
2894name = "hashlink"
2895version = "0.8.1"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2898dependencies = [
2899 "hashbrown 0.12.3",
2900]
2901
2902[[package]]
2903name = "headers"
2904version = "0.3.8"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2907dependencies = [
2908 "base64 0.13.1",
2909 "bitflags",
2910 "bytes 1.4.0",
2911 "headers-core",
2912 "http",
2913 "httpdate",
2914 "mime",
2915 "sha1",
2916]
2917
2918[[package]]
2919name = "headers-core"
2920version = "0.2.0"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2923dependencies = [
2924 "http",
2925]
2926
2927[[package]]
2928name = "heck"
2929version = "0.3.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2932dependencies = [
2933 "unicode-segmentation",
2934]
2935
2936[[package]]
2937name = "heck"
2938version = "0.4.1"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2941dependencies = [
2942 "unicode-segmentation",
2943]
2944
2945[[package]]
2946name = "hermit-abi"
2947version = "0.1.19"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2950dependencies = [
2951 "libc",
2952]
2953
2954[[package]]
2955name = "hermit-abi"
2956version = "0.2.6"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2959dependencies = [
2960 "libc",
2961]
2962
2963[[package]]
2964name = "hermit-abi"
2965version = "0.3.1"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2968
2969[[package]]
2970name = "hex"
2971version = "0.4.3"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2974
2975[[package]]
2976name = "hkdf"
2977version = "0.12.3"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2980dependencies = [
2981 "hmac 0.12.1",
2982]
2983
2984[[package]]
2985name = "hmac"
2986version = "0.11.0"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2989dependencies = [
2990 "crypto-mac",
2991 "digest 0.9.0",
2992]
2993
2994[[package]]
2995name = "hmac"
2996version = "0.12.1"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2999dependencies = [
3000 "digest 0.10.6",
3001]
3002
3003[[package]]
3004name = "http"
3005version = "0.2.9"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
3008dependencies = [
3009 "bytes 1.4.0",
3010 "fnv",
3011 "itoa",
3012]
3013
3014[[package]]
3015name = "http-body"
3016version = "0.4.5"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3019dependencies = [
3020 "bytes 1.4.0",
3021 "http",
3022 "pin-project-lite 0.2.9",
3023]
3024
3025[[package]]
3026name = "http-range-header"
3027version = "0.3.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3030
3031[[package]]
3032name = "httparse"
3033version = "1.8.0"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3036
3037[[package]]
3038name = "httpdate"
3039version = "1.0.2"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3042
3043[[package]]
3044name = "human_bytes"
3045version = "0.4.2"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
3048
3049[[package]]
3050name = "humantime"
3051version = "2.1.0"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3054
3055[[package]]
3056name = "hyper"
3057version = "0.14.26"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3060dependencies = [
3061 "bytes 1.4.0",
3062 "futures-channel",
3063 "futures-core",
3064 "futures-util",
3065 "h2",
3066 "http",
3067 "http-body",
3068 "httparse",
3069 "httpdate",
3070 "itoa",
3071 "pin-project-lite 0.2.9",
3072 "socket2",
3073 "tokio",
3074 "tower-service",
3075 "tracing",
3076 "want",
3077]
3078
3079[[package]]
3080name = "hyper-timeout"
3081version = "0.4.1"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3084dependencies = [
3085 "hyper",
3086 "pin-project-lite 0.2.9",
3087 "tokio",
3088 "tokio-io-timeout",
3089]
3090
3091[[package]]
3092name = "hyper-tls"
3093version = "0.5.0"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3096dependencies = [
3097 "bytes 1.4.0",
3098 "hyper",
3099 "native-tls",
3100 "tokio",
3101 "tokio-native-tls",
3102]
3103
3104[[package]]
3105name = "iana-time-zone"
3106version = "0.1.56"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
3109dependencies = [
3110 "android_system_properties",
3111 "core-foundation-sys",
3112 "iana-time-zone-haiku",
3113 "js-sys",
3114 "wasm-bindgen",
3115 "windows",
3116]
3117
3118[[package]]
3119name = "iana-time-zone-haiku"
3120version = "0.1.1"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3123dependencies = [
3124 "cxx",
3125 "cxx-build",
3126]
3127
3128[[package]]
3129name = "idna"
3130version = "0.3.0"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3133dependencies = [
3134 "unicode-bidi",
3135 "unicode-normalization",
3136]
3137
3138[[package]]
3139name = "ignore"
3140version = "0.4.20"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3143dependencies = [
3144 "globset",
3145 "lazy_static",
3146 "log",
3147 "memchr",
3148 "regex",
3149 "same-file",
3150 "thread_local",
3151 "walkdir",
3152 "winapi-util",
3153]
3154
3155[[package]]
3156name = "image"
3157version = "0.23.14"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
3160dependencies = [
3161 "bytemuck",
3162 "byteorder",
3163 "color_quant",
3164 "gif",
3165 "jpeg-decoder",
3166 "num-iter",
3167 "num-rational",
3168 "num-traits",
3169 "png",
3170 "scoped_threadpool",
3171 "tiff",
3172]
3173
3174[[package]]
3175name = "indexmap"
3176version = "1.9.3"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3179dependencies = [
3180 "autocfg 1.1.0",
3181 "hashbrown 0.12.3",
3182 "serde",
3183]
3184
3185[[package]]
3186name = "indoc"
3187version = "1.0.9"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3190
3191[[package]]
3192name = "install_cli"
3193version = "0.1.0"
3194dependencies = [
3195 "anyhow",
3196 "gpui",
3197 "log",
3198 "smol",
3199 "util",
3200]
3201
3202[[package]]
3203name = "instant"
3204version = "0.1.12"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3207dependencies = [
3208 "cfg-if 1.0.0",
3209]
3210
3211[[package]]
3212name = "io-extras"
3213version = "0.13.2"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "d0c937cc9891c12eaa8c63ad347e4a288364b1328b924886970b47a14ab8f8f8"
3216dependencies = [
3217 "io-lifetimes 0.5.3",
3218 "winapi 0.3.9",
3219]
3220
3221[[package]]
3222name = "io-lifetimes"
3223version = "0.5.3"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3226dependencies = [
3227 "libc",
3228 "winapi 0.3.9",
3229]
3230
3231[[package]]
3232name = "io-lifetimes"
3233version = "1.0.10"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
3236dependencies = [
3237 "hermit-abi 0.3.1",
3238 "libc",
3239 "windows-sys 0.48.0",
3240]
3241
3242[[package]]
3243name = "iovec"
3244version = "0.1.4"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
3247dependencies = [
3248 "libc",
3249]
3250
3251[[package]]
3252name = "ipc-channel"
3253version = "0.16.0"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "7cb1d9211085f0ea6f1379d944b93c4d07e8207aa3bcf49f37eda12b85081887"
3256dependencies = [
3257 "bincode",
3258 "crossbeam-channel 0.4.4",
3259 "fnv",
3260 "lazy_static",
3261 "libc",
3262 "mio 0.6.23",
3263 "rand 0.7.3",
3264 "serde",
3265 "tempfile",
3266 "uuid 0.8.2",
3267 "winapi 0.3.9",
3268]
3269
3270[[package]]
3271name = "ipnet"
3272version = "2.7.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
3275
3276[[package]]
3277name = "is-terminal"
3278version = "0.1.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "7c89a757e762896bdbdfadf2860d0f8b0cea5e363d8cf3e7bdfeb63d1d976352"
3281dependencies = [
3282 "hermit-abi 0.2.6",
3283 "io-lifetimes 0.5.3",
3284 "rustix 0.33.7",
3285 "winapi 0.3.9",
3286]
3287
3288[[package]]
3289name = "is-terminal"
3290version = "0.4.7"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
3293dependencies = [
3294 "hermit-abi 0.3.1",
3295 "io-lifetimes 1.0.10",
3296 "rustix 0.37.19",
3297 "windows-sys 0.48.0",
3298]
3299
3300[[package]]
3301name = "isahc"
3302version = "1.7.2"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
3305dependencies = [
3306 "async-channel",
3307 "castaway",
3308 "crossbeam-utils 0.8.15",
3309 "curl",
3310 "curl-sys",
3311 "encoding_rs",
3312 "event-listener",
3313 "futures-lite",
3314 "http",
3315 "log",
3316 "mime",
3317 "once_cell",
3318 "polling",
3319 "slab",
3320 "sluice",
3321 "tracing",
3322 "tracing-futures",
3323 "url",
3324 "waker-fn",
3325]
3326
3327[[package]]
3328name = "itertools"
3329version = "0.10.5"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3332dependencies = [
3333 "either",
3334]
3335
3336[[package]]
3337name = "itoa"
3338version = "1.0.6"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
3341
3342[[package]]
3343name = "ittapi-rs"
3344version = "0.2.0"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "f712648a1ad72fbfb7adc2772c331e8d90f022f8cf30cbabefba2878dd3172b0"
3347dependencies = [
3348 "cc",
3349]
3350
3351[[package]]
3352name = "jobserver"
3353version = "0.1.26"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
3356dependencies = [
3357 "libc",
3358]
3359
3360[[package]]
3361name = "journal"
3362version = "0.1.0"
3363dependencies = [
3364 "anyhow",
3365 "chrono",
3366 "dirs 4.0.0",
3367 "editor",
3368 "gpui",
3369 "log",
3370 "schemars",
3371 "serde",
3372 "settings",
3373 "shellexpand",
3374 "util",
3375 "workspace",
3376]
3377
3378[[package]]
3379name = "jpeg-decoder"
3380version = "0.1.22"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
3383dependencies = [
3384 "rayon",
3385]
3386
3387[[package]]
3388name = "js-sys"
3389version = "0.3.62"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
3392dependencies = [
3393 "wasm-bindgen",
3394]
3395
3396[[package]]
3397name = "json_comments"
3398version = "0.2.1"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
3401
3402[[package]]
3403name = "jwt"
3404version = "0.16.0"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
3407dependencies = [
3408 "base64 0.13.1",
3409 "crypto-common",
3410 "digest 0.10.6",
3411 "hmac 0.12.1",
3412 "serde",
3413 "serde_json",
3414 "sha2 0.10.6",
3415]
3416
3417[[package]]
3418name = "kernel32-sys"
3419version = "0.2.2"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3422dependencies = [
3423 "winapi 0.2.8",
3424 "winapi-build",
3425]
3426
3427[[package]]
3428name = "kurbo"
3429version = "0.8.3"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
3432dependencies = [
3433 "arrayvec 0.7.2",
3434]
3435
3436[[package]]
3437name = "kv-log-macro"
3438version = "1.0.7"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3441dependencies = [
3442 "log",
3443]
3444
3445[[package]]
3446name = "language"
3447version = "0.1.0"
3448dependencies = [
3449 "anyhow",
3450 "async-broadcast",
3451 "async-trait",
3452 "client",
3453 "clock",
3454 "collections",
3455 "ctor",
3456 "env_logger 0.9.3",
3457 "fs",
3458 "futures 0.3.28",
3459 "fuzzy",
3460 "git",
3461 "globset",
3462 "gpui",
3463 "indoc",
3464 "lazy_static",
3465 "log",
3466 "lsp",
3467 "parking_lot 0.11.2",
3468 "postage",
3469 "rand 0.8.5",
3470 "regex",
3471 "rpc",
3472 "schemars",
3473 "serde",
3474 "serde_derive",
3475 "serde_json",
3476 "settings",
3477 "similar",
3478 "smallvec",
3479 "smol",
3480 "sum_tree",
3481 "text",
3482 "theme",
3483 "tree-sitter",
3484 "tree-sitter-embedded-template",
3485 "tree-sitter-html",
3486 "tree-sitter-javascript",
3487 "tree-sitter-json 0.19.0",
3488 "tree-sitter-markdown",
3489 "tree-sitter-python",
3490 "tree-sitter-ruby",
3491 "tree-sitter-rust",
3492 "tree-sitter-typescript 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)",
3493 "unicase",
3494 "unindent",
3495 "util",
3496]
3497
3498[[package]]
3499name = "language_selector"
3500version = "0.1.0"
3501dependencies = [
3502 "anyhow",
3503 "editor",
3504 "fuzzy",
3505 "gpui",
3506 "language",
3507 "picker",
3508 "project",
3509 "settings",
3510 "theme",
3511 "util",
3512 "workspace",
3513]
3514
3515[[package]]
3516name = "lazy_static"
3517version = "1.4.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3520dependencies = [
3521 "spin 0.5.2",
3522]
3523
3524[[package]]
3525name = "lazycell"
3526version = "1.3.0"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3529
3530[[package]]
3531name = "leb128"
3532version = "0.2.5"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
3535
3536[[package]]
3537name = "libc"
3538version = "0.2.144"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
3541
3542[[package]]
3543name = "libgit2-sys"
3544version = "0.14.2+1.5.1"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
3547dependencies = [
3548 "cc",
3549 "libc",
3550 "libz-sys",
3551 "pkg-config",
3552]
3553
3554[[package]]
3555name = "libloading"
3556version = "0.7.4"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3559dependencies = [
3560 "cfg-if 1.0.0",
3561 "winapi 0.3.9",
3562]
3563
3564[[package]]
3565name = "libm"
3566version = "0.2.6"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
3569
3570[[package]]
3571name = "libnghttp2-sys"
3572version = "0.1.7+1.45.0"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
3575dependencies = [
3576 "cc",
3577 "libc",
3578]
3579
3580[[package]]
3581name = "libsqlite3-sys"
3582version = "0.24.2"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
3585dependencies = [
3586 "cc",
3587 "pkg-config",
3588 "vcpkg",
3589]
3590
3591[[package]]
3592name = "libz-sys"
3593version = "1.1.9"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
3596dependencies = [
3597 "cc",
3598 "libc",
3599 "pkg-config",
3600 "vcpkg",
3601]
3602
3603[[package]]
3604name = "line-wrap"
3605version = "0.1.1"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3608dependencies = [
3609 "safemem",
3610]
3611
3612[[package]]
3613name = "link-cplusplus"
3614version = "1.0.8"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3617dependencies = [
3618 "cc",
3619]
3620
3621[[package]]
3622name = "linked-hash-map"
3623version = "0.5.6"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3626
3627[[package]]
3628name = "linux-raw-sys"
3629version = "0.0.42"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
3632
3633[[package]]
3634name = "linux-raw-sys"
3635version = "0.3.7"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
3638
3639[[package]]
3640name = "lipsum"
3641version = "0.8.2"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
3644dependencies = [
3645 "rand 0.8.5",
3646 "rand_chacha 0.3.1",
3647]
3648
3649[[package]]
3650name = "live_kit_client"
3651version = "0.1.0"
3652dependencies = [
3653 "anyhow",
3654 "async-broadcast",
3655 "async-trait",
3656 "block",
3657 "byteorder",
3658 "bytes 1.4.0",
3659 "cocoa",
3660 "collections",
3661 "core-foundation",
3662 "core-graphics",
3663 "foreign-types",
3664 "futures 0.3.28",
3665 "gpui",
3666 "hmac 0.12.1",
3667 "jwt",
3668 "lazy_static",
3669 "live_kit_server",
3670 "log",
3671 "media",
3672 "nanoid",
3673 "objc",
3674 "parking_lot 0.11.2",
3675 "postage",
3676 "serde",
3677 "serde_derive",
3678 "serde_json",
3679 "sha2 0.10.6",
3680 "simplelog",
3681]
3682
3683[[package]]
3684name = "live_kit_server"
3685version = "0.1.0"
3686dependencies = [
3687 "anyhow",
3688 "async-trait",
3689 "futures 0.3.28",
3690 "hmac 0.12.1",
3691 "jwt",
3692 "log",
3693 "prost 0.8.0",
3694 "prost-build",
3695 "prost-types 0.8.0",
3696 "reqwest",
3697 "serde",
3698 "serde_derive",
3699 "sha2 0.10.6",
3700]
3701
3702[[package]]
3703name = "lock_api"
3704version = "0.4.9"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3707dependencies = [
3708 "autocfg 1.1.0",
3709 "scopeguard",
3710]
3711
3712[[package]]
3713name = "log"
3714version = "0.4.17"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3717dependencies = [
3718 "cfg-if 1.0.0",
3719 "serde",
3720 "value-bag",
3721]
3722
3723[[package]]
3724name = "lsp"
3725version = "0.1.0"
3726dependencies = [
3727 "anyhow",
3728 "async-pipe",
3729 "collections",
3730 "ctor",
3731 "env_logger 0.9.3",
3732 "futures 0.3.28",
3733 "gpui",
3734 "log",
3735 "lsp-types",
3736 "parking_lot 0.11.2",
3737 "postage",
3738 "serde",
3739 "serde_derive",
3740 "serde_json",
3741 "smol",
3742 "unindent",
3743 "util",
3744]
3745
3746[[package]]
3747name = "lsp-types"
3748version = "0.91.1"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "2368312c59425dd133cb9a327afee65be0a633a8ce471d248e2202a48f8f68ae"
3751dependencies = [
3752 "bitflags",
3753 "serde",
3754 "serde_json",
3755 "serde_repr",
3756 "url",
3757]
3758
3759[[package]]
3760name = "lsp_log"
3761version = "0.1.0"
3762dependencies = [
3763 "anyhow",
3764 "collections",
3765 "editor",
3766 "futures 0.3.28",
3767 "gpui",
3768 "language",
3769 "lsp",
3770 "project",
3771 "serde",
3772 "settings",
3773 "theme",
3774 "unindent",
3775 "util",
3776 "workspace",
3777]
3778
3779[[package]]
3780name = "mach"
3781version = "0.3.2"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
3784dependencies = [
3785 "libc",
3786]
3787
3788[[package]]
3789name = "malloc_buf"
3790version = "0.0.6"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3793dependencies = [
3794 "libc",
3795]
3796
3797[[package]]
3798name = "matchers"
3799version = "0.1.0"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3802dependencies = [
3803 "regex-automata",
3804]
3805
3806[[package]]
3807name = "matches"
3808version = "0.1.10"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3811
3812[[package]]
3813name = "matchit"
3814version = "0.5.0"
3815source = "registry+https://github.com/rust-lang/crates.io-index"
3816checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3817
3818[[package]]
3819name = "maybe-owned"
3820version = "0.3.4"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3823
3824[[package]]
3825name = "maybe-uninit"
3826version = "2.0.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
3829
3830[[package]]
3831name = "md-5"
3832version = "0.10.5"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3835dependencies = [
3836 "digest 0.10.6",
3837]
3838
3839[[package]]
3840name = "media"
3841version = "0.1.0"
3842dependencies = [
3843 "anyhow",
3844 "bindgen",
3845 "block",
3846 "bytes 1.4.0",
3847 "core-foundation",
3848 "foreign-types",
3849 "metal",
3850 "objc",
3851]
3852
3853[[package]]
3854name = "memchr"
3855version = "2.5.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3858
3859[[package]]
3860name = "memfd"
3861version = "0.4.1"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
3864dependencies = [
3865 "libc",
3866]
3867
3868[[package]]
3869name = "memmap2"
3870version = "0.2.3"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
3873dependencies = [
3874 "libc",
3875]
3876
3877[[package]]
3878name = "memoffset"
3879version = "0.6.5"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3882dependencies = [
3883 "autocfg 1.1.0",
3884]
3885
3886[[package]]
3887name = "memoffset"
3888version = "0.8.0"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
3891dependencies = [
3892 "autocfg 1.1.0",
3893]
3894
3895[[package]]
3896name = "menu"
3897version = "0.1.0"
3898dependencies = [
3899 "gpui",
3900]
3901
3902[[package]]
3903name = "metal"
3904version = "0.21.0"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
3907dependencies = [
3908 "bitflags",
3909 "block",
3910 "cocoa-foundation",
3911 "foreign-types",
3912 "log",
3913 "objc",
3914]
3915
3916[[package]]
3917name = "mime"
3918version = "0.3.17"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3921
3922[[package]]
3923name = "minimal-lexical"
3924version = "0.2.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3927
3928[[package]]
3929name = "miniz_oxide"
3930version = "0.3.7"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
3933dependencies = [
3934 "adler32",
3935]
3936
3937[[package]]
3938name = "miniz_oxide"
3939version = "0.4.4"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3942dependencies = [
3943 "adler",
3944 "autocfg 1.1.0",
3945]
3946
3947[[package]]
3948name = "miniz_oxide"
3949version = "0.6.2"
3950source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3952dependencies = [
3953 "adler",
3954]
3955
3956[[package]]
3957name = "miniz_oxide"
3958version = "0.7.1"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3961dependencies = [
3962 "adler",
3963]
3964
3965[[package]]
3966name = "mintex"
3967version = "0.1.2"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
3970dependencies = [
3971 "once_cell",
3972 "sys-info",
3973]
3974
3975[[package]]
3976name = "mio"
3977version = "0.6.23"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
3980dependencies = [
3981 "cfg-if 0.1.10",
3982 "fuchsia-zircon",
3983 "fuchsia-zircon-sys",
3984 "iovec",
3985 "kernel32-sys",
3986 "libc",
3987 "log",
3988 "miow 0.2.2",
3989 "net2",
3990 "slab",
3991 "winapi 0.2.8",
3992]
3993
3994[[package]]
3995name = "mio"
3996version = "0.8.6"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
3999dependencies = [
4000 "libc",
4001 "log",
4002 "wasi 0.11.0+wasi-snapshot-preview1",
4003 "windows-sys 0.45.0",
4004]
4005
4006[[package]]
4007name = "mio-anonymous-pipes"
4008version = "0.2.0"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
4011dependencies = [
4012 "mio 0.6.23",
4013 "miow 0.3.7",
4014 "parking_lot 0.11.2",
4015 "spsc-buffer",
4016 "winapi 0.3.9",
4017]
4018
4019[[package]]
4020name = "mio-extras"
4021version = "2.0.6"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4024dependencies = [
4025 "lazycell",
4026 "log",
4027 "mio 0.6.23",
4028 "slab",
4029]
4030
4031[[package]]
4032name = "mio-uds"
4033version = "0.6.8"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4036dependencies = [
4037 "iovec",
4038 "libc",
4039 "mio 0.6.23",
4040]
4041
4042[[package]]
4043name = "miow"
4044version = "0.2.2"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
4047dependencies = [
4048 "kernel32-sys",
4049 "net2",
4050 "winapi 0.2.8",
4051 "ws2_32-sys",
4052]
4053
4054[[package]]
4055name = "miow"
4056version = "0.3.7"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4059dependencies = [
4060 "winapi 0.3.9",
4061]
4062
4063[[package]]
4064name = "more-asserts"
4065version = "0.2.2"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
4068
4069[[package]]
4070name = "multimap"
4071version = "0.8.3"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4074
4075[[package]]
4076name = "nanoid"
4077version = "0.4.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4080dependencies = [
4081 "rand 0.8.5",
4082]
4083
4084[[package]]
4085name = "native-tls"
4086version = "0.2.11"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4089dependencies = [
4090 "lazy_static",
4091 "libc",
4092 "log",
4093 "openssl",
4094 "openssl-probe",
4095 "openssl-sys",
4096 "schannel",
4097 "security-framework",
4098 "security-framework-sys",
4099 "tempfile",
4100]
4101
4102[[package]]
4103name = "net2"
4104version = "0.2.38"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
4107dependencies = [
4108 "cfg-if 0.1.10",
4109 "libc",
4110 "winapi 0.3.9",
4111]
4112
4113[[package]]
4114name = "nix"
4115version = "0.24.3"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
4118dependencies = [
4119 "bitflags",
4120 "cfg-if 1.0.0",
4121 "libc",
4122 "memoffset 0.6.5",
4123]
4124
4125[[package]]
4126name = "node_runtime"
4127version = "0.1.0"
4128dependencies = [
4129 "anyhow",
4130 "async-compression",
4131 "async-tar",
4132 "futures 0.3.28",
4133 "gpui",
4134 "parking_lot 0.11.2",
4135 "serde",
4136 "serde_derive",
4137 "serde_json",
4138 "smol",
4139 "util",
4140]
4141
4142[[package]]
4143name = "nom"
4144version = "7.1.3"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4147dependencies = [
4148 "memchr",
4149 "minimal-lexical",
4150]
4151
4152[[package]]
4153name = "ntapi"
4154version = "0.3.7"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
4157dependencies = [
4158 "winapi 0.3.9",
4159]
4160
4161[[package]]
4162name = "ntapi"
4163version = "0.4.1"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4166dependencies = [
4167 "winapi 0.3.9",
4168]
4169
4170[[package]]
4171name = "nu-ansi-term"
4172version = "0.46.0"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4175dependencies = [
4176 "overload",
4177 "winapi 0.3.9",
4178]
4179
4180[[package]]
4181name = "num-bigint"
4182version = "0.4.3"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
4185dependencies = [
4186 "autocfg 1.1.0",
4187 "num-integer",
4188 "num-traits",
4189]
4190
4191[[package]]
4192name = "num-bigint-dig"
4193version = "0.7.0"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
4196dependencies = [
4197 "autocfg 0.1.8",
4198 "byteorder",
4199 "lazy_static",
4200 "libm",
4201 "num-integer",
4202 "num-iter",
4203 "num-traits",
4204 "rand 0.8.5",
4205 "smallvec",
4206 "zeroize",
4207]
4208
4209[[package]]
4210name = "num-integer"
4211version = "0.1.45"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4214dependencies = [
4215 "autocfg 1.1.0",
4216 "num-traits",
4217]
4218
4219[[package]]
4220name = "num-iter"
4221version = "0.1.43"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
4224dependencies = [
4225 "autocfg 1.1.0",
4226 "num-integer",
4227 "num-traits",
4228]
4229
4230[[package]]
4231name = "num-rational"
4232version = "0.3.2"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4235dependencies = [
4236 "autocfg 1.1.0",
4237 "num-integer",
4238 "num-traits",
4239]
4240
4241[[package]]
4242name = "num-traits"
4243version = "0.2.15"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
4246dependencies = [
4247 "autocfg 1.1.0",
4248 "libm",
4249]
4250
4251[[package]]
4252name = "num_cpus"
4253version = "1.15.0"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
4256dependencies = [
4257 "hermit-abi 0.2.6",
4258 "libc",
4259]
4260
4261[[package]]
4262name = "nvim-rs"
4263version = "0.5.0"
4264source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#d701c2790dcb2579f8f4d7003ba30e2100a7d25b"
4265dependencies = [
4266 "async-trait",
4267 "futures 0.3.28",
4268 "log",
4269 "parity-tokio-ipc",
4270 "rmp",
4271 "rmpv",
4272 "tokio",
4273 "tokio-util 0.7.8",
4274]
4275
4276[[package]]
4277name = "objc"
4278version = "0.2.7"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
4281dependencies = [
4282 "malloc_buf",
4283 "objc_exception",
4284]
4285
4286[[package]]
4287name = "objc_exception"
4288version = "0.1.2"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
4291dependencies = [
4292 "cc",
4293]
4294
4295[[package]]
4296name = "object"
4297version = "0.28.4"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
4300dependencies = [
4301 "crc32fast",
4302 "hashbrown 0.11.2",
4303 "indexmap",
4304 "memchr",
4305]
4306
4307[[package]]
4308name = "object"
4309version = "0.30.3"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
4312dependencies = [
4313 "memchr",
4314]
4315
4316[[package]]
4317name = "once_cell"
4318version = "1.17.1"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
4321
4322[[package]]
4323name = "opaque-debug"
4324version = "0.3.0"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4327
4328[[package]]
4329name = "openssl"
4330version = "0.10.52"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
4333dependencies = [
4334 "bitflags",
4335 "cfg-if 1.0.0",
4336 "foreign-types",
4337 "libc",
4338 "once_cell",
4339 "openssl-macros",
4340 "openssl-sys",
4341]
4342
4343[[package]]
4344name = "openssl-macros"
4345version = "0.1.1"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4348dependencies = [
4349 "proc-macro2",
4350 "quote",
4351 "syn 2.0.15",
4352]
4353
4354[[package]]
4355name = "openssl-probe"
4356version = "0.1.5"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4359
4360[[package]]
4361name = "openssl-sys"
4362version = "0.9.87"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
4365dependencies = [
4366 "cc",
4367 "libc",
4368 "pkg-config",
4369 "vcpkg",
4370]
4371
4372[[package]]
4373name = "ordered-float"
4374version = "2.10.0"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
4377dependencies = [
4378 "num-traits",
4379]
4380
4381[[package]]
4382name = "os_str_bytes"
4383version = "6.5.0"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
4386
4387[[package]]
4388name = "ouroboros"
4389version = "0.15.6"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
4392dependencies = [
4393 "aliasable",
4394 "ouroboros_macro",
4395]
4396
4397[[package]]
4398name = "ouroboros_macro"
4399version = "0.15.6"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
4402dependencies = [
4403 "Inflector",
4404 "proc-macro-error",
4405 "proc-macro2",
4406 "quote",
4407 "syn 1.0.109",
4408]
4409
4410[[package]]
4411name = "outline"
4412version = "0.1.0"
4413dependencies = [
4414 "editor",
4415 "fuzzy",
4416 "gpui",
4417 "language",
4418 "ordered-float",
4419 "picker",
4420 "postage",
4421 "settings",
4422 "smol",
4423 "text",
4424 "theme",
4425 "workspace",
4426]
4427
4428[[package]]
4429name = "output_vt100"
4430version = "0.1.3"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
4433dependencies = [
4434 "winapi 0.3.9",
4435]
4436
4437[[package]]
4438name = "overload"
4439version = "0.1.1"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4442
4443[[package]]
4444name = "parity-tokio-ipc"
4445version = "0.9.0"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
4448dependencies = [
4449 "futures 0.3.28",
4450 "libc",
4451 "log",
4452 "rand 0.7.3",
4453 "tokio",
4454 "winapi 0.3.9",
4455]
4456
4457[[package]]
4458name = "parking"
4459version = "2.1.0"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
4462
4463[[package]]
4464name = "parking_lot"
4465version = "0.11.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
4468dependencies = [
4469 "instant",
4470 "lock_api",
4471 "parking_lot_core 0.8.6",
4472]
4473
4474[[package]]
4475name = "parking_lot"
4476version = "0.12.1"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4479dependencies = [
4480 "lock_api",
4481 "parking_lot_core 0.9.7",
4482]
4483
4484[[package]]
4485name = "parking_lot_core"
4486version = "0.8.6"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
4489dependencies = [
4490 "cfg-if 1.0.0",
4491 "instant",
4492 "libc",
4493 "redox_syscall 0.2.16",
4494 "smallvec",
4495 "winapi 0.3.9",
4496]
4497
4498[[package]]
4499name = "parking_lot_core"
4500version = "0.9.7"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
4503dependencies = [
4504 "cfg-if 1.0.0",
4505 "libc",
4506 "redox_syscall 0.2.16",
4507 "smallvec",
4508 "windows-sys 0.45.0",
4509]
4510
4511[[package]]
4512name = "password-hash"
4513version = "0.2.3"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
4516dependencies = [
4517 "base64ct",
4518 "rand_core 0.6.4",
4519 "subtle",
4520]
4521
4522[[package]]
4523name = "paste"
4524version = "1.0.12"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
4527
4528[[package]]
4529name = "pathfinder_color"
4530version = "0.5.0"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
4533dependencies = [
4534 "pathfinder_simd",
4535]
4536
4537[[package]]
4538name = "pathfinder_geometry"
4539version = "0.5.1"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
4542dependencies = [
4543 "log",
4544 "pathfinder_simd",
4545]
4546
4547[[package]]
4548name = "pathfinder_simd"
4549version = "0.5.1"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
4552dependencies = [
4553 "rustc_version",
4554]
4555
4556[[package]]
4557name = "pbkdf2"
4558version = "0.8.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
4561dependencies = [
4562 "crypto-mac",
4563]
4564
4565[[package]]
4566name = "peeking_take_while"
4567version = "0.1.2"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4570
4571[[package]]
4572name = "pem"
4573version = "0.8.3"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4576dependencies = [
4577 "base64 0.13.1",
4578 "once_cell",
4579 "regex",
4580]
4581
4582[[package]]
4583name = "percent-encoding"
4584version = "2.2.0"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
4587
4588[[package]]
4589name = "pest"
4590version = "2.6.0"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
4593dependencies = [
4594 "thiserror",
4595 "ucd-trie",
4596]
4597
4598[[package]]
4599name = "petgraph"
4600version = "0.6.3"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
4603dependencies = [
4604 "fixedbitset",
4605 "indexmap",
4606]
4607
4608[[package]]
4609name = "picker"
4610version = "0.1.0"
4611dependencies = [
4612 "ctor",
4613 "editor",
4614 "env_logger 0.9.3",
4615 "gpui",
4616 "menu",
4617 "parking_lot 0.11.2",
4618 "serde_json",
4619 "settings",
4620 "theme",
4621 "util",
4622 "workspace",
4623]
4624
4625[[package]]
4626name = "pico-args"
4627version = "0.4.2"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
4630
4631[[package]]
4632name = "pin-project"
4633version = "1.0.12"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
4636dependencies = [
4637 "pin-project-internal",
4638]
4639
4640[[package]]
4641name = "pin-project-internal"
4642version = "1.0.12"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
4645dependencies = [
4646 "proc-macro2",
4647 "quote",
4648 "syn 1.0.109",
4649]
4650
4651[[package]]
4652name = "pin-project-lite"
4653version = "0.1.12"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
4656
4657[[package]]
4658name = "pin-project-lite"
4659version = "0.2.9"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4662
4663[[package]]
4664name = "pin-utils"
4665version = "0.1.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4668
4669[[package]]
4670name = "pkg-config"
4671version = "0.3.27"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4674
4675[[package]]
4676name = "plist"
4677version = "1.4.3"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
4680dependencies = [
4681 "base64 0.21.0",
4682 "indexmap",
4683 "line-wrap",
4684 "quick-xml",
4685 "serde",
4686 "time 0.3.21",
4687]
4688
4689[[package]]
4690name = "plugin"
4691version = "0.1.0"
4692dependencies = [
4693 "bincode",
4694 "plugin_macros",
4695 "serde",
4696 "serde_derive",
4697]
4698
4699[[package]]
4700name = "plugin_macros"
4701version = "0.1.0"
4702dependencies = [
4703 "bincode",
4704 "proc-macro2",
4705 "quote",
4706 "serde",
4707 "serde_derive",
4708 "syn 1.0.109",
4709]
4710
4711[[package]]
4712name = "plugin_runtime"
4713version = "0.1.0"
4714dependencies = [
4715 "anyhow",
4716 "bincode",
4717 "pollster",
4718 "serde",
4719 "serde_derive",
4720 "serde_json",
4721 "smol",
4722 "wasi-common",
4723 "wasmtime",
4724 "wasmtime-wasi",
4725]
4726
4727[[package]]
4728name = "png"
4729version = "0.16.8"
4730source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
4732dependencies = [
4733 "bitflags",
4734 "crc32fast",
4735 "deflate",
4736 "miniz_oxide 0.3.7",
4737]
4738
4739[[package]]
4740name = "polling"
4741version = "2.8.0"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4744dependencies = [
4745 "autocfg 1.1.0",
4746 "bitflags",
4747 "cfg-if 1.0.0",
4748 "concurrent-queue",
4749 "libc",
4750 "log",
4751 "pin-project-lite 0.2.9",
4752 "windows-sys 0.48.0",
4753]
4754
4755[[package]]
4756name = "pollster"
4757version = "0.2.5"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
4760
4761[[package]]
4762name = "postage"
4763version = "0.5.0"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
4766dependencies = [
4767 "atomic",
4768 "crossbeam-queue",
4769 "futures 0.3.28",
4770 "log",
4771 "parking_lot 0.12.1",
4772 "pin-project",
4773 "pollster",
4774 "static_assertions",
4775 "thiserror",
4776]
4777
4778[[package]]
4779name = "ppv-lite86"
4780version = "0.2.17"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4783
4784[[package]]
4785name = "pretty_assertions"
4786version = "1.3.0"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
4789dependencies = [
4790 "ctor",
4791 "diff",
4792 "output_vt100",
4793 "yansi",
4794]
4795
4796[[package]]
4797name = "proc-macro-crate"
4798version = "0.1.5"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
4801dependencies = [
4802 "toml",
4803]
4804
4805[[package]]
4806name = "proc-macro-error"
4807version = "1.0.4"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4810dependencies = [
4811 "proc-macro-error-attr",
4812 "proc-macro2",
4813 "quote",
4814 "syn 1.0.109",
4815 "version_check",
4816]
4817
4818[[package]]
4819name = "proc-macro-error-attr"
4820version = "1.0.4"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4823dependencies = [
4824 "proc-macro2",
4825 "quote",
4826 "version_check",
4827]
4828
4829[[package]]
4830name = "proc-macro2"
4831version = "1.0.56"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
4834dependencies = [
4835 "unicode-ident",
4836]
4837
4838[[package]]
4839name = "procinfo"
4840version = "0.1.0"
4841source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d"
4842dependencies = [
4843 "libc",
4844 "log",
4845 "ntapi 0.3.7",
4846 "winapi 0.3.9",
4847]
4848
4849[[package]]
4850name = "project"
4851version = "0.1.0"
4852dependencies = [
4853 "aho-corasick 0.7.20",
4854 "anyhow",
4855 "async-trait",
4856 "backtrace",
4857 "client",
4858 "clock",
4859 "collections",
4860 "copilot",
4861 "ctor",
4862 "db",
4863 "env_logger 0.9.3",
4864 "fs",
4865 "fsevent",
4866 "futures 0.3.28",
4867 "fuzzy",
4868 "git",
4869 "git2",
4870 "globset",
4871 "gpui",
4872 "ignore",
4873 "itertools",
4874 "language",
4875 "lazy_static",
4876 "log",
4877 "lsp",
4878 "parking_lot 0.11.2",
4879 "postage",
4880 "pretty_assertions",
4881 "rand 0.8.5",
4882 "regex",
4883 "rpc",
4884 "schemars",
4885 "serde",
4886 "serde_derive",
4887 "serde_json",
4888 "settings",
4889 "sha2 0.10.6",
4890 "similar",
4891 "smol",
4892 "sum_tree",
4893 "tempdir",
4894 "terminal",
4895 "text",
4896 "thiserror",
4897 "toml",
4898 "unindent",
4899 "util",
4900]
4901
4902[[package]]
4903name = "project_panel"
4904version = "0.1.0"
4905dependencies = [
4906 "anyhow",
4907 "client",
4908 "context_menu",
4909 "db",
4910 "drag_and_drop",
4911 "editor",
4912 "futures 0.3.28",
4913 "gpui",
4914 "language",
4915 "menu",
4916 "postage",
4917 "project",
4918 "schemars",
4919 "serde",
4920 "serde_derive",
4921 "serde_json",
4922 "settings",
4923 "theme",
4924 "unicase",
4925 "util",
4926 "workspace",
4927]
4928
4929[[package]]
4930name = "project_symbols"
4931version = "0.1.0"
4932dependencies = [
4933 "anyhow",
4934 "editor",
4935 "futures 0.3.28",
4936 "fuzzy",
4937 "gpui",
4938 "language",
4939 "lsp",
4940 "ordered-float",
4941 "picker",
4942 "postage",
4943 "project",
4944 "settings",
4945 "smol",
4946 "text",
4947 "theme",
4948 "util",
4949 "workspace",
4950]
4951
4952[[package]]
4953name = "prometheus"
4954version = "0.13.3"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4957dependencies = [
4958 "cfg-if 1.0.0",
4959 "fnv",
4960 "lazy_static",
4961 "memchr",
4962 "parking_lot 0.12.1",
4963 "protobuf",
4964 "thiserror",
4965]
4966
4967[[package]]
4968name = "prost"
4969version = "0.8.0"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
4972dependencies = [
4973 "bytes 1.4.0",
4974 "prost-derive 0.8.0",
4975]
4976
4977[[package]]
4978name = "prost"
4979version = "0.9.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4982dependencies = [
4983 "bytes 1.4.0",
4984 "prost-derive 0.9.0",
4985]
4986
4987[[package]]
4988name = "prost-build"
4989version = "0.9.0"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4992dependencies = [
4993 "bytes 1.4.0",
4994 "heck 0.3.3",
4995 "itertools",
4996 "lazy_static",
4997 "log",
4998 "multimap",
4999 "petgraph",
5000 "prost 0.9.0",
5001 "prost-types 0.9.0",
5002 "regex",
5003 "tempfile",
5004 "which",
5005]
5006
5007[[package]]
5008name = "prost-derive"
5009version = "0.8.0"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
5012dependencies = [
5013 "anyhow",
5014 "itertools",
5015 "proc-macro2",
5016 "quote",
5017 "syn 1.0.109",
5018]
5019
5020[[package]]
5021name = "prost-derive"
5022version = "0.9.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5025dependencies = [
5026 "anyhow",
5027 "itertools",
5028 "proc-macro2",
5029 "quote",
5030 "syn 1.0.109",
5031]
5032
5033[[package]]
5034name = "prost-types"
5035version = "0.8.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5038dependencies = [
5039 "bytes 1.4.0",
5040 "prost 0.8.0",
5041]
5042
5043[[package]]
5044name = "prost-types"
5045version = "0.9.0"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5048dependencies = [
5049 "bytes 1.4.0",
5050 "prost 0.9.0",
5051]
5052
5053[[package]]
5054name = "protobuf"
5055version = "2.28.0"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5058
5059[[package]]
5060name = "psm"
5061version = "0.1.21"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5064dependencies = [
5065 "cc",
5066]
5067
5068[[package]]
5069name = "ptr_meta"
5070version = "0.1.4"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5073dependencies = [
5074 "ptr_meta_derive",
5075]
5076
5077[[package]]
5078name = "ptr_meta_derive"
5079version = "0.1.4"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5082dependencies = [
5083 "proc-macro2",
5084 "quote",
5085 "syn 1.0.109",
5086]
5087
5088[[package]]
5089name = "pulldown-cmark"
5090version = "0.9.2"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5093dependencies = [
5094 "bitflags",
5095 "memchr",
5096 "unicase",
5097]
5098
5099[[package]]
5100name = "quick-xml"
5101version = "0.28.2"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5104dependencies = [
5105 "memchr",
5106]
5107
5108[[package]]
5109name = "quote"
5110version = "1.0.27"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
5113dependencies = [
5114 "proc-macro2",
5115]
5116
5117[[package]]
5118name = "rand"
5119version = "0.4.6"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5122dependencies = [
5123 "fuchsia-cprng",
5124 "libc",
5125 "rand_core 0.3.1",
5126 "rdrand",
5127 "winapi 0.3.9",
5128]
5129
5130[[package]]
5131name = "rand"
5132version = "0.7.3"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5135dependencies = [
5136 "getrandom 0.1.16",
5137 "libc",
5138 "rand_chacha 0.2.2",
5139 "rand_core 0.5.1",
5140 "rand_hc",
5141]
5142
5143[[package]]
5144name = "rand"
5145version = "0.8.5"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5148dependencies = [
5149 "libc",
5150 "rand_chacha 0.3.1",
5151 "rand_core 0.6.4",
5152]
5153
5154[[package]]
5155name = "rand_chacha"
5156version = "0.2.2"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5159dependencies = [
5160 "ppv-lite86",
5161 "rand_core 0.5.1",
5162]
5163
5164[[package]]
5165name = "rand_chacha"
5166version = "0.3.1"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5169dependencies = [
5170 "ppv-lite86",
5171 "rand_core 0.6.4",
5172]
5173
5174[[package]]
5175name = "rand_core"
5176version = "0.3.1"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5179dependencies = [
5180 "rand_core 0.4.2",
5181]
5182
5183[[package]]
5184name = "rand_core"
5185version = "0.4.2"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5188
5189[[package]]
5190name = "rand_core"
5191version = "0.5.1"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5194dependencies = [
5195 "getrandom 0.1.16",
5196]
5197
5198[[package]]
5199name = "rand_core"
5200version = "0.6.4"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5203dependencies = [
5204 "getrandom 0.2.9",
5205]
5206
5207[[package]]
5208name = "rand_hc"
5209version = "0.2.0"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5212dependencies = [
5213 "rand_core 0.5.1",
5214]
5215
5216[[package]]
5217name = "rayon"
5218version = "1.7.0"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5221dependencies = [
5222 "either",
5223 "rayon-core",
5224]
5225
5226[[package]]
5227name = "rayon-core"
5228version = "1.11.0"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5231dependencies = [
5232 "crossbeam-channel 0.5.8",
5233 "crossbeam-deque",
5234 "crossbeam-utils 0.8.15",
5235 "num_cpus",
5236]
5237
5238[[package]]
5239name = "rctree"
5240version = "0.3.3"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5243
5244[[package]]
5245name = "rdrand"
5246version = "0.4.0"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5249dependencies = [
5250 "rand_core 0.3.1",
5251]
5252
5253[[package]]
5254name = "recent_projects"
5255version = "0.1.0"
5256dependencies = [
5257 "db",
5258 "editor",
5259 "fuzzy",
5260 "gpui",
5261 "language",
5262 "ordered-float",
5263 "picker",
5264 "postage",
5265 "settings",
5266 "smol",
5267 "text",
5268 "theme",
5269 "util",
5270 "workspace",
5271]
5272
5273[[package]]
5274name = "redox_syscall"
5275version = "0.2.16"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5278dependencies = [
5279 "bitflags",
5280]
5281
5282[[package]]
5283name = "redox_syscall"
5284version = "0.3.5"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5287dependencies = [
5288 "bitflags",
5289]
5290
5291[[package]]
5292name = "redox_users"
5293version = "0.4.3"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5296dependencies = [
5297 "getrandom 0.2.9",
5298 "redox_syscall 0.2.16",
5299 "thiserror",
5300]
5301
5302[[package]]
5303name = "regalloc2"
5304version = "0.2.3"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5307dependencies = [
5308 "fxhash",
5309 "log",
5310 "slice-group-by",
5311 "smallvec",
5312]
5313
5314[[package]]
5315name = "regex"
5316version = "1.8.1"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5319dependencies = [
5320 "aho-corasick 1.0.1",
5321 "memchr",
5322 "regex-syntax 0.7.1",
5323]
5324
5325[[package]]
5326name = "regex-automata"
5327version = "0.1.10"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5330dependencies = [
5331 "regex-syntax 0.6.29",
5332]
5333
5334[[package]]
5335name = "regex-syntax"
5336version = "0.6.29"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5339
5340[[package]]
5341name = "regex-syntax"
5342version = "0.7.1"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5345
5346[[package]]
5347name = "region"
5348version = "2.2.0"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5351dependencies = [
5352 "bitflags",
5353 "libc",
5354 "mach",
5355 "winapi 0.3.9",
5356]
5357
5358[[package]]
5359name = "remove_dir_all"
5360version = "0.5.3"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5363dependencies = [
5364 "winapi 0.3.9",
5365]
5366
5367[[package]]
5368name = "rend"
5369version = "0.4.0"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5372dependencies = [
5373 "bytecheck",
5374]
5375
5376[[package]]
5377name = "reqwest"
5378version = "0.11.17"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5381dependencies = [
5382 "base64 0.21.0",
5383 "bytes 1.4.0",
5384 "encoding_rs",
5385 "futures-core",
5386 "futures-util",
5387 "h2",
5388 "http",
5389 "http-body",
5390 "hyper",
5391 "hyper-tls",
5392 "ipnet",
5393 "js-sys",
5394 "log",
5395 "mime",
5396 "native-tls",
5397 "once_cell",
5398 "percent-encoding",
5399 "pin-project-lite 0.2.9",
5400 "serde",
5401 "serde_json",
5402 "serde_urlencoded",
5403 "tokio",
5404 "tokio-native-tls",
5405 "tower-service",
5406 "url",
5407 "wasm-bindgen",
5408 "wasm-bindgen-futures",
5409 "web-sys",
5410 "winreg",
5411]
5412
5413[[package]]
5414name = "resvg"
5415version = "0.14.1"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5418dependencies = [
5419 "jpeg-decoder",
5420 "log",
5421 "pico-args",
5422 "png",
5423 "rgb",
5424 "svgfilters",
5425 "tiny-skia",
5426 "usvg",
5427]
5428
5429[[package]]
5430name = "rgb"
5431version = "0.8.36"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5434dependencies = [
5435 "bytemuck",
5436]
5437
5438[[package]]
5439name = "ring"
5440version = "0.16.20"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5443dependencies = [
5444 "cc",
5445 "libc",
5446 "once_cell",
5447 "spin 0.5.2",
5448 "untrusted",
5449 "web-sys",
5450 "winapi 0.3.9",
5451]
5452
5453[[package]]
5454name = "rkyv"
5455version = "0.7.41"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5458dependencies = [
5459 "bytecheck",
5460 "hashbrown 0.12.3",
5461 "ptr_meta",
5462 "rend",
5463 "rkyv_derive",
5464 "seahash",
5465]
5466
5467[[package]]
5468name = "rkyv_derive"
5469version = "0.7.41"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5472dependencies = [
5473 "proc-macro2",
5474 "quote",
5475 "syn 1.0.109",
5476]
5477
5478[[package]]
5479name = "rmp"
5480version = "0.8.11"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5483dependencies = [
5484 "byteorder",
5485 "num-traits",
5486 "paste",
5487]
5488
5489[[package]]
5490name = "rmpv"
5491version = "1.0.0"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5494dependencies = [
5495 "num-traits",
5496 "rmp",
5497]
5498
5499[[package]]
5500name = "rope"
5501version = "0.1.0"
5502dependencies = [
5503 "arrayvec 0.7.2",
5504 "bromberg_sl2",
5505 "gpui",
5506 "log",
5507 "rand 0.8.5",
5508 "smallvec",
5509 "sum_tree",
5510 "util",
5511]
5512
5513[[package]]
5514name = "roxmltree"
5515version = "0.14.1"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5518dependencies = [
5519 "xmlparser",
5520]
5521
5522[[package]]
5523name = "rpc"
5524version = "0.1.0"
5525dependencies = [
5526 "anyhow",
5527 "async-lock",
5528 "async-tungstenite",
5529 "base64 0.13.1",
5530 "clock",
5531 "collections",
5532 "ctor",
5533 "env_logger 0.9.3",
5534 "futures 0.3.28",
5535 "gpui",
5536 "parking_lot 0.11.2",
5537 "prost 0.8.0",
5538 "prost-build",
5539 "rand 0.8.5",
5540 "rsa",
5541 "serde",
5542 "serde_derive",
5543 "smol",
5544 "smol-timeout",
5545 "tempdir",
5546 "tracing",
5547 "util",
5548 "zstd",
5549]
5550
5551[[package]]
5552name = "rsa"
5553version = "0.4.1"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5556dependencies = [
5557 "byteorder",
5558 "digest 0.9.0",
5559 "lazy_static",
5560 "num-bigint-dig",
5561 "num-integer",
5562 "num-iter",
5563 "num-traits",
5564 "pem",
5565 "rand 0.8.5",
5566 "simple_asn1",
5567 "subtle",
5568 "zeroize",
5569]
5570
5571[[package]]
5572name = "rust-embed"
5573version = "6.6.1"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5576dependencies = [
5577 "rust-embed-impl",
5578 "rust-embed-utils",
5579 "walkdir",
5580]
5581
5582[[package]]
5583name = "rust-embed-impl"
5584version = "6.5.0"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5587dependencies = [
5588 "proc-macro2",
5589 "quote",
5590 "rust-embed-utils",
5591 "syn 1.0.109",
5592 "walkdir",
5593]
5594
5595[[package]]
5596name = "rust-embed-utils"
5597version = "7.5.0"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5600dependencies = [
5601 "globset",
5602 "sha2 0.10.6",
5603 "walkdir",
5604]
5605
5606[[package]]
5607name = "rust_decimal"
5608version = "1.29.1"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5611dependencies = [
5612 "arrayvec 0.7.2",
5613 "borsh",
5614 "bytecheck",
5615 "byteorder",
5616 "bytes 1.4.0",
5617 "num-traits",
5618 "rand 0.8.5",
5619 "rkyv",
5620 "serde",
5621 "serde_json",
5622]
5623
5624[[package]]
5625name = "rustc-demangle"
5626version = "0.1.23"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5629
5630[[package]]
5631name = "rustc-hash"
5632version = "1.1.0"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5635
5636[[package]]
5637name = "rustc_version"
5638version = "0.3.3"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5641dependencies = [
5642 "semver",
5643]
5644
5645[[package]]
5646name = "rustix"
5647version = "0.33.7"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5650dependencies = [
5651 "bitflags",
5652 "errno 0.2.8",
5653 "io-lifetimes 0.5.3",
5654 "itoa",
5655 "libc",
5656 "linux-raw-sys 0.0.42",
5657 "once_cell",
5658 "winapi 0.3.9",
5659]
5660
5661[[package]]
5662name = "rustix"
5663version = "0.37.19"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5666dependencies = [
5667 "bitflags",
5668 "errno 0.3.1",
5669 "io-lifetimes 1.0.10",
5670 "libc",
5671 "linux-raw-sys 0.3.7",
5672 "windows-sys 0.48.0",
5673]
5674
5675[[package]]
5676name = "rustls"
5677version = "0.19.1"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5680dependencies = [
5681 "base64 0.13.1",
5682 "log",
5683 "ring",
5684 "sct 0.6.1",
5685 "webpki 0.21.4",
5686]
5687
5688[[package]]
5689name = "rustls"
5690version = "0.20.8"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5693dependencies = [
5694 "log",
5695 "ring",
5696 "sct 0.7.0",
5697 "webpki 0.22.0",
5698]
5699
5700[[package]]
5701name = "rustls-pemfile"
5702version = "1.0.2"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5705dependencies = [
5706 "base64 0.21.0",
5707]
5708
5709[[package]]
5710name = "rustversion"
5711version = "1.0.12"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5714
5715[[package]]
5716name = "rustybuzz"
5717version = "0.3.0"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5720dependencies = [
5721 "bitflags",
5722 "bytemuck",
5723 "smallvec",
5724 "ttf-parser 0.9.0",
5725 "unicode-bidi-mirroring",
5726 "unicode-ccc",
5727 "unicode-general-category",
5728 "unicode-script",
5729]
5730
5731[[package]]
5732name = "ryu"
5733version = "1.0.13"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5736
5737[[package]]
5738name = "safe_arch"
5739version = "0.5.2"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5742dependencies = [
5743 "bytemuck",
5744]
5745
5746[[package]]
5747name = "safemem"
5748version = "0.3.3"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5751
5752[[package]]
5753name = "salsa20"
5754version = "0.8.1"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5757dependencies = [
5758 "cipher",
5759]
5760
5761[[package]]
5762name = "same-file"
5763version = "1.0.6"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5766dependencies = [
5767 "winapi-util",
5768]
5769
5770[[package]]
5771name = "schannel"
5772version = "0.1.21"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5775dependencies = [
5776 "windows-sys 0.42.0",
5777]
5778
5779[[package]]
5780name = "schemars"
5781version = "0.8.12"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5784dependencies = [
5785 "dyn-clone",
5786 "schemars_derive",
5787 "serde",
5788 "serde_json",
5789]
5790
5791[[package]]
5792name = "schemars_derive"
5793version = "0.8.12"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5796dependencies = [
5797 "proc-macro2",
5798 "quote",
5799 "serde_derive_internals",
5800 "syn 1.0.109",
5801]
5802
5803[[package]]
5804name = "scoped_threadpool"
5805version = "0.1.9"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5808
5809[[package]]
5810name = "scopeguard"
5811version = "1.1.0"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5814
5815[[package]]
5816name = "scratch"
5817version = "1.0.5"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5820
5821[[package]]
5822name = "scrypt"
5823version = "0.7.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5826dependencies = [
5827 "base64ct",
5828 "hmac 0.11.0",
5829 "password-hash",
5830 "pbkdf2",
5831 "salsa20",
5832 "sha2 0.9.9",
5833]
5834
5835[[package]]
5836name = "sct"
5837version = "0.6.1"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5840dependencies = [
5841 "ring",
5842 "untrusted",
5843]
5844
5845[[package]]
5846name = "sct"
5847version = "0.7.0"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5850dependencies = [
5851 "ring",
5852 "untrusted",
5853]
5854
5855[[package]]
5856name = "sea-orm"
5857version = "0.10.5"
5858source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5859dependencies = [
5860 "async-stream",
5861 "async-trait",
5862 "chrono",
5863 "futures 0.3.28",
5864 "futures-util",
5865 "log",
5866 "ouroboros",
5867 "rust_decimal",
5868 "sea-orm-macros",
5869 "sea-query",
5870 "sea-query-binder",
5871 "sea-strum",
5872 "serde",
5873 "serde_json",
5874 "sqlx",
5875 "thiserror",
5876 "time 0.3.21",
5877 "tracing",
5878 "url",
5879 "uuid 1.3.2",
5880]
5881
5882[[package]]
5883name = "sea-orm-macros"
5884version = "0.10.5"
5885source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5886dependencies = [
5887 "bae",
5888 "heck 0.3.3",
5889 "proc-macro2",
5890 "quote",
5891 "syn 1.0.109",
5892]
5893
5894[[package]]
5895name = "sea-query"
5896version = "0.27.2"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5899dependencies = [
5900 "chrono",
5901 "rust_decimal",
5902 "sea-query-derive",
5903 "serde_json",
5904 "time 0.3.21",
5905 "uuid 1.3.2",
5906]
5907
5908[[package]]
5909name = "sea-query-binder"
5910version = "0.2.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5913dependencies = [
5914 "chrono",
5915 "rust_decimal",
5916 "sea-query",
5917 "serde_json",
5918 "sqlx",
5919 "time 0.3.21",
5920 "uuid 1.3.2",
5921]
5922
5923[[package]]
5924name = "sea-query-derive"
5925version = "0.2.0"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5928dependencies = [
5929 "heck 0.3.3",
5930 "proc-macro2",
5931 "quote",
5932 "syn 1.0.109",
5933 "thiserror",
5934]
5935
5936[[package]]
5937name = "sea-strum"
5938version = "0.23.0"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5941dependencies = [
5942 "sea-strum_macros",
5943]
5944
5945[[package]]
5946name = "sea-strum_macros"
5947version = "0.23.0"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5950dependencies = [
5951 "heck 0.3.3",
5952 "proc-macro2",
5953 "quote",
5954 "rustversion",
5955 "syn 1.0.109",
5956]
5957
5958[[package]]
5959name = "seahash"
5960version = "4.1.0"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5963
5964[[package]]
5965name = "search"
5966version = "0.1.0"
5967dependencies = [
5968 "anyhow",
5969 "client",
5970 "collections",
5971 "editor",
5972 "futures 0.3.28",
5973 "globset",
5974 "gpui",
5975 "language",
5976 "log",
5977 "menu",
5978 "postage",
5979 "project",
5980 "serde",
5981 "serde_derive",
5982 "serde_json",
5983 "settings",
5984 "smallvec",
5985 "smol",
5986 "theme",
5987 "unindent",
5988 "util",
5989 "workspace",
5990]
5991
5992[[package]]
5993name = "security-framework"
5994version = "2.8.2"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
5997dependencies = [
5998 "bitflags",
5999 "core-foundation",
6000 "core-foundation-sys",
6001 "libc",
6002 "security-framework-sys",
6003]
6004
6005[[package]]
6006name = "security-framework-sys"
6007version = "2.8.0"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
6010dependencies = [
6011 "core-foundation-sys",
6012 "libc",
6013]
6014
6015[[package]]
6016name = "semver"
6017version = "0.11.0"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6020dependencies = [
6021 "semver-parser",
6022]
6023
6024[[package]]
6025name = "semver-parser"
6026version = "0.10.2"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6029dependencies = [
6030 "pest",
6031]
6032
6033[[package]]
6034name = "seq-macro"
6035version = "0.2.2"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6038
6039[[package]]
6040name = "serde"
6041version = "1.0.162"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6044dependencies = [
6045 "serde_derive",
6046]
6047
6048[[package]]
6049name = "serde_derive"
6050version = "1.0.162"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6053dependencies = [
6054 "proc-macro2",
6055 "quote",
6056 "syn 2.0.15",
6057]
6058
6059[[package]]
6060name = "serde_derive_internals"
6061version = "0.26.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6064dependencies = [
6065 "proc-macro2",
6066 "quote",
6067 "syn 1.0.109",
6068]
6069
6070[[package]]
6071name = "serde_fmt"
6072version = "1.0.3"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6075dependencies = [
6076 "serde",
6077]
6078
6079[[package]]
6080name = "serde_json"
6081version = "1.0.96"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6084dependencies = [
6085 "indexmap",
6086 "itoa",
6087 "ryu",
6088 "serde",
6089]
6090
6091[[package]]
6092name = "serde_repr"
6093version = "0.1.12"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6096dependencies = [
6097 "proc-macro2",
6098 "quote",
6099 "syn 2.0.15",
6100]
6101
6102[[package]]
6103name = "serde_urlencoded"
6104version = "0.7.1"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6107dependencies = [
6108 "form_urlencoded",
6109 "itoa",
6110 "ryu",
6111 "serde",
6112]
6113
6114[[package]]
6115name = "serde_yaml"
6116version = "0.8.26"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6119dependencies = [
6120 "indexmap",
6121 "ryu",
6122 "serde",
6123 "yaml-rust",
6124]
6125
6126[[package]]
6127name = "settings"
6128version = "0.1.0"
6129dependencies = [
6130 "anyhow",
6131 "assets",
6132 "collections",
6133 "fs",
6134 "futures 0.3.28",
6135 "gpui",
6136 "json_comments",
6137 "lazy_static",
6138 "postage",
6139 "pretty_assertions",
6140 "schemars",
6141 "serde",
6142 "serde_derive",
6143 "serde_json",
6144 "smallvec",
6145 "sqlez",
6146 "staff_mode",
6147 "toml",
6148 "tree-sitter",
6149 "tree-sitter-json 0.19.0",
6150 "unindent",
6151 "util",
6152]
6153
6154[[package]]
6155name = "sha-1"
6156version = "0.9.8"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6159dependencies = [
6160 "block-buffer 0.9.0",
6161 "cfg-if 1.0.0",
6162 "cpufeatures",
6163 "digest 0.9.0",
6164 "opaque-debug",
6165]
6166
6167[[package]]
6168name = "sha-1"
6169version = "0.10.1"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6172dependencies = [
6173 "cfg-if 1.0.0",
6174 "cpufeatures",
6175 "digest 0.10.6",
6176]
6177
6178[[package]]
6179name = "sha1"
6180version = "0.10.5"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6183dependencies = [
6184 "cfg-if 1.0.0",
6185 "cpufeatures",
6186 "digest 0.10.6",
6187]
6188
6189[[package]]
6190name = "sha2"
6191version = "0.9.9"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6194dependencies = [
6195 "block-buffer 0.9.0",
6196 "cfg-if 1.0.0",
6197 "cpufeatures",
6198 "digest 0.9.0",
6199 "opaque-debug",
6200]
6201
6202[[package]]
6203name = "sha2"
6204version = "0.10.6"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6207dependencies = [
6208 "cfg-if 1.0.0",
6209 "cpufeatures",
6210 "digest 0.10.6",
6211]
6212
6213[[package]]
6214name = "sharded-slab"
6215version = "0.1.4"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6218dependencies = [
6219 "lazy_static",
6220]
6221
6222[[package]]
6223name = "shellexpand"
6224version = "2.1.2"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6227dependencies = [
6228 "dirs 4.0.0",
6229]
6230
6231[[package]]
6232name = "shlex"
6233version = "1.1.0"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6236
6237[[package]]
6238name = "signal-hook"
6239version = "0.3.15"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6242dependencies = [
6243 "libc",
6244 "signal-hook-registry",
6245]
6246
6247[[package]]
6248name = "signal-hook-mio"
6249version = "0.2.3"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6252dependencies = [
6253 "libc",
6254 "mio 0.6.23",
6255 "mio-uds",
6256 "signal-hook",
6257]
6258
6259[[package]]
6260name = "signal-hook-registry"
6261version = "1.4.1"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6264dependencies = [
6265 "libc",
6266]
6267
6268[[package]]
6269name = "simdutf8"
6270version = "0.1.4"
6271source = "registry+https://github.com/rust-lang/crates.io-index"
6272checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6273
6274[[package]]
6275name = "similar"
6276version = "1.3.0"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6279
6280[[package]]
6281name = "simple_asn1"
6282version = "0.5.4"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6285dependencies = [
6286 "chrono",
6287 "num-bigint",
6288 "num-traits",
6289 "thiserror",
6290]
6291
6292[[package]]
6293name = "simplecss"
6294version = "0.2.1"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6297dependencies = [
6298 "log",
6299]
6300
6301[[package]]
6302name = "simplelog"
6303version = "0.9.0"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6306dependencies = [
6307 "chrono",
6308 "log",
6309 "termcolor",
6310]
6311
6312[[package]]
6313name = "siphasher"
6314version = "0.2.3"
6315source = "registry+https://github.com/rust-lang/crates.io-index"
6316checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6317
6318[[package]]
6319name = "slab"
6320version = "0.4.8"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6323dependencies = [
6324 "autocfg 1.1.0",
6325]
6326
6327[[package]]
6328name = "slice-group-by"
6329version = "0.3.1"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6332
6333[[package]]
6334name = "sluice"
6335version = "0.5.5"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6338dependencies = [
6339 "async-channel",
6340 "futures-core",
6341 "futures-io",
6342]
6343
6344[[package]]
6345name = "smallvec"
6346version = "1.10.0"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6349
6350[[package]]
6351name = "smol"
6352version = "1.3.0"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6355dependencies = [
6356 "async-channel",
6357 "async-executor",
6358 "async-fs",
6359 "async-io",
6360 "async-lock",
6361 "async-net",
6362 "async-process",
6363 "blocking",
6364 "futures-lite",
6365]
6366
6367[[package]]
6368name = "smol-timeout"
6369version = "0.6.0"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6372dependencies = [
6373 "async-io",
6374 "pin-project-lite 0.1.12",
6375]
6376
6377[[package]]
6378name = "snippet"
6379version = "0.1.0"
6380dependencies = [
6381 "anyhow",
6382 "smallvec",
6383]
6384
6385[[package]]
6386name = "socket2"
6387version = "0.4.9"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6390dependencies = [
6391 "libc",
6392 "winapi 0.3.9",
6393]
6394
6395[[package]]
6396name = "spin"
6397version = "0.5.2"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6400
6401[[package]]
6402name = "spin"
6403version = "0.9.8"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6406dependencies = [
6407 "lock_api",
6408]
6409
6410[[package]]
6411name = "spsc-buffer"
6412version = "0.1.1"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6415
6416[[package]]
6417name = "sqlez"
6418version = "0.1.0"
6419dependencies = [
6420 "anyhow",
6421 "futures 0.3.28",
6422 "indoc",
6423 "lazy_static",
6424 "libsqlite3-sys",
6425 "parking_lot 0.11.2",
6426 "smol",
6427 "thread_local",
6428 "uuid 1.3.2",
6429]
6430
6431[[package]]
6432name = "sqlez_macros"
6433version = "0.1.0"
6434dependencies = [
6435 "lazy_static",
6436 "proc-macro2",
6437 "quote",
6438 "sqlez",
6439 "sqlformat",
6440 "syn 1.0.109",
6441]
6442
6443[[package]]
6444name = "sqlformat"
6445version = "0.2.1"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6448dependencies = [
6449 "itertools",
6450 "nom",
6451 "unicode_categories",
6452]
6453
6454[[package]]
6455name = "sqlx"
6456version = "0.6.3"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6459dependencies = [
6460 "sqlx-core",
6461 "sqlx-macros",
6462]
6463
6464[[package]]
6465name = "sqlx-core"
6466version = "0.6.3"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6469dependencies = [
6470 "ahash 0.7.6",
6471 "atoi",
6472 "base64 0.13.1",
6473 "bitflags",
6474 "byteorder",
6475 "bytes 1.4.0",
6476 "chrono",
6477 "crc",
6478 "crossbeam-queue",
6479 "dirs 4.0.0",
6480 "dotenvy",
6481 "either",
6482 "event-listener",
6483 "flume",
6484 "futures-channel",
6485 "futures-core",
6486 "futures-executor",
6487 "futures-intrusive",
6488 "futures-util",
6489 "hashlink",
6490 "hex",
6491 "hkdf",
6492 "hmac 0.12.1",
6493 "indexmap",
6494 "itoa",
6495 "libc",
6496 "libsqlite3-sys",
6497 "log",
6498 "md-5",
6499 "memchr",
6500 "num-bigint",
6501 "once_cell",
6502 "paste",
6503 "percent-encoding",
6504 "rand 0.8.5",
6505 "rust_decimal",
6506 "rustls 0.20.8",
6507 "rustls-pemfile",
6508 "serde",
6509 "serde_json",
6510 "sha1",
6511 "sha2 0.10.6",
6512 "smallvec",
6513 "sqlformat",
6514 "sqlx-rt",
6515 "stringprep",
6516 "thiserror",
6517 "time 0.3.21",
6518 "tokio-stream",
6519 "url",
6520 "uuid 1.3.2",
6521 "webpki-roots 0.22.6",
6522 "whoami",
6523]
6524
6525[[package]]
6526name = "sqlx-macros"
6527version = "0.6.3"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6530dependencies = [
6531 "dotenvy",
6532 "either",
6533 "heck 0.4.1",
6534 "once_cell",
6535 "proc-macro2",
6536 "quote",
6537 "serde_json",
6538 "sha2 0.10.6",
6539 "sqlx-core",
6540 "sqlx-rt",
6541 "syn 1.0.109",
6542 "url",
6543]
6544
6545[[package]]
6546name = "sqlx-rt"
6547version = "0.6.3"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6550dependencies = [
6551 "once_cell",
6552 "tokio",
6553 "tokio-rustls",
6554]
6555
6556[[package]]
6557name = "stable_deref_trait"
6558version = "1.2.0"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6561
6562[[package]]
6563name = "staff_mode"
6564version = "0.1.0"
6565dependencies = [
6566 "anyhow",
6567 "gpui",
6568]
6569
6570[[package]]
6571name = "static_assertions"
6572version = "1.1.0"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6575
6576[[package]]
6577name = "stringprep"
6578version = "0.1.2"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6581dependencies = [
6582 "unicode-bidi",
6583 "unicode-normalization",
6584]
6585
6586[[package]]
6587name = "strsim"
6588version = "0.8.0"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6591
6592[[package]]
6593name = "strsim"
6594version = "0.10.0"
6595source = "registry+https://github.com/rust-lang/crates.io-index"
6596checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6597
6598[[package]]
6599name = "subtle"
6600version = "2.4.1"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6603
6604[[package]]
6605name = "sum_tree"
6606version = "0.1.0"
6607dependencies = [
6608 "arrayvec 0.7.2",
6609 "ctor",
6610 "env_logger 0.9.3",
6611 "log",
6612 "rand 0.8.5",
6613]
6614
6615[[package]]
6616name = "sval"
6617version = "1.0.0-alpha.5"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6620dependencies = [
6621 "serde",
6622]
6623
6624[[package]]
6625name = "svg_fmt"
6626version = "0.4.1"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6629
6630[[package]]
6631name = "svgfilters"
6632version = "0.3.0"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6635dependencies = [
6636 "float-cmp",
6637 "rgb",
6638]
6639
6640[[package]]
6641name = "svgtypes"
6642version = "0.5.0"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6645dependencies = [
6646 "float-cmp",
6647 "siphasher",
6648]
6649
6650[[package]]
6651name = "syn"
6652version = "1.0.109"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6655dependencies = [
6656 "proc-macro2",
6657 "quote",
6658 "unicode-ident",
6659]
6660
6661[[package]]
6662name = "syn"
6663version = "2.0.15"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
6666dependencies = [
6667 "proc-macro2",
6668 "quote",
6669 "unicode-ident",
6670]
6671
6672[[package]]
6673name = "sync_wrapper"
6674version = "0.1.2"
6675source = "registry+https://github.com/rust-lang/crates.io-index"
6676checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6677
6678[[package]]
6679name = "sys-info"
6680version = "0.9.1"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6683dependencies = [
6684 "cc",
6685 "libc",
6686]
6687
6688[[package]]
6689name = "sysinfo"
6690version = "0.27.8"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6693dependencies = [
6694 "cfg-if 1.0.0",
6695 "core-foundation-sys",
6696 "libc",
6697 "ntapi 0.4.1",
6698 "once_cell",
6699 "rayon",
6700 "winapi 0.3.9",
6701]
6702
6703[[package]]
6704name = "system-interface"
6705version = "0.20.0"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6708dependencies = [
6709 "atty",
6710 "bitflags",
6711 "cap-fs-ext",
6712 "cap-std",
6713 "io-lifetimes 0.5.3",
6714 "rustix 0.33.7",
6715 "winapi 0.3.9",
6716 "winx",
6717]
6718
6719[[package]]
6720name = "take-until"
6721version = "0.2.0"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6724
6725[[package]]
6726name = "target-lexicon"
6727version = "0.12.7"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6730
6731[[package]]
6732name = "tempdir"
6733version = "0.3.7"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6736dependencies = [
6737 "rand 0.4.6",
6738 "remove_dir_all",
6739]
6740
6741[[package]]
6742name = "tempfile"
6743version = "3.5.0"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6746dependencies = [
6747 "cfg-if 1.0.0",
6748 "fastrand",
6749 "redox_syscall 0.3.5",
6750 "rustix 0.37.19",
6751 "windows-sys 0.45.0",
6752]
6753
6754[[package]]
6755name = "termcolor"
6756version = "1.1.3"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6759dependencies = [
6760 "winapi-util",
6761]
6762
6763[[package]]
6764name = "terminal"
6765version = "0.1.0"
6766dependencies = [
6767 "alacritty_terminal",
6768 "anyhow",
6769 "db",
6770 "dirs 4.0.0",
6771 "futures 0.3.28",
6772 "gpui",
6773 "itertools",
6774 "lazy_static",
6775 "libc",
6776 "mio-extras",
6777 "ordered-float",
6778 "procinfo",
6779 "rand 0.8.5",
6780 "schemars",
6781 "serde",
6782 "serde_derive",
6783 "settings",
6784 "shellexpand",
6785 "smallvec",
6786 "smol",
6787 "theme",
6788 "thiserror",
6789 "util",
6790]
6791
6792[[package]]
6793name = "terminal_view"
6794version = "0.1.0"
6795dependencies = [
6796 "anyhow",
6797 "client",
6798 "context_menu",
6799 "db",
6800 "dirs 4.0.0",
6801 "editor",
6802 "futures 0.3.28",
6803 "gpui",
6804 "itertools",
6805 "language",
6806 "lazy_static",
6807 "libc",
6808 "mio-extras",
6809 "ordered-float",
6810 "procinfo",
6811 "project",
6812 "rand 0.8.5",
6813 "search",
6814 "serde",
6815 "serde_derive",
6816 "settings",
6817 "shellexpand",
6818 "smallvec",
6819 "smol",
6820 "terminal",
6821 "theme",
6822 "thiserror",
6823 "util",
6824 "workspace",
6825]
6826
6827[[package]]
6828name = "text"
6829version = "0.1.0"
6830dependencies = [
6831 "anyhow",
6832 "clock",
6833 "collections",
6834 "ctor",
6835 "digest 0.9.0",
6836 "env_logger 0.9.3",
6837 "fs",
6838 "gpui",
6839 "lazy_static",
6840 "log",
6841 "parking_lot 0.11.2",
6842 "postage",
6843 "rand 0.8.5",
6844 "regex",
6845 "rope",
6846 "smallvec",
6847 "sum_tree",
6848 "util",
6849]
6850
6851[[package]]
6852name = "textwrap"
6853version = "0.11.0"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
6856dependencies = [
6857 "unicode-width",
6858]
6859
6860[[package]]
6861name = "textwrap"
6862version = "0.16.0"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6865
6866[[package]]
6867name = "theme"
6868version = "0.1.0"
6869dependencies = [
6870 "anyhow",
6871 "fs",
6872 "gpui",
6873 "indexmap",
6874 "parking_lot 0.11.2",
6875 "schemars",
6876 "serde",
6877 "serde_derive",
6878 "serde_json",
6879 "settings",
6880 "toml",
6881 "util",
6882]
6883
6884[[package]]
6885name = "theme_selector"
6886version = "0.1.0"
6887dependencies = [
6888 "editor",
6889 "fs",
6890 "fuzzy",
6891 "gpui",
6892 "log",
6893 "parking_lot 0.11.2",
6894 "picker",
6895 "postage",
6896 "settings",
6897 "smol",
6898 "staff_mode",
6899 "theme",
6900 "util",
6901 "workspace",
6902]
6903
6904[[package]]
6905name = "theme_testbench"
6906version = "0.1.0"
6907dependencies = [
6908 "gpui",
6909 "project",
6910 "settings",
6911 "smallvec",
6912 "theme",
6913 "workspace",
6914]
6915
6916[[package]]
6917name = "thiserror"
6918version = "1.0.40"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6921dependencies = [
6922 "thiserror-impl",
6923]
6924
6925[[package]]
6926name = "thiserror-impl"
6927version = "1.0.40"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6930dependencies = [
6931 "proc-macro2",
6932 "quote",
6933 "syn 2.0.15",
6934]
6935
6936[[package]]
6937name = "thousands"
6938version = "0.2.0"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6941
6942[[package]]
6943name = "thread_local"
6944version = "1.1.7"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6947dependencies = [
6948 "cfg-if 1.0.0",
6949 "once_cell",
6950]
6951
6952[[package]]
6953name = "tiff"
6954version = "0.6.1"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
6957dependencies = [
6958 "jpeg-decoder",
6959 "miniz_oxide 0.4.4",
6960 "weezl",
6961]
6962
6963[[package]]
6964name = "time"
6965version = "0.1.45"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
6968dependencies = [
6969 "libc",
6970 "wasi 0.10.0+wasi-snapshot-preview1",
6971 "winapi 0.3.9",
6972]
6973
6974[[package]]
6975name = "time"
6976version = "0.3.21"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
6979dependencies = [
6980 "itoa",
6981 "serde",
6982 "time-core",
6983 "time-macros",
6984]
6985
6986[[package]]
6987name = "time-core"
6988version = "0.1.1"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
6991
6992[[package]]
6993name = "time-macros"
6994version = "0.2.9"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
6997dependencies = [
6998 "time-core",
6999]
7000
7001[[package]]
7002name = "tiny-skia"
7003version = "0.5.1"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
7006dependencies = [
7007 "arrayref",
7008 "arrayvec 0.5.2",
7009 "bytemuck",
7010 "cfg-if 1.0.0",
7011 "png",
7012 "safe_arch",
7013]
7014
7015[[package]]
7016name = "tiny_http"
7017version = "0.8.2"
7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7020dependencies = [
7021 "ascii",
7022 "chrono",
7023 "chunked_transfer",
7024 "log",
7025 "url",
7026]
7027
7028[[package]]
7029name = "tinyvec"
7030version = "1.6.0"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7033dependencies = [
7034 "tinyvec_macros",
7035]
7036
7037[[package]]
7038name = "tinyvec_macros"
7039version = "0.1.1"
7040source = "registry+https://github.com/rust-lang/crates.io-index"
7041checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7042
7043[[package]]
7044name = "tokio"
7045version = "1.28.1"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7048dependencies = [
7049 "autocfg 1.1.0",
7050 "bytes 1.4.0",
7051 "libc",
7052 "mio 0.8.6",
7053 "num_cpus",
7054 "parking_lot 0.12.1",
7055 "pin-project-lite 0.2.9",
7056 "signal-hook-registry",
7057 "socket2",
7058 "tokio-macros",
7059 "windows-sys 0.48.0",
7060]
7061
7062[[package]]
7063name = "tokio-io"
7064version = "0.1.13"
7065source = "registry+https://github.com/rust-lang/crates.io-index"
7066checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7067dependencies = [
7068 "bytes 0.4.12",
7069 "futures 0.1.31",
7070 "log",
7071]
7072
7073[[package]]
7074name = "tokio-io-timeout"
7075version = "1.2.0"
7076source = "registry+https://github.com/rust-lang/crates.io-index"
7077checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7078dependencies = [
7079 "pin-project-lite 0.2.9",
7080 "tokio",
7081]
7082
7083[[package]]
7084name = "tokio-macros"
7085version = "2.1.0"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7088dependencies = [
7089 "proc-macro2",
7090 "quote",
7091 "syn 2.0.15",
7092]
7093
7094[[package]]
7095name = "tokio-native-tls"
7096version = "0.3.1"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7099dependencies = [
7100 "native-tls",
7101 "tokio",
7102]
7103
7104[[package]]
7105name = "tokio-rustls"
7106version = "0.23.4"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7109dependencies = [
7110 "rustls 0.20.8",
7111 "tokio",
7112 "webpki 0.22.0",
7113]
7114
7115[[package]]
7116name = "tokio-stream"
7117version = "0.1.14"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7120dependencies = [
7121 "futures-core",
7122 "pin-project-lite 0.2.9",
7123 "tokio",
7124]
7125
7126[[package]]
7127name = "tokio-tungstenite"
7128version = "0.17.2"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7131dependencies = [
7132 "futures-util",
7133 "log",
7134 "tokio",
7135 "tungstenite 0.17.3",
7136]
7137
7138[[package]]
7139name = "tokio-util"
7140version = "0.6.10"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7143dependencies = [
7144 "bytes 1.4.0",
7145 "futures-core",
7146 "futures-sink",
7147 "log",
7148 "pin-project-lite 0.2.9",
7149 "tokio",
7150]
7151
7152[[package]]
7153name = "tokio-util"
7154version = "0.7.8"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7157dependencies = [
7158 "bytes 1.4.0",
7159 "futures-core",
7160 "futures-io",
7161 "futures-sink",
7162 "pin-project-lite 0.2.9",
7163 "tokio",
7164 "tracing",
7165]
7166
7167[[package]]
7168name = "toml"
7169version = "0.5.11"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7172dependencies = [
7173 "serde",
7174]
7175
7176[[package]]
7177name = "tonic"
7178version = "0.6.2"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7181dependencies = [
7182 "async-stream",
7183 "async-trait",
7184 "base64 0.13.1",
7185 "bytes 1.4.0",
7186 "futures-core",
7187 "futures-util",
7188 "h2",
7189 "http",
7190 "http-body",
7191 "hyper",
7192 "hyper-timeout",
7193 "percent-encoding",
7194 "pin-project",
7195 "prost 0.9.0",
7196 "prost-derive 0.9.0",
7197 "tokio",
7198 "tokio-stream",
7199 "tokio-util 0.6.10",
7200 "tower",
7201 "tower-layer",
7202 "tower-service",
7203 "tracing",
7204 "tracing-futures",
7205]
7206
7207[[package]]
7208name = "tower"
7209version = "0.4.13"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7212dependencies = [
7213 "futures-core",
7214 "futures-util",
7215 "indexmap",
7216 "pin-project",
7217 "pin-project-lite 0.2.9",
7218 "rand 0.8.5",
7219 "slab",
7220 "tokio",
7221 "tokio-util 0.7.8",
7222 "tower-layer",
7223 "tower-service",
7224 "tracing",
7225]
7226
7227[[package]]
7228name = "tower-http"
7229version = "0.3.5"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7232dependencies = [
7233 "bitflags",
7234 "bytes 1.4.0",
7235 "futures-core",
7236 "futures-util",
7237 "http",
7238 "http-body",
7239 "http-range-header",
7240 "pin-project-lite 0.2.9",
7241 "tower",
7242 "tower-layer",
7243 "tower-service",
7244]
7245
7246[[package]]
7247name = "tower-layer"
7248version = "0.3.2"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7251
7252[[package]]
7253name = "tower-service"
7254version = "0.3.2"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7257
7258[[package]]
7259name = "tracing"
7260version = "0.1.37"
7261source = "registry+https://github.com/rust-lang/crates.io-index"
7262checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7263dependencies = [
7264 "cfg-if 1.0.0",
7265 "log",
7266 "pin-project-lite 0.2.9",
7267 "tracing-attributes",
7268 "tracing-core",
7269]
7270
7271[[package]]
7272name = "tracing-attributes"
7273version = "0.1.24"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7276dependencies = [
7277 "proc-macro2",
7278 "quote",
7279 "syn 2.0.15",
7280]
7281
7282[[package]]
7283name = "tracing-core"
7284version = "0.1.30"
7285source = "registry+https://github.com/rust-lang/crates.io-index"
7286checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7287dependencies = [
7288 "once_cell",
7289 "valuable",
7290]
7291
7292[[package]]
7293name = "tracing-futures"
7294version = "0.2.5"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7297dependencies = [
7298 "pin-project",
7299 "tracing",
7300]
7301
7302[[package]]
7303name = "tracing-log"
7304version = "0.1.3"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7307dependencies = [
7308 "lazy_static",
7309 "log",
7310 "tracing-core",
7311]
7312
7313[[package]]
7314name = "tracing-serde"
7315version = "0.1.3"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7318dependencies = [
7319 "serde",
7320 "tracing-core",
7321]
7322
7323[[package]]
7324name = "tracing-subscriber"
7325version = "0.3.17"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7328dependencies = [
7329 "matchers",
7330 "nu-ansi-term",
7331 "once_cell",
7332 "regex",
7333 "serde",
7334 "serde_json",
7335 "sharded-slab",
7336 "smallvec",
7337 "thread_local",
7338 "tracing",
7339 "tracing-core",
7340 "tracing-log",
7341 "tracing-serde",
7342]
7343
7344[[package]]
7345name = "tree-sitter"
7346version = "0.20.9"
7347source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
7348dependencies = [
7349 "cc",
7350 "regex",
7351]
7352
7353[[package]]
7354name = "tree-sitter-c"
7355version = "0.20.2"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7358dependencies = [
7359 "cc",
7360 "tree-sitter",
7361]
7362
7363[[package]]
7364name = "tree-sitter-cpp"
7365version = "0.20.0"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7368dependencies = [
7369 "cc",
7370 "tree-sitter",
7371]
7372
7373[[package]]
7374name = "tree-sitter-css"
7375version = "0.19.0"
7376source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7377dependencies = [
7378 "cc",
7379 "tree-sitter",
7380]
7381
7382[[package]]
7383name = "tree-sitter-elixir"
7384version = "0.19.0"
7385source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
7386dependencies = [
7387 "cc",
7388 "tree-sitter",
7389]
7390
7391[[package]]
7392name = "tree-sitter-embedded-template"
7393version = "0.20.0"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7396dependencies = [
7397 "cc",
7398 "tree-sitter",
7399]
7400
7401[[package]]
7402name = "tree-sitter-go"
7403version = "0.19.1"
7404source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7405dependencies = [
7406 "cc",
7407 "tree-sitter",
7408]
7409
7410[[package]]
7411name = "tree-sitter-html"
7412version = "0.19.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7415dependencies = [
7416 "cc",
7417 "tree-sitter",
7418]
7419
7420[[package]]
7421name = "tree-sitter-javascript"
7422version = "0.20.0"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7425dependencies = [
7426 "cc",
7427 "tree-sitter",
7428]
7429
7430[[package]]
7431name = "tree-sitter-json"
7432version = "0.19.0"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7435dependencies = [
7436 "cc",
7437 "tree-sitter",
7438]
7439
7440[[package]]
7441name = "tree-sitter-json"
7442version = "0.20.0"
7443source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7444dependencies = [
7445 "cc",
7446 "tree-sitter",
7447]
7448
7449[[package]]
7450name = "tree-sitter-lua"
7451version = "0.0.14"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7454dependencies = [
7455 "cc",
7456 "tree-sitter",
7457]
7458
7459[[package]]
7460name = "tree-sitter-markdown"
7461version = "0.0.1"
7462source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7463dependencies = [
7464 "cc",
7465 "tree-sitter",
7466]
7467
7468[[package]]
7469name = "tree-sitter-python"
7470version = "0.20.2"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7473dependencies = [
7474 "cc",
7475 "tree-sitter",
7476]
7477
7478[[package]]
7479name = "tree-sitter-racket"
7480version = "0.0.1"
7481source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7482dependencies = [
7483 "cc",
7484 "tree-sitter",
7485]
7486
7487[[package]]
7488name = "tree-sitter-ruby"
7489version = "0.20.0"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7492dependencies = [
7493 "cc",
7494 "tree-sitter",
7495]
7496
7497[[package]]
7498name = "tree-sitter-rust"
7499version = "0.20.3"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7502dependencies = [
7503 "cc",
7504 "tree-sitter",
7505]
7506
7507[[package]]
7508name = "tree-sitter-scheme"
7509version = "0.2.0"
7510source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7511dependencies = [
7512 "cc",
7513 "tree-sitter",
7514]
7515
7516[[package]]
7517name = "tree-sitter-toml"
7518version = "0.5.1"
7519source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7520dependencies = [
7521 "cc",
7522 "tree-sitter",
7523]
7524
7525[[package]]
7526name = "tree-sitter-typescript"
7527version = "0.20.2"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7530dependencies = [
7531 "cc",
7532 "tree-sitter",
7533]
7534
7535[[package]]
7536name = "tree-sitter-typescript"
7537version = "0.20.2"
7538source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7539dependencies = [
7540 "cc",
7541 "tree-sitter",
7542]
7543
7544[[package]]
7545name = "tree-sitter-yaml"
7546version = "0.0.1"
7547source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=9050a4a4a847ed29e25485b1292a36eab8ae3492#9050a4a4a847ed29e25485b1292a36eab8ae3492"
7548dependencies = [
7549 "cc",
7550 "tree-sitter",
7551]
7552
7553[[package]]
7554name = "try-lock"
7555version = "0.2.4"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7558
7559[[package]]
7560name = "ttf-parser"
7561version = "0.9.0"
7562source = "registry+https://github.com/rust-lang/crates.io-index"
7563checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7564
7565[[package]]
7566name = "ttf-parser"
7567version = "0.12.3"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7570
7571[[package]]
7572name = "tungstenite"
7573version = "0.16.0"
7574source = "registry+https://github.com/rust-lang/crates.io-index"
7575checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7576dependencies = [
7577 "base64 0.13.1",
7578 "byteorder",
7579 "bytes 1.4.0",
7580 "http",
7581 "httparse",
7582 "log",
7583 "rand 0.8.5",
7584 "sha-1 0.9.8",
7585 "thiserror",
7586 "url",
7587 "utf-8",
7588]
7589
7590[[package]]
7591name = "tungstenite"
7592version = "0.17.3"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7595dependencies = [
7596 "base64 0.13.1",
7597 "byteorder",
7598 "bytes 1.4.0",
7599 "http",
7600 "httparse",
7601 "log",
7602 "rand 0.8.5",
7603 "sha-1 0.10.1",
7604 "thiserror",
7605 "url",
7606 "utf-8",
7607]
7608
7609[[package]]
7610name = "typenum"
7611version = "1.16.0"
7612source = "registry+https://github.com/rust-lang/crates.io-index"
7613checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7614
7615[[package]]
7616name = "ucd-trie"
7617version = "0.1.5"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7620
7621[[package]]
7622name = "unicase"
7623version = "2.6.0"
7624source = "registry+https://github.com/rust-lang/crates.io-index"
7625checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7626dependencies = [
7627 "version_check",
7628]
7629
7630[[package]]
7631name = "unicode-bidi"
7632version = "0.3.13"
7633source = "registry+https://github.com/rust-lang/crates.io-index"
7634checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7635
7636[[package]]
7637name = "unicode-bidi-mirroring"
7638version = "0.1.0"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7641
7642[[package]]
7643name = "unicode-ccc"
7644version = "0.1.2"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7647
7648[[package]]
7649name = "unicode-general-category"
7650version = "0.2.0"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7653
7654[[package]]
7655name = "unicode-ident"
7656version = "1.0.8"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7659
7660[[package]]
7661name = "unicode-normalization"
7662version = "0.1.22"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7665dependencies = [
7666 "tinyvec",
7667]
7668
7669[[package]]
7670name = "unicode-script"
7671version = "0.5.5"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7674
7675[[package]]
7676name = "unicode-segmentation"
7677version = "1.10.1"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7680
7681[[package]]
7682name = "unicode-vo"
7683version = "0.1.0"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7686
7687[[package]]
7688name = "unicode-width"
7689version = "0.1.10"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7692
7693[[package]]
7694name = "unicode_categories"
7695version = "0.1.1"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7698
7699[[package]]
7700name = "unindent"
7701version = "0.1.11"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7704
7705[[package]]
7706name = "untrusted"
7707version = "0.7.1"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7710
7711[[package]]
7712name = "url"
7713version = "2.3.1"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7716dependencies = [
7717 "form_urlencoded",
7718 "idna",
7719 "percent-encoding",
7720 "serde",
7721]
7722
7723[[package]]
7724name = "urlencoding"
7725version = "2.1.2"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7728
7729[[package]]
7730name = "usvg"
7731version = "0.14.1"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7734dependencies = [
7735 "base64 0.13.1",
7736 "data-url",
7737 "flate2",
7738 "fontdb",
7739 "kurbo",
7740 "log",
7741 "memmap2",
7742 "pico-args",
7743 "rctree",
7744 "roxmltree",
7745 "rustybuzz",
7746 "simplecss",
7747 "siphasher",
7748 "svgtypes",
7749 "ttf-parser 0.12.3",
7750 "unicode-bidi",
7751 "unicode-script",
7752 "unicode-vo",
7753 "xmlwriter",
7754]
7755
7756[[package]]
7757name = "utf-8"
7758version = "0.7.6"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7761
7762[[package]]
7763name = "utf8parse"
7764version = "0.2.1"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7767
7768[[package]]
7769name = "util"
7770version = "0.1.0"
7771dependencies = [
7772 "anyhow",
7773 "backtrace",
7774 "dirs 3.0.2",
7775 "futures 0.3.28",
7776 "git2",
7777 "isahc",
7778 "lazy_static",
7779 "log",
7780 "rand 0.8.5",
7781 "serde",
7782 "serde_json",
7783 "smol",
7784 "take-until",
7785 "tempdir",
7786 "url",
7787]
7788
7789[[package]]
7790name = "uuid"
7791version = "0.5.1"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7794
7795[[package]]
7796name = "uuid"
7797version = "0.8.2"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7800dependencies = [
7801 "getrandom 0.2.9",
7802]
7803
7804[[package]]
7805name = "uuid"
7806version = "1.3.2"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7809dependencies = [
7810 "getrandom 0.2.9",
7811 "serde",
7812]
7813
7814[[package]]
7815name = "valuable"
7816version = "0.1.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7819
7820[[package]]
7821name = "value-bag"
7822version = "1.0.0-alpha.9"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7825dependencies = [
7826 "ctor",
7827 "erased-serde",
7828 "serde",
7829 "serde_fmt",
7830 "sval",
7831 "version_check",
7832]
7833
7834[[package]]
7835name = "vcpkg"
7836version = "0.2.15"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7839
7840[[package]]
7841name = "vec_map"
7842version = "0.8.2"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7845
7846[[package]]
7847name = "version_check"
7848version = "0.9.4"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7851
7852[[package]]
7853name = "vim"
7854version = "0.1.0"
7855dependencies = [
7856 "anyhow",
7857 "assets",
7858 "async-compat",
7859 "async-trait",
7860 "collections",
7861 "command_palette",
7862 "editor",
7863 "gpui",
7864 "indoc",
7865 "itertools",
7866 "language",
7867 "lazy_static",
7868 "log",
7869 "nvim-rs",
7870 "parking_lot 0.11.2",
7871 "project",
7872 "search",
7873 "serde",
7874 "serde_derive",
7875 "serde_json",
7876 "settings",
7877 "tokio",
7878 "util",
7879 "workspace",
7880]
7881
7882[[package]]
7883name = "vte"
7884version = "0.10.1"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7887dependencies = [
7888 "utf8parse",
7889 "vte_generate_state_changes",
7890]
7891
7892[[package]]
7893name = "vte_generate_state_changes"
7894version = "0.1.1"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7897dependencies = [
7898 "proc-macro2",
7899 "quote",
7900]
7901
7902[[package]]
7903name = "waker-fn"
7904version = "1.1.0"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7907
7908[[package]]
7909name = "walkdir"
7910version = "2.3.3"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
7913dependencies = [
7914 "same-file",
7915 "winapi-util",
7916]
7917
7918[[package]]
7919name = "want"
7920version = "0.3.0"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
7923dependencies = [
7924 "log",
7925 "try-lock",
7926]
7927
7928[[package]]
7929name = "wasi"
7930version = "0.9.0+wasi-snapshot-preview1"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7933
7934[[package]]
7935name = "wasi"
7936version = "0.10.0+wasi-snapshot-preview1"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
7939
7940[[package]]
7941name = "wasi"
7942version = "0.11.0+wasi-snapshot-preview1"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7945
7946[[package]]
7947name = "wasi-cap-std-sync"
7948version = "0.38.3"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
7951dependencies = [
7952 "anyhow",
7953 "async-trait",
7954 "cap-fs-ext",
7955 "cap-rand",
7956 "cap-std",
7957 "cap-time-ext",
7958 "fs-set-times",
7959 "io-extras",
7960 "io-lifetimes 0.5.3",
7961 "is-terminal 0.1.0",
7962 "lazy_static",
7963 "rustix 0.33.7",
7964 "system-interface",
7965 "tracing",
7966 "wasi-common",
7967 "winapi 0.3.9",
7968]
7969
7970[[package]]
7971name = "wasi-common"
7972version = "0.38.3"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
7975dependencies = [
7976 "anyhow",
7977 "bitflags",
7978 "cap-rand",
7979 "cap-std",
7980 "io-extras",
7981 "rustix 0.33.7",
7982 "thiserror",
7983 "tracing",
7984 "wiggle",
7985 "winapi 0.3.9",
7986]
7987
7988[[package]]
7989name = "wasm-bindgen"
7990version = "0.2.85"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
7993dependencies = [
7994 "cfg-if 1.0.0",
7995 "wasm-bindgen-macro",
7996]
7997
7998[[package]]
7999name = "wasm-bindgen-backend"
8000version = "0.2.85"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
8003dependencies = [
8004 "bumpalo",
8005 "log",
8006 "once_cell",
8007 "proc-macro2",
8008 "quote",
8009 "syn 2.0.15",
8010 "wasm-bindgen-shared",
8011]
8012
8013[[package]]
8014name = "wasm-bindgen-futures"
8015version = "0.4.35"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8018dependencies = [
8019 "cfg-if 1.0.0",
8020 "js-sys",
8021 "wasm-bindgen",
8022 "web-sys",
8023]
8024
8025[[package]]
8026name = "wasm-bindgen-macro"
8027version = "0.2.85"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8030dependencies = [
8031 "quote",
8032 "wasm-bindgen-macro-support",
8033]
8034
8035[[package]]
8036name = "wasm-bindgen-macro-support"
8037version = "0.2.85"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8040dependencies = [
8041 "proc-macro2",
8042 "quote",
8043 "syn 2.0.15",
8044 "wasm-bindgen-backend",
8045 "wasm-bindgen-shared",
8046]
8047
8048[[package]]
8049name = "wasm-bindgen-shared"
8050version = "0.2.85"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8053
8054[[package]]
8055name = "wasm-encoder"
8056version = "0.26.0"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8059dependencies = [
8060 "leb128",
8061]
8062
8063[[package]]
8064name = "wasmparser"
8065version = "0.85.0"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8068dependencies = [
8069 "indexmap",
8070]
8071
8072[[package]]
8073name = "wasmtime"
8074version = "0.38.3"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8077dependencies = [
8078 "anyhow",
8079 "async-trait",
8080 "backtrace",
8081 "bincode",
8082 "cfg-if 1.0.0",
8083 "indexmap",
8084 "lazy_static",
8085 "libc",
8086 "log",
8087 "object 0.28.4",
8088 "once_cell",
8089 "paste",
8090 "psm",
8091 "rayon",
8092 "region",
8093 "serde",
8094 "target-lexicon",
8095 "wasmparser",
8096 "wasmtime-cache",
8097 "wasmtime-cranelift",
8098 "wasmtime-environ",
8099 "wasmtime-fiber",
8100 "wasmtime-jit",
8101 "wasmtime-runtime",
8102 "wat",
8103 "winapi 0.3.9",
8104]
8105
8106[[package]]
8107name = "wasmtime-cache"
8108version = "0.38.3"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8111dependencies = [
8112 "anyhow",
8113 "base64 0.13.1",
8114 "bincode",
8115 "directories-next",
8116 "file-per-thread-logger",
8117 "log",
8118 "rustix 0.33.7",
8119 "serde",
8120 "sha2 0.9.9",
8121 "toml",
8122 "winapi 0.3.9",
8123 "zstd",
8124]
8125
8126[[package]]
8127name = "wasmtime-cranelift"
8128version = "0.38.3"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8131dependencies = [
8132 "anyhow",
8133 "cranelift-codegen",
8134 "cranelift-entity",
8135 "cranelift-frontend",
8136 "cranelift-native",
8137 "cranelift-wasm",
8138 "gimli 0.26.2",
8139 "log",
8140 "more-asserts",
8141 "object 0.28.4",
8142 "target-lexicon",
8143 "thiserror",
8144 "wasmparser",
8145 "wasmtime-environ",
8146]
8147
8148[[package]]
8149name = "wasmtime-environ"
8150version = "0.38.3"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8153dependencies = [
8154 "anyhow",
8155 "cranelift-entity",
8156 "gimli 0.26.2",
8157 "indexmap",
8158 "log",
8159 "more-asserts",
8160 "object 0.28.4",
8161 "serde",
8162 "target-lexicon",
8163 "thiserror",
8164 "wasmparser",
8165 "wasmtime-types",
8166]
8167
8168[[package]]
8169name = "wasmtime-fiber"
8170version = "0.38.3"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8173dependencies = [
8174 "cc",
8175 "rustix 0.33.7",
8176 "winapi 0.3.9",
8177]
8178
8179[[package]]
8180name = "wasmtime-jit"
8181version = "0.38.3"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8184dependencies = [
8185 "addr2line 0.17.0",
8186 "anyhow",
8187 "bincode",
8188 "cfg-if 1.0.0",
8189 "cpp_demangle",
8190 "gimli 0.26.2",
8191 "ittapi-rs",
8192 "log",
8193 "object 0.28.4",
8194 "region",
8195 "rustc-demangle",
8196 "rustix 0.33.7",
8197 "serde",
8198 "target-lexicon",
8199 "thiserror",
8200 "wasmtime-environ",
8201 "wasmtime-jit-debug",
8202 "wasmtime-runtime",
8203 "winapi 0.3.9",
8204]
8205
8206[[package]]
8207name = "wasmtime-jit-debug"
8208version = "0.38.3"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8211dependencies = [
8212 "lazy_static",
8213 "object 0.28.4",
8214 "rustix 0.33.7",
8215]
8216
8217[[package]]
8218name = "wasmtime-runtime"
8219version = "0.38.3"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8222dependencies = [
8223 "anyhow",
8224 "backtrace",
8225 "cc",
8226 "cfg-if 1.0.0",
8227 "indexmap",
8228 "libc",
8229 "log",
8230 "mach",
8231 "memfd",
8232 "memoffset 0.6.5",
8233 "more-asserts",
8234 "rand 0.8.5",
8235 "region",
8236 "rustix 0.33.7",
8237 "thiserror",
8238 "wasmtime-environ",
8239 "wasmtime-fiber",
8240 "wasmtime-jit-debug",
8241 "winapi 0.3.9",
8242]
8243
8244[[package]]
8245name = "wasmtime-types"
8246version = "0.38.3"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8249dependencies = [
8250 "cranelift-entity",
8251 "serde",
8252 "thiserror",
8253 "wasmparser",
8254]
8255
8256[[package]]
8257name = "wasmtime-wasi"
8258version = "0.38.3"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8261dependencies = [
8262 "anyhow",
8263 "wasi-cap-std-sync",
8264 "wasi-common",
8265 "wasmtime",
8266 "wiggle",
8267]
8268
8269[[package]]
8270name = "wast"
8271version = "35.0.2"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8274dependencies = [
8275 "leb128",
8276]
8277
8278[[package]]
8279name = "wast"
8280version = "57.0.0"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8283dependencies = [
8284 "leb128",
8285 "memchr",
8286 "unicode-width",
8287 "wasm-encoder",
8288]
8289
8290[[package]]
8291name = "wat"
8292version = "1.0.63"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8295dependencies = [
8296 "wast 57.0.0",
8297]
8298
8299[[package]]
8300name = "web-sys"
8301version = "0.3.62"
8302source = "registry+https://github.com/rust-lang/crates.io-index"
8303checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8304dependencies = [
8305 "js-sys",
8306 "wasm-bindgen",
8307]
8308
8309[[package]]
8310name = "webpki"
8311version = "0.21.4"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8314dependencies = [
8315 "ring",
8316 "untrusted",
8317]
8318
8319[[package]]
8320name = "webpki"
8321version = "0.22.0"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8324dependencies = [
8325 "ring",
8326 "untrusted",
8327]
8328
8329[[package]]
8330name = "webpki-roots"
8331version = "0.21.1"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8334dependencies = [
8335 "webpki 0.21.4",
8336]
8337
8338[[package]]
8339name = "webpki-roots"
8340version = "0.22.6"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8343dependencies = [
8344 "webpki 0.22.0",
8345]
8346
8347[[package]]
8348name = "weezl"
8349version = "0.1.7"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8352
8353[[package]]
8354name = "welcome"
8355version = "0.1.0"
8356dependencies = [
8357 "anyhow",
8358 "client",
8359 "db",
8360 "editor",
8361 "fs",
8362 "fuzzy",
8363 "gpui",
8364 "install_cli",
8365 "log",
8366 "picker",
8367 "project",
8368 "schemars",
8369 "serde",
8370 "settings",
8371 "theme",
8372 "theme_selector",
8373 "util",
8374 "workspace",
8375]
8376
8377[[package]]
8378name = "which"
8379version = "4.4.0"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8382dependencies = [
8383 "either",
8384 "libc",
8385 "once_cell",
8386]
8387
8388[[package]]
8389name = "whoami"
8390version = "1.4.0"
8391source = "registry+https://github.com/rust-lang/crates.io-index"
8392checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8393dependencies = [
8394 "wasm-bindgen",
8395 "web-sys",
8396]
8397
8398[[package]]
8399name = "wiggle"
8400version = "0.38.3"
8401source = "registry+https://github.com/rust-lang/crates.io-index"
8402checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8403dependencies = [
8404 "anyhow",
8405 "async-trait",
8406 "bitflags",
8407 "thiserror",
8408 "tracing",
8409 "wasmtime",
8410 "wiggle-macro",
8411]
8412
8413[[package]]
8414name = "wiggle-generate"
8415version = "0.38.3"
8416source = "registry+https://github.com/rust-lang/crates.io-index"
8417checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8418dependencies = [
8419 "anyhow",
8420 "heck 0.4.1",
8421 "proc-macro2",
8422 "quote",
8423 "shellexpand",
8424 "syn 1.0.109",
8425 "witx",
8426]
8427
8428[[package]]
8429name = "wiggle-macro"
8430version = "0.38.3"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8433dependencies = [
8434 "proc-macro2",
8435 "quote",
8436 "syn 1.0.109",
8437 "wiggle-generate",
8438]
8439
8440[[package]]
8441name = "winapi"
8442version = "0.2.8"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8445
8446[[package]]
8447name = "winapi"
8448version = "0.3.9"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8451dependencies = [
8452 "winapi-i686-pc-windows-gnu",
8453 "winapi-x86_64-pc-windows-gnu",
8454]
8455
8456[[package]]
8457name = "winapi-build"
8458version = "0.1.1"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8461
8462[[package]]
8463name = "winapi-i686-pc-windows-gnu"
8464version = "0.4.0"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8467
8468[[package]]
8469name = "winapi-util"
8470version = "0.1.5"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8473dependencies = [
8474 "winapi 0.3.9",
8475]
8476
8477[[package]]
8478name = "winapi-x86_64-pc-windows-gnu"
8479version = "0.4.0"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8482
8483[[package]]
8484name = "windows"
8485version = "0.48.0"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8488dependencies = [
8489 "windows-targets 0.48.0",
8490]
8491
8492[[package]]
8493name = "windows-sys"
8494version = "0.42.0"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8497dependencies = [
8498 "windows_aarch64_gnullvm 0.42.2",
8499 "windows_aarch64_msvc 0.42.2",
8500 "windows_i686_gnu 0.42.2",
8501 "windows_i686_msvc 0.42.2",
8502 "windows_x86_64_gnu 0.42.2",
8503 "windows_x86_64_gnullvm 0.42.2",
8504 "windows_x86_64_msvc 0.42.2",
8505]
8506
8507[[package]]
8508name = "windows-sys"
8509version = "0.45.0"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8512dependencies = [
8513 "windows-targets 0.42.2",
8514]
8515
8516[[package]]
8517name = "windows-sys"
8518version = "0.48.0"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8521dependencies = [
8522 "windows-targets 0.48.0",
8523]
8524
8525[[package]]
8526name = "windows-targets"
8527version = "0.42.2"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8530dependencies = [
8531 "windows_aarch64_gnullvm 0.42.2",
8532 "windows_aarch64_msvc 0.42.2",
8533 "windows_i686_gnu 0.42.2",
8534 "windows_i686_msvc 0.42.2",
8535 "windows_x86_64_gnu 0.42.2",
8536 "windows_x86_64_gnullvm 0.42.2",
8537 "windows_x86_64_msvc 0.42.2",
8538]
8539
8540[[package]]
8541name = "windows-targets"
8542version = "0.48.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8545dependencies = [
8546 "windows_aarch64_gnullvm 0.48.0",
8547 "windows_aarch64_msvc 0.48.0",
8548 "windows_i686_gnu 0.48.0",
8549 "windows_i686_msvc 0.48.0",
8550 "windows_x86_64_gnu 0.48.0",
8551 "windows_x86_64_gnullvm 0.48.0",
8552 "windows_x86_64_msvc 0.48.0",
8553]
8554
8555[[package]]
8556name = "windows_aarch64_gnullvm"
8557version = "0.42.2"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8560
8561[[package]]
8562name = "windows_aarch64_gnullvm"
8563version = "0.48.0"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8566
8567[[package]]
8568name = "windows_aarch64_msvc"
8569version = "0.42.2"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8572
8573[[package]]
8574name = "windows_aarch64_msvc"
8575version = "0.48.0"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8578
8579[[package]]
8580name = "windows_i686_gnu"
8581version = "0.42.2"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8584
8585[[package]]
8586name = "windows_i686_gnu"
8587version = "0.48.0"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8590
8591[[package]]
8592name = "windows_i686_msvc"
8593version = "0.42.2"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8596
8597[[package]]
8598name = "windows_i686_msvc"
8599version = "0.48.0"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8602
8603[[package]]
8604name = "windows_x86_64_gnu"
8605version = "0.42.2"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8608
8609[[package]]
8610name = "windows_x86_64_gnu"
8611version = "0.48.0"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8614
8615[[package]]
8616name = "windows_x86_64_gnullvm"
8617version = "0.42.2"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8620
8621[[package]]
8622name = "windows_x86_64_gnullvm"
8623version = "0.48.0"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8626
8627[[package]]
8628name = "windows_x86_64_msvc"
8629version = "0.42.2"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8632
8633[[package]]
8634name = "windows_x86_64_msvc"
8635version = "0.48.0"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8638
8639[[package]]
8640name = "winreg"
8641version = "0.10.1"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8644dependencies = [
8645 "winapi 0.3.9",
8646]
8647
8648[[package]]
8649name = "winx"
8650version = "0.31.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8653dependencies = [
8654 "bitflags",
8655 "io-lifetimes 0.5.3",
8656 "winapi 0.3.9",
8657]
8658
8659[[package]]
8660name = "wio"
8661version = "0.2.2"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8664dependencies = [
8665 "winapi 0.3.9",
8666]
8667
8668[[package]]
8669name = "witx"
8670version = "0.9.1"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8673dependencies = [
8674 "anyhow",
8675 "log",
8676 "thiserror",
8677 "wast 35.0.2",
8678]
8679
8680[[package]]
8681name = "workspace"
8682version = "0.1.0"
8683dependencies = [
8684 "anyhow",
8685 "assets",
8686 "async-recursion 1.0.4",
8687 "bincode",
8688 "call",
8689 "client",
8690 "collections",
8691 "context_menu",
8692 "db",
8693 "drag_and_drop",
8694 "env_logger 0.9.3",
8695 "fs",
8696 "futures 0.3.28",
8697 "gpui",
8698 "indoc",
8699 "install_cli",
8700 "itertools",
8701 "language",
8702 "lazy_static",
8703 "log",
8704 "menu",
8705 "parking_lot 0.11.2",
8706 "postage",
8707 "project",
8708 "schemars",
8709 "serde",
8710 "serde_derive",
8711 "serde_json",
8712 "settings",
8713 "smallvec",
8714 "terminal",
8715 "theme",
8716 "util",
8717 "uuid 1.3.2",
8718]
8719
8720[[package]]
8721name = "ws2_32-sys"
8722version = "0.2.1"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8725dependencies = [
8726 "winapi 0.2.8",
8727 "winapi-build",
8728]
8729
8730[[package]]
8731name = "xattr"
8732version = "0.2.3"
8733source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8735dependencies = [
8736 "libc",
8737]
8738
8739[[package]]
8740name = "xmlparser"
8741version = "0.13.5"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8744
8745[[package]]
8746name = "xmlwriter"
8747version = "0.1.0"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8750
8751[[package]]
8752name = "yaml-rust"
8753version = "0.4.5"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8756dependencies = [
8757 "linked-hash-map",
8758]
8759
8760[[package]]
8761name = "yansi"
8762version = "0.5.1"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8765
8766[[package]]
8767name = "yeslogic-fontconfig-sys"
8768version = "3.2.0"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8771dependencies = [
8772 "const-cstr",
8773 "dlib",
8774 "once_cell",
8775 "pkg-config",
8776]
8777
8778[[package]]
8779name = "zed"
8780version = "0.88.4"
8781dependencies = [
8782 "activity_indicator",
8783 "ai",
8784 "anyhow",
8785 "assets",
8786 "async-compression",
8787 "async-recursion 0.3.2",
8788 "async-tar",
8789 "async-trait",
8790 "auto_update",
8791 "backtrace",
8792 "breadcrumbs",
8793 "call",
8794 "chrono",
8795 "cli",
8796 "client",
8797 "clock",
8798 "collab_ui",
8799 "collections",
8800 "command_palette",
8801 "context_menu",
8802 "copilot",
8803 "copilot_button",
8804 "ctor",
8805 "db",
8806 "diagnostics",
8807 "editor",
8808 "env_logger 0.9.3",
8809 "feedback",
8810 "file_finder",
8811 "fs",
8812 "fsevent",
8813 "futures 0.3.28",
8814 "fuzzy",
8815 "go_to_line",
8816 "gpui",
8817 "ignore",
8818 "image",
8819 "indexmap",
8820 "install_cli",
8821 "isahc",
8822 "journal",
8823 "language",
8824 "language_selector",
8825 "lazy_static",
8826 "libc",
8827 "log",
8828 "lsp",
8829 "lsp_log",
8830 "node_runtime",
8831 "num_cpus",
8832 "outline",
8833 "parking_lot 0.11.2",
8834 "plugin_runtime",
8835 "postage",
8836 "project",
8837 "project_panel",
8838 "project_symbols",
8839 "rand 0.8.5",
8840 "recent_projects",
8841 "regex",
8842 "rpc",
8843 "rsa",
8844 "rust-embed",
8845 "search",
8846 "serde",
8847 "serde_derive",
8848 "serde_json",
8849 "settings",
8850 "simplelog",
8851 "smallvec",
8852 "smol",
8853 "staff_mode",
8854 "sum_tree",
8855 "tempdir",
8856 "terminal_view",
8857 "text",
8858 "theme",
8859 "theme_selector",
8860 "theme_testbench",
8861 "thiserror",
8862 "tiny_http",
8863 "toml",
8864 "tree-sitter",
8865 "tree-sitter-c",
8866 "tree-sitter-cpp",
8867 "tree-sitter-css",
8868 "tree-sitter-elixir",
8869 "tree-sitter-embedded-template",
8870 "tree-sitter-go",
8871 "tree-sitter-html",
8872 "tree-sitter-json 0.20.0",
8873 "tree-sitter-lua",
8874 "tree-sitter-markdown",
8875 "tree-sitter-python",
8876 "tree-sitter-racket",
8877 "tree-sitter-ruby",
8878 "tree-sitter-rust",
8879 "tree-sitter-scheme",
8880 "tree-sitter-toml",
8881 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8882 "tree-sitter-yaml",
8883 "unindent",
8884 "url",
8885 "urlencoding",
8886 "util",
8887 "uuid 1.3.2",
8888 "vim",
8889 "welcome",
8890 "workspace",
8891]
8892
8893[[package]]
8894name = "zeroize"
8895version = "1.3.0"
8896source = "registry+https://github.com/rust-lang/crates.io-index"
8897checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8898dependencies = [
8899 "zeroize_derive",
8900]
8901
8902[[package]]
8903name = "zeroize_derive"
8904version = "1.4.2"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8907dependencies = [
8908 "proc-macro2",
8909 "quote",
8910 "syn 2.0.15",
8911]
8912
8913[[package]]
8914name = "zstd"
8915version = "0.11.2+zstd.1.5.2"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8918dependencies = [
8919 "zstd-safe",
8920]
8921
8922[[package]]
8923name = "zstd-safe"
8924version = "5.0.2+zstd.1.5.2"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8927dependencies = [
8928 "libc",
8929 "zstd-sys",
8930]
8931
8932[[package]]
8933name = "zstd-sys"
8934version = "2.0.8+zstd.1.5.5"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
8937dependencies = [
8938 "cc",
8939 "libc",
8940 "pkg-config",
8941]