pgmold-sqlparser 0.60.3

Fork of sqlparser with additional PostgreSQL features (PARTITION OF, SECURITY DEFINER/INVOKER, SET params, SETOF)
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 = "pgmold-sqlparser"
version = "0.60.3"
authors = ["Filipe Guerreiro <filipe.m.guerreiro@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE.TXT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of sqlparser with additional PostgreSQL features (PARTITION OF, SECURITY DEFINER/INVOKER, SET params, SETOF)"
homepage = "https://github.com/fmguerreiro/datafusion-sqlparser-rs"
documentation = "https://docs.rs/pgmold-sqlparser/"
readme = "README.md"
keywords = [
    "ansi",
    "sql",
    "lexer",
    "parser",
    "postgresql",
]
license = "Apache-2.0"
repository = "https://github.com/fmguerreiro/datafusion-sqlparser-rs"

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

[features]
default = [
    "std",
    "recursive-protection",
]
json_example = [
    "serde_json",
    "serde",
]
recursive-protection = [
    "std",
    "recursive",
]
std = []
visitor = ["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.sqlparser_derive]
version = "0.4.0"
optional = true

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

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

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