[workspace] members = ["crates/*"] resolver = "2" [workspace.package] version = "5.20.0" license = "GPL-3.0" authors = [ "Eric Förster ", "Patrick Förster ", ] edition = "2021" rust-version = "1.80" [workspace.dependencies] anyhow = "1.0.89" criterion = "0.5.1" crossbeam-channel = "0.5.13" expect-test = "1.5.0" itertools = "0.13.0" log = "0.4.22" notify = "6.1.1" once_cell = "1.20.2" regex = "1.11.0" rowan = "0.15.16" rustc-hash = "2.0.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" tempfile = "3.13.0" titlecase = "3.3.0" unicode-normalization = "0.1.24" url = "2.5.2" [profile.release] lto = "thin" incremental = true [profile.bench] lto = "thin" incremental = true