[package]
edition = "2021"
rust-version = "1.87"
name = "lora-ast"
version = "0.2.0"
authors = ["LoraDB, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST types for the Cypher query language used by LoraDB."
homepage = "https://github.com/lora-db/lora"
readme = false
keywords = [
"loradb",
"cypher",
"ast",
"graph",
]
categories = [
"parser-implementations",
"data-structures",
]
license = "BUSL-1.1"
repository = "https://github.com/lora-db/lora"
[lib]
name = "lora_ast"
path = "src/lib.rs"
[dependencies.smallvec]
version = "2.0.0-alpha.12"