uni-plugin-extism 2.0.2

Extism (bytes-in/bytes-out WASM) loader for the uni-db plugin framework
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-extism"
version = "2.0.2"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extism (bytes-in/bytes-out WASM) loader for the uni-db plugin framework"
homepage = "https://www.rustic.ai"
documentation = "https://rustic-ai.github.io/uni-db"
readme = false
keywords = [
    "plugin",
    "wasm",
    "extism",
    "graph",
    "database",
]
categories = [
    "database",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

[features]
default = ["extism-runtime"]
extism-runtime = ["dep:extism"]
otel = ["uni-plugin/otel"]

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

[[test]]
name = "example_extism_geo_e2e"
path = "tests/example_extism_geo_e2e.rs"

[[test]]
name = "example_extism_net_e2e"
path = "tests/example_extism_net_e2e.rs"

[[test]]
name = "host_svc"
path = "tests/host_svc.rs"

[[test]]
name = "instantiate_with_minimal_wasm"
path = "tests/instantiate_with_minimal_wasm.rs"

[[test]]
name = "load_e2e"
path = "tests/load_e2e.rs"

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

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

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

[dependencies.datafusion]
version = "53.1.0"

[dependencies.extism]
version = "1"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.uni-plugin]
version = "1.8.0"

[dependencies.uni-plugin-wasm-rt]
version = "2.0.0"

[dev-dependencies.opentelemetry]
version = "0.32"

[dev-dependencies.opentelemetry_sdk]
version = "0.32"

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

[dev-dependencies.tracing-opentelemetry]
version = "0.33"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.wat]
version = "1"