uni-plugin-wasm-rt 2.0.6

Shared Arrow IPC + instance-pool runtime for the uni-db plugin WASM loaders
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 = "uni-plugin-wasm-rt"
version = "2.0.6"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Arrow IPC + instance-pool runtime for the uni-db plugin WASM loaders"
homepage = "https://www.rustic.ai"
documentation = "https://rustic-ai.github.io/uni-db"
readme = false
keywords = [
    "plugin",
    "wasm",
    "graph",
    "database",
    "ipc",
]
categories = [
    "database",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

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

[dependencies.arrow]
version = "58.3.0"
features = ["prettyprint"]

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

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

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

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"