wp-connector-utils 0.1.2

Shared utilities for WP connector implementations — Arrow IPC encode/decode, WireFormat, NDJSON conversion, and batch metadata processing
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 = "wp-connector-utils"
version = "0.1.2"
authors = ["WarpParse Dev Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared utilities for WP connector implementations — Arrow IPC encode/decode, WireFormat, NDJSON conversion, and batch metadata processing"
homepage = "https://github.com/wp-labs/wp-connector-utils"
documentation = "https://docs.rs/wp-connector-utils"
readme = "README.md"
keywords = [
    "arrow",
    "ipc",
    "connector",
    "warpparse",
    "ndjson",
]
categories = [
    "asynchronous",
    "encoding",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/wp-labs/wp-connector-utils"

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

[dependencies.arrow]
version = "59"
features = ["ipc"]
default-features = false

[dependencies.chrono]
version = "0.4"

[dependencies.orion-error]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.wp-connector-api]
version = "0.11"

[dependencies.wp-model-core]
version = "0.8"