Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4309cc14..a2e8d465 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -12,7 +12,7 @@ repository.workspace = true homepage.workspace = true [features] -unicode-lines = ["ropey/unicode_lines"] +unicode-lines = ["ropey/metric_lines_unicode"] integration = [] [dependencies] @@ -21,6 +21,7 @@ helix-loader = { path = "../helix-loader" } helix-parsec = { path = "../helix-parsec" } ropey.workspace = true +str_indices.workspace = true smallvec = "1.15" smartstring = "1.0.1" unicode-segmentation.workspace = true @@ -30,9 +31,9 @@ unicode-segmentation.workspace = true # For now lets lock the version to avoid rendering glitches # when installing without `--locked` unicode-width = "=0.1.12" -unicode-general-category = "1.1" +unicode-general-category = "1.0" slotmap.workspace = true -tree-house = { workspace = true, features = ["fixtures"] } +tree-house.workspace = true once_cell = "1.21" arc-swap = "1" regex = "1" @@ -44,9 +45,10 @@ log = "0.4" anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml.workspace = true +toml = "0.8" + +imara-diff = "0.1.8" -imara-diff = "0.2.0" encoding_rs = "0.8" chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] } @@ -55,8 +57,8 @@ textwrap = "0.16.2" nucleo.workspace = true parking_lot.workspace = true -globset.workspace = true -regex-cursor = "0.1.5" +globset = "0.4.16" +regex-cursor.workspace = true [dev-dependencies] quickcheck = { version = "1", default-features = false } |