[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.37"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.130"
[dependencies.syn]
features = ["full"]
version = "2.0.1"
[lib]
name = "helixir_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Putt <putt@helix-db.com>", "HelixDB <founders@helix-db.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database", "games"]
description = "Interactive CLI tutorial for learning HelixDB"
edition = "2024"
keywords = ["database", "graph", "tutorial", "helix", "cli"]
license = "MIT"
name = "helixir-macros"
readme = false
repository = "https://github.com/HelixDB/helixir"
version = "0.1.1"