ricecoder-completion 0.1.71

Code completion engine for RiceCoder with language-agnostic architecture
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.regex]
version = "1.10"

[dependencies.ricecoder-storage]
version = "0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.tree-sitter]
version = "0.20"

[dependencies.tree-sitter-python]
version = "0.20"

[dependencies.tree-sitter-rust]
version = "0.20"

[dependencies.tree-sitter-typescript]
version = "0.20"

[dev-dependencies.itertools]
version = "0.12"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "ricecoder_completion"
path = "src/lib.rs"

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code completion engine for RiceCoder with language-agnostic architecture"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-completion"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

[[test]]
name = "completion_engine_tests"
path = "tests/completion_engine_tests.rs"

[[test]]
name = "completion_relevance_property_tests"
path = "tests/completion_relevance_property_tests.rs"

[[test]]
name = "context_analysis_tests"
path = "tests/context_analysis_tests.rs"

[[test]]
name = "context_aware_filtering_property_tests"
path = "tests/context_aware_filtering_property_tests.rs"

[[test]]
name = "ghost_text_accuracy_property_tests"
path = "tests/ghost_text_accuracy_property_tests.rs"

[[test]]
name = "ghost_text_tests"
path = "tests/ghost_text_tests.rs"

[[test]]
name = "language_specific_completion_tests"
path = "tests/language_specific_completion_tests.rs"

[[test]]
name = "language_specific_completions_property_tests"
path = "tests/language_specific_completions_property_tests.rs"

[[test]]
name = "prefix_matching_property_tests"
path = "tests/prefix_matching_property_tests.rs"

[[test]]
name = "snippet_completion_tests"
path = "tests/snippet_completion_tests.rs"

[[test]]
name = "symbol_completion_tests"
path = "tests/symbol_completion_tests.rs"