mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00:00
6b2f1cc543
This PR removes the `title_bar` crate's dependency on the `theme_selector`. The `theme_selector::Toggle` action now resides at `zed_actions::theme_selector::Toggle`. Release Notes: - N/A
15983 lines
340 KiB
TOML
15983 lines
340 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "activity_indicator"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"auto_update",
|
|
"editor",
|
|
"extension_host",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"language",
|
|
"lsp",
|
|
"project",
|
|
"smallvec",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
dependencies = [
|
|
"gimli 0.31.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler2"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.8.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"const-random",
|
|
"once_cell",
|
|
"version_check",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alacritty_terminal"
|
|
version = "0.24.1-dev"
|
|
source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bitflags 2.6.0",
|
|
"home",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"parking_lot",
|
|
"piper",
|
|
"polling 3.7.4",
|
|
"regex-automata 0.4.9",
|
|
"rustix-openpty",
|
|
"serde",
|
|
"signal-hook",
|
|
"unicode-width",
|
|
"vte",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aliasable"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
[[package]]
|
|
name = "aligned-vec"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
|
|
|
[[package]]
|
|
name = "allocator-api2"
|
|
version = "0.2.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
|
|
|
|
[[package]]
|
|
name = "alsa"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
|
|
dependencies = [
|
|
"alsa-sys",
|
|
"bitflags 2.6.0",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alsa-sys"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
dependencies = [
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ambient-authority"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
|
|
|
[[package]]
|
|
name = "ammonia"
|
|
version = "4.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
|
|
dependencies = [
|
|
"html5ever",
|
|
"maplit",
|
|
"once_cell",
|
|
"tendril",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android-tzdata"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
[[package]]
|
|
name = "android_system_properties"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anes"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
[[package]]
|
|
name = "anstream"
|
|
version = "0.6.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-query",
|
|
"anstyle-wincon",
|
|
"colorchoice",
|
|
"is_terminal_polyfill",
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
dependencies = [
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
version = "3.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
dependencies = [
|
|
"anstyle",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anthropic"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.25.0",
|
|
"thiserror 1.0.69",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "any_vec"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.93"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arbitrary"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
|
|
[[package]]
|
|
name = "arg_enum_proc_macro"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arraydeque"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "as-raw-xcb-connection"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
|
|
|
|
[[package]]
|
|
name = "ascii"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
|
|
|
[[package]]
|
|
name = "ash"
|
|
version = "0.38.0+1.3.281"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
|
|
dependencies = [
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ash-window"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
|
|
dependencies = [
|
|
"ash",
|
|
"raw-window-handle",
|
|
"raw-window-metal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ashpd"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
|
|
dependencies = [
|
|
"async-fs 2.1.2",
|
|
"async-net 2.0.0",
|
|
"enumflags2",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_repr",
|
|
"url",
|
|
"zbus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assets"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"gpui",
|
|
"rust-embed",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assistant"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anthropic",
|
|
"anyhow",
|
|
"assets",
|
|
"assistant_slash_command",
|
|
"assistant_tool",
|
|
"async-watch",
|
|
"cargo_toml",
|
|
"chrono",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"command_palette_hooks",
|
|
"context_servers",
|
|
"ctor",
|
|
"db",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"feature_flags",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"globset",
|
|
"gpui",
|
|
"handlebars 4.5.0",
|
|
"heed",
|
|
"html_to_markdown",
|
|
"http_client",
|
|
"indexed_docs",
|
|
"indoc",
|
|
"language",
|
|
"language_model",
|
|
"language_models",
|
|
"languages",
|
|
"log",
|
|
"lsp",
|
|
"markdown",
|
|
"menu",
|
|
"multi_buffer",
|
|
"ollama",
|
|
"open_ai",
|
|
"ordered-float 2.10.1",
|
|
"parking_lot",
|
|
"paths",
|
|
"picker",
|
|
"pretty_assertions",
|
|
"project",
|
|
"proto",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"release_channel",
|
|
"rope",
|
|
"rpc",
|
|
"schemars",
|
|
"search",
|
|
"semantic_index",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json_lenient",
|
|
"settings",
|
|
"similar",
|
|
"smallvec",
|
|
"smol",
|
|
"strum 0.25.0",
|
|
"telemetry_events",
|
|
"terminal",
|
|
"terminal_view",
|
|
"text",
|
|
"theme",
|
|
"toml 0.8.19",
|
|
"tree-sitter-md",
|
|
"ui",
|
|
"unindent",
|
|
"util",
|
|
"uuid",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assistant_slash_command"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"collections",
|
|
"derive_more",
|
|
"extension",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"language",
|
|
"language_model",
|
|
"parking_lot",
|
|
"pretty_assertions",
|
|
"serde",
|
|
"serde_json",
|
|
"ui",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assistant_tool"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"derive_more",
|
|
"gpui",
|
|
"parking_lot",
|
|
"serde",
|
|
"serde_json",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-attributes"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-broadcast"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
|
|
dependencies = [
|
|
"event-listener 5.3.1",
|
|
"event-listener-strategy",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener 2.5.3",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener-strategy",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-compat"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-io",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-compression"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
|
|
dependencies = [
|
|
"deflate64",
|
|
"flate2",
|
|
"futures-core",
|
|
"futures-io",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-dispatcher"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
|
|
dependencies = [
|
|
"async-task",
|
|
"futures-lite 1.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
|
dependencies = [
|
|
"async-task",
|
|
"concurrent-queue",
|
|
"fastrand 2.2.0",
|
|
"futures-lite 2.5.0",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-fs"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
|
dependencies = [
|
|
"async-lock 2.8.0",
|
|
"autocfg",
|
|
"blocking",
|
|
"futures-lite 1.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-fs"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
|
dependencies = [
|
|
"async-lock 3.4.0",
|
|
"blocking",
|
|
"futures-lite 2.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-global-executor"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
|
dependencies = [
|
|
"async-channel 2.3.1",
|
|
"async-executor",
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"blocking",
|
|
"futures-lite 2.5.0",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
dependencies = [
|
|
"async-lock 2.8.0",
|
|
"autocfg",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"futures-lite 1.13.0",
|
|
"log",
|
|
"parking",
|
|
"polling 2.8.0",
|
|
"rustix 0.37.27",
|
|
"slab",
|
|
"socket2 0.4.10",
|
|
"waker-fn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
|
dependencies = [
|
|
"async-lock 3.4.0",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"futures-io",
|
|
"futures-lite 2.5.0",
|
|
"parking",
|
|
"polling 3.7.4",
|
|
"rustix 0.38.40",
|
|
"slab",
|
|
"tracing",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-lock"
|
|
version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
dependencies = [
|
|
"event-listener 2.5.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-lock"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
dependencies = [
|
|
"event-listener 5.3.1",
|
|
"event-listener-strategy",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-native-tls"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
|
|
dependencies = [
|
|
"futures-util",
|
|
"native-tls",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-net"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
|
dependencies = [
|
|
"async-io 1.13.0",
|
|
"blocking",
|
|
"futures-lite 1.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-net"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
|
|
dependencies = [
|
|
"async-io 2.4.0",
|
|
"blocking",
|
|
"futures-lite 2.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-pipe"
|
|
version = "0.1.3"
|
|
source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
|
|
dependencies = [
|
|
"futures 0.3.31",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
|
dependencies = [
|
|
"async-io 1.13.0",
|
|
"async-lock 2.8.0",
|
|
"async-signal",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener 3.1.0",
|
|
"futures-lite 1.13.0",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
|
dependencies = [
|
|
"async-channel 2.3.1",
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"async-signal",
|
|
"async-task",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener 5.3.1",
|
|
"futures-lite 2.5.0",
|
|
"rustix 0.38.40",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-recursion"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-recursion"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-signal"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
|
dependencies = [
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"atomic-waker",
|
|
"cfg-if",
|
|
"futures-core",
|
|
"futures-io",
|
|
"rustix 0.38.40",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-std"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
|
dependencies = [
|
|
"async-attributes",
|
|
"async-channel 1.9.0",
|
|
"async-global-executor",
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"async-process 2.3.0",
|
|
"crossbeam-utils",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-lite 2.5.0",
|
|
"gloo-timers",
|
|
"kv-log-macro",
|
|
"log",
|
|
"memchr",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
dependencies = [
|
|
"async-stream-impl",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream-impl"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stripe"
|
|
version = "0.40.0"
|
|
source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
|
|
dependencies = [
|
|
"chrono",
|
|
"futures-util",
|
|
"http-types",
|
|
"hyper 0.14.31",
|
|
"hyper-rustls 0.24.2",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_path_to_error",
|
|
"serde_qs 0.10.1",
|
|
"smart-default",
|
|
"smol_str",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-tar"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
|
|
dependencies = [
|
|
"async-std",
|
|
"filetime",
|
|
"libc",
|
|
"pin-project",
|
|
"redox_syscall 0.2.16",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
|
[[package]]
|
|
name = "async-tls"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-io",
|
|
"rustls 0.21.12",
|
|
"rustls-pemfile 1.0.4",
|
|
"webpki-roots 0.22.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-tungstenite"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce01ac37fdc85f10a43c43bc582cbd566720357011578a935761075f898baf58"
|
|
dependencies = [
|
|
"async-std",
|
|
"futures-io",
|
|
"futures-util",
|
|
"log",
|
|
"pin-project-lite",
|
|
"tungstenite 0.19.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-tungstenite"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-tls",
|
|
"futures-io",
|
|
"futures-util",
|
|
"log",
|
|
"pin-project-lite",
|
|
"tungstenite 0.24.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-watch"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
|
|
dependencies = [
|
|
"event-listener 2.5.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async_zip"
|
|
version = "0.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
|
|
dependencies = [
|
|
"async-compression",
|
|
"crc32fast",
|
|
"futures-lite 2.5.0",
|
|
"pin-project",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asynchronous-codec"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atoi"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
[[package]]
|
|
name = "audio"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"derive_more",
|
|
"gpui",
|
|
"parking_lot",
|
|
"rodio",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auto_update"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"db",
|
|
"gpui",
|
|
"http_client",
|
|
"log",
|
|
"paths",
|
|
"release_channel",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"tempfile",
|
|
"which 6.0.3",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auto_update_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"auto_update",
|
|
"client",
|
|
"editor",
|
|
"gpui",
|
|
"http_client",
|
|
"markdown_preview",
|
|
"menu",
|
|
"release_channel",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
[[package]]
|
|
name = "av1-grain"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arrayvec",
|
|
"log",
|
|
"nom",
|
|
"num-rational",
|
|
"v_frame",
|
|
]
|
|
|
|
[[package]]
|
|
name = "avif-serialize"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
|
|
dependencies = [
|
|
"arrayvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-config"
|
|
version = "1.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b49afaa341e8dd8577e1a2200468f98956d6eda50bcf4a53246cc00174ba924"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-sdk-sso",
|
|
"aws-sdk-ssooidc",
|
|
"aws-sdk-sts",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"fastrand 2.2.0",
|
|
"hex",
|
|
"http 0.2.12",
|
|
"ring",
|
|
"time",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-credential-types"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-runtime"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-sigv4",
|
|
"aws-smithy-async",
|
|
"aws-smithy-eventstream",
|
|
"aws-smithy-http",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"fastrand 2.2.0",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"tracing",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-kinesis"
|
|
version = "1.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad48026d3d53881146469b36358d633f1b8c9ad6eb3033f348600f981f2f449b"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"http 0.2.12",
|
|
"once_cell",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-s3"
|
|
version = "1.61.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-sigv4",
|
|
"aws-smithy-async",
|
|
"aws-smithy-checksums",
|
|
"aws-smithy-eventstream",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-smithy-xml",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"fastrand 2.2.0",
|
|
"hex",
|
|
"hmac",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"lru",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"regex-lite",
|
|
"sha2",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-sso"
|
|
version = "1.49.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09677244a9da92172c8dc60109b4a9658597d4d298b188dd0018b6a66b410ca4"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"http 0.2.12",
|
|
"once_cell",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-ssooidc"
|
|
version = "1.50.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81fea2f3a8bb3bd10932ae7ad59cc59f65f270fc9183a7e91f501dc5efbef7ee"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes 1.8.0",
|
|
"http 0.2.12",
|
|
"once_cell",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-sts"
|
|
version = "1.50.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ada54e5f26ac246dc79727def52f7f8ed38915cb47781e2a72213957dc3a7d5"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-query",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-smithy-xml",
|
|
"aws-types",
|
|
"http 0.2.12",
|
|
"once_cell",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sigv4"
|
|
version = "1.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-smithy-eventstream",
|
|
"aws-smithy-http",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"crypto-bigint 0.5.5",
|
|
"form_urlencoded",
|
|
"hex",
|
|
"hmac",
|
|
"http 0.2.12",
|
|
"http 1.1.0",
|
|
"once_cell",
|
|
"p256",
|
|
"percent-encoding",
|
|
"ring",
|
|
"sha2",
|
|
"subtle",
|
|
"time",
|
|
"tracing",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-async"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
|
|
dependencies = [
|
|
"futures-util",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-checksums"
|
|
version = "0.60.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
|
|
dependencies = [
|
|
"aws-smithy-http",
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"crc32c",
|
|
"crc32fast",
|
|
"hex",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"md-5",
|
|
"pin-project-lite",
|
|
"sha1",
|
|
"sha2",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-eventstream"
|
|
version = "0.60.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
|
|
dependencies = [
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"crc32fast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-http"
|
|
version = "0.60.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
|
|
dependencies = [
|
|
"aws-smithy-eventstream",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"bytes-utils",
|
|
"futures-core",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-json"
|
|
version = "0.60.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
|
|
dependencies = [
|
|
"aws-smithy-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-query"
|
|
version = "0.60.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
|
dependencies = [
|
|
"aws-smithy-types",
|
|
"urlencoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-runtime"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"fastrand 2.2.0",
|
|
"h2 0.3.26",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"http-body 1.0.1",
|
|
"httparse",
|
|
"hyper 0.14.31",
|
|
"hyper-rustls 0.24.2",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"rustls 0.21.12",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-runtime-api"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-types",
|
|
"bytes 1.8.0",
|
|
"http 0.2.12",
|
|
"http 1.1.0",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tracing",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-types"
|
|
version = "1.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
|
|
dependencies = [
|
|
"base64-simd",
|
|
"bytes 1.8.0",
|
|
"bytes-utils",
|
|
"futures-core",
|
|
"http 0.2.12",
|
|
"http 1.1.0",
|
|
"http-body 0.4.6",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"itoa",
|
|
"num-integer",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"ryu",
|
|
"serde",
|
|
"time",
|
|
"tokio",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-xml"
|
|
version = "0.60.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
|
|
dependencies = [
|
|
"xmlparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-types"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-smithy-async",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"rustc_version",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum"
|
|
version = "0.6.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
dependencies = [
|
|
"async-trait",
|
|
"axum-core",
|
|
"base64 0.21.7",
|
|
"bitflags 1.3.2",
|
|
"bytes 1.8.0",
|
|
"futures-util",
|
|
"headers",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.31",
|
|
"itoa",
|
|
"matchit",
|
|
"memchr",
|
|
"mime",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_path_to_error",
|
|
"serde_urlencoded",
|
|
"sha1",
|
|
"sync_wrapper 0.1.2",
|
|
"tokio",
|
|
"tokio-tungstenite 0.20.1",
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum-core"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bytes 1.8.0",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"mime",
|
|
"rustversion",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum-extra"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
|
|
dependencies = [
|
|
"axum",
|
|
"bytes 1.8.0",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"mime",
|
|
"pin-project-lite",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tower",
|
|
"tower-http 0.3.5",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object",
|
|
"rustc-demangle",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base16ct"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.21.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
[[package]]
|
|
name = "base64-simd"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
dependencies = [
|
|
"outref",
|
|
"vsimd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64ct"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
[[package]]
|
|
name = "bigdecimal"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1"
|
|
dependencies = [
|
|
"autocfg",
|
|
"libm",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.70.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"prettyplease",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"rustc-hash 1.1.0",
|
|
"shlex",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
dependencies = [
|
|
"bit-vec 0.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
|
|
dependencies = [
|
|
"bit-vec 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
dependencies = [
|
|
"bit-vec 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
|
|
[[package]]
|
|
name = "bit_field"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitstream-io"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blade-graphics"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
|
|
dependencies = [
|
|
"ash",
|
|
"ash-window",
|
|
"bitflags 2.6.0",
|
|
"block",
|
|
"bytemuck",
|
|
"codespan-reporting",
|
|
"core-graphics-types 0.1.3",
|
|
"glow",
|
|
"gpu-alloc",
|
|
"gpu-alloc-ash",
|
|
"hidden-trait",
|
|
"js-sys",
|
|
"khronos-egl",
|
|
"libloading",
|
|
"log",
|
|
"metal",
|
|
"mint",
|
|
"naga",
|
|
"objc",
|
|
"raw-window-handle",
|
|
"slab",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blade-macros"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blade-util"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
|
|
dependencies = [
|
|
"blade-graphics",
|
|
"bytemuck",
|
|
"log",
|
|
"profiling",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if",
|
|
"constant_time_eq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-padding"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
|
dependencies = [
|
|
"async-channel 2.3.1",
|
|
"async-task",
|
|
"futures-io",
|
|
"futures-lite 2.5.0",
|
|
"piper",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh"
|
|
version = "1.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"cfg_aliases 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
version = "1.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "breadcrumbs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"editor",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"outline",
|
|
"theme",
|
|
"ui",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
|
|
dependencies = [
|
|
"memchr",
|
|
"regex-automata 0.4.9",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "built"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
[[package]]
|
|
name = "by_address"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
|
|
[[package]]
|
|
name = "bytecheck"
|
|
version = "0.6.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
dependencies = [
|
|
"bytecheck_derive",
|
|
"ptr_meta",
|
|
"simdutf8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytecheck_derive"
|
|
version = "0.6.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
|
|
dependencies = [
|
|
"bytemuck_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck_derive"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
[[package]]
|
|
name = "byteorder-lite"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"iovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
|
|
[[package]]
|
|
name = "bytes-utils"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "call"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"audio",
|
|
"client",
|
|
"collections",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"live_kit_client",
|
|
"log",
|
|
"postage",
|
|
"project",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"settings",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "calloop"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"log",
|
|
"polling 3.7.4",
|
|
"rustix 0.38.40",
|
|
"slab",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "calloop-wayland-source"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
|
|
dependencies = [
|
|
"calloop",
|
|
"rustix 0.38.40",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
]
|
|
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-fs-ext"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e16619ada836f12897a72011fe99b03f0025b87a8dbbea4f3c9f89b458a23bf3"
|
|
dependencies = [
|
|
"cap-primitives",
|
|
"cap-std",
|
|
"io-lifetimes 2.0.3",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-net-ext"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "710b0eb776410a22c89a98f2f80b2187c2ac3a8206b99f3412332e63c9b09de0"
|
|
dependencies = [
|
|
"cap-primitives",
|
|
"cap-std",
|
|
"rustix 0.38.40",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-primitives"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82fa6c3f9773feab88d844aa50035a33fb6e7e7426105d2f4bb7aadc42a5f89a"
|
|
dependencies = [
|
|
"ambient-authority",
|
|
"fs-set-times",
|
|
"io-extras",
|
|
"io-lifetimes 2.0.3",
|
|
"ipnet",
|
|
"maybe-owned",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.52.0",
|
|
"winx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-rand"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53774d49369892b70184f8312e50c1b87edccb376691de4485b0ff554b27c36c"
|
|
dependencies = [
|
|
"ambient-authority",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-std"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f71b70818556b4fe2a10c7c30baac3f5f45e973f49fc2673d7c75c39d0baf5b"
|
|
dependencies = [
|
|
"cap-primitives",
|
|
"io-extras",
|
|
"io-lifetimes 2.0.3",
|
|
"rustix 0.38.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cap-time-ext"
|
|
version = "3.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69dd48afa2363f746c93f961c211f6f099fb594a3446b8097bc5f79db51b6816"
|
|
dependencies = [
|
|
"ambient-authority",
|
|
"cap-primitives",
|
|
"iana-time-zone",
|
|
"once_cell",
|
|
"rustix 0.38.40",
|
|
"winx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-platform"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afc309ed89476c8957c50fb818f56fe894db857866c3e163335faa91dc34eb85"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform",
|
|
"semver",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_toml"
|
|
version = "0.20.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
|
|
dependencies = [
|
|
"serde",
|
|
"toml 0.8.19",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
[[package]]
|
|
name = "cbc"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cbindgen"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.87",
|
|
"tempfile",
|
|
"toml 0.8.19",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
|
dependencies = [
|
|
"jobserver",
|
|
"libc",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cesu8"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-expr"
|
|
version = "0.15.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
dependencies = [
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "cfg_aliases"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
[[package]]
|
|
name = "cfg_aliases"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
[[package]]
|
|
name = "channel"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"release_channel",
|
|
"rpc",
|
|
"settings",
|
|
"sum_tree",
|
|
"text",
|
|
"time",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
dependencies = [
|
|
"android-tzdata",
|
|
"iana-time-zone",
|
|
"js-sys",
|
|
"num-traits",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chunked_transfer"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
|
|
|
|
[[package]]
|
|
name = "ciborium"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-ll",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ciborium-io"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
|
[[package]]
|
|
name = "ciborium-ll"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"half",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"inout",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "4.5.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
version = "4.5.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"clap_lex",
|
|
"strsim",
|
|
"terminal_size",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_complete"
|
|
version = "4.5.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
|
|
dependencies = [
|
|
"clap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "4.5.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
|
|
|
[[package]]
|
|
name = "cli"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"collections",
|
|
"core-foundation 0.9.4",
|
|
"core-services",
|
|
"exec",
|
|
"fork",
|
|
"ipc-channel",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"paths",
|
|
"plist",
|
|
"release_channel",
|
|
"serde",
|
|
"tempfile",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clickhouse"
|
|
version = "0.11.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
|
|
dependencies = [
|
|
"bstr",
|
|
"bytes 1.8.0",
|
|
"clickhouse-derive",
|
|
"clickhouse-rs-cityhash-sys",
|
|
"futures 0.3.31",
|
|
"hyper 0.14.31",
|
|
"hyper-tls",
|
|
"lz4",
|
|
"sealed",
|
|
"serde",
|
|
"static_assertions",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clickhouse-derive"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde_derive_internals 0.26.0",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clickhouse-rs-cityhash-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-native-tls",
|
|
"async-recursion 0.3.2",
|
|
"async-tungstenite 0.28.0",
|
|
"chrono",
|
|
"clock",
|
|
"cocoa 0.26.0",
|
|
"collections",
|
|
"feature_flags",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"log",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"paths",
|
|
"postage",
|
|
"rand 0.8.5",
|
|
"release_channel",
|
|
"rpc",
|
|
"rustls 0.21.12",
|
|
"rustls-native-certs 0.8.0",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"sha2",
|
|
"smol",
|
|
"telemetry_events",
|
|
"text",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tiny_http",
|
|
"tokio-socks",
|
|
"url",
|
|
"util",
|
|
"windows 0.58.0",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clock"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parking_lot",
|
|
"serde",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cobs"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"block",
|
|
"cocoa-foundation 0.1.2",
|
|
"core-foundation 0.9.4",
|
|
"core-graphics 0.23.2",
|
|
"foreign-types 0.5.0",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"block",
|
|
"cocoa-foundation 0.2.0",
|
|
"core-foundation 0.10.0",
|
|
"core-graphics 0.24.0",
|
|
"foreign-types 0.5.0",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa-foundation"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"block",
|
|
"core-foundation 0.9.4",
|
|
"core-graphics-types 0.1.3",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa-foundation"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"block",
|
|
"core-foundation 0.10.0",
|
|
"core-graphics-types 0.2.0",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "codespan-reporting"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
dependencies = [
|
|
"termcolor",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collab"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"anthropic",
|
|
"anyhow",
|
|
"assistant",
|
|
"async-stripe",
|
|
"async-trait",
|
|
"async-tungstenite 0.28.0",
|
|
"audio",
|
|
"aws-config",
|
|
"aws-sdk-kinesis",
|
|
"aws-sdk-s3",
|
|
"axum",
|
|
"axum-extra",
|
|
"base64 0.22.1",
|
|
"call",
|
|
"channel",
|
|
"chrono",
|
|
"clickhouse",
|
|
"client",
|
|
"clock",
|
|
"collab_ui",
|
|
"collections",
|
|
"context_servers",
|
|
"ctor",
|
|
"dashmap 6.1.0",
|
|
"derive_more",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"envy",
|
|
"file_finder",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"git_hosting_providers",
|
|
"google_ai",
|
|
"gpui",
|
|
"hex",
|
|
"http_client",
|
|
"hyper 0.14.31",
|
|
"indoc",
|
|
"jsonwebtoken",
|
|
"language",
|
|
"language_model",
|
|
"live_kit_client",
|
|
"live_kit_server",
|
|
"log",
|
|
"lsp",
|
|
"menu",
|
|
"multi_buffer",
|
|
"nanoid",
|
|
"node_runtime",
|
|
"notifications",
|
|
"open_ai",
|
|
"parking_lot",
|
|
"pretty_assertions",
|
|
"project",
|
|
"prometheus",
|
|
"prost",
|
|
"rand 0.8.5",
|
|
"recent_projects",
|
|
"release_channel",
|
|
"remote",
|
|
"remote_server",
|
|
"reqwest 0.11.27",
|
|
"reqwest_client",
|
|
"rpc",
|
|
"rustc-demangle",
|
|
"scrypt",
|
|
"sea-orm",
|
|
"semantic_version",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"session",
|
|
"settings",
|
|
"sha2",
|
|
"sqlx",
|
|
"strum 0.25.0",
|
|
"subtle",
|
|
"supermaven_api",
|
|
"telemetry_events",
|
|
"text",
|
|
"theme",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tokio",
|
|
"toml 0.8.19",
|
|
"tower",
|
|
"tower-http 0.4.4",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"unindent",
|
|
"util",
|
|
"uuid",
|
|
"workspace",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collab_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"call",
|
|
"channel",
|
|
"chrono",
|
|
"client",
|
|
"collections",
|
|
"db",
|
|
"editor",
|
|
"emojis",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"menu",
|
|
"notifications",
|
|
"parking_lot",
|
|
"picker",
|
|
"pretty_assertions",
|
|
"project",
|
|
"release_channel",
|
|
"rich_text",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"settings",
|
|
"smallvec",
|
|
"story",
|
|
"theme",
|
|
"time",
|
|
"time_format",
|
|
"title_bar",
|
|
"tree-sitter-md",
|
|
"ui",
|
|
"util",
|
|
"vcs_menu",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collections"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"rustc-hash 1.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
[[package]]
|
|
name = "colorchoice"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "4.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "command_palette"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"client",
|
|
"collections",
|
|
"command_palette_hooks",
|
|
"ctor",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"fuzzy",
|
|
"go_to_line",
|
|
"gpui",
|
|
"language",
|
|
"menu",
|
|
"picker",
|
|
"postage",
|
|
"project",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "command_palette_hooks"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"collections",
|
|
"derive_more",
|
|
"gpui",
|
|
]
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"lazy_static",
|
|
"libc",
|
|
"unicode-width",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
dependencies = [
|
|
"const-random-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random-macro"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
"once_cell",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
|
|
[[package]]
|
|
name = "context_servers"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"command_palette_hooks",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"log",
|
|
"parking_lot",
|
|
"postage",
|
|
"project",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"url",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "copilot"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compression",
|
|
"async-std",
|
|
"async-tar",
|
|
"chrono",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"command_palette_hooks",
|
|
"editor",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"indoc",
|
|
"inline_completion",
|
|
"language",
|
|
"lsp",
|
|
"menu",
|
|
"node_runtime",
|
|
"parking_lot",
|
|
"paths",
|
|
"project",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"strum 0.25.0",
|
|
"task",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation 0.9.4",
|
|
"core-graphics-types 0.1.3",
|
|
"foreign-types 0.5.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"core-foundation 0.10.0",
|
|
"core-graphics-types 0.2.0",
|
|
"foreign-types 0.5.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics-types"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation 0.9.4",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics-types"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"core-foundation 0.10.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-services"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
|
|
dependencies = [
|
|
"core-foundation 0.9.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-text"
|
|
version = "20.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
|
|
dependencies = [
|
|
"core-foundation 0.9.4",
|
|
"core-graphics 0.23.2",
|
|
"foreign-types 0.5.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-rs"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation-sys",
|
|
"coreaudio-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-sys"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
|
|
dependencies = [
|
|
"bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cosmic-text"
|
|
version = "0.11.2"
|
|
source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"fontdb",
|
|
"log",
|
|
"rangemap",
|
|
"rayon",
|
|
"rustc-hash 1.1.0",
|
|
"rustybuzz",
|
|
"self_cell",
|
|
"swash",
|
|
"sys-locale",
|
|
"ttf-parser",
|
|
"unicode-bidi",
|
|
"unicode-linebreak",
|
|
"unicode-script",
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpal"
|
|
version = "0.15.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
|
|
dependencies = [
|
|
"alsa",
|
|
"core-foundation-sys",
|
|
"coreaudio-rs",
|
|
"dasp_sample",
|
|
"jni",
|
|
"js-sys",
|
|
"libc",
|
|
"mach2",
|
|
"ndk",
|
|
"ndk-context",
|
|
"oboe",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"windows 0.54.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpp_demangle"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bitset"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"cranelift-bforest",
|
|
"cranelift-bitset",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-control",
|
|
"cranelift-entity",
|
|
"cranelift-isle",
|
|
"gimli 0.29.0",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"regalloc2",
|
|
"rustc-hash 1.1.0",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
|
|
dependencies = [
|
|
"cranelift-codegen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
|
|
|
|
[[package]]
|
|
name = "cranelift-control"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
|
|
dependencies = [
|
|
"arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
|
|
dependencies = [
|
|
"cranelift-bitset",
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-isle"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
|
|
|
|
[[package]]
|
|
name = "cranelift-native"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"libc",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-wasm"
|
|
version = "0.111.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"itertools 0.12.1",
|
|
"log",
|
|
"smallvec",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
dependencies = [
|
|
"crc-catalog",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc-catalog"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
[[package]]
|
|
name = "crc32c"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
|
|
dependencies = [
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
dependencies = [
|
|
"anes",
|
|
"cast",
|
|
"ciborium",
|
|
"clap",
|
|
"criterion-plot",
|
|
"is-terminal",
|
|
"itertools 0.10.5",
|
|
"num-traits",
|
|
"once_cell",
|
|
"oorandom",
|
|
"plotters",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tinytemplate",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion-plot"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
dependencies = [
|
|
"cast",
|
|
"itertools 0.10.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
[[package]]
|
|
name = "crypto-bigint"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
|
dependencies = [
|
|
"generic-array",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-bigint"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
dependencies = [
|
|
"generic-array",
|
|
"rand_core 0.6.4",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
|
|
dependencies = [
|
|
"nix",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cursor-icon"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
|
|
|
[[package]]
|
|
name = "dashmap"
|
|
version = "5.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"hashbrown 0.14.5",
|
|
"lock_api",
|
|
"once_cell",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dashmap"
|
|
version = "6.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-utils",
|
|
"hashbrown 0.14.5",
|
|
"lock_api",
|
|
"once_cell",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dasp_sample"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
|
|
[[package]]
|
|
name = "data-url"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
|
|
|
|
[[package]]
|
|
name = "db"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"gpui",
|
|
"indoc",
|
|
"log",
|
|
"paths",
|
|
"release_channel",
|
|
"smol",
|
|
"sqlez",
|
|
"sqlez_macros",
|
|
"tempfile",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dbus"
|
|
version = "0.9.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
|
dependencies = [
|
|
"libc",
|
|
"libdbus-sys",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deflate64"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
dependencies = [
|
|
"const-oid",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.7.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
dependencies = [
|
|
"const-oid",
|
|
"pem-rfc7468",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
dependencies = [
|
|
"powerfmt",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
dependencies = [
|
|
"convert_case 0.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustc_version",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_refineable"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diagnostics"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"collections",
|
|
"ctor",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"gpui",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"pretty_assertions",
|
|
"project",
|
|
"rand 0.8.5",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"unindent",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dialoguer"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
|
|
dependencies = [
|
|
"console",
|
|
"fuzzy-matcher",
|
|
"shell-words",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"const-oid",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "4.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
dependencies = [
|
|
"dirs-sys 0.3.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
dependencies = [
|
|
"dirs-sys 0.4.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
dependencies = [
|
|
"libc",
|
|
"option-ext",
|
|
"redox_users",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "displaydoc"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dlib"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
|
|
dependencies = [
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "docs_preprocessor"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"mdbook",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dotenvy"
|
|
version = "0.15.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
|
|
[[package]]
|
|
name = "doxygen-rs"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
|
|
dependencies = [
|
|
"phf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dwrote"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"winapi",
|
|
"wio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dyn-clone"
|
|
version = "1.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
|
|
[[package]]
|
|
name = "ec4rs"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
|
|
|
|
[[package]]
|
|
name = "ecdsa"
|
|
version = "0.14.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
|
dependencies = [
|
|
"der 0.6.1",
|
|
"elliptic-curve",
|
|
"rfc6979",
|
|
"signature 1.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "editor"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"anyhow",
|
|
"assets",
|
|
"chrono",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"convert_case 0.6.0",
|
|
"ctor",
|
|
"db",
|
|
"emojis",
|
|
"env_logger 0.11.5",
|
|
"file_icons",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"git",
|
|
"gpui",
|
|
"http_client",
|
|
"indoc",
|
|
"inline_completion",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"linkify",
|
|
"log",
|
|
"lsp",
|
|
"markdown",
|
|
"multi_buffer",
|
|
"ordered-float 2.10.1",
|
|
"parking_lot",
|
|
"pretty_assertions",
|
|
"project",
|
|
"rand 0.8.5",
|
|
"release_channel",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"similar",
|
|
"smallvec",
|
|
"smol",
|
|
"snippet",
|
|
"sum_tree",
|
|
"task",
|
|
"text",
|
|
"theme",
|
|
"time",
|
|
"time_format",
|
|
"tree-sitter-html",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"ui",
|
|
"unicode-script",
|
|
"unicode-segmentation",
|
|
"unindent",
|
|
"url",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "elasticlunr-rs"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
|
|
dependencies = [
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "elliptic-curve"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
dependencies = [
|
|
"base16ct",
|
|
"crypto-bigint 0.4.9",
|
|
"der 0.6.1",
|
|
"digest",
|
|
"ff",
|
|
"generic-array",
|
|
"group",
|
|
"pkcs8 0.9.0",
|
|
"rand_core 0.6.4",
|
|
"sec1",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embed-resource"
|
|
version = "2.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b68b6f9f63a0b6a38bc447d4ce84e2b388f3ec95c99c641c8ff0dd3ef89a6379"
|
|
dependencies = [
|
|
"cc",
|
|
"memchr",
|
|
"rustc_version",
|
|
"toml 0.8.19",
|
|
"vswhom",
|
|
"winreg 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
|
|
|
|
[[package]]
|
|
name = "emojis"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
|
|
dependencies = [
|
|
"phf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "endi"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
|
|
|
|
[[package]]
|
|
name = "enumflags2"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
|
|
dependencies = [
|
|
"enumflags2_derive",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2_derive"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_filter"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
dependencies = [
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
dependencies = [
|
|
"humantime",
|
|
"is-terminal",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"env_filter",
|
|
"humantime",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "envy"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
[[package]]
|
|
name = "erased-serde"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
|
dependencies = [
|
|
"serde",
|
|
"typeid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
dependencies = [
|
|
"errno-dragonfly",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno-dragonfly"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "etagere"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
|
|
dependencies = [
|
|
"euclid",
|
|
"svg_fmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "etcetera"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"home",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euclid"
|
|
version = "0.22.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "evals"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"env_logger 0.11.5",
|
|
"feature_flags",
|
|
"fs",
|
|
"git",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"languages",
|
|
"node_runtime",
|
|
"open_ai",
|
|
"project",
|
|
"reqwest_client",
|
|
"semantic_index",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "2.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "5.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener-strategy"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
dependencies = [
|
|
"event-listener 5.3.1",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "exec"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
|
|
dependencies = [
|
|
"errno 0.2.8",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "exr"
|
|
version = "1.73.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
|
dependencies = [
|
|
"bit_field",
|
|
"half",
|
|
"lebe",
|
|
"miniz_oxide",
|
|
"rayon-core",
|
|
"smallvec",
|
|
"zune-inflate",
|
|
]
|
|
|
|
[[package]]
|
|
name = "extension"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compression",
|
|
"async-tar",
|
|
"async-trait",
|
|
"collections",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"semantic_version",
|
|
"serde",
|
|
"serde_json",
|
|
"toml 0.8.19",
|
|
"util",
|
|
"wasm-encoder 0.215.0",
|
|
"wasmparser 0.215.0",
|
|
"wit-component",
|
|
]
|
|
|
|
[[package]]
|
|
name = "extension_cli"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"env_logger 0.11.5",
|
|
"extension",
|
|
"fs",
|
|
"language",
|
|
"log",
|
|
"reqwest_client",
|
|
"rpc",
|
|
"serde",
|
|
"serde_json",
|
|
"theme",
|
|
"tokio",
|
|
"toml 0.8.19",
|
|
"tree-sitter",
|
|
"wasmtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "extension_host"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compression",
|
|
"async-tar",
|
|
"async-trait",
|
|
"client",
|
|
"collections",
|
|
"context_servers",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"extension",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"node_runtime",
|
|
"parking_lot",
|
|
"paths",
|
|
"project",
|
|
"release_channel",
|
|
"remote",
|
|
"reqwest_client",
|
|
"schemars",
|
|
"semantic_version",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json_lenient",
|
|
"settings",
|
|
"task",
|
|
"tempfile",
|
|
"theme",
|
|
"toml 0.8.19",
|
|
"url",
|
|
"util",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime",
|
|
"wasmtime-wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "extensions_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"assistant_slash_command",
|
|
"client",
|
|
"collections",
|
|
"context_servers",
|
|
"db",
|
|
"editor",
|
|
"extension",
|
|
"extension_host",
|
|
"fs",
|
|
"fuzzy",
|
|
"gpui",
|
|
"indexed_docs",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"num-format",
|
|
"picker",
|
|
"project",
|
|
"release_channel",
|
|
"semantic_version",
|
|
"serde",
|
|
"settings",
|
|
"smallvec",
|
|
"snippet_provider",
|
|
"theme",
|
|
"theme_selector",
|
|
"ui",
|
|
"util",
|
|
"vim",
|
|
"wasmtime-wasi",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
|
[[package]]
|
|
name = "fancy-regex"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
|
|
dependencies = [
|
|
"bit-set 0.5.3",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fancy-regex"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
|
|
dependencies = [
|
|
"bit-set 0.8.0",
|
|
"regex-automata 0.4.9",
|
|
"regex-syntax 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fast-srgb8"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
|
|
|
|
[[package]]
|
|
name = "fd-lock"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fdeflate"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb"
|
|
dependencies = [
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "feature_flags"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
]
|
|
|
|
[[package]]
|
|
name = "feedback"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 2.6.0",
|
|
"client",
|
|
"db",
|
|
"editor",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"human_bytes",
|
|
"language",
|
|
"log",
|
|
"menu",
|
|
"project",
|
|
"regex",
|
|
"release_channel",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"smol",
|
|
"sysinfo",
|
|
"ui",
|
|
"urlencoding",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ff"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "file_finder"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"ctor",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"file_icons",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"menu",
|
|
"picker",
|
|
"project",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"settings",
|
|
"text",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "file_icons"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"collections",
|
|
"gpui",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filedescriptor"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
dependencies = [
|
|
"libc",
|
|
"thiserror 1.0.69",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"libredox",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "float-cmp"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
[[package]]
|
|
name = "float-ord"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
|
|
|
|
[[package]]
|
|
name = "flume"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
"nanorand",
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
|
|
|
[[package]]
|
|
name = "font-kit"
|
|
version = "0.14.1"
|
|
source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"byteorder",
|
|
"core-foundation 0.9.4",
|
|
"core-graphics 0.23.2",
|
|
"core-text",
|
|
"dirs 5.0.1",
|
|
"dwrote",
|
|
"float-ord",
|
|
"freetype-sys",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"pathfinder_geometry",
|
|
"pathfinder_simd",
|
|
"walkdir",
|
|
"winapi",
|
|
"yeslogic-fontconfig-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "font-types"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fontconfig-parser"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
|
|
dependencies = [
|
|
"roxmltree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fontdb"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
|
|
dependencies = [
|
|
"fontconfig-parser",
|
|
"log",
|
|
"memmap2",
|
|
"slotmap",
|
|
"tinyvec",
|
|
"ttf-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared 0.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
dependencies = [
|
|
"foreign-types-macros",
|
|
"foreign-types-shared 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-macros"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
[[package]]
|
|
name = "fork"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype-sys"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ashpd",
|
|
"async-tar",
|
|
"async-trait",
|
|
"cocoa 0.26.0",
|
|
"collections",
|
|
"fsevent",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"git2",
|
|
"gpui",
|
|
"libc",
|
|
"notify",
|
|
"objc",
|
|
"parking_lot",
|
|
"paths",
|
|
"rope",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"tempfile",
|
|
"text",
|
|
"time",
|
|
"util",
|
|
"windows 0.58.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-set-times"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
|
|
dependencies = [
|
|
"io-lifetimes 2.0.3",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"core-foundation 0.9.4",
|
|
"fsevent-sys 3.1.0",
|
|
"parking_lot",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "funty"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
[[package]]
|
|
name = "futf"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
dependencies = [
|
|
"mac",
|
|
"new_debug_unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-batch"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
|
|
dependencies = [
|
|
"futures 0.3.31",
|
|
"futures-timer",
|
|
"pin-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-intrusive"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
dependencies = [
|
|
"futures-core",
|
|
"lock_api",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
dependencies = [
|
|
"fastrand 1.9.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
"memchr",
|
|
"parking",
|
|
"pin-project-lite",
|
|
"waker-fn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
|
|
dependencies = [
|
|
"fastrand 2.2.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
|
|
[[package]]
|
|
name = "futures-timer"
|
|
version = "3.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
dependencies = [
|
|
"futures 0.1.31",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
"tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzzy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzzy-matcher"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
dependencies = [
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gethostname"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
|
dependencies = [
|
|
"color_quant",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap 2.6.0",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
[[package]]
|
|
name = "git"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"clock",
|
|
"collections",
|
|
"derive_more",
|
|
"git2",
|
|
"gpui",
|
|
"http_client",
|
|
"log",
|
|
"parking_lot",
|
|
"pretty_assertions",
|
|
"rope",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"sum_tree",
|
|
"text",
|
|
"time",
|
|
"unindent",
|
|
"url",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git_hosting_providers"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"gpui",
|
|
"http_client",
|
|
"indoc",
|
|
"pretty_assertions",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"url",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
[[package]]
|
|
name = "globset"
|
|
version = "0.4.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"log",
|
|
"regex-automata 0.4.9",
|
|
"regex-syntax 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-timers"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glow"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
|
|
dependencies = [
|
|
"js-sys",
|
|
"slotmap",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "go_to_line"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"editor",
|
|
"gpui",
|
|
"indoc",
|
|
"language",
|
|
"menu",
|
|
"project",
|
|
"rope",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"text",
|
|
"theme",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "google_ai"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.25.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-alloc"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"gpu-alloc-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-alloc-ash"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
|
|
dependencies = [
|
|
"ash",
|
|
"gpu-alloc-types",
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-alloc-types"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"as-raw-xcb-connection",
|
|
"ashpd",
|
|
"async-task",
|
|
"backtrace",
|
|
"bindgen",
|
|
"blade-graphics",
|
|
"blade-macros",
|
|
"blade-util",
|
|
"block",
|
|
"bytemuck",
|
|
"calloop",
|
|
"calloop-wayland-source",
|
|
"cbindgen",
|
|
"cocoa 0.26.0",
|
|
"collections",
|
|
"core-foundation 0.9.4",
|
|
"core-foundation-sys",
|
|
"core-graphics 0.23.2",
|
|
"core-text",
|
|
"cosmic-text",
|
|
"ctor",
|
|
"derive_more",
|
|
"embed-resource",
|
|
"env_logger 0.11.5",
|
|
"etagere",
|
|
"filedescriptor",
|
|
"flume",
|
|
"font-kit",
|
|
"foreign-types 0.5.0",
|
|
"futures 0.3.31",
|
|
"gpui_macros",
|
|
"http_client",
|
|
"image",
|
|
"itertools 0.13.0",
|
|
"linkme",
|
|
"log",
|
|
"media",
|
|
"metal",
|
|
"num_cpus",
|
|
"objc",
|
|
"oo7",
|
|
"open",
|
|
"parking",
|
|
"parking_lot",
|
|
"pathfinder_geometry",
|
|
"postage",
|
|
"profiling",
|
|
"rand 0.8.5",
|
|
"raw-window-handle",
|
|
"refineable",
|
|
"resvg",
|
|
"schemars",
|
|
"seahash",
|
|
"semantic_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"slotmap",
|
|
"smallvec",
|
|
"smol",
|
|
"strum 0.25.0",
|
|
"sum_tree",
|
|
"taffy",
|
|
"thiserror 1.0.69",
|
|
"unicode-segmentation",
|
|
"usvg",
|
|
"util",
|
|
"uuid",
|
|
"waker-fn",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
"wayland-cursor",
|
|
"wayland-protocols",
|
|
"wayland-protocols-plasma",
|
|
"windows 0.58.0",
|
|
"windows-core 0.58.0",
|
|
"x11-clipboard",
|
|
"x11rb",
|
|
"xim",
|
|
"xkbcommon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpui_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "grid"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
|
|
|
|
[[package]]
|
|
name = "group"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
dependencies = [
|
|
"ff",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"indexmap 2.6.0",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes 1.8.0",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"http 1.1.0",
|
|
"indexmap 2.6.0",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "handlebars"
|
|
version = "4.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
|
|
dependencies = [
|
|
"log",
|
|
"pest",
|
|
"pest_derive",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "handlebars"
|
|
version = "6.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
|
|
dependencies = [
|
|
"log",
|
|
"num-order",
|
|
"pest",
|
|
"pest_derive",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
dependencies = [
|
|
"ahash 0.7.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
dependencies = [
|
|
"ahash 0.8.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
dependencies = [
|
|
"ahash 0.8.11",
|
|
"allocator-api2",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashlink"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashlink"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "headers"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bytes 1.8.0",
|
|
"headers-core",
|
|
"http 0.2.12",
|
|
"httpdate",
|
|
"mime",
|
|
"sha1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "headers-core"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
dependencies = [
|
|
"http 0.2.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
[[package]]
|
|
name = "heed"
|
|
version = "0.20.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"byteorder",
|
|
"heed-traits",
|
|
"heed-types",
|
|
"libc",
|
|
"lmdb-master-sys",
|
|
"once_cell",
|
|
"page_size",
|
|
"serde",
|
|
"synchronoise",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heed-traits"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
|
|
|
|
[[package]]
|
|
name = "heed-types"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"heed-traits",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
[[package]]
|
|
name = "hexf-parse"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
[[package]]
|
|
name = "hidden-trait"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hkdf"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
dependencies = [
|
|
"hmac",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
dependencies = [
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
dependencies = [
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hound"
|
|
version = "3.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html_to_markdown"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"html5ever",
|
|
"indoc",
|
|
"markup5ever_rcdom",
|
|
"pretty_assertions",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"http 0.2.12",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"http 1.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body-util"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-util",
|
|
"http 1.1.0",
|
|
"http-body 1.0.1",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-range-header"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|
|
|
[[package]]
|
|
name = "http-types"
|
|
version = "2.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-channel 1.9.0",
|
|
"base64 0.13.1",
|
|
"futures-lite 1.13.0",
|
|
"http 0.2.12",
|
|
"infer",
|
|
"pin-project-lite",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_qs 0.8.5",
|
|
"serde_urlencoded",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytes 1.8.0",
|
|
"derive_more",
|
|
"futures 0.3.31",
|
|
"http 1.1.0",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
[[package]]
|
|
name = "human_bytes"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.3.26",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"socket2 0.5.7",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"h2 0.4.6",
|
|
"http 1.1.0",
|
|
"http-body 1.0.1",
|
|
"httparse",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"smallvec",
|
|
"tokio",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
dependencies = [
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"hyper 0.14.31",
|
|
"log",
|
|
"rustls 0.21.12",
|
|
"rustls-native-certs 0.6.3",
|
|
"tokio",
|
|
"tokio-rustls 0.24.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.27.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
|
dependencies = [
|
|
"futures-util",
|
|
"http 1.1.0",
|
|
"hyper 1.5.0",
|
|
"hyper-util",
|
|
"rustls 0.23.16",
|
|
"rustls-native-certs 0.8.0",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
"tokio-rustls 0.26.0",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"hyper 0.14.31",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-util"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"http 1.1.0",
|
|
"http-body 1.0.1",
|
|
"hyper 1.5.0",
|
|
"pin-project-lite",
|
|
"socket2 0.5.7",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"windows-core 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone-haiku"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_collections"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locid"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"litemap",
|
|
"tinystr",
|
|
"writeable",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locid_transform"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_locid",
|
|
"icu_locid_transform_data",
|
|
"icu_provider",
|
|
"tinystr",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locid_transform_data"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
[[package]]
|
|
name = "icu_normalizer"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_collections",
|
|
"icu_normalizer_data",
|
|
"icu_properties",
|
|
"icu_provider",
|
|
"smallvec",
|
|
"utf16_iter",
|
|
"utf8_iter",
|
|
"write16",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer_data"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
[[package]]
|
|
name = "icu_properties"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_collections",
|
|
"icu_locid_transform",
|
|
"icu_properties_data",
|
|
"icu_provider",
|
|
"tinystr",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_properties_data"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
[[package]]
|
|
name = "icu_provider"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_locid",
|
|
"icu_provider_macros",
|
|
"stable_deref_trait",
|
|
"tinystr",
|
|
"writeable",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_provider_macros"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "id-arena"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
dependencies = [
|
|
"idna_adapter",
|
|
"smallvec",
|
|
"utf8_iter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna_adapter"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
dependencies = [
|
|
"icu_normalizer",
|
|
"icu_properties",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ignore"
|
|
version = "0.4.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"globset",
|
|
"log",
|
|
"memchr",
|
|
"regex-automata 0.4.9",
|
|
"same-file",
|
|
"walkdir",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.25.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder-lite",
|
|
"color_quant",
|
|
"exr",
|
|
"gif",
|
|
"image-webp",
|
|
"num-traits",
|
|
"png",
|
|
"qoi",
|
|
"ravif",
|
|
"rayon",
|
|
"rgb",
|
|
"tiff",
|
|
"zune-core",
|
|
"zune-jpeg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image-webp"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
|
|
dependencies = [
|
|
"byteorder-lite",
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image_viewer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"db",
|
|
"file_icons",
|
|
"gpui",
|
|
"project",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "imagesize"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
|
|
|
|
[[package]]
|
|
name = "imgref"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
|
|
|
|
[[package]]
|
|
name = "indexed_docs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"cargo_metadata",
|
|
"collections",
|
|
"derive_more",
|
|
"extension",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"gpui",
|
|
"heed",
|
|
"html_to_markdown",
|
|
"http_client",
|
|
"indexmap 1.9.3",
|
|
"indoc",
|
|
"parking_lot",
|
|
"paths",
|
|
"pretty_assertions",
|
|
"serde",
|
|
"strum 0.25.0",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.12.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.15.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indoc"
|
|
version = "2.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
|
|
[[package]]
|
|
name = "infer"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
|
|
|
[[package]]
|
|
name = "inherent"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inline_completion"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"language",
|
|
"project",
|
|
"text",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inline_completion_button"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"copilot",
|
|
"editor",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"indoc",
|
|
"language",
|
|
"lsp",
|
|
"paths",
|
|
"project",
|
|
"serde_json",
|
|
"settings",
|
|
"supermaven",
|
|
"theme",
|
|
"ui",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"inotify-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify-sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inout"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
dependencies = [
|
|
"block-padding",
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "install_cli"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"gpui",
|
|
"smol",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "interpolate_name"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-extras"
|
|
version = "0.18.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d45fd7584f9b67ac37bc041212d06bfac0700b36456b05890d36a3b626260eb"
|
|
dependencies = [
|
|
"io-lifetimes 2.0.3",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
dependencies = [
|
|
"hermit-abi 0.3.9",
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipc-channel"
|
|
version = "0.18.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
|
|
dependencies = [
|
|
"bincode",
|
|
"crossbeam-channel",
|
|
"fnv",
|
|
"lazy_static",
|
|
"libc",
|
|
"mio 1.0.2",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tempfile",
|
|
"uuid",
|
|
"windows 0.58.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
|
|
[[package]]
|
|
name = "is-docker"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-terminal"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
|
dependencies = [
|
|
"hermit-abi 0.4.0",
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-wsl"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
|
dependencies = [
|
|
"is-docker",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_terminal_polyfill"
|
|
version = "1.70.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
dependencies = [
|
|
"cesu8",
|
|
"cfg-if",
|
|
"combine",
|
|
"jni-sys",
|
|
"log",
|
|
"thiserror 1.0.69",
|
|
"walkdir",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "journal"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
"editor",
|
|
"gpui",
|
|
"log",
|
|
"schemars",
|
|
"serde",
|
|
"settings",
|
|
"shellexpand 2.1.2",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.72"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonwebtoken"
|
|
version = "9.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"js-sys",
|
|
"pem",
|
|
"ring",
|
|
"serde",
|
|
"serde_json",
|
|
"simple_asn1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jupyter-protocol"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f3e9d36f282f7e0400de20921d283121a97c5a5a6db2c1bb0c0853defff9934"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bytes 1.8.0",
|
|
"chrono",
|
|
"futures 0.3.31",
|
|
"jupyter-serde",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jupyter-serde"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11adb69edaf2eb03d5e84249f68f870dd03d4c8f955314b5a32b2db5798e9b9a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jupyter-websocket-client"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d315d037789a652084877b0919615e937d2f2e877b01aa4ba8fcc1ab07cb58b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"async-tungstenite 0.22.2",
|
|
"futures 0.3.31",
|
|
"jupyter-protocol",
|
|
"jupyter-serde",
|
|
"serde",
|
|
"serde_json",
|
|
"url",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos-egl"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
|
|
dependencies = [
|
|
"libc",
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kqueue"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
|
dependencies = [
|
|
"kqueue-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kqueue-sys"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kurbo"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kv-log-macro"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"async-watch",
|
|
"clock",
|
|
"collections",
|
|
"ctor",
|
|
"ec4rs",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"git",
|
|
"globset",
|
|
"gpui",
|
|
"http_client",
|
|
"indoc",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"lsp",
|
|
"parking_lot",
|
|
"postage",
|
|
"pretty_assertions",
|
|
"pulldown-cmark 0.12.2",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"similar",
|
|
"smallvec",
|
|
"smol",
|
|
"strsim",
|
|
"sum_tree",
|
|
"task",
|
|
"text",
|
|
"theme",
|
|
"tree-sitter",
|
|
"tree-sitter-elixir",
|
|
"tree-sitter-embedded-template",
|
|
"tree-sitter-heex",
|
|
"tree-sitter-html",
|
|
"tree-sitter-json",
|
|
"tree-sitter-md",
|
|
"tree-sitter-ruby",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"unicase",
|
|
"unindent",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language_model"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anthropic",
|
|
"anyhow",
|
|
"base64 0.22.1",
|
|
"collections",
|
|
"futures 0.3.31",
|
|
"google_ai",
|
|
"gpui",
|
|
"http_client",
|
|
"image",
|
|
"log",
|
|
"ollama",
|
|
"open_ai",
|
|
"parking_lot",
|
|
"proto",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"strum 0.25.0",
|
|
"ui",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language_models"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anthropic",
|
|
"anyhow",
|
|
"client",
|
|
"collections",
|
|
"copilot",
|
|
"editor",
|
|
"feature_flags",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"google_ai",
|
|
"gpui",
|
|
"http_client",
|
|
"language_model",
|
|
"menu",
|
|
"ollama",
|
|
"open_ai",
|
|
"project",
|
|
"proto",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"strum 0.25.0",
|
|
"telemetry_events",
|
|
"theme",
|
|
"thiserror 1.0.69",
|
|
"tiktoken-rs",
|
|
"ui",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language_selector"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"editor",
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"picker",
|
|
"project",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language_tools"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"collections",
|
|
"copilot",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"lsp",
|
|
"project",
|
|
"release_channel",
|
|
"serde_json",
|
|
"settings",
|
|
"theme",
|
|
"tree-sitter",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "languages"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compression",
|
|
"async-tar",
|
|
"async-trait",
|
|
"collections",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"node_runtime",
|
|
"paths",
|
|
"pet",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-poetry",
|
|
"pet-reporter",
|
|
"project",
|
|
"regex",
|
|
"rope",
|
|
"rust-embed",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"task",
|
|
"text",
|
|
"theme",
|
|
"toml 0.8.19",
|
|
"tree-sitter",
|
|
"tree-sitter-bash",
|
|
"tree-sitter-c",
|
|
"tree-sitter-cpp",
|
|
"tree-sitter-css",
|
|
"tree-sitter-diff",
|
|
"tree-sitter-go",
|
|
"tree-sitter-gomod",
|
|
"tree-sitter-gowork",
|
|
"tree-sitter-jsdoc",
|
|
"tree-sitter-json",
|
|
"tree-sitter-md",
|
|
"tree-sitter-python",
|
|
"tree-sitter-regex",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"tree-sitter-yaml",
|
|
"unindent",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
dependencies = [
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "leb128"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
[[package]]
|
|
name = "lebe"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.164"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
|
|
|
[[package]]
|
|
name = "libdbus-sys"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libfuzzer-sys"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
version = "0.17.0+1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
|
|
[[package]]
|
|
name = "libmimalloc-sys"
|
|
version = "0.1.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"libc",
|
|
"redox_syscall 0.5.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsqlite3-sys"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkify"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkme"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
|
|
dependencies = [
|
|
"linkme-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkme-impl"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
[[package]]
|
|
name = "litemap"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
|
|
|
[[package]]
|
|
name = "live_kit_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-broadcast",
|
|
"async-trait",
|
|
"collections",
|
|
"core-foundation 0.9.4",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"live_kit_server",
|
|
"log",
|
|
"media",
|
|
"nanoid",
|
|
"parking_lot",
|
|
"postage",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"simplelog",
|
|
]
|
|
|
|
[[package]]
|
|
name = "live_kit_server"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"jsonwebtoken",
|
|
"log",
|
|
"prost",
|
|
"prost-build",
|
|
"prost-types",
|
|
"reqwest 0.12.8",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lmdb-master-sys"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
|
|
dependencies = [
|
|
"cc",
|
|
"doxygen-rs",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
dependencies = [
|
|
"autocfg",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
dependencies = [
|
|
"serde",
|
|
"value-bag",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loop9"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
|
dependencies = [
|
|
"imgref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
dependencies = [
|
|
"hashbrown 0.15.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-pipe",
|
|
"collections",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"log",
|
|
"lsp-types",
|
|
"parking_lot",
|
|
"postage",
|
|
"release_channel",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp-types"
|
|
version = "0.95.1"
|
|
source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz4"
|
|
version = "1.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725"
|
|
dependencies = [
|
|
"lz4-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz4-sys"
|
|
version = "1.11.1+lz4-1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
[[package]]
|
|
name = "mach2"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "maplit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
[[package]]
|
|
name = "markdown"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"assets",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"language",
|
|
"languages",
|
|
"linkify",
|
|
"log",
|
|
"node_runtime",
|
|
"pulldown-cmark 0.12.2",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "markdown_preview"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-recursion 1.1.1",
|
|
"collections",
|
|
"editor",
|
|
"gpui",
|
|
"language",
|
|
"linkify",
|
|
"log",
|
|
"pretty_assertions",
|
|
"pulldown-cmark 0.12.2",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "markup5ever"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
|
|
dependencies = [
|
|
"log",
|
|
"phf",
|
|
"phf_codegen",
|
|
"string_cache",
|
|
"string_cache_codegen",
|
|
"tendril",
|
|
]
|
|
|
|
[[package]]
|
|
name = "markup5ever_rcdom"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
|
|
dependencies = [
|
|
"html5ever",
|
|
"markup5ever",
|
|
"tendril",
|
|
"xml5ever",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
dependencies = [
|
|
"regex-automata 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchit"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
[[package]]
|
|
name = "maybe-owned"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
|
[[package]]
|
|
name = "maybe-rayon"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "md-5"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mdbook"
|
|
version = "0.4.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7624879735513024d323e7267a0b3a7176aceb0db537939beb4ee31d9e8945e3"
|
|
dependencies = [
|
|
"ammonia",
|
|
"anyhow",
|
|
"chrono",
|
|
"clap",
|
|
"clap_complete",
|
|
"elasticlunr-rs",
|
|
"env_logger 0.11.5",
|
|
"futures-util",
|
|
"handlebars 6.2.0",
|
|
"ignore",
|
|
"log",
|
|
"memchr",
|
|
"notify",
|
|
"notify-debouncer-mini",
|
|
"once_cell",
|
|
"opener",
|
|
"pathdiff",
|
|
"pulldown-cmark 0.10.3",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"shlex",
|
|
"tempfile",
|
|
"tokio",
|
|
"toml 0.5.11",
|
|
"topological-sort",
|
|
"walkdir",
|
|
"warp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "media"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bindgen",
|
|
"core-foundation 0.9.4",
|
|
"foreign-types 0.5.0",
|
|
"metal",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
[[package]]
|
|
name = "memfd"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
|
|
dependencies = [
|
|
"rustix 0.38.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "menu"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metal"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"block",
|
|
"core-graphics-types 0.1.3",
|
|
"foreign-types 0.5.0",
|
|
"log",
|
|
"objc",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mimalloc"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
|
|
dependencies = [
|
|
"libmimalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
dependencies = [
|
|
"mime",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
dependencies = [
|
|
"adler2",
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mint"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
|
dependencies = [
|
|
"hermit-abi 0.3.9",
|
|
"libc",
|
|
"log",
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
|
|
dependencies = [
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "msvc_spectre_libs"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multi_buffer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clock",
|
|
"collections",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"settings",
|
|
"smallvec",
|
|
"sum_tree",
|
|
"text",
|
|
"theme",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
[[package]]
|
|
name = "naga"
|
|
version = "22.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bit-set 0.6.0",
|
|
"bitflags 2.6.0",
|
|
"cfg_aliases 0.1.1",
|
|
"codespan-reporting",
|
|
"hexf-parse",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"rustc-hash 1.1.0",
|
|
"spirv",
|
|
"termcolor",
|
|
"thiserror 1.0.69",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nanoid"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
dependencies = [
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nanorand"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"openssl",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"security-framework",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nbformat"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "187de1b1f1430353ef9b5208096d84f7bf089ee1593f14213d122b7fbb1f3dee"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
"jupyter-serde",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"jni-sys",
|
|
"log",
|
|
"ndk-sys",
|
|
"num_enum",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-context"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
[[package]]
|
|
name = "ndk-sys"
|
|
version = "0.5.0+25.2.9519653"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
|
|
dependencies = [
|
|
"jni-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"cfg-if",
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
"memoffset",
|
|
]
|
|
|
|
[[package]]
|
|
name = "node_runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compression",
|
|
"async-std",
|
|
"async-tar",
|
|
"async-trait",
|
|
"async-watch",
|
|
"async_zip",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"log",
|
|
"paths",
|
|
"semver",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"tempfile",
|
|
"util",
|
|
"walkdir",
|
|
"which 6.0.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
]
|
|
|
|
[[package]]
|
|
name = "noop_proc_macro"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
|
|
|
[[package]]
|
|
name = "normpath"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
|
|
dependencies = [
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notifications"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"channel",
|
|
"client",
|
|
"collections",
|
|
"db",
|
|
"gpui",
|
|
"rpc",
|
|
"settings",
|
|
"sum_tree",
|
|
"time",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify"
|
|
version = "6.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"crossbeam-channel",
|
|
"filetime",
|
|
"fsevent-sys 4.1.0",
|
|
"inotify",
|
|
"kqueue",
|
|
"libc",
|
|
"log",
|
|
"mio 0.8.11",
|
|
"walkdir",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify-debouncer-mini"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"log",
|
|
"notify",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.46.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
dependencies = [
|
|
"overload",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-complex",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-rational",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint-dig"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
dependencies = [
|
|
"byteorder",
|
|
"lazy_static",
|
|
"libm",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"smallvec",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-conv"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-format"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-modular"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
|
|
|
|
[[package]]
|
|
name = "num-order"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
|
|
dependencies = [
|
|
"num-modular",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
dependencies = [
|
|
"autocfg",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
dependencies = [
|
|
"hermit-abi 0.3.9",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
|
dependencies = [
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_threads"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvim-rs"
|
|
version = "0.8.0-pre"
|
|
source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures 0.3.31",
|
|
"log",
|
|
"parity-tokio-ipc",
|
|
"rmp",
|
|
"rmpv",
|
|
"tokio",
|
|
"tokio-util",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
dependencies = [
|
|
"malloc_buf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.36.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"hashbrown 0.15.1",
|
|
"indexmap 2.6.0",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oboe"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
|
|
dependencies = [
|
|
"jni",
|
|
"ndk",
|
|
"ndk-context",
|
|
"num-derive",
|
|
"num-traits",
|
|
"oboe-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oboe-sys"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ollama"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.20.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
|
[[package]]
|
|
name = "oo7"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
|
|
dependencies = [
|
|
"aes",
|
|
"async-fs 2.1.2",
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"async-net 2.0.0",
|
|
"blocking",
|
|
"cbc",
|
|
"cipher",
|
|
"digest",
|
|
"endi",
|
|
"futures-lite 2.5.0",
|
|
"futures-util",
|
|
"hkdf",
|
|
"hmac",
|
|
"md-5",
|
|
"num",
|
|
"num-bigint-dig",
|
|
"pbkdf2",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"subtle",
|
|
"zbus",
|
|
"zeroize",
|
|
"zvariant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oorandom"
|
|
version = "11.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
|
|
|
[[package]]
|
|
name = "open"
|
|
version = "5.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
|
|
dependencies = [
|
|
"is-wsl",
|
|
"libc",
|
|
"pathdiff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "open_ai"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.25.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "opener"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
|
|
dependencies = [
|
|
"bstr",
|
|
"dbus",
|
|
"normpath",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.10.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"cfg-if",
|
|
"foreign-types 0.3.2",
|
|
"libc",
|
|
"once_cell",
|
|
"openssl-macros",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
name = "openssl-src"
|
|
version = "300.4.0+3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a709e02f2b4aca747929cca5ed248880847c650233cf8b8cdc48f40aaf4898a6"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.104"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "option-ext"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "2.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "3.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordered-stream"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
|
|
dependencies = [
|
|
"aliasable",
|
|
"ouroboros_macro",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros_macro"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "outline"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"editor",
|
|
"fuzzy",
|
|
"gpui",
|
|
"indoc",
|
|
"language",
|
|
"menu",
|
|
"ordered-float 2.10.1",
|
|
"picker",
|
|
"project",
|
|
"rope",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"theme",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "outline_panel"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"db",
|
|
"editor",
|
|
"file_icons",
|
|
"fuzzy",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"menu",
|
|
"outline",
|
|
"pretty_assertions",
|
|
"project",
|
|
"schemars",
|
|
"search",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smallvec",
|
|
"smol",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "outref"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
|
[[package]]
|
|
name = "overload"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
[[package]]
|
|
name = "p256"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
dependencies = [
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "page_size"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "palette"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
|
|
dependencies = [
|
|
"approx",
|
|
"fast-srgb8",
|
|
"palette_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "palette_derive"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
|
|
dependencies = [
|
|
"by_address",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-tokio-ipc"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
|
dependencies = [
|
|
"futures 0.3.31",
|
|
"libc",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"tokio",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall 0.5.7",
|
|
"smallvec",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "password-hash"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
dependencies = [
|
|
"base64ct",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
[[package]]
|
|
name = "pathdiff"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
|
|
|
[[package]]
|
|
name = "pathfinder_geometry"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
|
|
dependencies = [
|
|
"log",
|
|
"pathfinder_simd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pathfinder_simd"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
|
|
dependencies = [
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paths"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"dirs 4.0.0",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
dependencies = [
|
|
"digest",
|
|
"hmac",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem"
|
|
version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem-rfc7468"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
dependencies = [
|
|
"base64ct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
[[package]]
|
|
name = "perplexity"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde",
|
|
"zed_extension_api 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
|
dependencies = [
|
|
"memchr",
|
|
"thiserror 1.0.69",
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_derive"
|
|
version = "2.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_generator"
|
|
version = "2.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_meta",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_meta"
|
|
version = "2.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
|
dependencies = [
|
|
"once_cell",
|
|
"pest",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"clap",
|
|
"env_logger 0.10.2",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-env-var-path",
|
|
"pet-fs",
|
|
"pet-global-virtualenvs",
|
|
"pet-homebrew",
|
|
"pet-jsonrpc",
|
|
"pet-linux-global-python",
|
|
"pet-mac-commandlinetools",
|
|
"pet-mac-python-org",
|
|
"pet-mac-xcode",
|
|
"pet-pipenv",
|
|
"pet-poetry",
|
|
"pet-pyenv",
|
|
"pet-python-utils",
|
|
"pet-reporter",
|
|
"pet-telemetry",
|
|
"pet-venv",
|
|
"pet-virtualenv",
|
|
"pet-virtualenvwrapper",
|
|
"pet-windows-registry",
|
|
"pet-windows-store",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-conda"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"env_logger 0.10.2",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-reporter",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"yaml-rust2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-core"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"clap",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-fs",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-env-var-path"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-fs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-global-virtualenvs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-homebrew"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-jsonrpc"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"env_logger 0.10.2",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-linux-global-python"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-mac-commandlinetools"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-mac-python-org"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-mac-xcode"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-pipenv"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-poetry"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-reporter",
|
|
"pet-virtualenv",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"toml 0.8.19",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-pyenv"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-reporter",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-python-utils"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"env_logger 0.10.2",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-reporter"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"env_logger 0.10.2",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-jsonrpc",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-telemetry"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"env_logger 0.10.2",
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-venv"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-virtualenv"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-virtualenvwrapper"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-windows-registry"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-conda",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
"pet-windows-store",
|
|
"regex",
|
|
"winreg 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pet-windows-store"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"msvc_spectre_libs",
|
|
"pet-core",
|
|
"pet-fs",
|
|
"pet-python-utils",
|
|
"pet-virtualenv",
|
|
"regex",
|
|
"winreg 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
dependencies = [
|
|
"phf_macros",
|
|
"phf_shared 0.11.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
dependencies = [
|
|
"phf_generator 0.11.2",
|
|
"phf_shared 0.11.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
dependencies = [
|
|
"phf_shared 0.10.0",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
dependencies = [
|
|
"phf_shared 0.11.2",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
dependencies = [
|
|
"phf_generator 0.11.2",
|
|
"phf_shared 0.11.2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
dependencies = [
|
|
"siphasher 0.3.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
dependencies = [
|
|
"siphasher 0.3.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "picker"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ctor",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"gpui",
|
|
"menu",
|
|
"serde",
|
|
"serde_json",
|
|
"ui",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-args"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "piper"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"fastrand 2.2.0",
|
|
"futures-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkcs1"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
dependencies = [
|
|
"der 0.7.9",
|
|
"pkcs8 0.10.2",
|
|
"spki 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkcs8"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
dependencies = [
|
|
"der 0.6.1",
|
|
"spki 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkcs8"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
dependencies = [
|
|
"der 0.7.9",
|
|
"spki 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
|
[[package]]
|
|
name = "plist"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"indexmap 2.6.0",
|
|
"quick-xml 0.32.0",
|
|
"serde",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plotters"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
dependencies = [
|
|
"num-traits",
|
|
"plotters-backend",
|
|
"plotters-svg",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plotters-backend"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
|
|
[[package]]
|
|
name = "plotters-svg"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
dependencies = [
|
|
"plotters-backend",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.17.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"crc32fast",
|
|
"fdeflate",
|
|
"flate2",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"libc",
|
|
"log",
|
|
"pin-project-lite",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "3.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"hermit-abi 0.4.0",
|
|
"pin-project-lite",
|
|
"rustix 0.38.40",
|
|
"tracing",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pollster"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
|
|
|
|
[[package]]
|
|
name = "postage"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
|
|
dependencies = [
|
|
"atomic",
|
|
"crossbeam-queue",
|
|
"futures 0.3.31",
|
|
"log",
|
|
"parking_lot",
|
|
"pin-project",
|
|
"pollster",
|
|
"static_assertions",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "postcard"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
|
|
dependencies = [
|
|
"cobs",
|
|
"embedded-io 0.4.0",
|
|
"embedded-io 0.6.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
[[package]]
|
|
name = "prettier"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"fs",
|
|
"gpui",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"node_runtime",
|
|
"parking_lot",
|
|
"paths",
|
|
"serde",
|
|
"serde_json",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pretty_assertions"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
|
dependencies = [
|
|
"diff",
|
|
"yansi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
|
dependencies = [
|
|
"toml_edit 0.22.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr2"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error2"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
dependencies = [
|
|
"proc-macro-error-attr2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.89"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profiling"
|
|
version = "1.0.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
|
|
dependencies = [
|
|
"profiling-procmacros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profiling-procmacros"
|
|
version = "1.0.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "project"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"anyhow",
|
|
"async-trait",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"env_logger 0.11.5",
|
|
"fancy-regex 0.14.0",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"git",
|
|
"git2",
|
|
"globset",
|
|
"gpui",
|
|
"http_client",
|
|
"image",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"node_runtime",
|
|
"parking_lot",
|
|
"pathdiff",
|
|
"paths",
|
|
"postage",
|
|
"prettier",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"release_channel",
|
|
"remote",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"sha2",
|
|
"shellexpand 2.1.2",
|
|
"shlex",
|
|
"similar",
|
|
"smol",
|
|
"snippet",
|
|
"snippet_provider",
|
|
"task",
|
|
"tempfile",
|
|
"terminal",
|
|
"text",
|
|
"unindent",
|
|
"url",
|
|
"util",
|
|
"which 6.0.3",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "project_panel"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"collections",
|
|
"db",
|
|
"editor",
|
|
"file_icons",
|
|
"git",
|
|
"gpui",
|
|
"indexmap 1.9.3",
|
|
"language",
|
|
"menu",
|
|
"pretty_assertions",
|
|
"project",
|
|
"schemars",
|
|
"search",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"settings",
|
|
"smallvec",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "project_symbols"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"editor",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"lsp",
|
|
"ordered-float 2.10.1",
|
|
"picker",
|
|
"project",
|
|
"release_channel",
|
|
"serde_json",
|
|
"settings",
|
|
"theme",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus"
|
|
version = "0.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fnv",
|
|
"lazy_static",
|
|
"memchr",
|
|
"parking_lot",
|
|
"protobuf",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"prost-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"heck 0.3.3",
|
|
"itertools 0.10.5",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost",
|
|
"prost-types",
|
|
"regex",
|
|
"tempfile",
|
|
"which 4.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.10.5",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"prost",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proto"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"prost",
|
|
"prost-build",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "protobuf"
|
|
version = "2.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
|
|
|
[[package]]
|
|
name = "psm"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
dependencies = [
|
|
"ptr_meta_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta_derive"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"memchr",
|
|
"pulldown-cmark-escape",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark-escape"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
|
|
|
|
[[package]]
|
|
name = "qoi"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
[[package]]
|
|
name = "quick-xml"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-xml"
|
|
version = "0.36.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick_action_bar"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"assistant",
|
|
"editor",
|
|
"gpui",
|
|
"markdown_preview",
|
|
"picker",
|
|
"repl",
|
|
"search",
|
|
"settings",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn"
|
|
version = "0.11.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"pin-project-lite",
|
|
"quinn-proto",
|
|
"quinn-udp",
|
|
"rustc-hash 2.0.0",
|
|
"rustls 0.23.16",
|
|
"socket2 0.5.7",
|
|
"thiserror 2.0.3",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-proto"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"getrandom 0.2.15",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rustc-hash 2.0.0",
|
|
"rustls 0.23.16",
|
|
"rustls-pki-types",
|
|
"slab",
|
|
"thiserror 2.0.3",
|
|
"tinyvec",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-udp"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da"
|
|
dependencies = [
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
"once_cell",
|
|
"socket2 0.5.7",
|
|
"tracing",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom 0.1.16",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.5.1",
|
|
"rand_hc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom 0.1.16",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rangemap"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
|
|
|
|
[[package]]
|
|
name = "rav1e"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"arg_enum_proc_macro",
|
|
"arrayvec",
|
|
"av1-grain",
|
|
"bitstream-io",
|
|
"built",
|
|
"cfg-if",
|
|
"interpolate_name",
|
|
"itertools 0.12.1",
|
|
"libc",
|
|
"libfuzzer-sys",
|
|
"log",
|
|
"maybe-rayon",
|
|
"new_debug_unreachable",
|
|
"noop_proc_macro",
|
|
"num-derive",
|
|
"num-traits",
|
|
"once_cell",
|
|
"paste",
|
|
"profiling",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"simd_helpers",
|
|
"system-deps",
|
|
"thiserror 1.0.69",
|
|
"v_frame",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ravif"
|
|
version = "0.11.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
|
|
dependencies = [
|
|
"avif-serialize",
|
|
"imgref",
|
|
"loop9",
|
|
"quick-error",
|
|
"rav1e",
|
|
"rayon",
|
|
"rgb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raw-window-handle"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
|
|
|
|
[[package]]
|
|
name = "raw-window-metal"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
|
|
dependencies = [
|
|
"cocoa 0.25.0",
|
|
"core-graphics 0.23.2",
|
|
"objc",
|
|
"raw-window-handle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "read-fonts"
|
|
version = "0.22.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"font-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "recent_projects"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"auto_update",
|
|
"editor",
|
|
"extension_host",
|
|
"file_finder",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"markdown",
|
|
"menu",
|
|
"ordered-float 2.10.1",
|
|
"paths",
|
|
"picker",
|
|
"project",
|
|
"release_channel",
|
|
"remote",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"task",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
"libredox",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "refineable"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"derive_refineable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc2"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
|
|
dependencies = [
|
|
"hashbrown 0.13.2",
|
|
"log",
|
|
"rustc-hash 1.1.0",
|
|
"slice-group-by",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-automata 0.4.9",
|
|
"regex-syntax 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
dependencies = [
|
|
"regex-syntax 0.6.29",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-lite"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
|
[[package]]
|
|
name = "release_channel"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remote"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"collections",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"parking_lot",
|
|
"paths",
|
|
"prost",
|
|
"release_channel",
|
|
"rpc",
|
|
"serde",
|
|
"serde_json",
|
|
"shlex",
|
|
"smol",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"util",
|
|
"which 6.0.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remote_server"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-watch",
|
|
"backtrace",
|
|
"cargo_toml",
|
|
"chrono",
|
|
"clap",
|
|
"client",
|
|
"clock",
|
|
"env_logger 0.11.5",
|
|
"extension_host",
|
|
"fork",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"git_hosting_providers",
|
|
"gpui",
|
|
"http_client",
|
|
"language",
|
|
"languages",
|
|
"libc",
|
|
"log",
|
|
"lsp",
|
|
"node_runtime",
|
|
"paths",
|
|
"project",
|
|
"proto",
|
|
"release_channel",
|
|
"remote",
|
|
"reqwest_client",
|
|
"rpc",
|
|
"rust-embed",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"shellexpand 2.1.2",
|
|
"smol",
|
|
"sysinfo",
|
|
"telemetry_events",
|
|
"toml 0.8.19",
|
|
"util",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rend"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
|
dependencies = [
|
|
"bytecheck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "repl"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"alacritty_terminal",
|
|
"anyhow",
|
|
"async-dispatcher",
|
|
"base64 0.22.1",
|
|
"client",
|
|
"collections",
|
|
"command_palette_hooks",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"feature_flags",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"image",
|
|
"indoc",
|
|
"jupyter-protocol",
|
|
"jupyter-websocket-client",
|
|
"language",
|
|
"languages",
|
|
"log",
|
|
"markdown_preview",
|
|
"menu",
|
|
"multi_buffer",
|
|
"nbformat",
|
|
"picker",
|
|
"project",
|
|
"runtimelib",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"terminal",
|
|
"terminal_view",
|
|
"theme",
|
|
"tree-sitter-md",
|
|
"tree-sitter-python",
|
|
"tree-sitter-typescript",
|
|
"ui",
|
|
"util",
|
|
"uuid",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.11.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bytes 1.8.0",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.3.26",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.31",
|
|
"hyper-tls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"native-tls",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"rustls-pemfile 1.0.4",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"sync_wrapper 0.1.2",
|
|
"system-configuration 0.5.1",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"winreg 0.50.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.12.8"
|
|
source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes 1.8.0",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.4.6",
|
|
"http 1.1.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.5.0",
|
|
"hyper-rustls 0.27.3",
|
|
"hyper-util",
|
|
"ipnet",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"quinn",
|
|
"rustls 0.23.16",
|
|
"rustls-native-certs 0.8.0",
|
|
"rustls-pemfile 2.2.0",
|
|
"rustls-pki-types",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"sync_wrapper 1.0.1",
|
|
"system-configuration 0.6.1",
|
|
"tokio",
|
|
"tokio-rustls 0.26.0",
|
|
"tokio-socks",
|
|
"tokio-util",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-streams",
|
|
"web-sys",
|
|
"windows-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytes 1.8.0",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"log",
|
|
"reqwest 0.12.8",
|
|
"serde",
|
|
"smol",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "resvg"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
|
|
dependencies = [
|
|
"log",
|
|
"pico-args",
|
|
"rgb",
|
|
"svgtypes",
|
|
"tiny-skia",
|
|
"usvg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rfc6979"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
dependencies = [
|
|
"crypto-bigint 0.4.9",
|
|
"hmac",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rgb"
|
|
version = "0.8.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rich_text"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"language",
|
|
"linkify",
|
|
"pulldown-cmark 0.12.2",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.17.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"getrandom 0.2.15",
|
|
"libc",
|
|
"spin",
|
|
"untrusted",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv"
|
|
version = "0.7.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
|
|
dependencies = [
|
|
"bitvec",
|
|
"bytecheck",
|
|
"bytes 1.8.0",
|
|
"hashbrown 0.12.3",
|
|
"ptr_meta",
|
|
"rend",
|
|
"rkyv_derive",
|
|
"seahash",
|
|
"tinyvec",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv_derive"
|
|
version = "0.7.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rmp"
|
|
version = "0.8.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
|
dependencies = [
|
|
"byteorder",
|
|
"num-traits",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rmpv"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rmp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rodio"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
|
|
dependencies = [
|
|
"cpal",
|
|
"hound",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rope"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"criterion",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"gpui",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"smallvec",
|
|
"sum_tree",
|
|
"unicode-segmentation",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "roxmltree"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
|
|
|
|
[[package]]
|
|
name = "rpc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-tungstenite 0.28.0",
|
|
"base64 0.22.1",
|
|
"chrono",
|
|
"collections",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"parking_lot",
|
|
"proto",
|
|
"rand 0.8.5",
|
|
"rsa",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"strum 0.25.0",
|
|
"tracing",
|
|
"util",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rsa"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
|
|
dependencies = [
|
|
"const-oid",
|
|
"digest",
|
|
"num-bigint-dig",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pkcs1",
|
|
"pkcs8 0.10.2",
|
|
"rand_core 0.6.4",
|
|
"signature 2.2.0",
|
|
"spki 0.7.3",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "runtimelib"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2db079f82c110e25c3202d20c7cd29dcbfa93d96de7c5bb8bb6f294f477567cf"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-dispatcher",
|
|
"async-std",
|
|
"base64 0.22.1",
|
|
"bytes 1.8.0",
|
|
"chrono",
|
|
"data-encoding",
|
|
"dirs 5.0.1",
|
|
"futures 0.3.31",
|
|
"glob",
|
|
"jupyter-protocol",
|
|
"jupyter-serde",
|
|
"ring",
|
|
"serde",
|
|
"serde_json",
|
|
"shellexpand 3.1.0",
|
|
"smol",
|
|
"uuid",
|
|
"zeromq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-embed"
|
|
version = "8.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
|
|
dependencies = [
|
|
"rust-embed-impl",
|
|
"rust-embed-utils",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-embed-impl"
|
|
version = "8.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"rust-embed-utils",
|
|
"syn 2.0.87",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-embed-utils"
|
|
version = "8.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
|
|
dependencies = [
|
|
"globset",
|
|
"sha2",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust_decimal"
|
|
version = "1.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"borsh",
|
|
"bytes 1.8.0",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rkyv",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.37.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"errno 0.3.9",
|
|
"io-lifetimes 1.0.11",
|
|
"libc",
|
|
"linux-raw-sys 0.3.8",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.38.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"errno 0.3.9",
|
|
"itoa",
|
|
"libc",
|
|
"linux-raw-sys 0.4.14",
|
|
"once_cell",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix-openpty"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
|
|
dependencies = [
|
|
"errno 0.3.9",
|
|
"libc",
|
|
"rustix 0.38.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.21.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
dependencies = [
|
|
"log",
|
|
"ring",
|
|
"rustls-webpki 0.101.7",
|
|
"sct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.23.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
|
dependencies = [
|
|
"once_cell",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"rustls-webpki 0.102.8",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pemfile 1.0.4",
|
|
"schannel",
|
|
"security-framework",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pemfile 2.2.0",
|
|
"rustls-pki-types",
|
|
"schannel",
|
|
"security-framework",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pki-types"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
|
dependencies = [
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.101.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.102.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
dependencies = [
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
|
|
|
[[package]]
|
|
name = "rustybuzz"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"bytemuck",
|
|
"libm",
|
|
"smallvec",
|
|
"ttf-parser",
|
|
"unicode-bidi-mirroring",
|
|
"unicode-ccc",
|
|
"unicode-properties",
|
|
"unicode-script",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
[[package]]
|
|
name = "salsa20"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
|
dependencies = [
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars"
|
|
version = "0.8.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
|
dependencies = [
|
|
"dyn-clone",
|
|
"indexmap 1.9.3",
|
|
"schemars_derive",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars_derive"
|
|
version = "0.8.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde_derive_internals 0.29.1",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
name = "scrypt"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
dependencies = [
|
|
"password-hash",
|
|
"pbkdf2",
|
|
"salsa20",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sea-bae"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sea-orm"
|
|
version = "1.1.0-rc.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-trait",
|
|
"bigdecimal",
|
|
"chrono",
|
|
"futures 0.3.31",
|
|
"log",
|
|
"ouroboros",
|
|
"rust_decimal",
|
|
"sea-orm-macros",
|
|
"sea-query",
|
|
"sea-query-binder",
|
|
"serde",
|
|
"serde_json",
|
|
"sqlx",
|
|
"strum 0.26.3",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tracing",
|
|
"url",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sea-orm-macros"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a239e3bb1b566ad4ec2654d0d193d6ceddfd733487edc9c21a64d214c773910"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"sea-bae",
|
|
"syn 2.0.87",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sea-query"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff504d13b5e4b52fffcf2fb203d0352a5722fa5151696db768933e41e1e591bb"
|
|
dependencies = [
|
|
"bigdecimal",
|
|
"chrono",
|
|
"inherent",
|
|
"ordered-float 3.9.2",
|
|
"rust_decimal",
|
|
"serde_json",
|
|
"time",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sea-query-binder"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
|
|
dependencies = [
|
|
"bigdecimal",
|
|
"chrono",
|
|
"rust_decimal",
|
|
"sea-query",
|
|
"serde_json",
|
|
"sqlx",
|
|
"time",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "seahash"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
[[package]]
|
|
name = "sealed"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
|
|
dependencies = [
|
|
"heck 0.3.3",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "search"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"any_vec",
|
|
"anyhow",
|
|
"bitflags 2.6.0",
|
|
"client",
|
|
"collections",
|
|
"editor",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"language",
|
|
"menu",
|
|
"project",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"theme",
|
|
"ui",
|
|
"unindent",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sec1"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
dependencies = [
|
|
"base16ct",
|
|
"der 0.6.1",
|
|
"generic-array",
|
|
"pkcs8 0.9.0",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "2.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"core-foundation 0.9.4",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "self_cell"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
|
|
|
|
[[package]]
|
|
name = "semantic_index"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arrayvec",
|
|
"blake3",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"env_logger 0.11.5",
|
|
"feature_flags",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"futures-batch",
|
|
"gpui",
|
|
"heed",
|
|
"http_client",
|
|
"language",
|
|
"language_model",
|
|
"languages",
|
|
"log",
|
|
"open_ai",
|
|
"parking_lot",
|
|
"project",
|
|
"reqwest_client",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"sha2",
|
|
"smol",
|
|
"tempfile",
|
|
"theme",
|
|
"tree-sitter",
|
|
"ui",
|
|
"unindent",
|
|
"util",
|
|
"workspace",
|
|
"worktree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semantic_version"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.215"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.215"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive_internals"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive_internals"
|
|
version = "0.29.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_fmt"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.133"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
|
dependencies = [
|
|
"indexmap 2.6.0",
|
|
"itoa",
|
|
"memchr",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json_lenient"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf0c7e21364d0e199dd2f6c339ca18d6fca75b69458a247e8b27ff1c92f5b86"
|
|
dependencies = [
|
|
"indexmap 2.6.0",
|
|
"itoa",
|
|
"memchr",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_path_to_error"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
|
dependencies = [
|
|
"itoa",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_qs"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_qs"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_repr"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "session"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"db",
|
|
"gpui",
|
|
"serde_json",
|
|
"util",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "settings"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"ec4rs",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"indoc",
|
|
"log",
|
|
"paths",
|
|
"pretty_assertions",
|
|
"release_channel",
|
|
"rust-embed",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serde_json_lenient",
|
|
"smallvec",
|
|
"tree-sitter",
|
|
"tree-sitter-json",
|
|
"unindent",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "settings_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"command_palette_hooks",
|
|
"editor",
|
|
"feature_flags",
|
|
"gpui",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1_smol"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell-words"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
[[package]]
|
|
name = "shellexpand"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
dependencies = [
|
|
"dirs 4.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shellexpand"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
|
dependencies = [
|
|
"dirs 5.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
dependencies = [
|
|
"digest",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
dependencies = [
|
|
"digest",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd-adler32"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
[[package]]
|
|
name = "simd_helpers"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
|
dependencies = [
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simdutf8"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
[[package]]
|
|
name = "similar"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
|
|
|
|
[[package]]
|
|
name = "simple_asn1"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simplecss"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simplelog"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
|
|
dependencies = [
|
|
"log",
|
|
"termcolor",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
|
|
[[package]]
|
|
name = "skrifa"
|
|
version = "0.22.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"read-fonts",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slash_commands_example"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slice-group-by"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
|
|
|
[[package]]
|
|
name = "slotmap"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smart-default"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smol"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"async-executor",
|
|
"async-fs 1.6.0",
|
|
"async-io 1.13.0",
|
|
"async-lock 2.8.0",
|
|
"async-net 1.8.0",
|
|
"async-process 1.8.1",
|
|
"blocking",
|
|
"futures-lite 1.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smol_str"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snippet"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snippet_provider"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"parking_lot",
|
|
"paths",
|
|
"serde",
|
|
"serde_json",
|
|
"snippet",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snippets_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"paths",
|
|
"picker",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spdx"
|
|
version = "0.10.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spirv"
|
|
version = "0.3.0+sdk-1.3.268.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spki"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
dependencies = [
|
|
"base64ct",
|
|
"der 0.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spki"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
dependencies = [
|
|
"base64ct",
|
|
"der 0.7.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sptr"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
|
|
|
|
[[package]]
|
|
name = "sqlez"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"futures 0.3.31",
|
|
"indoc",
|
|
"libsqlite3-sys",
|
|
"parking_lot",
|
|
"smol",
|
|
"sqlformat",
|
|
"thread_local",
|
|
"util",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlez_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"sqlez",
|
|
"sqlformat",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlformat"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
|
dependencies = [
|
|
"nom",
|
|
"unicode_categories",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
|
|
dependencies = [
|
|
"sqlx-core",
|
|
"sqlx-macros",
|
|
"sqlx-mysql",
|
|
"sqlx-postgres",
|
|
"sqlx-sqlite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
|
|
dependencies = [
|
|
"atoi",
|
|
"bigdecimal",
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"chrono",
|
|
"crc",
|
|
"crossbeam-queue",
|
|
"either",
|
|
"event-listener 5.3.1",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-intrusive",
|
|
"futures-io",
|
|
"futures-util",
|
|
"hashbrown 0.14.5",
|
|
"hashlink 0.9.1",
|
|
"hex",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"memchr",
|
|
"once_cell",
|
|
"paste",
|
|
"percent-encoding",
|
|
"rust_decimal",
|
|
"rustls 0.21.12",
|
|
"rustls-pemfile 1.0.4",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"smallvec",
|
|
"sqlformat",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"url",
|
|
"uuid",
|
|
"webpki-roots 0.25.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-macros"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"sqlx-core",
|
|
"sqlx-macros-core",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-macros-core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
|
|
dependencies = [
|
|
"dotenvy",
|
|
"either",
|
|
"heck 0.5.0",
|
|
"hex",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"sqlx-core",
|
|
"sqlx-mysql",
|
|
"sqlx-postgres",
|
|
"sqlx-sqlite",
|
|
"syn 2.0.87",
|
|
"tempfile",
|
|
"tokio",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-mysql"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
|
|
dependencies = [
|
|
"atoi",
|
|
"base64 0.22.1",
|
|
"bigdecimal",
|
|
"bitflags 2.6.0",
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"chrono",
|
|
"crc",
|
|
"digest",
|
|
"dotenvy",
|
|
"either",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-util",
|
|
"generic-array",
|
|
"hex",
|
|
"hkdf",
|
|
"hmac",
|
|
"itoa",
|
|
"log",
|
|
"md-5",
|
|
"memchr",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"rand 0.8.5",
|
|
"rsa",
|
|
"rust_decimal",
|
|
"serde",
|
|
"sha1",
|
|
"sha2",
|
|
"smallvec",
|
|
"sqlx-core",
|
|
"stringprep",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tracing",
|
|
"uuid",
|
|
"whoami",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-postgres"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
|
|
dependencies = [
|
|
"atoi",
|
|
"base64 0.22.1",
|
|
"bigdecimal",
|
|
"bitflags 2.6.0",
|
|
"byteorder",
|
|
"chrono",
|
|
"crc",
|
|
"dotenvy",
|
|
"etcetera",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-util",
|
|
"hex",
|
|
"hkdf",
|
|
"hmac",
|
|
"home",
|
|
"itoa",
|
|
"log",
|
|
"md-5",
|
|
"memchr",
|
|
"num-bigint",
|
|
"once_cell",
|
|
"rand 0.8.5",
|
|
"rust_decimal",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"smallvec",
|
|
"sqlx-core",
|
|
"stringprep",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tracing",
|
|
"uuid",
|
|
"whoami",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-sqlite"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
|
|
dependencies = [
|
|
"atoi",
|
|
"chrono",
|
|
"flume",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-intrusive",
|
|
"futures-util",
|
|
"libsqlite3-sys",
|
|
"log",
|
|
"percent-encoding",
|
|
"serde",
|
|
"serde_urlencoded",
|
|
"sqlx-core",
|
|
"time",
|
|
"tracing",
|
|
"url",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "story"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "storybook"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"collab_ui",
|
|
"ctrlc",
|
|
"dialoguer",
|
|
"editor",
|
|
"fuzzy",
|
|
"gpui",
|
|
"indoc",
|
|
"language",
|
|
"log",
|
|
"menu",
|
|
"picker",
|
|
"project",
|
|
"reqwest_client",
|
|
"rust-embed",
|
|
"settings",
|
|
"simplelog",
|
|
"story",
|
|
"strum 0.25.0",
|
|
"theme",
|
|
"title_bar",
|
|
"ui",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strict-num"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
|
|
dependencies = [
|
|
"float-cmp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.8.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
dependencies = [
|
|
"new_debug_unreachable",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"phf_shared 0.10.0",
|
|
"precomputed-hash",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_codegen"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
dependencies = [
|
|
"phf_generator 0.10.0",
|
|
"phf_shared 0.10.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stringprep"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
dependencies = [
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
"unicode-properties",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
|
dependencies = [
|
|
"strum_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.26.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.25.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
[[package]]
|
|
name = "sum_tree"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supermaven"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"collections",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"http_client",
|
|
"inline_completion",
|
|
"language",
|
|
"log",
|
|
"postage",
|
|
"project",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smol",
|
|
"supermaven_api",
|
|
"text",
|
|
"theme",
|
|
"ui",
|
|
"unicode-segmentation",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supermaven_api"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures 0.3.31",
|
|
"http_client",
|
|
"paths",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
|
|
|
|
[[package]]
|
|
name = "sval_buffer"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_ref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_dynamic"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
|
|
dependencies = [
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_fmt"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_json"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_nested"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_buffer",
|
|
"sval_ref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_ref"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
|
|
dependencies = [
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_serde"
|
|
version = "2.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
|
|
dependencies = [
|
|
"serde",
|
|
"sval",
|
|
"sval_nested",
|
|
]
|
|
|
|
[[package]]
|
|
name = "svg_fmt"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
|
|
|
|
[[package]]
|
|
name = "svgtypes"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
|
|
dependencies = [
|
|
"kurbo",
|
|
"siphasher 1.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swash"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
|
|
dependencies = [
|
|
"skrifa",
|
|
"yazi",
|
|
"zeno",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.87"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sync_wrapper"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
[[package]]
|
|
name = "sync_wrapper"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
dependencies = [
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synchronoise"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
|
|
dependencies = [
|
|
"crossbeam-queue",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sys-locale"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sysinfo"
|
|
version = "0.31.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"memchr",
|
|
"ntapi",
|
|
"rayon",
|
|
"windows 0.57.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation 0.9.4",
|
|
"system-configuration-sys 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"core-foundation 0.9.4",
|
|
"system-configuration-sys 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration-sys"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration-sys"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-deps"
|
|
version = "6.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
|
dependencies = [
|
|
"cfg-expr",
|
|
"heck 0.5.0",
|
|
"pkg-config",
|
|
"toml 0.8.19",
|
|
"version-compare",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-interface"
|
|
version = "0.27.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"cap-fs-ext",
|
|
"cap-std",
|
|
"fd-lock",
|
|
"io-lifetimes 2.0.3",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.52.0",
|
|
"winx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tab_switcher"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"ctor",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"gpui",
|
|
"language",
|
|
"menu",
|
|
"picker",
|
|
"project",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "taffy"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"grid",
|
|
"num-traits",
|
|
"serde",
|
|
"slotmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "take-until"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
[[package]]
|
|
name = "task"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"hex",
|
|
"parking_lot",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json_lenient",
|
|
"sha2",
|
|
"shellexpand 2.1.2",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tasks_ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"editor",
|
|
"file_icons",
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"menu",
|
|
"picker",
|
|
"project",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"task",
|
|
"tree-sitter-rust",
|
|
"tree-sitter-typescript",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "telemetry_events"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"semantic_version",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fastrand 2.2.0",
|
|
"once_cell",
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tendril"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
dependencies = [
|
|
"futf",
|
|
"mac",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"alacritty_terminal",
|
|
"anyhow",
|
|
"collections",
|
|
"dirs 4.0.0",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"libc",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"release_channel",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"settings",
|
|
"smol",
|
|
"sysinfo",
|
|
"task",
|
|
"theme",
|
|
"thiserror 1.0.69",
|
|
"util",
|
|
"windows 0.58.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
|
dependencies = [
|
|
"rustix 0.38.40",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_view"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"breadcrumbs",
|
|
"client",
|
|
"collections",
|
|
"db",
|
|
"dirs 4.0.0",
|
|
"editor",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"project",
|
|
"rand 0.8.5",
|
|
"search",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"shellexpand 2.1.2",
|
|
"smol",
|
|
"task",
|
|
"terminal",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "text"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clock",
|
|
"collections",
|
|
"ctor",
|
|
"env_logger 0.11.5",
|
|
"gpui",
|
|
"http_client",
|
|
"log",
|
|
"parking_lot",
|
|
"postage",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"rope",
|
|
"smallvec",
|
|
"sum_tree",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "theme"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"collections",
|
|
"derive_more",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"indexmap 1.9.3",
|
|
"log",
|
|
"palette",
|
|
"parking_lot",
|
|
"refineable",
|
|
"schemars",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serde_json_lenient",
|
|
"serde_repr",
|
|
"settings",
|
|
"strum 0.25.0",
|
|
"util",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "theme_importer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"gpui",
|
|
"indexmap 1.9.3",
|
|
"log",
|
|
"palette",
|
|
"rust-embed",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json_lenient",
|
|
"simplelog",
|
|
"strum 0.25.0",
|
|
"theme",
|
|
"vscode_theme",
|
|
]
|
|
|
|
[[package]]
|
|
name = "theme_selector"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"client",
|
|
"fs",
|
|
"fuzzy",
|
|
"gpui",
|
|
"log",
|
|
"picker",
|
|
"serde",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
dependencies = [
|
|
"thiserror-impl 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
|
|
dependencies = [
|
|
"thiserror-impl 2.0.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiff"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
|
dependencies = [
|
|
"flate2",
|
|
"jpeg-decoder",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiktoken-rs"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"bstr",
|
|
"fancy-regex 0.12.0",
|
|
"lazy_static",
|
|
"parking_lot",
|
|
"rustc-hash 1.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"libc",
|
|
"num-conv",
|
|
"num_threads",
|
|
"powerfmt",
|
|
"serde",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
|
dependencies = [
|
|
"num-conv",
|
|
"time-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time_format"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"core-foundation 0.9.4",
|
|
"core-foundation-sys",
|
|
"sys-locale",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-keccak"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-skia"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"log",
|
|
"png",
|
|
"tiny-skia-path",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-skia-path"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
|
|
dependencies = [
|
|
"arrayref",
|
|
"bytemuck",
|
|
"strict-num",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny_http"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
|
|
dependencies = [
|
|
"ascii",
|
|
"chrono",
|
|
"chunked_transfer",
|
|
"log",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinystr"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinytemplate"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
[[package]]
|
|
name = "title_bar"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"auto_update",
|
|
"call",
|
|
"client",
|
|
"collections",
|
|
"editor",
|
|
"feature_flags",
|
|
"feedback",
|
|
"gpui",
|
|
"http_client",
|
|
"notifications",
|
|
"pretty_assertions",
|
|
"project",
|
|
"remote",
|
|
"rpc",
|
|
"serde",
|
|
"settings",
|
|
"smallvec",
|
|
"story",
|
|
"theme",
|
|
"tree-sitter-md",
|
|
"ui",
|
|
"util",
|
|
"vcs_menu",
|
|
"windows 0.58.0",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.41.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes 1.8.0",
|
|
"libc",
|
|
"mio 1.0.2",
|
|
"parking_lot",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"socket2 0.5.7",
|
|
"tokio-macros",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.31",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-native-tls"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
dependencies = [
|
|
"native-tls",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
dependencies = [
|
|
"rustls 0.21.12",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
dependencies = [
|
|
"rustls 0.23.16",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-socks"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
|
dependencies = [
|
|
"either",
|
|
"futures-io",
|
|
"futures-util",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"tokio",
|
|
"tungstenite 0.20.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"tokio",
|
|
"tungstenite 0.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_edit 0.19.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_edit 0.22.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
"indexmap 2.6.0",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"winnow 0.5.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.22.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
|
dependencies = [
|
|
"indexmap 2.6.0",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"winnow 0.6.20",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toolchain_selector"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"editor",
|
|
"fuzzy",
|
|
"gpui",
|
|
"language",
|
|
"picker",
|
|
"project",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "topological-sort"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"pin-project",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"bytes 1.8.0",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"http-range-header",
|
|
"pin-project-lite",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"bytes 1.8.0",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"http-range-header",
|
|
"pin-project-lite",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-layer"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
dependencies = [
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-serde"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
dependencies = [
|
|
"serde",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
dependencies = [
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
|
|
dependencies = [
|
|
"cc",
|
|
"regex",
|
|
"regex-syntax 0.8.5",
|
|
"tree-sitter-language",
|
|
"wasmtime-c-api-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-bash"
|
|
version = "0.23.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-c"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-cpp"
|
|
version = "0.23.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-css"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-diff"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-elixir"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-embedded-template"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-go"
|
|
version = "0.23.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc4ee804a89f5c0e606b0b20579c86afc7cd0174aebd45c33b6b9c6237bcd97d"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-gomod"
|
|
version = "1.0.2"
|
|
source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-gowork"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-heex"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-html"
|
|
version = "0.20.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-jsdoc"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-json"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-language"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600"
|
|
|
|
[[package]]
|
|
name = "tree-sitter-md"
|
|
version = "0.3.2"
|
|
source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-python"
|
|
version = "0.23.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2416de7eea3f2e1bd53c250f2d3f3394fc77f78497680f37f4b87918b8d752e3"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-regex"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-ruby"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-rust"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "137ff3de3cc8a98302d048963459ead91135d4a1b423f09d25028b847ec3d3e3"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-typescript"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tree-sitter-yaml"
|
|
version = "0.6.1"
|
|
source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
|
|
dependencies = [
|
|
"cc",
|
|
"tree-sitter-language",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
[[package]]
|
|
name = "ttf-parser"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"data-encoding",
|
|
"http 0.2.12",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"data-encoding",
|
|
"http 0.2.12",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"data-encoding",
|
|
"http 1.1.0",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 1.8.0",
|
|
"data-encoding",
|
|
"http 1.1.0",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typeid"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
|
[[package]]
|
|
name = "uds_windows"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
|
dependencies = [
|
|
"memoffset",
|
|
"tempfile",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ui"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"gpui",
|
|
"itertools 0.13.0",
|
|
"menu",
|
|
"serde",
|
|
"settings",
|
|
"smallvec",
|
|
"story",
|
|
"strum 0.25.0",
|
|
"theme",
|
|
"ui_macros",
|
|
"windows 0.58.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ui_input"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"editor",
|
|
"gpui",
|
|
"settings",
|
|
"theme",
|
|
"ui",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ui_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi-mirroring"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
|
|
|
|
[[package]]
|
|
name = "unicode-ccc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
|
|
[[package]]
|
|
name = "unicode-linebreak"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-properties"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
|
[[package]]
|
|
name = "unicode-script"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
[[package]]
|
|
name = "unicode_categories"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
[[package]]
|
|
name = "unindent"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "urlencoding"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
[[package]]
|
|
name = "usvg"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"data-url",
|
|
"flate2",
|
|
"imagesize",
|
|
"kurbo",
|
|
"log",
|
|
"pico-args",
|
|
"roxmltree",
|
|
"simplecss",
|
|
"siphasher 1.0.1",
|
|
"strict-num",
|
|
"svgtypes",
|
|
"tiny-skia-path",
|
|
"xmlwriter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
[[package]]
|
|
name = "utf16_iter"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
[[package]]
|
|
name = "utf8_iter"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
[[package]]
|
|
name = "utf8parse"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
[[package]]
|
|
name = "util"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-fs 1.6.0",
|
|
"collections",
|
|
"dirs 4.0.0",
|
|
"futures 0.3.31",
|
|
"futures-lite 1.13.0",
|
|
"git2",
|
|
"globset",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"rust-embed",
|
|
"serde",
|
|
"serde_json",
|
|
"smol",
|
|
"take-until",
|
|
"tempfile",
|
|
"tendril",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
|
dependencies = [
|
|
"getrandom 0.2.15",
|
|
"serde",
|
|
"sha1_smol",
|
|
]
|
|
|
|
[[package]]
|
|
name = "v_frame"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
|
dependencies = [
|
|
"aligned-vec",
|
|
"num-traits",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
[[package]]
|
|
name = "value-bag"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
|
dependencies = [
|
|
"value-bag-serde1",
|
|
"value-bag-sval2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "value-bag-serde1"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
|
|
dependencies = [
|
|
"erased-serde",
|
|
"serde",
|
|
"serde_fmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "value-bag-sval2"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_buffer",
|
|
"sval_dynamic",
|
|
"sval_fmt",
|
|
"sval_json",
|
|
"sval_ref",
|
|
"sval_serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "vcs_menu"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fuzzy",
|
|
"git",
|
|
"gpui",
|
|
"picker",
|
|
"project",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version-compare"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
[[package]]
|
|
name = "vim"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-compat",
|
|
"async-trait",
|
|
"collections",
|
|
"command_palette",
|
|
"command_palette_hooks",
|
|
"editor",
|
|
"futures 0.3.31",
|
|
"gpui",
|
|
"indoc",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"lsp",
|
|
"multi_buffer",
|
|
"nvim-rs",
|
|
"parking_lot",
|
|
"regex",
|
|
"release_channel",
|
|
"schemars",
|
|
"search",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"settings",
|
|
"tokio",
|
|
"ui",
|
|
"util",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vscode_theme"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vsimd"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
[[package]]
|
|
name = "vswhom"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
dependencies = [
|
|
"libc",
|
|
"vswhom-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vswhom-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vte"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"cursor-icon",
|
|
"log",
|
|
"serde",
|
|
"utf8parse",
|
|
"vte_generate_state_changes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vte_generate_state_changes"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "waker-fn"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
dependencies = [
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "warp"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
|
|
dependencies = [
|
|
"bytes 1.8.0",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"headers",
|
|
"http 0.2.12",
|
|
"hyper 0.14.31",
|
|
"log",
|
|
"mime",
|
|
"mime_guess",
|
|
"percent-encoding",
|
|
"pin-project",
|
|
"scoped-tls",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tokio-tungstenite 0.21.0",
|
|
"tokio-util",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
[[package]]
|
|
name = "wasite"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"log",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.201.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
|
|
dependencies = [
|
|
"leb128",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.215.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
|
|
dependencies = [
|
|
"leb128",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-metadata"
|
|
version = "0.201.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"indexmap 2.6.0",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"spdx",
|
|
"wasm-encoder 0.201.0",
|
|
"wasmparser 0.201.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-streams"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
|
dependencies = [
|
|
"futures-util",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.201.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"indexmap 2.6.0",
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.215.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
|
|
dependencies = [
|
|
"ahash 0.8.11",
|
|
"bitflags 2.6.0",
|
|
"hashbrown 0.14.5",
|
|
"indexmap 2.6.0",
|
|
"semver",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmprinter"
|
|
version = "0.215.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
|
|
dependencies = [
|
|
"anyhow",
|
|
"termcolor",
|
|
"wasmparser 0.215.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitflags 2.6.0",
|
|
"bumpalo",
|
|
"cc",
|
|
"cfg-if",
|
|
"encoding_rs",
|
|
"hashbrown 0.14.5",
|
|
"indexmap 2.6.0",
|
|
"libc",
|
|
"libm",
|
|
"log",
|
|
"mach2",
|
|
"memfd",
|
|
"object",
|
|
"once_cell",
|
|
"paste",
|
|
"postcard",
|
|
"psm",
|
|
"rustix 0.38.40",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"smallvec",
|
|
"sptr",
|
|
"target-lexicon",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime-asm-macros",
|
|
"wasmtime-component-macro",
|
|
"wasmtime-component-util",
|
|
"wasmtime-cranelift",
|
|
"wasmtime-environ",
|
|
"wasmtime-fiber",
|
|
"wasmtime-jit-icache-coherence",
|
|
"wasmtime-slab",
|
|
"wasmtime-versioned-export-macros",
|
|
"wasmtime-winch",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-asm-macros"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-c-api-impl"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
|
|
dependencies = [
|
|
"anyhow",
|
|
"log",
|
|
"once_cell",
|
|
"tracing",
|
|
"wasmtime",
|
|
"wasmtime-c-api-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-c-api-macros"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-component-macro"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"wasmtime-component-util",
|
|
"wasmtime-wit-bindgen",
|
|
"wit-parser 0.215.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-component-util"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
|
|
|
|
[[package]]
|
|
name = "wasmtime-cranelift"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"cranelift-codegen",
|
|
"cranelift-control",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"cranelift-native",
|
|
"cranelift-wasm",
|
|
"gimli 0.29.0",
|
|
"log",
|
|
"object",
|
|
"target-lexicon",
|
|
"thiserror 1.0.69",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime-environ",
|
|
"wasmtime-versioned-export-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-environ"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cpp_demangle",
|
|
"cranelift-bitset",
|
|
"cranelift-entity",
|
|
"gimli 0.29.0",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"object",
|
|
"postcard",
|
|
"rustc-demangle",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"target-lexicon",
|
|
"wasm-encoder 0.215.0",
|
|
"wasmparser 0.215.0",
|
|
"wasmprinter",
|
|
"wasmtime-component-util",
|
|
"wasmtime-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-fiber"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cc",
|
|
"cfg-if",
|
|
"rustix 0.38.40",
|
|
"wasmtime-asm-macros",
|
|
"wasmtime-versioned-export-macros",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-jit-icache-coherence"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-slab"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
|
|
|
|
[[package]]
|
|
name = "wasmtime-types"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-entity",
|
|
"serde",
|
|
"serde_derive",
|
|
"smallvec",
|
|
"wasmparser 0.215.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-versioned-export-macros"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-wasi"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitflags 2.6.0",
|
|
"bytes 1.8.0",
|
|
"cap-fs-ext",
|
|
"cap-net-ext",
|
|
"cap-rand",
|
|
"cap-std",
|
|
"cap-time-ext",
|
|
"fs-set-times",
|
|
"futures 0.3.31",
|
|
"io-extras",
|
|
"io-lifetimes 2.0.3",
|
|
"once_cell",
|
|
"rustix 0.38.40",
|
|
"system-interface",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
"wasmtime",
|
|
"wiggle",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-winch"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-codegen",
|
|
"gimli 0.29.0",
|
|
"object",
|
|
"target-lexicon",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime-cranelift",
|
|
"wasmtime-environ",
|
|
"winch-codegen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-wit-bindgen"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck 0.4.1",
|
|
"indexmap 2.6.0",
|
|
"wit-parser 0.215.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "35.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
|
|
dependencies = [
|
|
"leb128",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-backend"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
|
|
dependencies = [
|
|
"cc",
|
|
"downcast-rs",
|
|
"rustix 0.38.40",
|
|
"scoped-tls",
|
|
"smallvec",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.31.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"rustix 0.38.40",
|
|
"wayland-backend",
|
|
"wayland-scanner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-cursor"
|
|
version = "0.31.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
|
|
dependencies = [
|
|
"rustix 0.38.40",
|
|
"wayland-client",
|
|
"xcursor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols"
|
|
version = "0.31.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
"wayland-scanner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols-plasma"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
"wayland-protocols",
|
|
"wayland-scanner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.31.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quick-xml 0.36.2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.31.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
|
|
dependencies = [
|
|
"dlib",
|
|
"log",
|
|
"once_cell",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.72"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-time"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.22.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.22.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.25.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
|
|
[[package]]
|
|
name = "weezl"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
|
[[package]]
|
|
name = "welcome"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"client",
|
|
"copilot",
|
|
"db",
|
|
"editor",
|
|
"fuzzy",
|
|
"gpui",
|
|
"install_cli",
|
|
"picker",
|
|
"project",
|
|
"schemars",
|
|
"serde",
|
|
"settings",
|
|
"theme_selector",
|
|
"ui",
|
|
"util",
|
|
"vim",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
dependencies = [
|
|
"either",
|
|
"home",
|
|
"once_cell",
|
|
"rustix 0.38.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "6.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
|
dependencies = [
|
|
"either",
|
|
"home",
|
|
"rustix 0.38.40",
|
|
"winsafe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "whoami"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
|
dependencies = [
|
|
"redox_syscall 0.5.7",
|
|
"wasite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wiggle"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitflags 2.6.0",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"wasmtime",
|
|
"wiggle-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wiggle-generate"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck 0.4.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"shellexpand 2.1.2",
|
|
"syn 2.0.87",
|
|
"witx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wiggle-macro"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"wiggle-generate",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
dependencies = [
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "winch-codegen"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-codegen",
|
|
"gimli 0.29.0",
|
|
"regalloc2",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"wasmparser 0.215.0",
|
|
"wasmtime-cranelift",
|
|
"wasmtime-environ",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.54.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
|
|
dependencies = [
|
|
"windows-core 0.54.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.57.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
|
dependencies = [
|
|
"windows-core 0.57.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.58.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
|
dependencies = [
|
|
"windows-core 0.58.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.54.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
|
|
dependencies = [
|
|
"windows-result 0.1.2",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.57.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
|
dependencies = [
|
|
"windows-implement 0.57.0",
|
|
"windows-interface 0.57.0",
|
|
"windows-result 0.1.2",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.58.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
|
dependencies = [
|
|
"windows-implement 0.58.0",
|
|
"windows-interface 0.58.0",
|
|
"windows-result 0.2.0",
|
|
"windows-strings",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.57.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.58.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.57.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.58.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-registry"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
dependencies = [
|
|
"windows-result 0.2.0",
|
|
"windows-strings",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-strings"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
dependencies = [
|
|
"windows-result 0.2.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
dependencies = [
|
|
"windows-targets 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.59.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
"windows_aarch64_msvc 0.42.2",
|
|
"windows_i686_gnu 0.42.2",
|
|
"windows_i686_msvc 0.42.2",
|
|
"windows_x86_64_gnu 0.42.2",
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
"windows_x86_64_msvc 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
"windows_aarch64_msvc 0.48.5",
|
|
"windows_i686_gnu 0.48.5",
|
|
"windows_i686_msvc 0.48.5",
|
|
"windows_x86_64_gnu 0.48.5",
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
"windows_x86_64_msvc 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
"windows_aarch64_msvc 0.52.6",
|
|
"windows_i686_gnu 0.52.6",
|
|
"windows_i686_gnullvm",
|
|
"windows_i686_msvc 0.52.6",
|
|
"windows_x86_64_gnu 0.52.6",
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
"windows_x86_64_msvc 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.5.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.6.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.50.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winresource"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
|
|
dependencies = [
|
|
"toml 0.7.8",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winsafe"
|
|
version = "0.0.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
[[package]]
|
|
name = "winx"
|
|
version = "0.36.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wio"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"wit-bindgen-rt",
|
|
"wit-bindgen-rust-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-core"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"wit-parser 0.201.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-rt"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-rust"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck 0.4.1",
|
|
"indexmap 2.6.0",
|
|
"wasm-metadata",
|
|
"wit-bindgen-core",
|
|
"wit-component",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-rust-macro"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"wit-bindgen-core",
|
|
"wit-bindgen-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-component"
|
|
version = "0.201.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 2.6.0",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"wasm-encoder 0.201.0",
|
|
"wasm-metadata",
|
|
"wasmparser 0.201.0",
|
|
"wit-parser 0.201.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-parser"
|
|
version = "0.201.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
|
|
dependencies = [
|
|
"anyhow",
|
|
"id-arena",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"unicode-xid",
|
|
"wasmparser 0.201.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-parser"
|
|
version = "0.215.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"id-arena",
|
|
"indexmap 2.6.0",
|
|
"log",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"unicode-xid",
|
|
"wasmparser 0.215.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "witx"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"log",
|
|
"thiserror 1.0.69",
|
|
"wast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "workspace"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"any_vec",
|
|
"anyhow",
|
|
"async-recursion 1.1.1",
|
|
"bincode",
|
|
"call",
|
|
"client",
|
|
"clock",
|
|
"collections",
|
|
"db",
|
|
"derive_more",
|
|
"env_logger 0.11.5",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"gpui",
|
|
"http_client",
|
|
"itertools 0.13.0",
|
|
"language",
|
|
"log",
|
|
"node_runtime",
|
|
"parking_lot",
|
|
"postage",
|
|
"project",
|
|
"remote",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"session",
|
|
"settings",
|
|
"smallvec",
|
|
"sqlez",
|
|
"strum 0.25.0",
|
|
"task",
|
|
"tempfile",
|
|
"theme",
|
|
"ui",
|
|
"util",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "worktree"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clock",
|
|
"collections",
|
|
"env_logger 0.11.5",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"fuzzy",
|
|
"git",
|
|
"git2",
|
|
"git_hosting_providers",
|
|
"gpui",
|
|
"http_client",
|
|
"ignore",
|
|
"language",
|
|
"log",
|
|
"parking_lot",
|
|
"paths",
|
|
"postage",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"rpc",
|
|
"schemars",
|
|
"serde",
|
|
"serde_json",
|
|
"settings",
|
|
"smallvec",
|
|
"smol",
|
|
"sum_tree",
|
|
"text",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "write16"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
[[package]]
|
|
name = "writeable"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
dependencies = [
|
|
"tap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-clipboard"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
|
|
dependencies = [
|
|
"libc",
|
|
"x11rb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11rb"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
|
|
dependencies = [
|
|
"as-raw-xcb-connection",
|
|
"gethostname",
|
|
"libc",
|
|
"rustix 0.38.40",
|
|
"x11rb-protocol",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11rb-protocol"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
|
|
|
|
[[package]]
|
|
name = "xattr"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcursor"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
|
|
|
|
[[package]]
|
|
name = "xdg-home"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xim"
|
|
version = "0.4.0"
|
|
source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
|
|
dependencies = [
|
|
"ahash 0.8.11",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"x11rb",
|
|
"xim-ctext",
|
|
"xim-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xim-ctext"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
|
|
dependencies = [
|
|
"encoding_rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xim-parser"
|
|
version = "0.2.1"
|
|
source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xkbcommon"
|
|
version = "0.7.0"
|
|
source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
|
|
dependencies = [
|
|
"as-raw-xcb-connection",
|
|
"libc",
|
|
"memmap2",
|
|
"xkeysym",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xkeysym"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
|
|
|
|
[[package]]
|
|
name = "xml5ever"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xmlparser"
|
|
version = "0.13.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
|
|
[[package]]
|
|
name = "xmlwriter"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
|
|
[[package]]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata",
|
|
"cargo_toml",
|
|
"clap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yaml-rust2"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
|
|
dependencies = [
|
|
"arraydeque",
|
|
"encoding_rs",
|
|
"hashlink 0.8.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yansi"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
[[package]]
|
|
name = "yazi"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
|
|
|
|
[[package]]
|
|
name = "yeslogic-fontconfig-sys"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
|
|
dependencies = [
|
|
"dlib",
|
|
"once_cell",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
|
dependencies = [
|
|
"serde",
|
|
"stable_deref_trait",
|
|
"yoke-derive",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke-derive"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus"
|
|
version = "4.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
|
|
dependencies = [
|
|
"async-broadcast",
|
|
"async-executor",
|
|
"async-fs 2.1.2",
|
|
"async-io 2.4.0",
|
|
"async-lock 3.4.0",
|
|
"async-process 2.3.0",
|
|
"async-recursion 1.1.1",
|
|
"async-task",
|
|
"async-trait",
|
|
"blocking",
|
|
"enumflags2",
|
|
"event-listener 5.3.1",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"hex",
|
|
"nix",
|
|
"ordered-stream",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_repr",
|
|
"sha1",
|
|
"static_assertions",
|
|
"tracing",
|
|
"uds_windows",
|
|
"windows-sys 0.52.0",
|
|
"xdg-home",
|
|
"zbus_macros",
|
|
"zbus_names",
|
|
"zvariant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus_macros"
|
|
version = "4.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"zvariant_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus_names"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
|
|
dependencies = [
|
|
"serde",
|
|
"static_assertions",
|
|
"zvariant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed"
|
|
version = "0.164.0"
|
|
dependencies = [
|
|
"activity_indicator",
|
|
"anyhow",
|
|
"ashpd",
|
|
"assets",
|
|
"assistant",
|
|
"assistant_slash_command",
|
|
"async-watch",
|
|
"audio",
|
|
"auto_update",
|
|
"auto_update_ui",
|
|
"backtrace",
|
|
"breadcrumbs",
|
|
"call",
|
|
"channel",
|
|
"chrono",
|
|
"clap",
|
|
"cli",
|
|
"client",
|
|
"collab_ui",
|
|
"collections",
|
|
"command_palette",
|
|
"command_palette_hooks",
|
|
"context_servers",
|
|
"copilot",
|
|
"db",
|
|
"diagnostics",
|
|
"editor",
|
|
"env_logger 0.11.5",
|
|
"extension_host",
|
|
"extensions_ui",
|
|
"feature_flags",
|
|
"feedback",
|
|
"file_finder",
|
|
"file_icons",
|
|
"fs",
|
|
"futures 0.3.31",
|
|
"git",
|
|
"git_hosting_providers",
|
|
"go_to_line",
|
|
"gpui",
|
|
"http_client",
|
|
"image_viewer",
|
|
"indexed_docs",
|
|
"inline_completion_button",
|
|
"install_cli",
|
|
"journal",
|
|
"language",
|
|
"language_model",
|
|
"language_models",
|
|
"language_selector",
|
|
"language_tools",
|
|
"languages",
|
|
"libc",
|
|
"log",
|
|
"markdown_preview",
|
|
"menu",
|
|
"mimalloc",
|
|
"nix",
|
|
"node_runtime",
|
|
"notifications",
|
|
"outline",
|
|
"outline_panel",
|
|
"parking_lot",
|
|
"paths",
|
|
"profiling",
|
|
"project",
|
|
"project_panel",
|
|
"project_symbols",
|
|
"proto",
|
|
"quick_action_bar",
|
|
"recent_projects",
|
|
"release_channel",
|
|
"remote",
|
|
"repl",
|
|
"reqwest_client",
|
|
"rope",
|
|
"search",
|
|
"serde",
|
|
"serde_json",
|
|
"session",
|
|
"settings",
|
|
"settings_ui",
|
|
"shellexpand 2.1.2",
|
|
"simplelog",
|
|
"smol",
|
|
"snippet_provider",
|
|
"snippets_ui",
|
|
"supermaven",
|
|
"sysinfo",
|
|
"tab_switcher",
|
|
"task",
|
|
"tasks_ui",
|
|
"telemetry_events",
|
|
"terminal_view",
|
|
"theme",
|
|
"theme_selector",
|
|
"time",
|
|
"toolchain_selector",
|
|
"tree-sitter-md",
|
|
"tree-sitter-rust",
|
|
"ui",
|
|
"url",
|
|
"urlencoding",
|
|
"util",
|
|
"uuid",
|
|
"vim",
|
|
"welcome",
|
|
"windows 0.58.0",
|
|
"winresource",
|
|
"workspace",
|
|
"zed_actions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_actions"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gpui",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_astro"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"serde",
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_clojure"
|
|
version = "0.0.3"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_csharp"
|
|
version = "0.0.2"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_deno"
|
|
version = "0.0.2"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_elixir"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_elm"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_emmet"
|
|
version = "0.0.3"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_erlang"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_extension_api"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_extension_api"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_glsl"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_haskell"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_html"
|
|
version = "0.1.4"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_lua"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_php"
|
|
version = "0.2.2"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_prisma"
|
|
version = "0.0.3"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_proto"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_purescript"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_ruff"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_snippets"
|
|
version = "0.0.5"
|
|
dependencies = [
|
|
"serde_json",
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_terraform"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_test_extension"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"zed_extension_api 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_toml"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_uiua"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zed_zig"
|
|
version = "0.3.1"
|
|
dependencies = [
|
|
"zed_extension_api 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeno"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.7.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.7.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
|
dependencies = [
|
|
"zerofrom-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom-derive"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeromq"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
|
|
dependencies = [
|
|
"async-dispatcher",
|
|
"async-std",
|
|
"async-trait",
|
|
"asynchronous-codec",
|
|
"bytes 1.8.0",
|
|
"crossbeam-queue",
|
|
"dashmap 5.5.3",
|
|
"futures-channel",
|
|
"futures-io",
|
|
"futures-task",
|
|
"futures-util",
|
|
"log",
|
|
"num-traits",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"thiserror 1.0.69",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
dependencies = [
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec-derive"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.11.2+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
dependencies = [
|
|
"zstd-safe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
version = "5.0.2+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "2.0.13+zstd.1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zune-core"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
|
|
[[package]]
|
|
name = "zune-inflate"
|
|
version = "0.2.54"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
dependencies = [
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zune-jpeg"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
|
|
dependencies = [
|
|
"zune-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant"
|
|
version = "4.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
|
|
dependencies = [
|
|
"endi",
|
|
"enumflags2",
|
|
"serde",
|
|
"static_assertions",
|
|
"url",
|
|
"zvariant_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant_derive"
|
|
version = "4.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
"zvariant_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant_utils"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.87",
|
|
]
|