yachtsql-sqlparser 0.60.1

SQL Lexer and Parser with BigQuery scripting support, forked from sqlparser-rs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "yachtsql-sqlparser"
version = "0.60.1"
authors = [
    "Apache DataFusion <dev@datafusion.apache.org>",
    "Alex Choi <alexchoi@hey.com>",
]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE.TXT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL Lexer and Parser with BigQuery scripting support, forked from sqlparser-rs"
homepage = "https://github.com/alexchoi0/yachtsql-sqlparser"
documentation = "https://docs.rs/yachtsql-sqlparser/"
readme = "README.md"
keywords = [
    "ansi",
    "sql",
    "lexer",
    "parser",
    "bigquery",
]
license = "Apache-2.0"
repository = "https://github.com/alexchoi0/yachtsql-sqlparser"

[package.metadata.docs.rs]
features = [
    "serde",
    "visitor",
]

[features]
default = [
    "std",
    "recursive-protection",
]
json_example = [
    "serde_json",
    "serde",
]
recursive-protection = [
    "std",
    "recursive",
]
std = []
visitor = ["yachtsql-sqlparser-derive"]

[lib]
name = "sqlparser"
path = "src/lib.rs"

[dependencies.bigdecimal]
version = "0.4.1"
features = ["serde"]
optional = true

[dependencies.log]
version = "0.4"

[dependencies.recursive]
version = "0.1.1"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.yachtsql-sqlparser-derive]
version = "0.3.0"
optional = true

[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.simple_logger]
version = "5.0"