[[bin]]
name = "parse"
path = "src/bin/parse.rs"
[dependencies.cstree]
features = ["derive"]
version = "0.12.0"
[dependencies.regex]
optional = true
version = "1.10.2"
[dev-dependencies.criterion]
version = "0.5.1"
[features]
default = ["remove-empty-node"]
regex-match = ["regex"]
remove-empty-node = []
[lib]
name = "postgresql_cst_parser"
path = "src/lib.rs"
[package]
authors = ["tanzaku"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "An unofficial PostgreSQL CST parser written in Pure Rust."
edition = "2021"
exclude = ["tests/**", "examples/**", "benches/**"]
keywords = ["postgres", "parser", "sql"]
license-file = "LICENSE"
name = "postgresql-cst-parser"
readme = "README.md"
repository = "https://github.com/tanzaku/postgresql-cst-parser"
version = "0.2.0"