fv-compute 0.2.0

The FusionVault transform/compute contract: a transform is a typed function over Arrow data declared by a manifest, discovered by a registry, and run by a pluggable backend.
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 = "2021"
rust-version = "1.85"
name = "fv-compute"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The FusionVault transform/compute contract: a transform is a typed function over Arrow data declared by a manifest, discovered by a registry, and run by a pluggable backend."
documentation = "https://docs.rs/fv-compute"
readme = "README.md"
keywords = [
    "arrow",
    "transform",
    "compute",
    "registry",
    "wasm",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/FusionVault/kinetics"

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

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

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

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

[dependencies.arrow]
version = "58"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.fv-contract]
version = "0.1.0"

[lints.clippy.all]
level = "warn"
priority = -1