rpi-plugin-sdk 0.1.13

Stable #[repr(C)] ABI contract for rpi Rust-native (cdylib) plugins — no rpi-* deps
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.78"
name = "rpi-plugin-sdk"
version = "0.1.13"
authors = ["BigFish <bigfish1913@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable #[repr(C)] ABI contract for rpi Rust-native (cdylib) plugins — no rpi-* deps"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "plugin",
    "ffi",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/bigfish1913/pi-rust"

[features]
default = ["json"]
json = ["dep:serde_json"]

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

[dependencies.serde_json]
version = "1"
features = [
    "preserve_order",
    "raw_value",
]
optional = true