glaredb_ext_csv 25.6.3

CSV extension 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_csv"
version = "25.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSV extension 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_csv"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.10.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.csv-core]
version = "0.1.12"

[dependencies.futures]
version = "0.3.30"

[dependencies.glaredb_core]
version = "25.6.3"

[dependencies.glaredb_error]
version = "25.6.3"

[dependencies.glaredb_proto]
version = "25.6.3"

[dependencies.regex]
version = "1.10.5"

[dependencies.tracing]
version = "0.1.40"
default-features = false

[dependencies.url]
version = "2.5.1"

[lints.clippy]
literal_string_with_formatting_args = "warn"