splice 0.1.3

Span-safe refactoring kernel for Rust using SQLiteGraph
Documentation
[[bin]]
name = "splice"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.ropey]
version = "1.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlitegraph]
features = ["sqlite-backend"]
version = "0.2.10"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tree-sitter-c]
version = "0.21"

[dependencies.tree-sitter-cpp]
version = "0.21"

[dependencies.tree-sitter-java]
version = "0.21"

[dependencies.tree-sitter-javascript]
version = "0.21"

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

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

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

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

[[example]]
name = "debug_cpp_ast"
path = "examples/debug_cpp_ast.rs"

[[example]]
name = "debug_python_ast"
path = "examples/debug_python_ast.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Span-safe refactoring kernel for Rust using SQLiteGraph"
edition = "2021"
license = "GPL-3.0-or-later"
name = "splice"
readme = "README.md"
repository = "https://github.com/oldnordic/splice"
version = "0.1.3"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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