polyglot-sql-function-catalogs 0.1.10

Optional dialect function catalogs for polyglot-sql semantic validation
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 = "polyglot-sql-function-catalogs"
version = "0.1.10"
authors = ["polyglot contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional dialect function catalogs for polyglot-sql semantic validation"
homepage = "https://github.com/tobilg/polyglot"
documentation = "https://docs.rs/polyglot-sql"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tobilg/polyglot"

[features]
all-dialects = [
    "dialect-clickhouse",
    "dialect-duckdb",
]
default = []
dialect-clickhouse = []
dialect-duckdb = []

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