[package]
name = "gracilaria"
version = "0.1.0"
edition = "2024"
[dependencies]
atools = "0.1.7"
dsb = { version = "0.1.0", path = "../dsb" }
fimg = { git = "https://github.com/bend-n/fimg" }
implicit-fn = "0.1.0"
ropey = "1.6.1"
softbuffer = "0.4.6"
swash = "0.2.5"
winit = "0.30.12"
tree-sitter = "0.25.0"
car = "0.1.2"
memchr = "2.7.5"
lower = "0.2.0"
amap = "0.1.3"
run_times = "0.1.0"
array_chunks = "1.0.0"
rust-fsm = { version = "0.8.0", path = "../rust-fsm/rust-fsm", features = [
"diagram",
] }
clipp = "0.1.0"
parking_lot = "0.12.4"
diff-match-patch-rs = "0.5.1"
regex = "1.11.3"
tree-house = { version = "0.3.0", features = ["fixtures"] }
helix-loader = { path = "../helix/helix-loader/" }
helix-core = { path = "../helix/helix-core/" }
serde_json = "1.0.145"
serde = "1.0.228"
serde_derive = "1.0.228"
log = "0.4.28"
crossbeam = { version = "0.8.4", features = ["nightly", "crossbeam-channel"] }
lsp-server = { version = "0.7.9", path = "../rust-analyzer/lib/lsp-server" }
test-log = "0.2.18"
lsp-types = { path = "../helix/helix-lsp-types", package = "helix-lsp-types" }
env_logger = "0.11.8"
oneshot = { version = "0.1.11", default-features = false, features = [
"async",
"std",
] }
url = "2.5.7"
anyhow = "1.0.100"
arc-swap = "1.7.1"
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }
regex-cursor = "0.1.5"
papaya = "0.2.3"
minimad = { git = "https://github.com/Canop/minimad", branch = "keep-code-fence", version = "0.13.1" }
markdown = "1.0.0"
itertools = "0.14.0"
[build-dependencies]
cc = "*"
[profile.release]
debug = 2
# overflow-checks = true
# debug-assertions = true