codetwin 0.1.0

A bidirectional documentation and code synchronization tool.
Documentation
[[bin]]
name = "codetwin"
path = "src/main.rs"

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

[dependencies.toml]
version = "0.8"

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A bidirectional documentation and code synchronization tool."
documentation = "https://docs.rs/codetwin"
edition = "2024"
keywords = ["architecture", "cli", "docs", "documentation", "sync"]
license = "MIT"
name = "codetwin"
readme = "README.md"
repository = "https://github.com/carlosferreyra/codetwin"
version = "0.1.0"

[profile.release]
opt-level = "z"
strip = true

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

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

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

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