datafusion-loki 0.5.0

A DataFusion table provider for querying Loki data
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 = "datafusion-loki"
version = "0.5.0"
authors = ["lewiszlw <lewiszlw520@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A DataFusion table provider for querying Loki data"
readme = "README.md"
keywords = [
    "SQL",
    "database",
    "loki",
    "log",
]
license = "MIT"
repository = "https://github.com/systemxlabs/datafusion-loki"

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

[[example]]
name = "datafusion"
path = "examples/datafusion.rs"

[dependencies.arrow]
version = "58"

[dependencies.async-trait]
version = "0.1"

[dependencies.datafusion-catalog]
version = "53"

[dependencies.datafusion-common]
version = "53"

[dependencies.datafusion-datasource]
version = "53"

[dependencies.datafusion-execution]
version = "53"

[dependencies.datafusion-expr]
version = "53"

[dependencies.datafusion-functions]
version = "53"

[dependencies.datafusion-physical-expr]
version = "53"

[dependencies.datafusion-physical-plan]
version = "53"

[dependencies.datafusion-proto]
version = "53"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parquet]
version = "58"
features = ["async"]

[dependencies.prost]
version = "0.13"

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "json",
]

[dependencies.serde]
version = "1"

[dev-dependencies.datafusion]
version = "53"

[dev-dependencies.tokio]
version = "1"
features = ["full"]