[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[lib]
path = "src/lib.rs"
[package]
authors = ["Shadaj Laddad <shadaj@users.noreply.github.com>"]
categories = ["development-tools"]
description = "Shared logic for the Rust Sitter macro and tool"
edition = "2021"
keywords = ["parsing", "codegen"]
license = "MIT"
name = "rust-sitter-common"
readme = "README.md"
repository = "https://github.com/hydro-project/rust-sitter"
resolver = "1"
version = "0.2.1"