fsqlite-parser 0.2.0

Hand-written SQL parser with explicit-state Pratt and SELECT machines
Documentation
[package]
name = "fsqlite-parser"
version = "0.2.0"
description = "Hand-written SQL parser with explicit-state Pratt and SELECT machines"
edition.workspace = true
license-file.workspace = true
repository.workspace = true

[dependencies]
fsqlite-types = { workspace = true }
fsqlite-error = { workspace = true }
fsqlite-ast = { workspace = true }
hashbrown = { workspace = true }
memchr = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }

[lints]
workspace = true