[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.fxhash]
version = "0.2"
[dependencies.ignore]
version = "0.4"
[dependencies.lru]
version = "0.12"
[dependencies.rayon]
version = "1.8"
[dependencies.regex]
version = "1.10"
[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.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.tree-sitter]
version = "0.20"
[dependencies.tree-sitter-go]
version = "0.20"
[dependencies.tree-sitter-java]
version = "0.20"
[dependencies.tree-sitter-python]
version = "0.20"
[dependencies.tree-sitter-rust]
version = "0.20"
[dependencies.tree-sitter-typescript]
version = "0.20"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dependencies.walkdir]
version = "2.5"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_research"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Research and analysis utilities for code understanding"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-research"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "cache_invalidation_properties"
path = "tests/cache_invalidation_properties.rs"
[[test]]
name = "cache_manager_unit_tests"
path = "tests/cache_manager_unit_tests.rs"
[[test]]
name = "codebase_scanner_tests"
path = "tests/codebase_scanner_tests.rs"
[[test]]
name = "context_builder_unit_tests"
path = "tests/context_builder_unit_tests.rs"
[[test]]
name = "context_relevance_ordering_properties"
path = "tests/context_relevance_ordering_properties.rs"
[[test]]
name = "dependency_analyzer_properties"
path = "tests/dependency_analyzer_properties.rs"
[[test]]
name = "dependency_analyzer_unit_tests"
path = "tests/dependency_analyzer_unit_tests.rs"
[[test]]
name = "integration_context_building"
path = "tests/integration_context_building.rs"
[[test]]
name = "integration_full_project_analysis"
path = "tests/integration_full_project_analysis.rs"
[[test]]
name = "integration_multi_language"
path = "tests/integration_multi_language.rs"
[[test]]
name = "integration_semantic_search"
path = "tests/integration_semantic_search.rs"
[[test]]
name = "pattern_detection_properties"
path = "tests/pattern_detection_properties.rs"
[[test]]
name = "project_type_detection_properties"
path = "tests/project_type_detection_properties.rs"
[[test]]
name = "semantic_index_properties"
path = "tests/semantic_index_properties.rs"
[[test]]
name = "serialization_properties"
path = "tests/serialization_properties.rs"
[[test]]
name = "standards_detection_properties"
path = "tests/standards_detection_properties.rs"