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 "search",
2240 "serde",
2241 "serde_derive",
2242 "settings",
2243 "smallvec",
2244 "sysinfo",
2245 "theme",
2246 "tree-sitter-markdown",
2247 "urlencoding",
2248 "util",
2249 "workspace",
2250]
2251
2252[[package]]
2253name = "file-per-thread-logger"
2254version = "0.1.6"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
2257dependencies = [
2258 "env_logger 0.10.0",
2259 "log",
2260]
2261
2262[[package]]
2263name = "file_finder"
2264version = "0.1.0"
2265dependencies = [
2266 "ctor",
2267 "editor",
2268 "env_logger 0.9.3",
2269 "fuzzy",
2270 "gpui",
2271 "language",
2272 "menu",
2273 "picker",
2274 "postage",
2275 "project",
2276 "serde_json",
2277 "settings",
2278 "text",
2279 "theme",
2280 "util",
2281 "workspace",
2282]
2283
2284[[package]]
2285name = "filetime"
2286version = "0.2.21"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2289dependencies = [
2290 "cfg-if 1.0.0",
2291 "libc",
2292 "redox_syscall 0.2.16",
2293 "windows-sys 0.48.0",
2294]
2295
2296[[package]]
2297name = "fixedbitset"
2298version = "0.4.2"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2301
2302[[package]]
2303name = "flate2"
2304version = "1.0.26"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2307dependencies = [
2308 "crc32fast",
2309 "miniz_oxide 0.7.1",
2310]
2311
2312[[package]]
2313name = "float-cmp"
2314version = "0.5.3"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2317
2318[[package]]
2319name = "float-ord"
2320version = "0.2.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2323
2324[[package]]
2325name = "flume"
2326version = "0.10.14"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2329dependencies = [
2330 "futures-core",
2331 "futures-sink",
2332 "pin-project",
2333 "spin 0.9.8",
2334]
2335
2336[[package]]
2337name = "fnv"
2338version = "1.0.7"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2341
2342[[package]]
2343name = "font-kit"
2344version = "0.11.0"
2345source = "git+https://github.com/zed-industries/font-kit?rev=b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18#b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18"
2346dependencies = [
2347 "bitflags",
2348 "byteorder",
2349 "core-foundation",
2350 "core-graphics",
2351 "core-text",
2352 "dirs-next",
2353 "dwrote",
2354 "float-ord",
2355 "freetype",
2356 "lazy_static",
2357 "libc",
2358 "log",
2359 "pathfinder_geometry",
2360 "pathfinder_simd",
2361 "walkdir",
2362 "winapi 0.3.9",
2363 "yeslogic-fontconfig-sys",
2364]
2365
2366[[package]]
2367name = "fontdb"
2368version = "0.5.4"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
2371dependencies = [
2372 "log",
2373 "memmap2",
2374 "ttf-parser 0.12.3",
2375]
2376
2377[[package]]
2378name = "foreign-types"
2379version = "0.3.2"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2382dependencies = [
2383 "foreign-types-shared",
2384]
2385
2386[[package]]
2387name = "foreign-types-shared"
2388version = "0.1.1"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2391
2392[[package]]
2393name = "form_urlencoded"
2394version = "1.1.0"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2397dependencies = [
2398 "percent-encoding",
2399]
2400
2401[[package]]
2402name = "freetype"
2403version = "0.7.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2406dependencies = [
2407 "freetype-sys",
2408 "libc",
2409]
2410
2411[[package]]
2412name = "freetype-sys"
2413version = "0.13.1"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
2416dependencies = [
2417 "cmake",
2418 "libc",
2419 "pkg-config",
2420]
2421
2422[[package]]
2423name = "fs"
2424version = "0.1.0"
2425dependencies = [
2426 "anyhow",
2427 "async-trait",
2428 "collections",
2429 "fsevent",
2430 "futures 0.3.28",
2431 "git2",
2432 "gpui",
2433 "lazy_static",
2434 "libc",
2435 "log",
2436 "lsp",
2437 "parking_lot 0.11.2",
2438 "regex",
2439 "rope",
2440 "serde",
2441 "serde_derive",
2442 "serde_json",
2443 "smol",
2444 "sum_tree",
2445 "tempfile",
2446 "util",
2447]
2448
2449[[package]]
2450name = "fs-set-times"
2451version = "0.15.0"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "7df62ee66ee2d532ea8d567b5a3f0d03ecd64636b98bad5be1e93dcc918b92aa"
2454dependencies = [
2455 "io-lifetimes 0.5.3",
2456 "rustix 0.33.7",
2457 "winapi 0.3.9",
2458]
2459
2460[[package]]
2461name = "fsevent"
2462version = "2.0.2"
2463dependencies = [
2464 "bitflags",
2465 "fsevent-sys",
2466 "parking_lot 0.11.2",
2467 "tempdir",
2468]
2469
2470[[package]]
2471name = "fsevent-sys"
2472version = "3.1.0"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
2475dependencies = [
2476 "libc",
2477]
2478
2479[[package]]
2480name = "fuchsia-cprng"
2481version = "0.1.1"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2484
2485[[package]]
2486name = "fuchsia-zircon"
2487version = "0.3.3"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2490dependencies = [
2491 "bitflags",
2492 "fuchsia-zircon-sys",
2493]
2494
2495[[package]]
2496name = "fuchsia-zircon-sys"
2497version = "0.3.3"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2500
2501[[package]]
2502name = "futures"
2503version = "0.1.31"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2506
2507[[package]]
2508name = "futures"
2509version = "0.3.28"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2512dependencies = [
2513 "futures-channel",
2514 "futures-core",
2515 "futures-executor",
2516 "futures-io",
2517 "futures-sink",
2518 "futures-task",
2519 "futures-util",
2520]
2521
2522[[package]]
2523name = "futures-channel"
2524version = "0.3.28"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2527dependencies = [
2528 "futures-core",
2529 "futures-sink",
2530]
2531
2532[[package]]
2533name = "futures-core"
2534version = "0.3.28"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2537
2538[[package]]
2539name = "futures-executor"
2540version = "0.3.28"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2543dependencies = [
2544 "futures-core",
2545 "futures-task",
2546 "futures-util",
2547]
2548
2549[[package]]
2550name = "futures-intrusive"
2551version = "0.4.2"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2554dependencies = [
2555 "futures-core",
2556 "lock_api",
2557 "parking_lot 0.11.2",
2558]
2559
2560[[package]]
2561name = "futures-io"
2562version = "0.3.28"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2565
2566[[package]]
2567name = "futures-lite"
2568version = "1.13.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2571dependencies = [
2572 "fastrand",
2573 "futures-core",
2574 "futures-io",
2575 "memchr",
2576 "parking",
2577 "pin-project-lite 0.2.9",
2578 "waker-fn",
2579]
2580
2581[[package]]
2582name = "futures-macro"
2583version = "0.3.28"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2586dependencies = [
2587 "proc-macro2",
2588 "quote",
2589 "syn 2.0.15",
2590]
2591
2592[[package]]
2593name = "futures-sink"
2594version = "0.3.28"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2597
2598[[package]]
2599name = "futures-task"
2600version = "0.3.28"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2603
2604[[package]]
2605name = "futures-util"
2606version = "0.3.28"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2609dependencies = [
2610 "futures 0.1.31",
2611 "futures-channel",
2612 "futures-core",
2613 "futures-io",
2614 "futures-macro",
2615 "futures-sink",
2616 "futures-task",
2617 "memchr",
2618 "pin-project-lite 0.2.9",
2619 "pin-utils",
2620 "slab",
2621 "tokio-io",
2622]
2623
2624[[package]]
2625name = "fuzzy"
2626version = "0.1.0"
2627dependencies = [
2628 "gpui",
2629 "util",
2630]
2631
2632[[package]]
2633name = "fxhash"
2634version = "0.2.1"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2637dependencies = [
2638 "byteorder",
2639]
2640
2641[[package]]
2642name = "generic-array"
2643version = "0.14.7"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2646dependencies = [
2647 "typenum",
2648 "version_check",
2649]
2650
2651[[package]]
2652name = "getrandom"
2653version = "0.1.16"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2656dependencies = [
2657 "cfg-if 1.0.0",
2658 "libc",
2659 "wasi 0.9.0+wasi-snapshot-preview1",
2660]
2661
2662[[package]]
2663name = "getrandom"
2664version = "0.2.9"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2667dependencies = [
2668 "cfg-if 1.0.0",
2669 "libc",
2670 "wasi 0.11.0+wasi-snapshot-preview1",
2671]
2672
2673[[package]]
2674name = "gif"
2675version = "0.11.4"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2678dependencies = [
2679 "color_quant",
2680 "weezl",
2681]
2682
2683[[package]]
2684name = "gimli"
2685version = "0.26.2"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2688dependencies = [
2689 "fallible-iterator",
2690 "indexmap",
2691 "stable_deref_trait",
2692]
2693
2694[[package]]
2695name = "gimli"
2696version = "0.27.2"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2699
2700[[package]]
2701name = "git"
2702version = "0.1.0"
2703dependencies = [
2704 "anyhow",
2705 "async-trait",
2706 "clock",
2707 "collections",
2708 "futures 0.3.28",
2709 "git2",
2710 "lazy_static",
2711 "log",
2712 "parking_lot 0.11.2",
2713 "smol",
2714 "sum_tree",
2715 "text",
2716 "unindent",
2717 "util",
2718]
2719
2720[[package]]
2721name = "git2"
2722version = "0.15.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2725dependencies = [
2726 "bitflags",
2727 "libc",
2728 "libgit2-sys",
2729 "log",
2730 "url",
2731]
2732
2733[[package]]
2734name = "glob"
2735version = "0.3.1"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2738
2739[[package]]
2740name = "globset"
2741version = "0.4.10"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2744dependencies = [
2745 "aho-corasick 0.7.20",
2746 "bstr",
2747 "fnv",
2748 "log",
2749 "regex",
2750]
2751
2752[[package]]
2753name = "gloo-timers"
2754version = "0.2.6"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2757dependencies = [
2758 "futures-channel",
2759 "futures-core",
2760 "js-sys",
2761 "wasm-bindgen",
2762]
2763
2764[[package]]
2765name = "go_to_line"
2766version = "0.1.0"
2767dependencies = [
2768 "editor",
2769 "gpui",
2770 "menu",
2771 "postage",
2772 "settings",
2773 "text",
2774 "theme",
2775 "util",
2776 "workspace",
2777]
2778
2779[[package]]
2780name = "gpui"
2781version = "0.1.0"
2782dependencies = [
2783 "anyhow",
2784 "async-task",
2785 "backtrace",
2786 "bindgen",
2787 "block",
2788 "cc",
2789 "cocoa",
2790 "collections",
2791 "core-foundation",
2792 "core-graphics",
2793 "core-text",
2794 "ctor",
2795 "dhat",
2796 "env_logger 0.9.3",
2797 "etagere",
2798 "font-kit",
2799 "foreign-types",
2800 "futures 0.3.28",
2801 "gpui_macros",
2802 "image",
2803 "itertools",
2804 "lazy_static",
2805 "log",
2806 "media",
2807 "metal",
2808 "num_cpus",
2809 "objc",
2810 "ordered-float",
2811 "parking",
2812 "parking_lot 0.11.2",
2813 "pathfinder_color",
2814 "pathfinder_geometry",
2815 "png",
2816 "postage",
2817 "rand 0.8.5",
2818 "resvg",
2819 "schemars",
2820 "seahash",
2821 "serde",
2822 "serde_derive",
2823 "serde_json",
2824 "simplelog",
2825 "smallvec",
2826 "smol",
2827 "sqlez",
2828 "sum_tree",
2829 "time 0.3.21",
2830 "tiny-skia",
2831 "usvg",
2832 "util",
2833 "uuid 1.3.2",
2834 "waker-fn",
2835]
2836
2837[[package]]
2838name = "gpui_macros"
2839version = "0.1.0"
2840dependencies = [
2841 "proc-macro2",
2842 "quote",
2843 "syn 1.0.109",
2844]
2845
2846[[package]]
2847name = "h2"
2848version = "0.3.18"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2851dependencies = [
2852 "bytes 1.4.0",
2853 "fnv",
2854 "futures-core",
2855 "futures-sink",
2856 "futures-util",
2857 "http",
2858 "indexmap",
2859 "slab",
2860 "tokio",
2861 "tokio-util 0.7.8",
2862 "tracing",
2863]
2864
2865[[package]]
2866name = "hashbrown"
2867version = "0.11.2"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2870dependencies = [
2871 "ahash 0.7.6",
2872]
2873
2874[[package]]
2875name = "hashbrown"
2876version = "0.12.3"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2879dependencies = [
2880 "ahash 0.7.6",
2881]
2882
2883[[package]]
2884name = "hashbrown"
2885version = "0.13.2"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2888dependencies = [
2889 "ahash 0.8.3",
2890]
2891
2892[[package]]
2893name = "hashlink"
2894version = "0.8.1"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2897dependencies = [
2898 "hashbrown 0.12.3",
2899]
2900
2901[[package]]
2902name = "headers"
2903version = "0.3.8"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2906dependencies = [
2907 "base64 0.13.1",
2908 "bitflags",
2909 "bytes 1.4.0",
2910 "headers-core",
2911 "http",
2912 "httpdate",
2913 "mime",
2914 "sha1",
2915]
2916
2917[[package]]
2918name = "headers-core"
2919version = "0.2.0"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2922dependencies = [
2923 "http",
2924]
2925
2926[[package]]
2927name = "heck"
2928version = "0.3.3"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2931dependencies = [
2932 "unicode-segmentation",
2933]
2934
2935[[package]]
2936name = "heck"
2937version = "0.4.1"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2940dependencies = [
2941 "unicode-segmentation",
2942]
2943
2944[[package]]
2945name = "hermit-abi"
2946version = "0.1.19"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2949dependencies = [
2950 "libc",
2951]
2952
2953[[package]]
2954name = "hermit-abi"
2955version = "0.2.6"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2958dependencies = [
2959 "libc",
2960]
2961
2962[[package]]
2963name = "hermit-abi"
2964version = "0.3.1"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2967
2968[[package]]
2969name = "hex"
2970version = "0.4.3"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2973
2974[[package]]
2975name = "hkdf"
2976version = "0.12.3"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2979dependencies = [
2980 "hmac 0.12.1",
2981]
2982
2983[[package]]
2984name = "hmac"
2985version = "0.11.0"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2988dependencies = [
2989 "crypto-mac",
2990 "digest 0.9.0",
2991]
2992
2993[[package]]
2994name = "hmac"
2995version = "0.12.1"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2998dependencies = [
2999 "digest 0.10.6",
3000]
3001
3002[[package]]
3003name = "http"
3004version = "0.2.9"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
3007dependencies = [
3008 "bytes 1.4.0",
3009 "fnv",
3010 "itoa",
3011]
3012
3013[[package]]
3014name = "http-body"
3015version = "0.4.5"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3018dependencies = [
3019 "bytes 1.4.0",
3020 "http",
3021 "pin-project-lite 0.2.9",
3022]
3023
3024[[package]]
3025name = "http-range-header"
3026version = "0.3.0"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3029
3030[[package]]
3031name = "httparse"
3032version = "1.8.0"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3035
3036[[package]]
3037name = "httpdate"
3038version = "1.0.2"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3041
3042[[package]]
3043name = "human_bytes"
3044version = "0.4.2"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
3047
3048[[package]]
3049name = "humantime"
3050version = "2.1.0"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3053
3054[[package]]
3055name = "hyper"
3056version = "0.14.26"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3059dependencies = [
3060 "bytes 1.4.0",
3061 "futures-channel",
3062 "futures-core",
3063 "futures-util",
3064 "h2",
3065 "http",
3066 "http-body",
3067 "httparse",
3068 "httpdate",
3069 "itoa",
3070 "pin-project-lite 0.2.9",
3071 "socket2",
3072 "tokio",
3073 "tower-service",
3074 "tracing",
3075 "want",
3076]
3077
3078[[package]]
3079name = "hyper-timeout"
3080version = "0.4.1"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3083dependencies = [
3084 "hyper",
3085 "pin-project-lite 0.2.9",
3086 "tokio",
3087 "tokio-io-timeout",
3088]
3089
3090[[package]]
3091name = "hyper-tls"
3092version = "0.5.0"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3095dependencies = [
3096 "bytes 1.4.0",
3097 "hyper",
3098 "native-tls",
3099 "tokio",
3100 "tokio-native-tls",
3101]
3102
3103[[package]]
3104name = "iana-time-zone"
3105version = "0.1.56"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
3108dependencies = [
3109 "android_system_properties",
3110 "core-foundation-sys",
3111 "iana-time-zone-haiku",
3112 "js-sys",
3113 "wasm-bindgen",
3114 "windows",
3115]
3116
3117[[package]]
3118name = "iana-time-zone-haiku"
3119version = "0.1.1"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3122dependencies = [
3123 "cxx",
3124 "cxx-build",
3125]
3126
3127[[package]]
3128name = "idna"
3129version = "0.3.0"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3132dependencies = [
3133 "unicode-bidi",
3134 "unicode-normalization",
3135]
3136
3137[[package]]
3138name = "ignore"
3139version = "0.4.20"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3142dependencies = [
3143 "globset",
3144 "lazy_static",
3145 "log",
3146 "memchr",
3147 "regex",
3148 "same-file",
3149 "thread_local",
3150 "walkdir",
3151 "winapi-util",
3152]
3153
3154[[package]]
3155name = "image"
3156version = "0.23.14"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
3159dependencies = [
3160 "bytemuck",
3161 "byteorder",
3162 "color_quant",
3163 "gif",
3164 "jpeg-decoder",
3165 "num-iter",
3166 "num-rational",
3167 "num-traits",
3168 "png",
3169 "scoped_threadpool",
3170 "tiff",
3171]
3172
3173[[package]]
3174name = "indexmap"
3175version = "1.9.3"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3178dependencies = [
3179 "autocfg 1.1.0",
3180 "hashbrown 0.12.3",
3181 "serde",
3182]
3183
3184[[package]]
3185name = "indoc"
3186version = "1.0.9"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3189
3190[[package]]
3191name = "install_cli"
3192version = "0.1.0"
3193dependencies = [
3194 "anyhow",
3195 "gpui",
3196 "log",
3197 "smol",
3198 "util",
3199]
3200
3201[[package]]
3202name = "instant"
3203version = "0.1.12"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3206dependencies = [
3207 "cfg-if 1.0.0",
3208]
3209
3210[[package]]
3211name = "io-extras"
3212version = "0.13.2"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "d0c937cc9891c12eaa8c63ad347e4a288364b1328b924886970b47a14ab8f8f8"
3215dependencies = [
3216 "io-lifetimes 0.5.3",
3217 "winapi 0.3.9",
3218]
3219
3220[[package]]
3221name = "io-lifetimes"
3222version = "0.5.3"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3225dependencies = [
3226 "libc",
3227 "winapi 0.3.9",
3228]
3229
3230[[package]]
3231name = "io-lifetimes"
3232version = "1.0.10"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
3235dependencies = [
3236 "hermit-abi 0.3.1",
3237 "libc",
3238 "windows-sys 0.48.0",
3239]
3240
3241[[package]]
3242name = "iovec"
3243version = "0.1.4"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
3246dependencies = [
3247 "libc",
3248]
3249
3250[[package]]
3251name = "ipc-channel"
3252version = "0.16.0"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "7cb1d9211085f0ea6f1379d944b93c4d07e8207aa3bcf49f37eda12b85081887"
3255dependencies = [
3256 "bincode",
3257 "crossbeam-channel 0.4.4",
3258 "fnv",
3259 "lazy_static",
3260 "libc",
3261 "mio 0.6.23",
3262 "rand 0.7.3",
3263 "serde",
3264 "tempfile",
3265 "uuid 0.8.2",
3266 "winapi 0.3.9",
3267]
3268
3269[[package]]
3270name = "ipnet"
3271version = "2.7.2"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
3274
3275[[package]]
3276name = "is-terminal"
3277version = "0.1.0"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "7c89a757e762896bdbdfadf2860d0f8b0cea5e363d8cf3e7bdfeb63d1d976352"
3280dependencies = [
3281 "hermit-abi 0.2.6",
3282 "io-lifetimes 0.5.3",
3283 "rustix 0.33.7",
3284 "winapi 0.3.9",
3285]
3286
3287[[package]]
3288name = "is-terminal"
3289version = "0.4.7"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
3292dependencies = [
3293 "hermit-abi 0.3.1",
3294 "io-lifetimes 1.0.10",
3295 "rustix 0.37.19",
3296 "windows-sys 0.48.0",
3297]
3298
3299[[package]]
3300name = "isahc"
3301version = "1.7.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
3304dependencies = [
3305 "async-channel",
3306 "castaway",
3307 "crossbeam-utils 0.8.15",
3308 "curl",
3309 "curl-sys",
3310 "encoding_rs",
3311 "event-listener",
3312 "futures-lite",
3313 "http",
3314 "log",
3315 "mime",
3316 "once_cell",
3317 "polling",
3318 "slab",
3319 "sluice",
3320 "tracing",
3321 "tracing-futures",
3322 "url",
3323 "waker-fn",
3324]
3325
3326[[package]]
3327name = "itertools"
3328version = "0.10.5"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3331dependencies = [
3332 "either",
3333]
3334
3335[[package]]
3336name = "itoa"
3337version = "1.0.6"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
3340
3341[[package]]
3342name = "ittapi-rs"
3343version = "0.2.0"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "f712648a1ad72fbfb7adc2772c331e8d90f022f8cf30cbabefba2878dd3172b0"
3346dependencies = [
3347 "cc",
3348]
3349
3350[[package]]
3351name = "jobserver"
3352version = "0.1.26"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
3355dependencies = [
3356 "libc",
3357]
3358
3359[[package]]
3360name = "journal"
3361version = "0.1.0"
3362dependencies = [
3363 "anyhow",
3364 "chrono",
3365 "dirs 4.0.0",
3366 "editor",
3367 "gpui",
3368 "log",
3369 "schemars",
3370 "serde",
3371 "settings",
3372 "shellexpand",
3373 "util",
3374 "workspace",
3375]
3376
3377[[package]]
3378name = "jpeg-decoder"
3379version = "0.1.22"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
3382dependencies = [
3383 "rayon",
3384]
3385
3386[[package]]
3387name = "js-sys"
3388version = "0.3.62"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
3391dependencies = [
3392 "wasm-bindgen",
3393]
3394
3395[[package]]
3396name = "json_comments"
3397version = "0.2.1"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
3400
3401[[package]]
3402name = "jwt"
3403version = "0.16.0"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
3406dependencies = [
3407 "base64 0.13.1",
3408 "crypto-common",
3409 "digest 0.10.6",
3410 "hmac 0.12.1",
3411 "serde",
3412 "serde_json",
3413 "sha2 0.10.6",
3414]
3415
3416[[package]]
3417name = "kernel32-sys"
3418version = "0.2.2"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3421dependencies = [
3422 "winapi 0.2.8",
3423 "winapi-build",
3424]
3425
3426[[package]]
3427name = "kurbo"
3428version = "0.8.3"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
3431dependencies = [
3432 "arrayvec 0.7.2",
3433]
3434
3435[[package]]
3436name = "kv-log-macro"
3437version = "1.0.7"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3440dependencies = [
3441 "log",
3442]
3443
3444[[package]]
3445name = "language"
3446version = "0.1.0"
3447dependencies = [
3448 "anyhow",
3449 "async-broadcast",
3450 "async-trait",
3451 "client",
3452 "clock",
3453 "collections",
3454 "ctor",
3455 "env_logger 0.9.3",
3456 "fs",
3457 "futures 0.3.28",
3458 "fuzzy",
3459 "git",
3460 "globset",
3461 "gpui",
3462 "indoc",
3463 "lazy_static",
3464 "log",
3465 "lsp",
3466 "parking_lot 0.11.2",
3467 "postage",
3468 "rand 0.8.5",
3469 "regex",
3470 "rpc",
3471 "schemars",
3472 "serde",
3473 "serde_derive",
3474 "serde_json",
3475 "settings",
3476 "similar",
3477 "smallvec",
3478 "smol",
3479 "sum_tree",
3480 "text",
3481 "theme",
3482 "tree-sitter",
3483 "tree-sitter-embedded-template",
3484 "tree-sitter-html",
3485 "tree-sitter-javascript",
3486 "tree-sitter-json 0.19.0",
3487 "tree-sitter-markdown",
3488 "tree-sitter-python",
3489 "tree-sitter-ruby",
3490 "tree-sitter-rust",
3491 "tree-sitter-typescript 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)",
3492 "unicase",
3493 "unindent",
3494 "util",
3495]
3496
3497[[package]]
3498name = "language_selector"
3499version = "0.1.0"
3500dependencies = [
3501 "anyhow",
3502 "editor",
3503 "fuzzy",
3504 "gpui",
3505 "language",
3506 "picker",
3507 "project",
3508 "settings",
3509 "theme",
3510 "util",
3511 "workspace",
3512]
3513
3514[[package]]
3515name = "lazy_static"
3516version = "1.4.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3519dependencies = [
3520 "spin 0.5.2",
3521]
3522
3523[[package]]
3524name = "lazycell"
3525version = "1.3.0"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3528
3529[[package]]
3530name = "leb128"
3531version = "0.2.5"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
3534
3535[[package]]
3536name = "libc"
3537version = "0.2.144"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
3540
3541[[package]]
3542name = "libgit2-sys"
3543version = "0.14.2+1.5.1"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
3546dependencies = [
3547 "cc",
3548 "libc",
3549 "libz-sys",
3550 "pkg-config",
3551]
3552
3553[[package]]
3554name = "libloading"
3555version = "0.7.4"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3558dependencies = [
3559 "cfg-if 1.0.0",
3560 "winapi 0.3.9",
3561]
3562
3563[[package]]
3564name = "libm"
3565version = "0.2.6"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
3568
3569[[package]]
3570name = "libnghttp2-sys"
3571version = "0.1.7+1.45.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
3574dependencies = [
3575 "cc",
3576 "libc",
3577]
3578
3579[[package]]
3580name = "libsqlite3-sys"
3581version = "0.24.2"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
3584dependencies = [
3585 "cc",
3586 "pkg-config",
3587 "vcpkg",
3588]
3589
3590[[package]]
3591name = "libz-sys"
3592version = "1.1.9"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
3595dependencies = [
3596 "cc",
3597 "libc",
3598 "pkg-config",
3599 "vcpkg",
3600]
3601
3602[[package]]
3603name = "line-wrap"
3604version = "0.1.1"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3607dependencies = [
3608 "safemem",
3609]
3610
3611[[package]]
3612name = "link-cplusplus"
3613version = "1.0.8"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3616dependencies = [
3617 "cc",
3618]
3619
3620[[package]]
3621name = "linked-hash-map"
3622version = "0.5.6"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3625
3626[[package]]
3627name = "linux-raw-sys"
3628version = "0.0.42"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
3631
3632[[package]]
3633name = "linux-raw-sys"
3634version = "0.3.7"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
3637
3638[[package]]
3639name = "lipsum"
3640version = "0.8.2"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
3643dependencies = [
3644 "rand 0.8.5",
3645 "rand_chacha 0.3.1",
3646]
3647
3648[[package]]
3649name = "live_kit_client"
3650version = "0.1.0"
3651dependencies = [
3652 "anyhow",
3653 "async-broadcast",
3654 "async-trait",
3655 "block",
3656 "byteorder",
3657 "bytes 1.4.0",
3658 "cocoa",
3659 "collections",
3660 "core-foundation",
3661 "core-graphics",
3662 "foreign-types",
3663 "futures 0.3.28",
3664 "gpui",
3665 "hmac 0.12.1",
3666 "jwt",
3667 "lazy_static",
3668 "live_kit_server",
3669 "log",
3670 "media",
3671 "nanoid",
3672 "objc",
3673 "parking_lot 0.11.2",
3674 "postage",
3675 "serde",
3676 "serde_derive",
3677 "serde_json",
3678 "sha2 0.10.6",
3679 "simplelog",
3680]
3681
3682[[package]]
3683name = "live_kit_server"
3684version = "0.1.0"
3685dependencies = [
3686 "anyhow",
3687 "async-trait",
3688 "futures 0.3.28",
3689 "hmac 0.12.1",
3690 "jwt",
3691 "log",
3692 "prost 0.8.0",
3693 "prost-build",
3694 "prost-types 0.8.0",
3695 "reqwest",
3696 "serde",
3697 "serde_derive",
3698 "sha2 0.10.6",
3699]
3700
3701[[package]]
3702name = "lock_api"
3703version = "0.4.9"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3706dependencies = [
3707 "autocfg 1.1.0",
3708 "scopeguard",
3709]
3710
3711[[package]]
3712name = "log"
3713version = "0.4.17"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3716dependencies = [
3717 "cfg-if 1.0.0",
3718 "serde",
3719 "value-bag",
3720]
3721
3722[[package]]
3723name = "lsp"
3724version = "0.1.0"
3725dependencies = [
3726 "anyhow",
3727 "async-pipe",
3728 "collections",
3729 "ctor",
3730 "env_logger 0.9.3",
3731 "futures 0.3.28",
3732 "gpui",
3733 "log",
3734 "lsp-types",
3735 "parking_lot 0.11.2",
3736 "postage",
3737 "serde",
3738 "serde_derive",
3739 "serde_json",
3740 "smol",
3741 "unindent",
3742 "util",
3743]
3744
3745[[package]]
3746name = "lsp-types"
3747version = "0.91.1"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "2368312c59425dd133cb9a327afee65be0a633a8ce471d248e2202a48f8f68ae"
3750dependencies = [
3751 "bitflags",
3752 "serde",
3753 "serde_json",
3754 "serde_repr",
3755 "url",
3756]
3757
3758[[package]]
3759name = "lsp_log"
3760version = "0.1.0"
3761dependencies = [
3762 "anyhow",
3763 "collections",
3764 "editor",
3765 "futures 0.3.28",
3766 "gpui",
3767 "language",
3768 "lsp",
3769 "project",
3770 "serde",
3771 "settings",
3772 "theme",
3773 "unindent",
3774 "util",
3775 "workspace",
3776]
3777
3778[[package]]
3779name = "mach"
3780version = "0.3.2"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
3783dependencies = [
3784 "libc",
3785]
3786
3787[[package]]
3788name = "malloc_buf"
3789version = "0.0.6"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3792dependencies = [
3793 "libc",
3794]
3795
3796[[package]]
3797name = "matchers"
3798version = "0.1.0"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3801dependencies = [
3802 "regex-automata",
3803]
3804
3805[[package]]
3806name = "matches"
3807version = "0.1.10"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3810
3811[[package]]
3812name = "matchit"
3813version = "0.5.0"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3816
3817[[package]]
3818name = "maybe-owned"
3819version = "0.3.4"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3822
3823[[package]]
3824name = "maybe-uninit"
3825version = "2.0.0"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
3828
3829[[package]]
3830name = "md-5"
3831version = "0.10.5"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3834dependencies = [
3835 "digest 0.10.6",
3836]
3837
3838[[package]]
3839name = "media"
3840version = "0.1.0"
3841dependencies = [
3842 "anyhow",
3843 "bindgen",
3844 "block",
3845 "bytes 1.4.0",
3846 "core-foundation",
3847 "foreign-types",
3848 "metal",
3849 "objc",
3850]
3851
3852[[package]]
3853name = "memchr"
3854version = "2.5.0"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3857
3858[[package]]
3859name = "memfd"
3860version = "0.4.1"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
3863dependencies = [
3864 "libc",
3865]
3866
3867[[package]]
3868name = "memmap2"
3869version = "0.2.3"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
3872dependencies = [
3873 "libc",
3874]
3875
3876[[package]]
3877name = "memoffset"
3878version = "0.6.5"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3881dependencies = [
3882 "autocfg 1.1.0",
3883]
3884
3885[[package]]
3886name = "memoffset"
3887version = "0.8.0"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
3890dependencies = [
3891 "autocfg 1.1.0",
3892]
3893
3894[[package]]
3895name = "menu"
3896version = "0.1.0"
3897dependencies = [
3898 "gpui",
3899]
3900
3901[[package]]
3902name = "metal"
3903version = "0.21.0"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
3906dependencies = [
3907 "bitflags",
3908 "block",
3909 "cocoa-foundation",
3910 "foreign-types",
3911 "log",
3912 "objc",
3913]
3914
3915[[package]]
3916name = "mime"
3917version = "0.3.17"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3920
3921[[package]]
3922name = "minimal-lexical"
3923version = "0.2.1"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3926
3927[[package]]
3928name = "miniz_oxide"
3929version = "0.3.7"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
3932dependencies = [
3933 "adler32",
3934]
3935
3936[[package]]
3937name = "miniz_oxide"
3938version = "0.4.4"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3941dependencies = [
3942 "adler",
3943 "autocfg 1.1.0",
3944]
3945
3946[[package]]
3947name = "miniz_oxide"
3948version = "0.6.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3951dependencies = [
3952 "adler",
3953]
3954
3955[[package]]
3956name = "miniz_oxide"
3957version = "0.7.1"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3960dependencies = [
3961 "adler",
3962]
3963
3964[[package]]
3965name = "mintex"
3966version = "0.1.2"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
3969dependencies = [
3970 "once_cell",
3971 "sys-info",
3972]
3973
3974[[package]]
3975name = "mio"
3976version = "0.6.23"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
3979dependencies = [
3980 "cfg-if 0.1.10",
3981 "fuchsia-zircon",
3982 "fuchsia-zircon-sys",
3983 "iovec",
3984 "kernel32-sys",
3985 "libc",
3986 "log",
3987 "miow 0.2.2",
3988 "net2",
3989 "slab",
3990 "winapi 0.2.8",
3991]
3992
3993[[package]]
3994name = "mio"
3995version = "0.8.6"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
3998dependencies = [
3999 "libc",
4000 "log",
4001 "wasi 0.11.0+wasi-snapshot-preview1",
4002 "windows-sys 0.45.0",
4003]
4004
4005[[package]]
4006name = "mio-anonymous-pipes"
4007version = "0.2.0"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
4010dependencies = [
4011 "mio 0.6.23",
4012 "miow 0.3.7",
4013 "parking_lot 0.11.2",
4014 "spsc-buffer",
4015 "winapi 0.3.9",
4016]
4017
4018[[package]]
4019name = "mio-extras"
4020version = "2.0.6"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4023dependencies = [
4024 "lazycell",
4025 "log",
4026 "mio 0.6.23",
4027 "slab",
4028]
4029
4030[[package]]
4031name = "mio-uds"
4032version = "0.6.8"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4035dependencies = [
4036 "iovec",
4037 "libc",
4038 "mio 0.6.23",
4039]
4040
4041[[package]]
4042name = "miow"
4043version = "0.2.2"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
4046dependencies = [
4047 "kernel32-sys",
4048 "net2",
4049 "winapi 0.2.8",
4050 "ws2_32-sys",
4051]
4052
4053[[package]]
4054name = "miow"
4055version = "0.3.7"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4058dependencies = [
4059 "winapi 0.3.9",
4060]
4061
4062[[package]]
4063name = "more-asserts"
4064version = "0.2.2"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
4067
4068[[package]]
4069name = "multimap"
4070version = "0.8.3"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4073
4074[[package]]
4075name = "nanoid"
4076version = "0.4.0"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4079dependencies = [
4080 "rand 0.8.5",
4081]
4082
4083[[package]]
4084name = "native-tls"
4085version = "0.2.11"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4088dependencies = [
4089 "lazy_static",
4090 "libc",
4091 "log",
4092 "openssl",
4093 "openssl-probe",
4094 "openssl-sys",
4095 "schannel",
4096 "security-framework",
4097 "security-framework-sys",
4098 "tempfile",
4099]
4100
4101[[package]]
4102name = "net2"
4103version = "0.2.38"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
4106dependencies = [
4107 "cfg-if 0.1.10",
4108 "libc",
4109 "winapi 0.3.9",
4110]
4111
4112[[package]]
4113name = "nix"
4114version = "0.24.3"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
4117dependencies = [
4118 "bitflags",
4119 "cfg-if 1.0.0",
4120 "libc",
4121 "memoffset 0.6.5",
4122]
4123
4124[[package]]
4125name = "node_runtime"
4126version = "0.1.0"
4127dependencies = [
4128 "anyhow",
4129 "async-compression",
4130 "async-tar",
4131 "futures 0.3.28",
4132 "gpui",
4133 "parking_lot 0.11.2",
4134 "serde",
4135 "serde_derive",
4136 "serde_json",
4137 "smol",
4138 "util",
4139]
4140
4141[[package]]
4142name = "nom"
4143version = "7.1.3"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4146dependencies = [
4147 "memchr",
4148 "minimal-lexical",
4149]
4150
4151[[package]]
4152name = "ntapi"
4153version = "0.3.7"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
4156dependencies = [
4157 "winapi 0.3.9",
4158]
4159
4160[[package]]
4161name = "ntapi"
4162version = "0.4.1"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4165dependencies = [
4166 "winapi 0.3.9",
4167]
4168
4169[[package]]
4170name = "nu-ansi-term"
4171version = "0.46.0"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4174dependencies = [
4175 "overload",
4176 "winapi 0.3.9",
4177]
4178
4179[[package]]
4180name = "num-bigint"
4181version = "0.4.3"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
4184dependencies = [
4185 "autocfg 1.1.0",
4186 "num-integer",
4187 "num-traits",
4188]
4189
4190[[package]]
4191name = "num-bigint-dig"
4192version = "0.7.0"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
4195dependencies = [
4196 "autocfg 0.1.8",
4197 "byteorder",
4198 "lazy_static",
4199 "libm",
4200 "num-integer",
4201 "num-iter",
4202 "num-traits",
4203 "rand 0.8.5",
4204 "smallvec",
4205 "zeroize",
4206]
4207
4208[[package]]
4209name = "num-integer"
4210version = "0.1.45"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4213dependencies = [
4214 "autocfg 1.1.0",
4215 "num-traits",
4216]
4217
4218[[package]]
4219name = "num-iter"
4220version = "0.1.43"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
4223dependencies = [
4224 "autocfg 1.1.0",
4225 "num-integer",
4226 "num-traits",
4227]
4228
4229[[package]]
4230name = "num-rational"
4231version = "0.3.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4234dependencies = [
4235 "autocfg 1.1.0",
4236 "num-integer",
4237 "num-traits",
4238]
4239
4240[[package]]
4241name = "num-traits"
4242version = "0.2.15"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
4245dependencies = [
4246 "autocfg 1.1.0",
4247 "libm",
4248]
4249
4250[[package]]
4251name = "num_cpus"
4252version = "1.15.0"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
4255dependencies = [
4256 "hermit-abi 0.2.6",
4257 "libc",
4258]
4259
4260[[package]]
4261name = "nvim-rs"
4262version = "0.5.0"
4263source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#d701c2790dcb2579f8f4d7003ba30e2100a7d25b"
4264dependencies = [
4265 "async-trait",
4266 "futures 0.3.28",
4267 "log",
4268 "parity-tokio-ipc",
4269 "rmp",
4270 "rmpv",
4271 "tokio",
4272 "tokio-util 0.7.8",
4273]
4274
4275[[package]]
4276name = "objc"
4277version = "0.2.7"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
4280dependencies = [
4281 "malloc_buf",
4282 "objc_exception",
4283]
4284
4285[[package]]
4286name = "objc_exception"
4287version = "0.1.2"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
4290dependencies = [
4291 "cc",
4292]
4293
4294[[package]]
4295name = "object"
4296version = "0.28.4"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
4299dependencies = [
4300 "crc32fast",
4301 "hashbrown 0.11.2",
4302 "indexmap",
4303 "memchr",
4304]
4305
4306[[package]]
4307name = "object"
4308version = "0.30.3"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
4311dependencies = [
4312 "memchr",
4313]
4314
4315[[package]]
4316name = "once_cell"
4317version = "1.17.1"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
4320
4321[[package]]
4322name = "opaque-debug"
4323version = "0.3.0"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4326
4327[[package]]
4328name = "openssl"
4329version = "0.10.52"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
4332dependencies = [
4333 "bitflags",
4334 "cfg-if 1.0.0",
4335 "foreign-types",
4336 "libc",
4337 "once_cell",
4338 "openssl-macros",
4339 "openssl-sys",
4340]
4341
4342[[package]]
4343name = "openssl-macros"
4344version = "0.1.1"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4347dependencies = [
4348 "proc-macro2",
4349 "quote",
4350 "syn 2.0.15",
4351]
4352
4353[[package]]
4354name = "openssl-probe"
4355version = "0.1.5"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4358
4359[[package]]
4360name = "openssl-sys"
4361version = "0.9.87"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
4364dependencies = [
4365 "cc",
4366 "libc",
4367 "pkg-config",
4368 "vcpkg",
4369]
4370
4371[[package]]
4372name = "ordered-float"
4373version = "2.10.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
4376dependencies = [
4377 "num-traits",
4378]
4379
4380[[package]]
4381name = "os_str_bytes"
4382version = "6.5.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
4385
4386[[package]]
4387name = "ouroboros"
4388version = "0.15.6"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
4391dependencies = [
4392 "aliasable",
4393 "ouroboros_macro",
4394]
4395
4396[[package]]
4397name = "ouroboros_macro"
4398version = "0.15.6"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
4401dependencies = [
4402 "Inflector",
4403 "proc-macro-error",
4404 "proc-macro2",
4405 "quote",
4406 "syn 1.0.109",
4407]
4408
4409[[package]]
4410name = "outline"
4411version = "0.1.0"
4412dependencies = [
4413 "editor",
4414 "fuzzy",
4415 "gpui",
4416 "language",
4417 "ordered-float",
4418 "picker",
4419 "postage",
4420 "settings",
4421 "smol",
4422 "text",
4423 "theme",
4424 "workspace",
4425]
4426
4427[[package]]
4428name = "output_vt100"
4429version = "0.1.3"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
4432dependencies = [
4433 "winapi 0.3.9",
4434]
4435
4436[[package]]
4437name = "overload"
4438version = "0.1.1"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4441
4442[[package]]
4443name = "parity-tokio-ipc"
4444version = "0.9.0"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
4447dependencies = [
4448 "futures 0.3.28",
4449 "libc",
4450 "log",
4451 "rand 0.7.3",
4452 "tokio",
4453 "winapi 0.3.9",
4454]
4455
4456[[package]]
4457name = "parking"
4458version = "2.1.0"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
4461
4462[[package]]
4463name = "parking_lot"
4464version = "0.11.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
4467dependencies = [
4468 "instant",
4469 "lock_api",
4470 "parking_lot_core 0.8.6",
4471]
4472
4473[[package]]
4474name = "parking_lot"
4475version = "0.12.1"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4478dependencies = [
4479 "lock_api",
4480 "parking_lot_core 0.9.7",
4481]
4482
4483[[package]]
4484name = "parking_lot_core"
4485version = "0.8.6"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
4488dependencies = [
4489 "cfg-if 1.0.0",
4490 "instant",
4491 "libc",
4492 "redox_syscall 0.2.16",
4493 "smallvec",
4494 "winapi 0.3.9",
4495]
4496
4497[[package]]
4498name = "parking_lot_core"
4499version = "0.9.7"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
4502dependencies = [
4503 "cfg-if 1.0.0",
4504 "libc",
4505 "redox_syscall 0.2.16",
4506 "smallvec",
4507 "windows-sys 0.45.0",
4508]
4509
4510[[package]]
4511name = "password-hash"
4512version = "0.2.3"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
4515dependencies = [
4516 "base64ct",
4517 "rand_core 0.6.4",
4518 "subtle",
4519]
4520
4521[[package]]
4522name = "paste"
4523version = "1.0.12"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
4526
4527[[package]]
4528name = "pathfinder_color"
4529version = "0.5.0"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
4532dependencies = [
4533 "pathfinder_simd",
4534]
4535
4536[[package]]
4537name = "pathfinder_geometry"
4538version = "0.5.1"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
4541dependencies = [
4542 "log",
4543 "pathfinder_simd",
4544]
4545
4546[[package]]
4547name = "pathfinder_simd"
4548version = "0.5.1"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
4551dependencies = [
4552 "rustc_version",
4553]
4554
4555[[package]]
4556name = "pbkdf2"
4557version = "0.8.0"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
4560dependencies = [
4561 "crypto-mac",
4562]
4563
4564[[package]]
4565name = "peeking_take_while"
4566version = "0.1.2"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4569
4570[[package]]
4571name = "pem"
4572version = "0.8.3"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4575dependencies = [
4576 "base64 0.13.1",
4577 "once_cell",
4578 "regex",
4579]
4580
4581[[package]]
4582name = "percent-encoding"
4583version = "2.2.0"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
4586
4587[[package]]
4588name = "pest"
4589version = "2.6.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
4592dependencies = [
4593 "thiserror",
4594 "ucd-trie",
4595]
4596
4597[[package]]
4598name = "petgraph"
4599version = "0.6.3"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
4602dependencies = [
4603 "fixedbitset",
4604 "indexmap",
4605]
4606
4607[[package]]
4608name = "picker"
4609version = "0.1.0"
4610dependencies = [
4611 "ctor",
4612 "editor",
4613 "env_logger 0.9.3",
4614 "gpui",
4615 "menu",
4616 "parking_lot 0.11.2",
4617 "serde_json",
4618 "settings",
4619 "theme",
4620 "util",
4621 "workspace",
4622]
4623
4624[[package]]
4625name = "pico-args"
4626version = "0.4.2"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
4629
4630[[package]]
4631name = "pin-project"
4632version = "1.0.12"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
4635dependencies = [
4636 "pin-project-internal",
4637]
4638
4639[[package]]
4640name = "pin-project-internal"
4641version = "1.0.12"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
4644dependencies = [
4645 "proc-macro2",
4646 "quote",
4647 "syn 1.0.109",
4648]
4649
4650[[package]]
4651name = "pin-project-lite"
4652version = "0.1.12"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
4655
4656[[package]]
4657name = "pin-project-lite"
4658version = "0.2.9"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4661
4662[[package]]
4663name = "pin-utils"
4664version = "0.1.0"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4667
4668[[package]]
4669name = "pkg-config"
4670version = "0.3.27"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4673
4674[[package]]
4675name = "plist"
4676version = "1.4.3"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
4679dependencies = [
4680 "base64 0.21.0",
4681 "indexmap",
4682 "line-wrap",
4683 "quick-xml",
4684 "serde",
4685 "time 0.3.21",
4686]
4687
4688[[package]]
4689name = "plugin"
4690version = "0.1.0"
4691dependencies = [
4692 "bincode",
4693 "plugin_macros",
4694 "serde",
4695 "serde_derive",
4696]
4697
4698[[package]]
4699name = "plugin_macros"
4700version = "0.1.0"
4701dependencies = [
4702 "bincode",
4703 "proc-macro2",
4704 "quote",
4705 "serde",
4706 "serde_derive",
4707 "syn 1.0.109",
4708]
4709
4710[[package]]
4711name = "plugin_runtime"
4712version = "0.1.0"
4713dependencies = [
4714 "anyhow",
4715 "bincode",
4716 "pollster",
4717 "serde",
4718 "serde_derive",
4719 "serde_json",
4720 "smol",
4721 "wasi-common",
4722 "wasmtime",
4723 "wasmtime-wasi",
4724]
4725
4726[[package]]
4727name = "png"
4728version = "0.16.8"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
4731dependencies = [
4732 "bitflags",
4733 "crc32fast",
4734 "deflate",
4735 "miniz_oxide 0.3.7",
4736]
4737
4738[[package]]
4739name = "polling"
4740version = "2.8.0"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4743dependencies = [
4744 "autocfg 1.1.0",
4745 "bitflags",
4746 "cfg-if 1.0.0",
4747 "concurrent-queue",
4748 "libc",
4749 "log",
4750 "pin-project-lite 0.2.9",
4751 "windows-sys 0.48.0",
4752]
4753
4754[[package]]
4755name = "pollster"
4756version = "0.2.5"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
4759
4760[[package]]
4761name = "postage"
4762version = "0.5.0"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
4765dependencies = [
4766 "atomic",
4767 "crossbeam-queue",
4768 "futures 0.3.28",
4769 "log",
4770 "parking_lot 0.12.1",
4771 "pin-project",
4772 "pollster",
4773 "static_assertions",
4774 "thiserror",
4775]
4776
4777[[package]]
4778name = "ppv-lite86"
4779version = "0.2.17"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4782
4783[[package]]
4784name = "pretty_assertions"
4785version = "1.3.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
4788dependencies = [
4789 "ctor",
4790 "diff",
4791 "output_vt100",
4792 "yansi",
4793]
4794
4795[[package]]
4796name = "proc-macro-crate"
4797version = "0.1.5"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
4800dependencies = [
4801 "toml",
4802]
4803
4804[[package]]
4805name = "proc-macro-error"
4806version = "1.0.4"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4809dependencies = [
4810 "proc-macro-error-attr",
4811 "proc-macro2",
4812 "quote",
4813 "syn 1.0.109",
4814 "version_check",
4815]
4816
4817[[package]]
4818name = "proc-macro-error-attr"
4819version = "1.0.4"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4822dependencies = [
4823 "proc-macro2",
4824 "quote",
4825 "version_check",
4826]
4827
4828[[package]]
4829name = "proc-macro2"
4830version = "1.0.56"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
4833dependencies = [
4834 "unicode-ident",
4835]
4836
4837[[package]]
4838name = "procinfo"
4839version = "0.1.0"
4840source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d"
4841dependencies = [
4842 "libc",
4843 "log",
4844 "ntapi 0.3.7",
4845 "winapi 0.3.9",
4846]
4847
4848[[package]]
4849name = "project"
4850version = "0.1.0"
4851dependencies = [
4852 "aho-corasick 0.7.20",
4853 "anyhow",
4854 "async-trait",
4855 "backtrace",
4856 "client",
4857 "clock",
4858 "collections",
4859 "copilot",
4860 "ctor",
4861 "db",
4862 "env_logger 0.9.3",
4863 "fs",
4864 "fsevent",
4865 "futures 0.3.28",
4866 "fuzzy",
4867 "git",
4868 "git2",
4869 "globset",
4870 "gpui",
4871 "ignore",
4872 "itertools",
4873 "language",
4874 "lazy_static",
4875 "log",
4876 "lsp",
4877 "parking_lot 0.11.2",
4878 "postage",
4879 "pretty_assertions",
4880 "rand 0.8.5",
4881 "regex",
4882 "rpc",
4883 "schemars",
4884 "serde",
4885 "serde_derive",
4886 "serde_json",
4887 "settings",
4888 "sha2 0.10.6",
4889 "similar",
4890 "smol",
4891 "sum_tree",
4892 "tempdir",
4893 "terminal",
4894 "text",
4895 "thiserror",
4896 "toml",
4897 "unindent",
4898 "util",
4899]
4900
4901[[package]]
4902name = "project_panel"
4903version = "0.1.0"
4904dependencies = [
4905 "anyhow",
4906 "client",
4907 "context_menu",
4908 "db",
4909 "drag_and_drop",
4910 "editor",
4911 "futures 0.3.28",
4912 "gpui",
4913 "language",
4914 "menu",
4915 "postage",
4916 "project",
4917 "schemars",
4918 "serde",
4919 "serde_derive",
4920 "serde_json",
4921 "settings",
4922 "theme",
4923 "unicase",
4924 "util",
4925 "workspace",
4926]
4927
4928[[package]]
4929name = "project_symbols"
4930version = "0.1.0"
4931dependencies = [
4932 "anyhow",
4933 "editor",
4934 "futures 0.3.28",
4935 "fuzzy",
4936 "gpui",
4937 "language",
4938 "lsp",
4939 "ordered-float",
4940 "picker",
4941 "postage",
4942 "project",
4943 "settings",
4944 "smol",
4945 "text",
4946 "theme",
4947 "util",
4948 "workspace",
4949]
4950
4951[[package]]
4952name = "prometheus"
4953version = "0.13.3"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4956dependencies = [
4957 "cfg-if 1.0.0",
4958 "fnv",
4959 "lazy_static",
4960 "memchr",
4961 "parking_lot 0.12.1",
4962 "protobuf",
4963 "thiserror",
4964]
4965
4966[[package]]
4967name = "prost"
4968version = "0.8.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
4971dependencies = [
4972 "bytes 1.4.0",
4973 "prost-derive 0.8.0",
4974]
4975
4976[[package]]
4977name = "prost"
4978version = "0.9.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4981dependencies = [
4982 "bytes 1.4.0",
4983 "prost-derive 0.9.0",
4984]
4985
4986[[package]]
4987name = "prost-build"
4988version = "0.9.0"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4991dependencies = [
4992 "bytes 1.4.0",
4993 "heck 0.3.3",
4994 "itertools",
4995 "lazy_static",
4996 "log",
4997 "multimap",
4998 "petgraph",
4999 "prost 0.9.0",
5000 "prost-types 0.9.0",
5001 "regex",
5002 "tempfile",
5003 "which",
5004]
5005
5006[[package]]
5007name = "prost-derive"
5008version = "0.8.0"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
5011dependencies = [
5012 "anyhow",
5013 "itertools",
5014 "proc-macro2",
5015 "quote",
5016 "syn 1.0.109",
5017]
5018
5019[[package]]
5020name = "prost-derive"
5021version = "0.9.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5024dependencies = [
5025 "anyhow",
5026 "itertools",
5027 "proc-macro2",
5028 "quote",
5029 "syn 1.0.109",
5030]
5031
5032[[package]]
5033name = "prost-types"
5034version = "0.8.0"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5037dependencies = [
5038 "bytes 1.4.0",
5039 "prost 0.8.0",
5040]
5041
5042[[package]]
5043name = "prost-types"
5044version = "0.9.0"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5047dependencies = [
5048 "bytes 1.4.0",
5049 "prost 0.9.0",
5050]
5051
5052[[package]]
5053name = "protobuf"
5054version = "2.28.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5057
5058[[package]]
5059name = "psm"
5060version = "0.1.21"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5063dependencies = [
5064 "cc",
5065]
5066
5067[[package]]
5068name = "ptr_meta"
5069version = "0.1.4"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5072dependencies = [
5073 "ptr_meta_derive",
5074]
5075
5076[[package]]
5077name = "ptr_meta_derive"
5078version = "0.1.4"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5081dependencies = [
5082 "proc-macro2",
5083 "quote",
5084 "syn 1.0.109",
5085]
5086
5087[[package]]
5088name = "pulldown-cmark"
5089version = "0.9.2"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5092dependencies = [
5093 "bitflags",
5094 "memchr",
5095 "unicase",
5096]
5097
5098[[package]]
5099name = "quick-xml"
5100version = "0.28.2"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5103dependencies = [
5104 "memchr",
5105]
5106
5107[[package]]
5108name = "quote"
5109version = "1.0.27"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
5112dependencies = [
5113 "proc-macro2",
5114]
5115
5116[[package]]
5117name = "rand"
5118version = "0.4.6"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5121dependencies = [
5122 "fuchsia-cprng",
5123 "libc",
5124 "rand_core 0.3.1",
5125 "rdrand",
5126 "winapi 0.3.9",
5127]
5128
5129[[package]]
5130name = "rand"
5131version = "0.7.3"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5134dependencies = [
5135 "getrandom 0.1.16",
5136 "libc",
5137 "rand_chacha 0.2.2",
5138 "rand_core 0.5.1",
5139 "rand_hc",
5140]
5141
5142[[package]]
5143name = "rand"
5144version = "0.8.5"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5147dependencies = [
5148 "libc",
5149 "rand_chacha 0.3.1",
5150 "rand_core 0.6.4",
5151]
5152
5153[[package]]
5154name = "rand_chacha"
5155version = "0.2.2"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5158dependencies = [
5159 "ppv-lite86",
5160 "rand_core 0.5.1",
5161]
5162
5163[[package]]
5164name = "rand_chacha"
5165version = "0.3.1"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5168dependencies = [
5169 "ppv-lite86",
5170 "rand_core 0.6.4",
5171]
5172
5173[[package]]
5174name = "rand_core"
5175version = "0.3.1"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5178dependencies = [
5179 "rand_core 0.4.2",
5180]
5181
5182[[package]]
5183name = "rand_core"
5184version = "0.4.2"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5187
5188[[package]]
5189name = "rand_core"
5190version = "0.5.1"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5193dependencies = [
5194 "getrandom 0.1.16",
5195]
5196
5197[[package]]
5198name = "rand_core"
5199version = "0.6.4"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5202dependencies = [
5203 "getrandom 0.2.9",
5204]
5205
5206[[package]]
5207name = "rand_hc"
5208version = "0.2.0"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5211dependencies = [
5212 "rand_core 0.5.1",
5213]
5214
5215[[package]]
5216name = "rayon"
5217version = "1.7.0"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5220dependencies = [
5221 "either",
5222 "rayon-core",
5223]
5224
5225[[package]]
5226name = "rayon-core"
5227version = "1.11.0"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5230dependencies = [
5231 "crossbeam-channel 0.5.8",
5232 "crossbeam-deque",
5233 "crossbeam-utils 0.8.15",
5234 "num_cpus",
5235]
5236
5237[[package]]
5238name = "rctree"
5239version = "0.3.3"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5242
5243[[package]]
5244name = "rdrand"
5245version = "0.4.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5248dependencies = [
5249 "rand_core 0.3.1",
5250]
5251
5252[[package]]
5253name = "recent_projects"
5254version = "0.1.0"
5255dependencies = [
5256 "db",
5257 "editor",
5258 "fuzzy",
5259 "gpui",
5260 "language",
5261 "ordered-float",
5262 "picker",
5263 "postage",
5264 "settings",
5265 "smol",
5266 "text",
5267 "theme",
5268 "util",
5269 "workspace",
5270]
5271
5272[[package]]
5273name = "redox_syscall"
5274version = "0.2.16"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5277dependencies = [
5278 "bitflags",
5279]
5280
5281[[package]]
5282name = "redox_syscall"
5283version = "0.3.5"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5286dependencies = [
5287 "bitflags",
5288]
5289
5290[[package]]
5291name = "redox_users"
5292version = "0.4.3"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5295dependencies = [
5296 "getrandom 0.2.9",
5297 "redox_syscall 0.2.16",
5298 "thiserror",
5299]
5300
5301[[package]]
5302name = "regalloc2"
5303version = "0.2.3"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5306dependencies = [
5307 "fxhash",
5308 "log",
5309 "slice-group-by",
5310 "smallvec",
5311]
5312
5313[[package]]
5314name = "regex"
5315version = "1.8.1"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5318dependencies = [
5319 "aho-corasick 1.0.1",
5320 "memchr",
5321 "regex-syntax 0.7.1",
5322]
5323
5324[[package]]
5325name = "regex-automata"
5326version = "0.1.10"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5329dependencies = [
5330 "regex-syntax 0.6.29",
5331]
5332
5333[[package]]
5334name = "regex-syntax"
5335version = "0.6.29"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5338
5339[[package]]
5340name = "regex-syntax"
5341version = "0.7.1"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5344
5345[[package]]
5346name = "region"
5347version = "2.2.0"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5350dependencies = [
5351 "bitflags",
5352 "libc",
5353 "mach",
5354 "winapi 0.3.9",
5355]
5356
5357[[package]]
5358name = "remove_dir_all"
5359version = "0.5.3"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5362dependencies = [
5363 "winapi 0.3.9",
5364]
5365
5366[[package]]
5367name = "rend"
5368version = "0.4.0"
5369source = "registry+https://github.com/rust-lang/crates.io-index"
5370checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5371dependencies = [
5372 "bytecheck",
5373]
5374
5375[[package]]
5376name = "reqwest"
5377version = "0.11.17"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5380dependencies = [
5381 "base64 0.21.0",
5382 "bytes 1.4.0",
5383 "encoding_rs",
5384 "futures-core",
5385 "futures-util",
5386 "h2",
5387 "http",
5388 "http-body",
5389 "hyper",
5390 "hyper-tls",
5391 "ipnet",
5392 "js-sys",
5393 "log",
5394 "mime",
5395 "native-tls",
5396 "once_cell",
5397 "percent-encoding",
5398 "pin-project-lite 0.2.9",
5399 "serde",
5400 "serde_json",
5401 "serde_urlencoded",
5402 "tokio",
5403 "tokio-native-tls",
5404 "tower-service",
5405 "url",
5406 "wasm-bindgen",
5407 "wasm-bindgen-futures",
5408 "web-sys",
5409 "winreg",
5410]
5411
5412[[package]]
5413name = "resvg"
5414version = "0.14.1"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5417dependencies = [
5418 "jpeg-decoder",
5419 "log",
5420 "pico-args",
5421 "png",
5422 "rgb",
5423 "svgfilters",
5424 "tiny-skia",
5425 "usvg",
5426]
5427
5428[[package]]
5429name = "rgb"
5430version = "0.8.36"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5433dependencies = [
5434 "bytemuck",
5435]
5436
5437[[package]]
5438name = "ring"
5439version = "0.16.20"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5442dependencies = [
5443 "cc",
5444 "libc",
5445 "once_cell",
5446 "spin 0.5.2",
5447 "untrusted",
5448 "web-sys",
5449 "winapi 0.3.9",
5450]
5451
5452[[package]]
5453name = "rkyv"
5454version = "0.7.41"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5457dependencies = [
5458 "bytecheck",
5459 "hashbrown 0.12.3",
5460 "ptr_meta",
5461 "rend",
5462 "rkyv_derive",
5463 "seahash",
5464]
5465
5466[[package]]
5467name = "rkyv_derive"
5468version = "0.7.41"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5471dependencies = [
5472 "proc-macro2",
5473 "quote",
5474 "syn 1.0.109",
5475]
5476
5477[[package]]
5478name = "rmp"
5479version = "0.8.11"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5482dependencies = [
5483 "byteorder",
5484 "num-traits",
5485 "paste",
5486]
5487
5488[[package]]
5489name = "rmpv"
5490version = "1.0.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5493dependencies = [
5494 "num-traits",
5495 "rmp",
5496]
5497
5498[[package]]
5499name = "rope"
5500version = "0.1.0"
5501dependencies = [
5502 "arrayvec 0.7.2",
5503 "bromberg_sl2",
5504 "gpui",
5505 "log",
5506 "rand 0.8.5",
5507 "smallvec",
5508 "sum_tree",
5509 "util",
5510]
5511
5512[[package]]
5513name = "roxmltree"
5514version = "0.14.1"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5517dependencies = [
5518 "xmlparser",
5519]
5520
5521[[package]]
5522name = "rpc"
5523version = "0.1.0"
5524dependencies = [
5525 "anyhow",
5526 "async-lock",
5527 "async-tungstenite",
5528 "base64 0.13.1",
5529 "clock",
5530 "collections",
5531 "ctor",
5532 "env_logger 0.9.3",
5533 "futures 0.3.28",
5534 "gpui",
5535 "parking_lot 0.11.2",
5536 "prost 0.8.0",
5537 "prost-build",
5538 "rand 0.8.5",
5539 "rsa",
5540 "serde",
5541 "serde_derive",
5542 "smol",
5543 "smol-timeout",
5544 "tempdir",
5545 "tracing",
5546 "util",
5547 "zstd",
5548]
5549
5550[[package]]
5551name = "rsa"
5552version = "0.4.1"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5555dependencies = [
5556 "byteorder",
5557 "digest 0.9.0",
5558 "lazy_static",
5559 "num-bigint-dig",
5560 "num-integer",
5561 "num-iter",
5562 "num-traits",
5563 "pem",
5564 "rand 0.8.5",
5565 "simple_asn1",
5566 "subtle",
5567 "zeroize",
5568]
5569
5570[[package]]
5571name = "rust-embed"
5572version = "6.6.1"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5575dependencies = [
5576 "rust-embed-impl",
5577 "rust-embed-utils",
5578 "walkdir",
5579]
5580
5581[[package]]
5582name = "rust-embed-impl"
5583version = "6.5.0"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5586dependencies = [
5587 "proc-macro2",
5588 "quote",
5589 "rust-embed-utils",
5590 "syn 1.0.109",
5591 "walkdir",
5592]
5593
5594[[package]]
5595name = "rust-embed-utils"
5596version = "7.5.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5599dependencies = [
5600 "globset",
5601 "sha2 0.10.6",
5602 "walkdir",
5603]
5604
5605[[package]]
5606name = "rust_decimal"
5607version = "1.29.1"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5610dependencies = [
5611 "arrayvec 0.7.2",
5612 "borsh",
5613 "bytecheck",
5614 "byteorder",
5615 "bytes 1.4.0",
5616 "num-traits",
5617 "rand 0.8.5",
5618 "rkyv",
5619 "serde",
5620 "serde_json",
5621]
5622
5623[[package]]
5624name = "rustc-demangle"
5625version = "0.1.23"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5628
5629[[package]]
5630name = "rustc-hash"
5631version = "1.1.0"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5634
5635[[package]]
5636name = "rustc_version"
5637version = "0.3.3"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5640dependencies = [
5641 "semver",
5642]
5643
5644[[package]]
5645name = "rustix"
5646version = "0.33.7"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5649dependencies = [
5650 "bitflags",
5651 "errno 0.2.8",
5652 "io-lifetimes 0.5.3",
5653 "itoa",
5654 "libc",
5655 "linux-raw-sys 0.0.42",
5656 "once_cell",
5657 "winapi 0.3.9",
5658]
5659
5660[[package]]
5661name = "rustix"
5662version = "0.37.19"
5663source = "registry+https://github.com/rust-lang/crates.io-index"
5664checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5665dependencies = [
5666 "bitflags",
5667 "errno 0.3.1",
5668 "io-lifetimes 1.0.10",
5669 "libc",
5670 "linux-raw-sys 0.3.7",
5671 "windows-sys 0.48.0",
5672]
5673
5674[[package]]
5675name = "rustls"
5676version = "0.19.1"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5679dependencies = [
5680 "base64 0.13.1",
5681 "log",
5682 "ring",
5683 "sct 0.6.1",
5684 "webpki 0.21.4",
5685]
5686
5687[[package]]
5688name = "rustls"
5689version = "0.20.8"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5692dependencies = [
5693 "log",
5694 "ring",
5695 "sct 0.7.0",
5696 "webpki 0.22.0",
5697]
5698
5699[[package]]
5700name = "rustls-pemfile"
5701version = "1.0.2"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5704dependencies = [
5705 "base64 0.21.0",
5706]
5707
5708[[package]]
5709name = "rustversion"
5710version = "1.0.12"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5713
5714[[package]]
5715name = "rustybuzz"
5716version = "0.3.0"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5719dependencies = [
5720 "bitflags",
5721 "bytemuck",
5722 "smallvec",
5723 "ttf-parser 0.9.0",
5724 "unicode-bidi-mirroring",
5725 "unicode-ccc",
5726 "unicode-general-category",
5727 "unicode-script",
5728]
5729
5730[[package]]
5731name = "ryu"
5732version = "1.0.13"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5735
5736[[package]]
5737name = "safe_arch"
5738version = "0.5.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5741dependencies = [
5742 "bytemuck",
5743]
5744
5745[[package]]
5746name = "safemem"
5747version = "0.3.3"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5750
5751[[package]]
5752name = "salsa20"
5753version = "0.8.1"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5756dependencies = [
5757 "cipher",
5758]
5759
5760[[package]]
5761name = "same-file"
5762version = "1.0.6"
5763source = "registry+https://github.com/rust-lang/crates.io-index"
5764checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5765dependencies = [
5766 "winapi-util",
5767]
5768
5769[[package]]
5770name = "schannel"
5771version = "0.1.21"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5774dependencies = [
5775 "windows-sys 0.42.0",
5776]
5777
5778[[package]]
5779name = "schemars"
5780version = "0.8.12"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5783dependencies = [
5784 "dyn-clone",
5785 "schemars_derive",
5786 "serde",
5787 "serde_json",
5788]
5789
5790[[package]]
5791name = "schemars_derive"
5792version = "0.8.12"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5795dependencies = [
5796 "proc-macro2",
5797 "quote",
5798 "serde_derive_internals",
5799 "syn 1.0.109",
5800]
5801
5802[[package]]
5803name = "scoped_threadpool"
5804version = "0.1.9"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5807
5808[[package]]
5809name = "scopeguard"
5810version = "1.1.0"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5813
5814[[package]]
5815name = "scratch"
5816version = "1.0.5"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5819
5820[[package]]
5821name = "scrypt"
5822version = "0.7.0"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5825dependencies = [
5826 "base64ct",
5827 "hmac 0.11.0",
5828 "password-hash",
5829 "pbkdf2",
5830 "salsa20",
5831 "sha2 0.9.9",
5832]
5833
5834[[package]]
5835name = "sct"
5836version = "0.6.1"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5839dependencies = [
5840 "ring",
5841 "untrusted",
5842]
5843
5844[[package]]
5845name = "sct"
5846version = "0.7.0"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5849dependencies = [
5850 "ring",
5851 "untrusted",
5852]
5853
5854[[package]]
5855name = "sea-orm"
5856version = "0.10.5"
5857source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5858dependencies = [
5859 "async-stream",
5860 "async-trait",
5861 "chrono",
5862 "futures 0.3.28",
5863 "futures-util",
5864 "log",
5865 "ouroboros",
5866 "rust_decimal",
5867 "sea-orm-macros",
5868 "sea-query",
5869 "sea-query-binder",
5870 "sea-strum",
5871 "serde",
5872 "serde_json",
5873 "sqlx",
5874 "thiserror",
5875 "time 0.3.21",
5876 "tracing",
5877 "url",
5878 "uuid 1.3.2",
5879]
5880
5881[[package]]
5882name = "sea-orm-macros"
5883version = "0.10.5"
5884source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5885dependencies = [
5886 "bae",
5887 "heck 0.3.3",
5888 "proc-macro2",
5889 "quote",
5890 "syn 1.0.109",
5891]
5892
5893[[package]]
5894name = "sea-query"
5895version = "0.27.2"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5898dependencies = [
5899 "chrono",
5900 "rust_decimal",
5901 "sea-query-derive",
5902 "serde_json",
5903 "time 0.3.21",
5904 "uuid 1.3.2",
5905]
5906
5907[[package]]
5908name = "sea-query-binder"
5909version = "0.2.2"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5912dependencies = [
5913 "chrono",
5914 "rust_decimal",
5915 "sea-query",
5916 "serde_json",
5917 "sqlx",
5918 "time 0.3.21",
5919 "uuid 1.3.2",
5920]
5921
5922[[package]]
5923name = "sea-query-derive"
5924version = "0.2.0"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5927dependencies = [
5928 "heck 0.3.3",
5929 "proc-macro2",
5930 "quote",
5931 "syn 1.0.109",
5932 "thiserror",
5933]
5934
5935[[package]]
5936name = "sea-strum"
5937version = "0.23.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5940dependencies = [
5941 "sea-strum_macros",
5942]
5943
5944[[package]]
5945name = "sea-strum_macros"
5946version = "0.23.0"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5949dependencies = [
5950 "heck 0.3.3",
5951 "proc-macro2",
5952 "quote",
5953 "rustversion",
5954 "syn 1.0.109",
5955]
5956
5957[[package]]
5958name = "seahash"
5959version = "4.1.0"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5962
5963[[package]]
5964name = "search"
5965version = "0.1.0"
5966dependencies = [
5967 "anyhow",
5968 "client",
5969 "collections",
5970 "editor",
5971 "futures 0.3.28",
5972 "globset",
5973 "gpui",
5974 "language",
5975 "log",
5976 "menu",
5977 "postage",
5978 "project",
5979 "serde",
5980 "serde_derive",
5981 "serde_json",
5982 "settings",
5983 "smallvec",
5984 "smol",
5985 "theme",
5986 "unindent",
5987 "util",
5988 "workspace",
5989]
5990
5991[[package]]
5992name = "security-framework"
5993version = "2.8.2"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
5996dependencies = [
5997 "bitflags",
5998 "core-foundation",
5999 "core-foundation-sys",
6000 "libc",
6001 "security-framework-sys",
6002]
6003
6004[[package]]
6005name = "security-framework-sys"
6006version = "2.8.0"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
6009dependencies = [
6010 "core-foundation-sys",
6011 "libc",
6012]
6013
6014[[package]]
6015name = "semver"
6016version = "0.11.0"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6019dependencies = [
6020 "semver-parser",
6021]
6022
6023[[package]]
6024name = "semver-parser"
6025version = "0.10.2"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6028dependencies = [
6029 "pest",
6030]
6031
6032[[package]]
6033name = "seq-macro"
6034version = "0.2.2"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6037
6038[[package]]
6039name = "serde"
6040version = "1.0.162"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6043dependencies = [
6044 "serde_derive",
6045]
6046
6047[[package]]
6048name = "serde_derive"
6049version = "1.0.162"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6052dependencies = [
6053 "proc-macro2",
6054 "quote",
6055 "syn 2.0.15",
6056]
6057
6058[[package]]
6059name = "serde_derive_internals"
6060version = "0.26.0"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6063dependencies = [
6064 "proc-macro2",
6065 "quote",
6066 "syn 1.0.109",
6067]
6068
6069[[package]]
6070name = "serde_fmt"
6071version = "1.0.3"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6074dependencies = [
6075 "serde",
6076]
6077
6078[[package]]
6079name = "serde_json"
6080version = "1.0.96"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6083dependencies = [
6084 "indexmap",
6085 "itoa",
6086 "ryu",
6087 "serde",
6088]
6089
6090[[package]]
6091name = "serde_repr"
6092version = "0.1.12"
6093source = "registry+https://github.com/rust-lang/crates.io-index"
6094checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6095dependencies = [
6096 "proc-macro2",
6097 "quote",
6098 "syn 2.0.15",
6099]
6100
6101[[package]]
6102name = "serde_urlencoded"
6103version = "0.7.1"
6104source = "registry+https://github.com/rust-lang/crates.io-index"
6105checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6106dependencies = [
6107 "form_urlencoded",
6108 "itoa",
6109 "ryu",
6110 "serde",
6111]
6112
6113[[package]]
6114name = "serde_yaml"
6115version = "0.8.26"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6118dependencies = [
6119 "indexmap",
6120 "ryu",
6121 "serde",
6122 "yaml-rust",
6123]
6124
6125[[package]]
6126name = "settings"
6127version = "0.1.0"
6128dependencies = [
6129 "anyhow",
6130 "assets",
6131 "collections",
6132 "fs",
6133 "futures 0.3.28",
6134 "gpui",
6135 "json_comments",
6136 "lazy_static",
6137 "postage",
6138 "pretty_assertions",
6139 "schemars",
6140 "serde",
6141 "serde_derive",
6142 "serde_json",
6143 "smallvec",
6144 "sqlez",
6145 "staff_mode",
6146 "toml",
6147 "tree-sitter",
6148 "tree-sitter-json 0.19.0",
6149 "unindent",
6150 "util",
6151]
6152
6153[[package]]
6154name = "sha-1"
6155version = "0.9.8"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6158dependencies = [
6159 "block-buffer 0.9.0",
6160 "cfg-if 1.0.0",
6161 "cpufeatures",
6162 "digest 0.9.0",
6163 "opaque-debug",
6164]
6165
6166[[package]]
6167name = "sha-1"
6168version = "0.10.1"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6171dependencies = [
6172 "cfg-if 1.0.0",
6173 "cpufeatures",
6174 "digest 0.10.6",
6175]
6176
6177[[package]]
6178name = "sha1"
6179version = "0.10.5"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6182dependencies = [
6183 "cfg-if 1.0.0",
6184 "cpufeatures",
6185 "digest 0.10.6",
6186]
6187
6188[[package]]
6189name = "sha2"
6190version = "0.9.9"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6193dependencies = [
6194 "block-buffer 0.9.0",
6195 "cfg-if 1.0.0",
6196 "cpufeatures",
6197 "digest 0.9.0",
6198 "opaque-debug",
6199]
6200
6201[[package]]
6202name = "sha2"
6203version = "0.10.6"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6206dependencies = [
6207 "cfg-if 1.0.0",
6208 "cpufeatures",
6209 "digest 0.10.6",
6210]
6211
6212[[package]]
6213name = "sharded-slab"
6214version = "0.1.4"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6217dependencies = [
6218 "lazy_static",
6219]
6220
6221[[package]]
6222name = "shellexpand"
6223version = "2.1.2"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6226dependencies = [
6227 "dirs 4.0.0",
6228]
6229
6230[[package]]
6231name = "shlex"
6232version = "1.1.0"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6235
6236[[package]]
6237name = "signal-hook"
6238version = "0.3.15"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6241dependencies = [
6242 "libc",
6243 "signal-hook-registry",
6244]
6245
6246[[package]]
6247name = "signal-hook-mio"
6248version = "0.2.3"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6251dependencies = [
6252 "libc",
6253 "mio 0.6.23",
6254 "mio-uds",
6255 "signal-hook",
6256]
6257
6258[[package]]
6259name = "signal-hook-registry"
6260version = "1.4.1"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6263dependencies = [
6264 "libc",
6265]
6266
6267[[package]]
6268name = "simdutf8"
6269version = "0.1.4"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6272
6273[[package]]
6274name = "similar"
6275version = "1.3.0"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6278
6279[[package]]
6280name = "simple_asn1"
6281version = "0.5.4"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6284dependencies = [
6285 "chrono",
6286 "num-bigint",
6287 "num-traits",
6288 "thiserror",
6289]
6290
6291[[package]]
6292name = "simplecss"
6293version = "0.2.1"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6296dependencies = [
6297 "log",
6298]
6299
6300[[package]]
6301name = "simplelog"
6302version = "0.9.0"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6305dependencies = [
6306 "chrono",
6307 "log",
6308 "termcolor",
6309]
6310
6311[[package]]
6312name = "siphasher"
6313version = "0.2.3"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6316
6317[[package]]
6318name = "slab"
6319version = "0.4.8"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6322dependencies = [
6323 "autocfg 1.1.0",
6324]
6325
6326[[package]]
6327name = "slice-group-by"
6328version = "0.3.1"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6331
6332[[package]]
6333name = "sluice"
6334version = "0.5.5"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6337dependencies = [
6338 "async-channel",
6339 "futures-core",
6340 "futures-io",
6341]
6342
6343[[package]]
6344name = "smallvec"
6345version = "1.10.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6348
6349[[package]]
6350name = "smol"
6351version = "1.3.0"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6354dependencies = [
6355 "async-channel",
6356 "async-executor",
6357 "async-fs",
6358 "async-io",
6359 "async-lock",
6360 "async-net",
6361 "async-process",
6362 "blocking",
6363 "futures-lite",
6364]
6365
6366[[package]]
6367name = "smol-timeout"
6368version = "0.6.0"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6371dependencies = [
6372 "async-io",
6373 "pin-project-lite 0.1.12",
6374]
6375
6376[[package]]
6377name = "snippet"
6378version = "0.1.0"
6379dependencies = [
6380 "anyhow",
6381 "smallvec",
6382]
6383
6384[[package]]
6385name = "socket2"
6386version = "0.4.9"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6389dependencies = [
6390 "libc",
6391 "winapi 0.3.9",
6392]
6393
6394[[package]]
6395name = "spin"
6396version = "0.5.2"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6399
6400[[package]]
6401name = "spin"
6402version = "0.9.8"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6405dependencies = [
6406 "lock_api",
6407]
6408
6409[[package]]
6410name = "spsc-buffer"
6411version = "0.1.1"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6414
6415[[package]]
6416name = "sqlez"
6417version = "0.1.0"
6418dependencies = [
6419 "anyhow",
6420 "futures 0.3.28",
6421 "indoc",
6422 "lazy_static",
6423 "libsqlite3-sys",
6424 "parking_lot 0.11.2",
6425 "smol",
6426 "thread_local",
6427 "uuid 1.3.2",
6428]
6429
6430[[package]]
6431name = "sqlez_macros"
6432version = "0.1.0"
6433dependencies = [
6434 "lazy_static",
6435 "proc-macro2",
6436 "quote",
6437 "sqlez",
6438 "sqlformat",
6439 "syn 1.0.109",
6440]
6441
6442[[package]]
6443name = "sqlformat"
6444version = "0.2.1"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6447dependencies = [
6448 "itertools",
6449 "nom",
6450 "unicode_categories",
6451]
6452
6453[[package]]
6454name = "sqlx"
6455version = "0.6.3"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6458dependencies = [
6459 "sqlx-core",
6460 "sqlx-macros",
6461]
6462
6463[[package]]
6464name = "sqlx-core"
6465version = "0.6.3"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6468dependencies = [
6469 "ahash 0.7.6",
6470 "atoi",
6471 "base64 0.13.1",
6472 "bitflags",
6473 "byteorder",
6474 "bytes 1.4.0",
6475 "chrono",
6476 "crc",
6477 "crossbeam-queue",
6478 "dirs 4.0.0",
6479 "dotenvy",
6480 "either",
6481 "event-listener",
6482 "flume",
6483 "futures-channel",
6484 "futures-core",
6485 "futures-executor",
6486 "futures-intrusive",
6487 "futures-util",
6488 "hashlink",
6489 "hex",
6490 "hkdf",
6491 "hmac 0.12.1",
6492 "indexmap",
6493 "itoa",
6494 "libc",
6495 "libsqlite3-sys",
6496 "log",
6497 "md-5",
6498 "memchr",
6499 "num-bigint",
6500 "once_cell",
6501 "paste",
6502 "percent-encoding",
6503 "rand 0.8.5",
6504 "rust_decimal",
6505 "rustls 0.20.8",
6506 "rustls-pemfile",
6507 "serde",
6508 "serde_json",
6509 "sha1",
6510 "sha2 0.10.6",
6511 "smallvec",
6512 "sqlformat",
6513 "sqlx-rt",
6514 "stringprep",
6515 "thiserror",
6516 "time 0.3.21",
6517 "tokio-stream",
6518 "url",
6519 "uuid 1.3.2",
6520 "webpki-roots 0.22.6",
6521 "whoami",
6522]
6523
6524[[package]]
6525name = "sqlx-macros"
6526version = "0.6.3"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6529dependencies = [
6530 "dotenvy",
6531 "either",
6532 "heck 0.4.1",
6533 "once_cell",
6534 "proc-macro2",
6535 "quote",
6536 "serde_json",
6537 "sha2 0.10.6",
6538 "sqlx-core",
6539 "sqlx-rt",
6540 "syn 1.0.109",
6541 "url",
6542]
6543
6544[[package]]
6545name = "sqlx-rt"
6546version = "0.6.3"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6549dependencies = [
6550 "once_cell",
6551 "tokio",
6552 "tokio-rustls",
6553]
6554
6555[[package]]
6556name = "stable_deref_trait"
6557version = "1.2.0"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6560
6561[[package]]
6562name = "staff_mode"
6563version = "0.1.0"
6564dependencies = [
6565 "anyhow",
6566 "gpui",
6567]
6568
6569[[package]]
6570name = "static_assertions"
6571version = "1.1.0"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6574
6575[[package]]
6576name = "stringprep"
6577version = "0.1.2"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6580dependencies = [
6581 "unicode-bidi",
6582 "unicode-normalization",
6583]
6584
6585[[package]]
6586name = "strsim"
6587version = "0.8.0"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6590
6591[[package]]
6592name = "strsim"
6593version = "0.10.0"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6596
6597[[package]]
6598name = "subtle"
6599version = "2.4.1"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6602
6603[[package]]
6604name = "sum_tree"
6605version = "0.1.0"
6606dependencies = [
6607 "arrayvec 0.7.2",
6608 "ctor",
6609 "env_logger 0.9.3",
6610 "log",
6611 "rand 0.8.5",
6612]
6613
6614[[package]]
6615name = "sval"
6616version = "1.0.0-alpha.5"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6619dependencies = [
6620 "serde",
6621]
6622
6623[[package]]
6624name = "svg_fmt"
6625version = "0.4.1"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6628
6629[[package]]
6630name = "svgfilters"
6631version = "0.3.0"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6634dependencies = [
6635 "float-cmp",
6636 "rgb",
6637]
6638
6639[[package]]
6640name = "svgtypes"
6641version = "0.5.0"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6644dependencies = [
6645 "float-cmp",
6646 "siphasher",
6647]
6648
6649[[package]]
6650name = "syn"
6651version = "1.0.109"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6654dependencies = [
6655 "proc-macro2",
6656 "quote",
6657 "unicode-ident",
6658]
6659
6660[[package]]
6661name = "syn"
6662version = "2.0.15"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
6665dependencies = [
6666 "proc-macro2",
6667 "quote",
6668 "unicode-ident",
6669]
6670
6671[[package]]
6672name = "sync_wrapper"
6673version = "0.1.2"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6676
6677[[package]]
6678name = "sys-info"
6679version = "0.9.1"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6682dependencies = [
6683 "cc",
6684 "libc",
6685]
6686
6687[[package]]
6688name = "sysinfo"
6689version = "0.27.8"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6692dependencies = [
6693 "cfg-if 1.0.0",
6694 "core-foundation-sys",
6695 "libc",
6696 "ntapi 0.4.1",
6697 "once_cell",
6698 "rayon",
6699 "winapi 0.3.9",
6700]
6701
6702[[package]]
6703name = "system-interface"
6704version = "0.20.0"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6707dependencies = [
6708 "atty",
6709 "bitflags",
6710 "cap-fs-ext",
6711 "cap-std",
6712 "io-lifetimes 0.5.3",
6713 "rustix 0.33.7",
6714 "winapi 0.3.9",
6715 "winx",
6716]
6717
6718[[package]]
6719name = "take-until"
6720version = "0.2.0"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6723
6724[[package]]
6725name = "target-lexicon"
6726version = "0.12.7"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6729
6730[[package]]
6731name = "tempdir"
6732version = "0.3.7"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6735dependencies = [
6736 "rand 0.4.6",
6737 "remove_dir_all",
6738]
6739
6740[[package]]
6741name = "tempfile"
6742version = "3.5.0"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6745dependencies = [
6746 "cfg-if 1.0.0",
6747 "fastrand",
6748 "redox_syscall 0.3.5",
6749 "rustix 0.37.19",
6750 "windows-sys 0.45.0",
6751]
6752
6753[[package]]
6754name = "termcolor"
6755version = "1.1.3"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6758dependencies = [
6759 "winapi-util",
6760]
6761
6762[[package]]
6763name = "terminal"
6764version = "0.1.0"
6765dependencies = [
6766 "alacritty_terminal",
6767 "anyhow",
6768 "db",
6769 "dirs 4.0.0",
6770 "futures 0.3.28",
6771 "gpui",
6772 "itertools",
6773 "lazy_static",
6774 "libc",
6775 "mio-extras",
6776 "ordered-float",
6777 "procinfo",
6778 "rand 0.8.5",
6779 "schemars",
6780 "serde",
6781 "serde_derive",
6782 "settings",
6783 "shellexpand",
6784 "smallvec",
6785 "smol",
6786 "theme",
6787 "thiserror",
6788 "util",
6789]
6790
6791[[package]]
6792name = "terminal_view"
6793version = "0.1.0"
6794dependencies = [
6795 "anyhow",
6796 "client",
6797 "context_menu",
6798 "db",
6799 "dirs 4.0.0",
6800 "editor",
6801 "futures 0.3.28",
6802 "gpui",
6803 "itertools",
6804 "language",
6805 "lazy_static",
6806 "libc",
6807 "mio-extras",
6808 "ordered-float",
6809 "procinfo",
6810 "project",
6811 "rand 0.8.5",
6812 "search",
6813 "serde",
6814 "serde_derive",
6815 "settings",
6816 "shellexpand",
6817 "smallvec",
6818 "smol",
6819 "terminal",
6820 "theme",
6821 "thiserror",
6822 "util",
6823 "workspace",
6824]
6825
6826[[package]]
6827name = "text"
6828version = "0.1.0"
6829dependencies = [
6830 "anyhow",
6831 "clock",
6832 "collections",
6833 "ctor",
6834 "digest 0.9.0",
6835 "env_logger 0.9.3",
6836 "fs",
6837 "gpui",
6838 "lazy_static",
6839 "log",
6840 "parking_lot 0.11.2",
6841 "postage",
6842 "rand 0.8.5",
6843 "regex",
6844 "rope",
6845 "smallvec",
6846 "sum_tree",
6847 "util",
6848]
6849
6850[[package]]
6851name = "textwrap"
6852version = "0.11.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
6855dependencies = [
6856 "unicode-width",
6857]
6858
6859[[package]]
6860name = "textwrap"
6861version = "0.16.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6864
6865[[package]]
6866name = "theme"
6867version = "0.1.0"
6868dependencies = [
6869 "anyhow",
6870 "fs",
6871 "gpui",
6872 "indexmap",
6873 "parking_lot 0.11.2",
6874 "schemars",
6875 "serde",
6876 "serde_derive",
6877 "serde_json",
6878 "settings",
6879 "toml",
6880 "util",
6881]
6882
6883[[package]]
6884name = "theme_selector"
6885version = "0.1.0"
6886dependencies = [
6887 "editor",
6888 "fs",
6889 "fuzzy",
6890 "gpui",
6891 "log",
6892 "parking_lot 0.11.2",
6893 "picker",
6894 "postage",
6895 "settings",
6896 "smol",
6897 "staff_mode",
6898 "theme",
6899 "util",
6900 "workspace",
6901]
6902
6903[[package]]
6904name = "theme_testbench"
6905version = "0.1.0"
6906dependencies = [
6907 "gpui",
6908 "project",
6909 "settings",
6910 "smallvec",
6911 "theme",
6912 "workspace",
6913]
6914
6915[[package]]
6916name = "thiserror"
6917version = "1.0.40"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6920dependencies = [
6921 "thiserror-impl",
6922]
6923
6924[[package]]
6925name = "thiserror-impl"
6926version = "1.0.40"
6927source = "registry+https://github.com/rust-lang/crates.io-index"
6928checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6929dependencies = [
6930 "proc-macro2",
6931 "quote",
6932 "syn 2.0.15",
6933]
6934
6935[[package]]
6936name = "thousands"
6937version = "0.2.0"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6940
6941[[package]]
6942name = "thread_local"
6943version = "1.1.7"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6946dependencies = [
6947 "cfg-if 1.0.0",
6948 "once_cell",
6949]
6950
6951[[package]]
6952name = "tiff"
6953version = "0.6.1"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
6956dependencies = [
6957 "jpeg-decoder",
6958 "miniz_oxide 0.4.4",
6959 "weezl",
6960]
6961
6962[[package]]
6963name = "time"
6964version = "0.1.45"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
6967dependencies = [
6968 "libc",
6969 "wasi 0.10.0+wasi-snapshot-preview1",
6970 "winapi 0.3.9",
6971]
6972
6973[[package]]
6974name = "time"
6975version = "0.3.21"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
6978dependencies = [
6979 "itoa",
6980 "serde",
6981 "time-core",
6982 "time-macros",
6983]
6984
6985[[package]]
6986name = "time-core"
6987version = "0.1.1"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
6990
6991[[package]]
6992name = "time-macros"
6993version = "0.2.9"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
6996dependencies = [
6997 "time-core",
6998]
6999
7000[[package]]
7001name = "tiny-skia"
7002version = "0.5.1"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
7005dependencies = [
7006 "arrayref",
7007 "arrayvec 0.5.2",
7008 "bytemuck",
7009 "cfg-if 1.0.0",
7010 "png",
7011 "safe_arch",
7012]
7013
7014[[package]]
7015name = "tiny_http"
7016version = "0.8.2"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7019dependencies = [
7020 "ascii",
7021 "chrono",
7022 "chunked_transfer",
7023 "log",
7024 "url",
7025]
7026
7027[[package]]
7028name = "tinyvec"
7029version = "1.6.0"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7032dependencies = [
7033 "tinyvec_macros",
7034]
7035
7036[[package]]
7037name = "tinyvec_macros"
7038version = "0.1.1"
7039source = "registry+https://github.com/rust-lang/crates.io-index"
7040checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7041
7042[[package]]
7043name = "tokio"
7044version = "1.28.1"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7047dependencies = [
7048 "autocfg 1.1.0",
7049 "bytes 1.4.0",
7050 "libc",
7051 "mio 0.8.6",
7052 "num_cpus",
7053 "parking_lot 0.12.1",
7054 "pin-project-lite 0.2.9",
7055 "signal-hook-registry",
7056 "socket2",
7057 "tokio-macros",
7058 "windows-sys 0.48.0",
7059]
7060
7061[[package]]
7062name = "tokio-io"
7063version = "0.1.13"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7066dependencies = [
7067 "bytes 0.4.12",
7068 "futures 0.1.31",
7069 "log",
7070]
7071
7072[[package]]
7073name = "tokio-io-timeout"
7074version = "1.2.0"
7075source = "registry+https://github.com/rust-lang/crates.io-index"
7076checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7077dependencies = [
7078 "pin-project-lite 0.2.9",
7079 "tokio",
7080]
7081
7082[[package]]
7083name = "tokio-macros"
7084version = "2.1.0"
7085source = "registry+https://github.com/rust-lang/crates.io-index"
7086checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7087dependencies = [
7088 "proc-macro2",
7089 "quote",
7090 "syn 2.0.15",
7091]
7092
7093[[package]]
7094name = "tokio-native-tls"
7095version = "0.3.1"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7098dependencies = [
7099 "native-tls",
7100 "tokio",
7101]
7102
7103[[package]]
7104name = "tokio-rustls"
7105version = "0.23.4"
7106source = "registry+https://github.com/rust-lang/crates.io-index"
7107checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7108dependencies = [
7109 "rustls 0.20.8",
7110 "tokio",
7111 "webpki 0.22.0",
7112]
7113
7114[[package]]
7115name = "tokio-stream"
7116version = "0.1.14"
7117source = "registry+https://github.com/rust-lang/crates.io-index"
7118checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7119dependencies = [
7120 "futures-core",
7121 "pin-project-lite 0.2.9",
7122 "tokio",
7123]
7124
7125[[package]]
7126name = "tokio-tungstenite"
7127version = "0.17.2"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7130dependencies = [
7131 "futures-util",
7132 "log",
7133 "tokio",
7134 "tungstenite 0.17.3",
7135]
7136
7137[[package]]
7138name = "tokio-util"
7139version = "0.6.10"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7142dependencies = [
7143 "bytes 1.4.0",
7144 "futures-core",
7145 "futures-sink",
7146 "log",
7147 "pin-project-lite 0.2.9",
7148 "tokio",
7149]
7150
7151[[package]]
7152name = "tokio-util"
7153version = "0.7.8"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7156dependencies = [
7157 "bytes 1.4.0",
7158 "futures-core",
7159 "futures-io",
7160 "futures-sink",
7161 "pin-project-lite 0.2.9",
7162 "tokio",
7163 "tracing",
7164]
7165
7166[[package]]
7167name = "toml"
7168version = "0.5.11"
7169source = "registry+https://github.com/rust-lang/crates.io-index"
7170checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7171dependencies = [
7172 "serde",
7173]
7174
7175[[package]]
7176name = "tonic"
7177version = "0.6.2"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7180dependencies = [
7181 "async-stream",
7182 "async-trait",
7183 "base64 0.13.1",
7184 "bytes 1.4.0",
7185 "futures-core",
7186 "futures-util",
7187 "h2",
7188 "http",
7189 "http-body",
7190 "hyper",
7191 "hyper-timeout",
7192 "percent-encoding",
7193 "pin-project",
7194 "prost 0.9.0",
7195 "prost-derive 0.9.0",
7196 "tokio",
7197 "tokio-stream",
7198 "tokio-util 0.6.10",
7199 "tower",
7200 "tower-layer",
7201 "tower-service",
7202 "tracing",
7203 "tracing-futures",
7204]
7205
7206[[package]]
7207name = "tower"
7208version = "0.4.13"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7211dependencies = [
7212 "futures-core",
7213 "futures-util",
7214 "indexmap",
7215 "pin-project",
7216 "pin-project-lite 0.2.9",
7217 "rand 0.8.5",
7218 "slab",
7219 "tokio",
7220 "tokio-util 0.7.8",
7221 "tower-layer",
7222 "tower-service",
7223 "tracing",
7224]
7225
7226[[package]]
7227name = "tower-http"
7228version = "0.3.5"
7229source = "registry+https://github.com/rust-lang/crates.io-index"
7230checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7231dependencies = [
7232 "bitflags",
7233 "bytes 1.4.0",
7234 "futures-core",
7235 "futures-util",
7236 "http",
7237 "http-body",
7238 "http-range-header",
7239 "pin-project-lite 0.2.9",
7240 "tower",
7241 "tower-layer",
7242 "tower-service",
7243]
7244
7245[[package]]
7246name = "tower-layer"
7247version = "0.3.2"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7250
7251[[package]]
7252name = "tower-service"
7253version = "0.3.2"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7256
7257[[package]]
7258name = "tracing"
7259version = "0.1.37"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7262dependencies = [
7263 "cfg-if 1.0.0",
7264 "log",
7265 "pin-project-lite 0.2.9",
7266 "tracing-attributes",
7267 "tracing-core",
7268]
7269
7270[[package]]
7271name = "tracing-attributes"
7272version = "0.1.24"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7275dependencies = [
7276 "proc-macro2",
7277 "quote",
7278 "syn 2.0.15",
7279]
7280
7281[[package]]
7282name = "tracing-core"
7283version = "0.1.30"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7286dependencies = [
7287 "once_cell",
7288 "valuable",
7289]
7290
7291[[package]]
7292name = "tracing-futures"
7293version = "0.2.5"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7296dependencies = [
7297 "pin-project",
7298 "tracing",
7299]
7300
7301[[package]]
7302name = "tracing-log"
7303version = "0.1.3"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7306dependencies = [
7307 "lazy_static",
7308 "log",
7309 "tracing-core",
7310]
7311
7312[[package]]
7313name = "tracing-serde"
7314version = "0.1.3"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7317dependencies = [
7318 "serde",
7319 "tracing-core",
7320]
7321
7322[[package]]
7323name = "tracing-subscriber"
7324version = "0.3.17"
7325source = "registry+https://github.com/rust-lang/crates.io-index"
7326checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7327dependencies = [
7328 "matchers",
7329 "nu-ansi-term",
7330 "once_cell",
7331 "regex",
7332 "serde",
7333 "serde_json",
7334 "sharded-slab",
7335 "smallvec",
7336 "thread_local",
7337 "tracing",
7338 "tracing-core",
7339 "tracing-log",
7340 "tracing-serde",
7341]
7342
7343[[package]]
7344name = "tree-sitter"
7345version = "0.20.9"
7346source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
7347dependencies = [
7348 "cc",
7349 "regex",
7350]
7351
7352[[package]]
7353name = "tree-sitter-c"
7354version = "0.20.2"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7357dependencies = [
7358 "cc",
7359 "tree-sitter",
7360]
7361
7362[[package]]
7363name = "tree-sitter-cpp"
7364version = "0.20.0"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7367dependencies = [
7368 "cc",
7369 "tree-sitter",
7370]
7371
7372[[package]]
7373name = "tree-sitter-css"
7374version = "0.19.0"
7375source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7376dependencies = [
7377 "cc",
7378 "tree-sitter",
7379]
7380
7381[[package]]
7382name = "tree-sitter-elixir"
7383version = "0.19.0"
7384source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
7385dependencies = [
7386 "cc",
7387 "tree-sitter",
7388]
7389
7390[[package]]
7391name = "tree-sitter-embedded-template"
7392version = "0.20.0"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7395dependencies = [
7396 "cc",
7397 "tree-sitter",
7398]
7399
7400[[package]]
7401name = "tree-sitter-go"
7402version = "0.19.1"
7403source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7404dependencies = [
7405 "cc",
7406 "tree-sitter",
7407]
7408
7409[[package]]
7410name = "tree-sitter-html"
7411version = "0.19.0"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7414dependencies = [
7415 "cc",
7416 "tree-sitter",
7417]
7418
7419[[package]]
7420name = "tree-sitter-javascript"
7421version = "0.20.0"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7424dependencies = [
7425 "cc",
7426 "tree-sitter",
7427]
7428
7429[[package]]
7430name = "tree-sitter-json"
7431version = "0.19.0"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7434dependencies = [
7435 "cc",
7436 "tree-sitter",
7437]
7438
7439[[package]]
7440name = "tree-sitter-json"
7441version = "0.20.0"
7442source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7443dependencies = [
7444 "cc",
7445 "tree-sitter",
7446]
7447
7448[[package]]
7449name = "tree-sitter-lua"
7450version = "0.0.14"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7453dependencies = [
7454 "cc",
7455 "tree-sitter",
7456]
7457
7458[[package]]
7459name = "tree-sitter-markdown"
7460version = "0.0.1"
7461source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7462dependencies = [
7463 "cc",
7464 "tree-sitter",
7465]
7466
7467[[package]]
7468name = "tree-sitter-python"
7469version = "0.20.2"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7472dependencies = [
7473 "cc",
7474 "tree-sitter",
7475]
7476
7477[[package]]
7478name = "tree-sitter-racket"
7479version = "0.0.1"
7480source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7481dependencies = [
7482 "cc",
7483 "tree-sitter",
7484]
7485
7486[[package]]
7487name = "tree-sitter-ruby"
7488version = "0.20.0"
7489source = "registry+https://github.com/rust-lang/crates.io-index"
7490checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7491dependencies = [
7492 "cc",
7493 "tree-sitter",
7494]
7495
7496[[package]]
7497name = "tree-sitter-rust"
7498version = "0.20.3"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7501dependencies = [
7502 "cc",
7503 "tree-sitter",
7504]
7505
7506[[package]]
7507name = "tree-sitter-scheme"
7508version = "0.2.0"
7509source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7510dependencies = [
7511 "cc",
7512 "tree-sitter",
7513]
7514
7515[[package]]
7516name = "tree-sitter-toml"
7517version = "0.5.1"
7518source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7519dependencies = [
7520 "cc",
7521 "tree-sitter",
7522]
7523
7524[[package]]
7525name = "tree-sitter-typescript"
7526version = "0.20.2"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7529dependencies = [
7530 "cc",
7531 "tree-sitter",
7532]
7533
7534[[package]]
7535name = "tree-sitter-typescript"
7536version = "0.20.2"
7537source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7538dependencies = [
7539 "cc",
7540 "tree-sitter",
7541]
7542
7543[[package]]
7544name = "tree-sitter-yaml"
7545version = "0.0.1"
7546source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=9050a4a4a847ed29e25485b1292a36eab8ae3492#9050a4a4a847ed29e25485b1292a36eab8ae3492"
7547dependencies = [
7548 "cc",
7549 "tree-sitter",
7550]
7551
7552[[package]]
7553name = "try-lock"
7554version = "0.2.4"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7557
7558[[package]]
7559name = "ttf-parser"
7560version = "0.9.0"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7563
7564[[package]]
7565name = "ttf-parser"
7566version = "0.12.3"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7569
7570[[package]]
7571name = "tungstenite"
7572version = "0.16.0"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7575dependencies = [
7576 "base64 0.13.1",
7577 "byteorder",
7578 "bytes 1.4.0",
7579 "http",
7580 "httparse",
7581 "log",
7582 "rand 0.8.5",
7583 "sha-1 0.9.8",
7584 "thiserror",
7585 "url",
7586 "utf-8",
7587]
7588
7589[[package]]
7590name = "tungstenite"
7591version = "0.17.3"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7594dependencies = [
7595 "base64 0.13.1",
7596 "byteorder",
7597 "bytes 1.4.0",
7598 "http",
7599 "httparse",
7600 "log",
7601 "rand 0.8.5",
7602 "sha-1 0.10.1",
7603 "thiserror",
7604 "url",
7605 "utf-8",
7606]
7607
7608[[package]]
7609name = "typenum"
7610version = "1.16.0"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7613
7614[[package]]
7615name = "ucd-trie"
7616version = "0.1.5"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7619
7620[[package]]
7621name = "unicase"
7622version = "2.6.0"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7625dependencies = [
7626 "version_check",
7627]
7628
7629[[package]]
7630name = "unicode-bidi"
7631version = "0.3.13"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7634
7635[[package]]
7636name = "unicode-bidi-mirroring"
7637version = "0.1.0"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7640
7641[[package]]
7642name = "unicode-ccc"
7643version = "0.1.2"
7644source = "registry+https://github.com/rust-lang/crates.io-index"
7645checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7646
7647[[package]]
7648name = "unicode-general-category"
7649version = "0.2.0"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7652
7653[[package]]
7654name = "unicode-ident"
7655version = "1.0.8"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7658
7659[[package]]
7660name = "unicode-normalization"
7661version = "0.1.22"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7664dependencies = [
7665 "tinyvec",
7666]
7667
7668[[package]]
7669name = "unicode-script"
7670version = "0.5.5"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7673
7674[[package]]
7675name = "unicode-segmentation"
7676version = "1.10.1"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7679
7680[[package]]
7681name = "unicode-vo"
7682version = "0.1.0"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7685
7686[[package]]
7687name = "unicode-width"
7688version = "0.1.10"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7691
7692[[package]]
7693name = "unicode_categories"
7694version = "0.1.1"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7697
7698[[package]]
7699name = "unindent"
7700version = "0.1.11"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7703
7704[[package]]
7705name = "untrusted"
7706version = "0.7.1"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7709
7710[[package]]
7711name = "url"
7712version = "2.3.1"
7713source = "registry+https://github.com/rust-lang/crates.io-index"
7714checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7715dependencies = [
7716 "form_urlencoded",
7717 "idna",
7718 "percent-encoding",
7719 "serde",
7720]
7721
7722[[package]]
7723name = "urlencoding"
7724version = "2.1.2"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7727
7728[[package]]
7729name = "usvg"
7730version = "0.14.1"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7733dependencies = [
7734 "base64 0.13.1",
7735 "data-url",
7736 "flate2",
7737 "fontdb",
7738 "kurbo",
7739 "log",
7740 "memmap2",
7741 "pico-args",
7742 "rctree",
7743 "roxmltree",
7744 "rustybuzz",
7745 "simplecss",
7746 "siphasher",
7747 "svgtypes",
7748 "ttf-parser 0.12.3",
7749 "unicode-bidi",
7750 "unicode-script",
7751 "unicode-vo",
7752 "xmlwriter",
7753]
7754
7755[[package]]
7756name = "utf-8"
7757version = "0.7.6"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7760
7761[[package]]
7762name = "utf8parse"
7763version = "0.2.1"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7766
7767[[package]]
7768name = "util"
7769version = "0.1.0"
7770dependencies = [
7771 "anyhow",
7772 "backtrace",
7773 "dirs 3.0.2",
7774 "futures 0.3.28",
7775 "git2",
7776 "isahc",
7777 "lazy_static",
7778 "log",
7779 "rand 0.8.5",
7780 "serde",
7781 "serde_json",
7782 "smol",
7783 "take-until",
7784 "tempdir",
7785 "url",
7786]
7787
7788[[package]]
7789name = "uuid"
7790version = "0.5.1"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7793
7794[[package]]
7795name = "uuid"
7796version = "0.8.2"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7799dependencies = [
7800 "getrandom 0.2.9",
7801]
7802
7803[[package]]
7804name = "uuid"
7805version = "1.3.2"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7808dependencies = [
7809 "getrandom 0.2.9",
7810 "serde",
7811]
7812
7813[[package]]
7814name = "valuable"
7815version = "0.1.0"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7818
7819[[package]]
7820name = "value-bag"
7821version = "1.0.0-alpha.9"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7824dependencies = [
7825 "ctor",
7826 "erased-serde",
7827 "serde",
7828 "serde_fmt",
7829 "sval",
7830 "version_check",
7831]
7832
7833[[package]]
7834name = "vcpkg"
7835version = "0.2.15"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7838
7839[[package]]
7840name = "vec_map"
7841version = "0.8.2"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7844
7845[[package]]
7846name = "version_check"
7847version = "0.9.4"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7850
7851[[package]]
7852name = "vim"
7853version = "0.1.0"
7854dependencies = [
7855 "anyhow",
7856 "assets",
7857 "async-compat",
7858 "async-trait",
7859 "collections",
7860 "command_palette",
7861 "editor",
7862 "gpui",
7863 "indoc",
7864 "itertools",
7865 "language",
7866 "lazy_static",
7867 "log",
7868 "nvim-rs",
7869 "parking_lot 0.11.2",
7870 "project",
7871 "search",
7872 "serde",
7873 "serde_derive",
7874 "serde_json",
7875 "settings",
7876 "tokio",
7877 "util",
7878 "workspace",
7879]
7880
7881[[package]]
7882name = "vte"
7883version = "0.10.1"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7886dependencies = [
7887 "utf8parse",
7888 "vte_generate_state_changes",
7889]
7890
7891[[package]]
7892name = "vte_generate_state_changes"
7893version = "0.1.1"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7896dependencies = [
7897 "proc-macro2",
7898 "quote",
7899]
7900
7901[[package]]
7902name = "waker-fn"
7903version = "1.1.0"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7906
7907[[package]]
7908name = "walkdir"
7909version = "2.3.3"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
7912dependencies = [
7913 "same-file",
7914 "winapi-util",
7915]
7916
7917[[package]]
7918name = "want"
7919version = "0.3.0"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
7922dependencies = [
7923 "log",
7924 "try-lock",
7925]
7926
7927[[package]]
7928name = "wasi"
7929version = "0.9.0+wasi-snapshot-preview1"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7932
7933[[package]]
7934name = "wasi"
7935version = "0.10.0+wasi-snapshot-preview1"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
7938
7939[[package]]
7940name = "wasi"
7941version = "0.11.0+wasi-snapshot-preview1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7944
7945[[package]]
7946name = "wasi-cap-std-sync"
7947version = "0.38.3"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
7950dependencies = [
7951 "anyhow",
7952 "async-trait",
7953 "cap-fs-ext",
7954 "cap-rand",
7955 "cap-std",
7956 "cap-time-ext",
7957 "fs-set-times",
7958 "io-extras",
7959 "io-lifetimes 0.5.3",
7960 "is-terminal 0.1.0",
7961 "lazy_static",
7962 "rustix 0.33.7",
7963 "system-interface",
7964 "tracing",
7965 "wasi-common",
7966 "winapi 0.3.9",
7967]
7968
7969[[package]]
7970name = "wasi-common"
7971version = "0.38.3"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
7974dependencies = [
7975 "anyhow",
7976 "bitflags",
7977 "cap-rand",
7978 "cap-std",
7979 "io-extras",
7980 "rustix 0.33.7",
7981 "thiserror",
7982 "tracing",
7983 "wiggle",
7984 "winapi 0.3.9",
7985]
7986
7987[[package]]
7988name = "wasm-bindgen"
7989version = "0.2.85"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
7992dependencies = [
7993 "cfg-if 1.0.0",
7994 "wasm-bindgen-macro",
7995]
7996
7997[[package]]
7998name = "wasm-bindgen-backend"
7999version = "0.2.85"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
8002dependencies = [
8003 "bumpalo",
8004 "log",
8005 "once_cell",
8006 "proc-macro2",
8007 "quote",
8008 "syn 2.0.15",
8009 "wasm-bindgen-shared",
8010]
8011
8012[[package]]
8013name = "wasm-bindgen-futures"
8014version = "0.4.35"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8017dependencies = [
8018 "cfg-if 1.0.0",
8019 "js-sys",
8020 "wasm-bindgen",
8021 "web-sys",
8022]
8023
8024[[package]]
8025name = "wasm-bindgen-macro"
8026version = "0.2.85"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8029dependencies = [
8030 "quote",
8031 "wasm-bindgen-macro-support",
8032]
8033
8034[[package]]
8035name = "wasm-bindgen-macro-support"
8036version = "0.2.85"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8039dependencies = [
8040 "proc-macro2",
8041 "quote",
8042 "syn 2.0.15",
8043 "wasm-bindgen-backend",
8044 "wasm-bindgen-shared",
8045]
8046
8047[[package]]
8048name = "wasm-bindgen-shared"
8049version = "0.2.85"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8052
8053[[package]]
8054name = "wasm-encoder"
8055version = "0.26.0"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8058dependencies = [
8059 "leb128",
8060]
8061
8062[[package]]
8063name = "wasmparser"
8064version = "0.85.0"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8067dependencies = [
8068 "indexmap",
8069]
8070
8071[[package]]
8072name = "wasmtime"
8073version = "0.38.3"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8076dependencies = [
8077 "anyhow",
8078 "async-trait",
8079 "backtrace",
8080 "bincode",
8081 "cfg-if 1.0.0",
8082 "indexmap",
8083 "lazy_static",
8084 "libc",
8085 "log",
8086 "object 0.28.4",
8087 "once_cell",
8088 "paste",
8089 "psm",
8090 "rayon",
8091 "region",
8092 "serde",
8093 "target-lexicon",
8094 "wasmparser",
8095 "wasmtime-cache",
8096 "wasmtime-cranelift",
8097 "wasmtime-environ",
8098 "wasmtime-fiber",
8099 "wasmtime-jit",
8100 "wasmtime-runtime",
8101 "wat",
8102 "winapi 0.3.9",
8103]
8104
8105[[package]]
8106name = "wasmtime-cache"
8107version = "0.38.3"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8110dependencies = [
8111 "anyhow",
8112 "base64 0.13.1",
8113 "bincode",
8114 "directories-next",
8115 "file-per-thread-logger",
8116 "log",
8117 "rustix 0.33.7",
8118 "serde",
8119 "sha2 0.9.9",
8120 "toml",
8121 "winapi 0.3.9",
8122 "zstd",
8123]
8124
8125[[package]]
8126name = "wasmtime-cranelift"
8127version = "0.38.3"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8130dependencies = [
8131 "anyhow",
8132 "cranelift-codegen",
8133 "cranelift-entity",
8134 "cranelift-frontend",
8135 "cranelift-native",
8136 "cranelift-wasm",
8137 "gimli 0.26.2",
8138 "log",
8139 "more-asserts",
8140 "object 0.28.4",
8141 "target-lexicon",
8142 "thiserror",
8143 "wasmparser",
8144 "wasmtime-environ",
8145]
8146
8147[[package]]
8148name = "wasmtime-environ"
8149version = "0.38.3"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8152dependencies = [
8153 "anyhow",
8154 "cranelift-entity",
8155 "gimli 0.26.2",
8156 "indexmap",
8157 "log",
8158 "more-asserts",
8159 "object 0.28.4",
8160 "serde",
8161 "target-lexicon",
8162 "thiserror",
8163 "wasmparser",
8164 "wasmtime-types",
8165]
8166
8167[[package]]
8168name = "wasmtime-fiber"
8169version = "0.38.3"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8172dependencies = [
8173 "cc",
8174 "rustix 0.33.7",
8175 "winapi 0.3.9",
8176]
8177
8178[[package]]
8179name = "wasmtime-jit"
8180version = "0.38.3"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8183dependencies = [
8184 "addr2line 0.17.0",
8185 "anyhow",
8186 "bincode",
8187 "cfg-if 1.0.0",
8188 "cpp_demangle",
8189 "gimli 0.26.2",
8190 "ittapi-rs",
8191 "log",
8192 "object 0.28.4",
8193 "region",
8194 "rustc-demangle",
8195 "rustix 0.33.7",
8196 "serde",
8197 "target-lexicon",
8198 "thiserror",
8199 "wasmtime-environ",
8200 "wasmtime-jit-debug",
8201 "wasmtime-runtime",
8202 "winapi 0.3.9",
8203]
8204
8205[[package]]
8206name = "wasmtime-jit-debug"
8207version = "0.38.3"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8210dependencies = [
8211 "lazy_static",
8212 "object 0.28.4",
8213 "rustix 0.33.7",
8214]
8215
8216[[package]]
8217name = "wasmtime-runtime"
8218version = "0.38.3"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8221dependencies = [
8222 "anyhow",
8223 "backtrace",
8224 "cc",
8225 "cfg-if 1.0.0",
8226 "indexmap",
8227 "libc",
8228 "log",
8229 "mach",
8230 "memfd",
8231 "memoffset 0.6.5",
8232 "more-asserts",
8233 "rand 0.8.5",
8234 "region",
8235 "rustix 0.33.7",
8236 "thiserror",
8237 "wasmtime-environ",
8238 "wasmtime-fiber",
8239 "wasmtime-jit-debug",
8240 "winapi 0.3.9",
8241]
8242
8243[[package]]
8244name = "wasmtime-types"
8245version = "0.38.3"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8248dependencies = [
8249 "cranelift-entity",
8250 "serde",
8251 "thiserror",
8252 "wasmparser",
8253]
8254
8255[[package]]
8256name = "wasmtime-wasi"
8257version = "0.38.3"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8260dependencies = [
8261 "anyhow",
8262 "wasi-cap-std-sync",
8263 "wasi-common",
8264 "wasmtime",
8265 "wiggle",
8266]
8267
8268[[package]]
8269name = "wast"
8270version = "35.0.2"
8271source = "registry+https://github.com/rust-lang/crates.io-index"
8272checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8273dependencies = [
8274 "leb128",
8275]
8276
8277[[package]]
8278name = "wast"
8279version = "57.0.0"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8282dependencies = [
8283 "leb128",
8284 "memchr",
8285 "unicode-width",
8286 "wasm-encoder",
8287]
8288
8289[[package]]
8290name = "wat"
8291version = "1.0.63"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8294dependencies = [
8295 "wast 57.0.0",
8296]
8297
8298[[package]]
8299name = "web-sys"
8300version = "0.3.62"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8303dependencies = [
8304 "js-sys",
8305 "wasm-bindgen",
8306]
8307
8308[[package]]
8309name = "webpki"
8310version = "0.21.4"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8313dependencies = [
8314 "ring",
8315 "untrusted",
8316]
8317
8318[[package]]
8319name = "webpki"
8320version = "0.22.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8323dependencies = [
8324 "ring",
8325 "untrusted",
8326]
8327
8328[[package]]
8329name = "webpki-roots"
8330version = "0.21.1"
8331source = "registry+https://github.com/rust-lang/crates.io-index"
8332checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8333dependencies = [
8334 "webpki 0.21.4",
8335]
8336
8337[[package]]
8338name = "webpki-roots"
8339version = "0.22.6"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8342dependencies = [
8343 "webpki 0.22.0",
8344]
8345
8346[[package]]
8347name = "weezl"
8348version = "0.1.7"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8351
8352[[package]]
8353name = "welcome"
8354version = "0.1.0"
8355dependencies = [
8356 "anyhow",
8357 "client",
8358 "db",
8359 "editor",
8360 "fs",
8361 "fuzzy",
8362 "gpui",
8363 "install_cli",
8364 "log",
8365 "picker",
8366 "project",
8367 "schemars",
8368 "serde",
8369 "settings",
8370 "theme",
8371 "theme_selector",
8372 "util",
8373 "workspace",
8374]
8375
8376[[package]]
8377name = "which"
8378version = "4.4.0"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8381dependencies = [
8382 "either",
8383 "libc",
8384 "once_cell",
8385]
8386
8387[[package]]
8388name = "whoami"
8389version = "1.4.0"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8392dependencies = [
8393 "wasm-bindgen",
8394 "web-sys",
8395]
8396
8397[[package]]
8398name = "wiggle"
8399version = "0.38.3"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8402dependencies = [
8403 "anyhow",
8404 "async-trait",
8405 "bitflags",
8406 "thiserror",
8407 "tracing",
8408 "wasmtime",
8409 "wiggle-macro",
8410]
8411
8412[[package]]
8413name = "wiggle-generate"
8414version = "0.38.3"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8417dependencies = [
8418 "anyhow",
8419 "heck 0.4.1",
8420 "proc-macro2",
8421 "quote",
8422 "shellexpand",
8423 "syn 1.0.109",
8424 "witx",
8425]
8426
8427[[package]]
8428name = "wiggle-macro"
8429version = "0.38.3"
8430source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8432dependencies = [
8433 "proc-macro2",
8434 "quote",
8435 "syn 1.0.109",
8436 "wiggle-generate",
8437]
8438
8439[[package]]
8440name = "winapi"
8441version = "0.2.8"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8444
8445[[package]]
8446name = "winapi"
8447version = "0.3.9"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8450dependencies = [
8451 "winapi-i686-pc-windows-gnu",
8452 "winapi-x86_64-pc-windows-gnu",
8453]
8454
8455[[package]]
8456name = "winapi-build"
8457version = "0.1.1"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8460
8461[[package]]
8462name = "winapi-i686-pc-windows-gnu"
8463version = "0.4.0"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8466
8467[[package]]
8468name = "winapi-util"
8469version = "0.1.5"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8472dependencies = [
8473 "winapi 0.3.9",
8474]
8475
8476[[package]]
8477name = "winapi-x86_64-pc-windows-gnu"
8478version = "0.4.0"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8481
8482[[package]]
8483name = "windows"
8484version = "0.48.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8487dependencies = [
8488 "windows-targets 0.48.0",
8489]
8490
8491[[package]]
8492name = "windows-sys"
8493version = "0.42.0"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8496dependencies = [
8497 "windows_aarch64_gnullvm 0.42.2",
8498 "windows_aarch64_msvc 0.42.2",
8499 "windows_i686_gnu 0.42.2",
8500 "windows_i686_msvc 0.42.2",
8501 "windows_x86_64_gnu 0.42.2",
8502 "windows_x86_64_gnullvm 0.42.2",
8503 "windows_x86_64_msvc 0.42.2",
8504]
8505
8506[[package]]
8507name = "windows-sys"
8508version = "0.45.0"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8511dependencies = [
8512 "windows-targets 0.42.2",
8513]
8514
8515[[package]]
8516name = "windows-sys"
8517version = "0.48.0"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8520dependencies = [
8521 "windows-targets 0.48.0",
8522]
8523
8524[[package]]
8525name = "windows-targets"
8526version = "0.42.2"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8529dependencies = [
8530 "windows_aarch64_gnullvm 0.42.2",
8531 "windows_aarch64_msvc 0.42.2",
8532 "windows_i686_gnu 0.42.2",
8533 "windows_i686_msvc 0.42.2",
8534 "windows_x86_64_gnu 0.42.2",
8535 "windows_x86_64_gnullvm 0.42.2",
8536 "windows_x86_64_msvc 0.42.2",
8537]
8538
8539[[package]]
8540name = "windows-targets"
8541version = "0.48.0"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8544dependencies = [
8545 "windows_aarch64_gnullvm 0.48.0",
8546 "windows_aarch64_msvc 0.48.0",
8547 "windows_i686_gnu 0.48.0",
8548 "windows_i686_msvc 0.48.0",
8549 "windows_x86_64_gnu 0.48.0",
8550 "windows_x86_64_gnullvm 0.48.0",
8551 "windows_x86_64_msvc 0.48.0",
8552]
8553
8554[[package]]
8555name = "windows_aarch64_gnullvm"
8556version = "0.42.2"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8559
8560[[package]]
8561name = "windows_aarch64_gnullvm"
8562version = "0.48.0"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8565
8566[[package]]
8567name = "windows_aarch64_msvc"
8568version = "0.42.2"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8571
8572[[package]]
8573name = "windows_aarch64_msvc"
8574version = "0.48.0"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8577
8578[[package]]
8579name = "windows_i686_gnu"
8580version = "0.42.2"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8583
8584[[package]]
8585name = "windows_i686_gnu"
8586version = "0.48.0"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8589
8590[[package]]
8591name = "windows_i686_msvc"
8592version = "0.42.2"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8595
8596[[package]]
8597name = "windows_i686_msvc"
8598version = "0.48.0"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8601
8602[[package]]
8603name = "windows_x86_64_gnu"
8604version = "0.42.2"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8607
8608[[package]]
8609name = "windows_x86_64_gnu"
8610version = "0.48.0"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8613
8614[[package]]
8615name = "windows_x86_64_gnullvm"
8616version = "0.42.2"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8619
8620[[package]]
8621name = "windows_x86_64_gnullvm"
8622version = "0.48.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8625
8626[[package]]
8627name = "windows_x86_64_msvc"
8628version = "0.42.2"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8631
8632[[package]]
8633name = "windows_x86_64_msvc"
8634version = "0.48.0"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8637
8638[[package]]
8639name = "winreg"
8640version = "0.10.1"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8643dependencies = [
8644 "winapi 0.3.9",
8645]
8646
8647[[package]]
8648name = "winx"
8649version = "0.31.0"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8652dependencies = [
8653 "bitflags",
8654 "io-lifetimes 0.5.3",
8655 "winapi 0.3.9",
8656]
8657
8658[[package]]
8659name = "wio"
8660version = "0.2.2"
8661source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8663dependencies = [
8664 "winapi 0.3.9",
8665]
8666
8667[[package]]
8668name = "witx"
8669version = "0.9.1"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8672dependencies = [
8673 "anyhow",
8674 "log",
8675 "thiserror",
8676 "wast 35.0.2",
8677]
8678
8679[[package]]
8680name = "workspace"
8681version = "0.1.0"
8682dependencies = [
8683 "anyhow",
8684 "assets",
8685 "async-recursion 1.0.4",
8686 "bincode",
8687 "call",
8688 "client",
8689 "collections",
8690 "context_menu",
8691 "db",
8692 "drag_and_drop",
8693 "env_logger 0.9.3",
8694 "fs",
8695 "futures 0.3.28",
8696 "gpui",
8697 "indoc",
8698 "install_cli",
8699 "itertools",
8700 "language",
8701 "lazy_static",
8702 "log",
8703 "menu",
8704 "parking_lot 0.11.2",
8705 "postage",
8706 "project",
8707 "schemars",
8708 "serde",
8709 "serde_derive",
8710 "serde_json",
8711 "settings",
8712 "smallvec",
8713 "terminal",
8714 "theme",
8715 "util",
8716 "uuid 1.3.2",
8717]
8718
8719[[package]]
8720name = "ws2_32-sys"
8721version = "0.2.1"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8724dependencies = [
8725 "winapi 0.2.8",
8726 "winapi-build",
8727]
8728
8729[[package]]
8730name = "xattr"
8731version = "0.2.3"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8734dependencies = [
8735 "libc",
8736]
8737
8738[[package]]
8739name = "xmlparser"
8740version = "0.13.5"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8743
8744[[package]]
8745name = "xmlwriter"
8746version = "0.1.0"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8749
8750[[package]]
8751name = "yaml-rust"
8752version = "0.4.5"
8753source = "registry+https://github.com/rust-lang/crates.io-index"
8754checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8755dependencies = [
8756 "linked-hash-map",
8757]
8758
8759[[package]]
8760name = "yansi"
8761version = "0.5.1"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8764
8765[[package]]
8766name = "yeslogic-fontconfig-sys"
8767version = "3.2.0"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8770dependencies = [
8771 "const-cstr",
8772 "dlib",
8773 "once_cell",
8774 "pkg-config",
8775]
8776
8777[[package]]
8778name = "zed"
8779version = "0.88.1"
8780dependencies = [
8781 "activity_indicator",
8782 "ai",
8783 "anyhow",
8784 "assets",
8785 "async-compression",
8786 "async-recursion 0.3.2",
8787 "async-tar",
8788 "async-trait",
8789 "auto_update",
8790 "backtrace",
8791 "breadcrumbs",
8792 "call",
8793 "chrono",
8794 "cli",
8795 "client",
8796 "clock",
8797 "collab_ui",
8798 "collections",
8799 "command_palette",
8800 "context_menu",
8801 "copilot",
8802 "copilot_button",
8803 "ctor",
8804 "db",
8805 "diagnostics",
8806 "editor",
8807 "env_logger 0.9.3",
8808 "feedback",
8809 "file_finder",
8810 "fs",
8811 "fsevent",
8812 "futures 0.3.28",
8813 "fuzzy",
8814 "go_to_line",
8815 "gpui",
8816 "ignore",
8817 "image",
8818 "indexmap",
8819 "install_cli",
8820 "isahc",
8821 "journal",
8822 "language",
8823 "language_selector",
8824 "lazy_static",
8825 "libc",
8826 "log",
8827 "lsp",
8828 "lsp_log",
8829 "node_runtime",
8830 "num_cpus",
8831 "outline",
8832 "parking_lot 0.11.2",
8833 "plugin_runtime",
8834 "postage",
8835 "project",
8836 "project_panel",
8837 "project_symbols",
8838 "rand 0.8.5",
8839 "recent_projects",
8840 "regex",
8841 "rpc",
8842 "rsa",
8843 "rust-embed",
8844 "search",
8845 "serde",
8846 "serde_derive",
8847 "serde_json",
8848 "settings",
8849 "simplelog",
8850 "smallvec",
8851 "smol",
8852 "staff_mode",
8853 "sum_tree",
8854 "tempdir",
8855 "terminal_view",
8856 "text",
8857 "theme",
8858 "theme_selector",
8859 "theme_testbench",
8860 "thiserror",
8861 "tiny_http",
8862 "toml",
8863 "tree-sitter",
8864 "tree-sitter-c",
8865 "tree-sitter-cpp",
8866 "tree-sitter-css",
8867 "tree-sitter-elixir",
8868 "tree-sitter-embedded-template",
8869 "tree-sitter-go",
8870 "tree-sitter-html",
8871 "tree-sitter-json 0.20.0",
8872 "tree-sitter-lua",
8873 "tree-sitter-markdown",
8874 "tree-sitter-python",
8875 "tree-sitter-racket",
8876 "tree-sitter-ruby",
8877 "tree-sitter-rust",
8878 "tree-sitter-scheme",
8879 "tree-sitter-toml",
8880 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8881 "tree-sitter-yaml",
8882 "unindent",
8883 "url",
8884 "urlencoding",
8885 "util",
8886 "uuid 1.3.2",
8887 "vim",
8888 "welcome",
8889 "workspace",
8890]
8891
8892[[package]]
8893name = "zeroize"
8894version = "1.3.0"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8897dependencies = [
8898 "zeroize_derive",
8899]
8900
8901[[package]]
8902name = "zeroize_derive"
8903version = "1.4.2"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8906dependencies = [
8907 "proc-macro2",
8908 "quote",
8909 "syn 2.0.15",
8910]
8911
8912[[package]]
8913name = "zstd"
8914version = "0.11.2+zstd.1.5.2"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8917dependencies = [
8918 "zstd-safe",
8919]
8920
8921[[package]]
8922name = "zstd-safe"
8923version = "5.0.2+zstd.1.5.2"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8926dependencies = [
8927 "libc",
8928 "zstd-sys",
8929]
8930
8931[[package]]
8932name = "zstd-sys"
8933version = "2.0.8+zstd.1.5.5"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
8936dependencies = [
8937 "cc",
8938 "libc",
8939 "pkg-config",
8940]