[[bin]]
name = "codebook"
path = "src/main.rs"
[dependencies.codebook-tree-sitter-latex]
version = "<0.7.0"
[dependencies.codebook-tree-sitter-typst]
version = "<0.13.0"
[dependencies.codebook_config]
version = "0.3.0"
[dependencies.codebook_downloader]
version = "0.3.0"
[dependencies.env_logger]
version = "0.11.6"
[dependencies.fs2]
version = "0.4"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.22"
[dependencies.lru]
version = "0.16"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive", "serde_derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.spellbook]
version = "<0.4.0"
[dependencies.streaming-iterator]
version = "0.1.9"
[dependencies.tree-sitter]
version = "<0.26.0"
[dependencies.tree-sitter-bash]
version = "<0.26.0"
[dependencies.tree-sitter-c]
version = "<0.25.0"
[dependencies.tree-sitter-c-sharp]
version = "<0.24.0"
[dependencies.tree-sitter-cpp]
version = "<0.25.0"
[dependencies.tree-sitter-css]
version = "<0.26.0"
[dependencies.tree-sitter-elixir]
version = "<0.4.0"
[dependencies.tree-sitter-go]
version = "<0.26.0"
[dependencies.tree-sitter-haskell]
version = "<0.25.0"
[dependencies.tree-sitter-html]
version = "<0.25.0"
[dependencies.tree-sitter-java]
version = "<0.25.0"
[dependencies.tree-sitter-javascript]
version = "<0.26.0"
[dependencies.tree-sitter-lua]
version = "<0.25.0"
[dependencies.tree-sitter-php]
version = "<0.25.0"
[dependencies.tree-sitter-python]
version = "<0.26.0"
[dependencies.tree-sitter-r]
version = "1.1.0"
[dependencies.tree-sitter-ruby]
version = "0.23.1"
[dependencies.tree-sitter-rust]
version = "<0.25.0"
[dependencies.tree-sitter-toml-ng]
version = "<0.8.0"
[dependencies.tree-sitter-typescript]
version = "0.23.2"
[dependencies.tree-sitter-zig]
version = "<2"
[dependencies.unicode-segmentation]
version = "1.12.0"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "codebook"
path = "src/lib.rs"
[package]
authors = ["Codebook Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "text-processing"]
description = "A code-aware spell checker library (dependency for codebook-lsp)"
documentation = "https://github.com/blopker/codebook"
edition = "2024"
homepage = "https://github.com/blopker/codebook"
keywords = ["code", "autocomplete", "language", "lsp"]
license = "MIT"
name = "codebook"
readme = "README.md"
repository = "https://github.com/blopker/codebook"
resolver = "2"
version = "0.3.17"
[target.'cfg(not(target_os = "windows"))'.dependencies.pprof]
features = ["flamegraph"]
version = "0.15"
[[test]]
name = "test_c"
path = "tests/test_c.rs"
[[test]]
name = "test_config"
path = "tests/test_config.rs"
[[test]]
name = "test_cpp"
path = "tests/test_cpp.rs"
[[test]]
name = "test_csharp"
path = "tests/test_csharp.rs"
[[test]]
name = "test_css"
path = "tests/test_css.rs"
[[test]]
name = "test_download"
path = "tests/test_download.rs"
[[test]]
name = "test_elixir"
path = "tests/test_elixir.rs"
[[test]]
name = "test_files"
path = "tests/test_files.rs"
[[test]]
name = "test_go"
path = "tests/test_go.rs"
[[test]]
name = "test_haskell"
path = "tests/test_haskell.rs"
[[test]]
name = "test_java"
path = "tests/test_java.rs"
[[test]]
name = "test_javascript"
path = "tests/test_javascript.rs"
[[test]]
name = "test_latex"
path = "tests/test_latex.rs"
[[test]]
name = "test_lua"
path = "tests/test_lua.rs"
[[test]]
name = "test_php"
path = "tests/test_php.rs"
[[test]]
name = "test_python"
path = "tests/test_python.rs"
[[test]]
name = "test_r"
path = "tests/test_r.rs"
[[test]]
name = "test_regex"
path = "tests/test_regex.rs"
[[test]]
name = "test_ruby"
path = "tests/test_ruby.rs"
[[test]]
name = "test_rust"
path = "tests/test_rust.rs"
[[test]]
name = "test_suggestions"
path = "tests/test_suggestions.rs"
[[test]]
name = "test_text"
path = "tests/test_text.rs"
[[test]]
name = "test_toml"
path = "tests/test_toml.rs"
[[test]]
name = "test_typescript"
path = "tests/test_typescript.rs"
[[test]]
name = "test_typst"
path = "tests/test_typst.rs"
[[test]]
name = "test_zig"
path = "tests/test_zig.rs"