uni-plugin-wasm 2.0.2

WASM Component Model 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-wasm"
version = "2.0.2"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM Component Model 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",
    "wasmtime",
    "graph",
    "database",
]
categories = [
    "database",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

[features]
default = ["wasmtime-runtime"]
wasmtime-runtime = [
    "dep:wasmtime",
    "dep:wasmtime-wasi",
    "dep:datafusion",
]

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

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

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

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

[[test]]
name = "instantiate_minimal_component"
path = "tests/instantiate_minimal_component.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.datafusion]
version = "53.1.0"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.semver]
version = "1.0"

[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"

[dependencies.wasmtime]
version = "45"
features = [
    "runtime",
    "cranelift",
    "component-model",
]
optional = true
default-features = false

[dependencies.wasmtime-wasi]
version = "45"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

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

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

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

[dev-dependencies.uni-plugin-conformance]
version = "2.0.0"

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