vldb-controller-ffi 0.2.1

C ABI wrapper for the vldb-controller host-side client SDK.
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"
rust-version = "1.94"
name = "vldb-controller-ffi"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI wrapper for the vldb-controller host-side client SDK."
homepage = "https://github.com/OpenVulcan/vldb-controller"
readme = "README.md"
keywords = [
    "vldb",
    "controller",
    "ffi",
    "abi",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/OpenVulcan/vldb-controller"

[lib]
name = "vldb_controller_ffi"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "sync",
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.vldb-controller-client]
version = "0.2.1"