uni-plugin-custom 2.0.3

Meta-plugin for uni-db — apoc.custom.declare* analogue
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-custom"
version = "2.0.3"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta-plugin for uni-db — apoc.custom.declare* analogue"
homepage = "https://www.rustic.ai"
documentation = "https://rustic-ai.github.io/uni-db"
readme = false
keywords = [
    "plugin",
    "graph",
    "database",
    "meta",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

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

[[test]]
name = "it"
path = "tests/it.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.futures]
version = "0.3"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.uni-common]
version = "2.0.0"

[dependencies.uni-cypher]
version = "2.0.0"

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

[dependencies.uni-sidecar]
version = "2.0.0"

[dev-dependencies.tempfile]
version = "3.27"

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