2024-09-26 03:45:49 +08:00
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "avante-repo-map"
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc="*"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
mlua = { workspace = true }
|
|
|
|
minijinja = { workspace = true }
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
tree-sitter = "0.23"
|
|
|
|
tree-sitter-language = "0.1"
|
|
|
|
tree-sitter-rust = "0.23"
|
|
|
|
tree-sitter-python = "0.23"
|
|
|
|
tree-sitter-javascript = "0.23"
|
|
|
|
tree-sitter-typescript = "0.23"
|
|
|
|
tree-sitter-go = "0.23"
|
|
|
|
tree-sitter-c = "0.23"
|
|
|
|
tree-sitter-cpp = "0.23"
|
|
|
|
tree-sitter-lua = "0.2"
|
|
|
|
tree-sitter-ruby = "0.23"
|
2024-09-29 19:27:10 +02:00
|
|
|
tree-sitter-zig = "1.0.2"
|
2024-11-04 03:35:27 +03:00
|
|
|
tree-sitter-scala = "0.23"
|
2024-11-24 10:29:30 +01:00
|
|
|
tree-sitter-elixir = "0.3.1"
|
2025-01-14 14:12:10 +02:00
|
|
|
tree-sitter-c-sharp = "0.23"
|
2024-09-26 03:45:49 +08:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
lua51 = ["mlua/lua51"]
|
|
|
|
lua52 = ["mlua/lua52"]
|
|
|
|
lua53 = ["mlua/lua53"]
|
|
|
|
lua54 = ["mlua/lua54"]
|
|
|
|
luajit = ["mlua/luajit"]
|