omnigraph-compiler 0.3.1

Schema/query compiler for Omnigraph. Zero Lance dependency.
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 = "omnigraph-compiler"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema/query compiler for Omnigraph. Zero Lance dependency."
homepage = "https://github.com/ModernRelay/omnigraph"
documentation = "https://docs.rs/omnigraph-compiler"
readme = false
license = "MIT"
repository = "https://github.com/ModernRelay/omnigraph"
resolver = "2"

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

[dependencies.ahash]
version = "0.8"

[dependencies.arrow-array]
version = "57"

[dependencies.arrow-cast]
version = "57"
features = ["prettyprint"]

[dependencies.arrow-ipc]
version = "57"

[dependencies.arrow-ord]
version = "57"

[dependencies.arrow-schema]
version = "57"

[dependencies.arrow-select]
version = "57"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "signal",
    "sync",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "signal",
    "sync",
]