Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 90 |
1 files changed, 52 insertions, 38 deletions
@@ -9,80 +9,92 @@ fimg = { git = "https://git.bendn.org/fimg" } pattypan = { git = "https://git.bendn.org/pattypan" } implicit-fn = "0.1.0" ropey = "1.6.1" -softbuffer = "0.4.6" -swash = "0.2.5" -winit = "0.31.0-beta.2" +softbuffer = { version = "0.4.8", default-features = false, features = ["wayland", "x11"] } +swash = "0.2.10" +winit = { version = "0.31.0-beta.2", default-features = false, features = ["wayland", "x11"] } -tree-sitter = "0.25.0" -memchr = "2.7.5" -lower = "0.2.0" +tree-sitter = "0.26.12" +memchr = "2.8.3" +lower = "0.2.1" amap = "0.1.4" run_times = "0.1.0" array_chunks = "1.0.0" rust-fsm = { git = "https://git.bendn.org/rust-fsm", features = ["diagram"] } -clipp = "0.1.0" -regex = { version = "1.11.3", features = ["unstable", "use_std"] } -tree-house = { version = "0.3.0", features = ["fixtures"] } +clipp = "0.1.1" +regex = { version = "1.13.1", features = ["unstable", "use_std"] } +tree-house = { version = "0.4.0", features = ["fixtures"] } # for tree house grammar loading helix-loader = { git = "https://git.bendn.org/helix" } helix-core = { git = "https://git.bendn.org/helix" } -lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types", features = [ - "proposed", -] } +# lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types", features = [ + # "proposed", +# ] } -lsp-server = { git = "https://git.bendn.org/rust-analyzer" } -rust-analyzer = { git = "https://git.bendn.org/rust-analyzer" } + +lsp-server = { version = "0.7.9" } +# rust-analyzer = { git = "https://git.bendn.org/rust-analyzer" } # lsp-server = { path = "../rust-analyzer/lib/lsp-server" } -# rust-analyzer = { path = "../rust-analyzer/crates/rust-analyzer" } +rust-analyzer = { path = "../rust-analyzer/crates/rust-analyzer" } -serde_json = "1.0.145" -serde = { version = "1.0.228", features = ["unstable"] } -serde_derive = "1.0.228" -log = "0.4.28" +serde_json = "1.0.151" +serde = { version = "1.0.229", features = ["unstable"] } +serde_derive = "1.0.229" +log = "0.4.33" crossbeam = { version = "0.8.4", features = ["nightly", "crossbeam-channel"] } -test-log = "0.2.18" -env_logger = "0.11.8" -url = "2.5.7" -tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync", "time"] } +test-log = "0.2.21" +env_logger = "0.11.11" +url = "2.5.8" +tokio = { version = "1.53.1", features = ["rt-multi-thread", "sync", "time"] } regex-cursor = "0.1.5" -papaya = "0.2.3" +papaya = "0.2.4" markdown = "1.0.0" -itertools = "0.14.0" -pin-project = "1.1.10" +itertools = "0.15.0" +pin-project = "1.1.13" replace_with = "0.1.8" nucleo = "0.5.0" -tokio-util = { version = "0.7.17", features = ["rt"] } +tokio-util = { version = "0.7.19", features = ["rt"] } scopeguard = "1.2.0" -arc-swap = "1.7.1" -atools = "0.1.10" +arc-swap = "1.9.2" +atools = "0.1.13" swizzle = "0.1.0" walkdir = "2.5.0" -niri = { package = "niri-ipc", version = "25.11.0" } -libc = "0.2.180" -rustc-hash = "=2.1.1" -bendy = { version = "0.6.1", features = ["serde"] } -git2 = "0.20.4" +libc = "0.2.189" +rustc-hash = "2.1.3" +git2 = "0.21.0" imara-diff = "0.2.0" vecto = "0.1.1" rangemap = { version = "1.7.1", features = ["const_fn", "nightly", "serde1"] } itern = "0.1.1" -kitty-rc = { version = "0.4.2", git = "https://github.com/bend-n/kitty-rc-rs" } + smol_str = "0.3.6" -futures = "0.3.32" -rootcause = { version = "0.12.1", features = ["compat-anyhow1"] } +futures = "0.3.33" +rootcause = { version = "0.13.0", features = ["compat-anyhow1"] } ttools = { git = "https://git.bendn.org/ttools" } # ttools = { path = "../ttools/" } ftools = { git = "https://git.bendn.org/ftools" } json_value_merge = "2.0.1" annotate-snippets = "0.12.16" -toml = "1.1.2" +toml = "1.1.4" +bendncode = { git = "https://git.bendn.org/bendncode" } +rfd = "0.17.2" +lsp-types = { version = "0.11.0", package = "gen-lsp-types", features = ["url"] } +rayon = "1.12.0" +tracing-subscriber = "0.3.23" +crossbeam-channel = "0.5.16" + +[target.'cfg(unix)'.dependencies] +kitty-rc = { version = "0.4.2", git = "https://github.com/bend-n/kitty-rc-rs" } +niri = { package = "niri-ipc", version = "25.11.0" } + [profile.dev.package] rust-analyzer.opt-level = 3 fimg.opt-level = 3 nucleo.opt-level = 3 tree-house.debug-assertions = false + + [profile.release.package.tree-house] debug-assertions = false @@ -102,4 +114,6 @@ incremental = false [patch.crates-io] smol_str = { git = "https://git.bendn.org/rust-analyzer" } ttools = { git = "https://git.bendn.org/ttools" } +# lsp-server = { path = "../rust-analyzer/lib/lsp-server" } # winit = { git = "https://github.com/rust-windowing/winit" } + |