uni-plugin-pyo3 2.2.2

PyO3 live-callable plugin loader for uni-db
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-pyo3"
version = "2.2.2"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 live-callable plugin loader for uni-db"
homepage = "https://www.rustic.ai"
documentation = "https://rustic-ai.github.io/uni-db"
readme = false
keywords = [
    "plugin",
    "python",
    "graph",
    "database",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

[features]
default = []
pyo3 = ["dep:pyo3"]

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

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

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

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

[dependencies.arrow-data]
version = "58.3.0"
features = ["ffi"]

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

[dependencies.datafusion]
version = "53.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pyo3]
version = "0.29"
features = [
    "abi3-py310",
    "auto-initialize",
]
optional = true

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smol_str]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

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