glaredb_ext_default 25.6.3

Default set of extensions for GlareDB
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 = "2024"
name = "glaredb_ext_default"
version = "25.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default set of extensions for GlareDB"
homepage = "https://glaredb.com"
readme = false
keywords = [
    "database",
    "sql",
    "analytics",
]
categories = ["database-implementations"]
license = "MIT"
repository = "https://github.com/glaredb/glaredb"
resolver = "2"

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

[dependencies.glaredb_core]
version = "25.6.3"

[dependencies.glaredb_error]
version = "25.6.3"

[dependencies.glaredb_ext_csv]
version = "25.6.3"

[dependencies.glaredb_ext_iceberg]
version = "25.6.3"

[dependencies.glaredb_ext_parquet]
version = "25.6.3"

[dependencies.glaredb_ext_spark]
version = "25.6.3"

[dependencies.glaredb_ext_tpch_gen]
version = "25.6.3"

[lints.clippy]
literal_string_with_formatting_args = "warn"