achitekfile 0.2.0

A tree-sitter backed semantic parser for the Achitekfile DSL
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "achitekfile"
version = "0.2.0"
authors = ["Samuel Joli <samuel.joli.ftn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tree-sitter backed semantic parser for the Achitekfile DSL"
readme = "README.md"
keywords = [
    "achitek",
    "parser",
    "tree-sitter",
    "dsl",
    "diagnostics",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/achitek-org/achitekfile"

[features]
serde = ["dep:serde"]

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

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

[dependencies.regex]
version = "1.12.2"

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

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

[dependencies.tree-sitter-achitekfile]
version = "0.1.0"

[dev-dependencies.indoc]
version = "2.0.7"