lutra-sql 0.6.2

SQL AST representation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "lutra-sql"
description = "SQL AST representation"

edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[features]
default = ["std"]
std = []

[dependencies]
log = "0.4"
once_cell = { version = "1", default-features = false, features = ["race", "alloc"] }
regex = "1.11.1"