node-app-api 5.22.1

Shared types and C ABI definitions for the Node-App host API v1
Documentation
[package]
name = "node-app-api"
# T125 — pre-v1 freeze marker. Bump to 1.0.0 once at least 2 first-party
# packages have proven the API surface in production.
version = "5.22.1"
edition = "2021"
rust-version = "1.75"
description = "Shared types and C ABI definitions for the Node-App host API v1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/econ-v1/node-app-distribution"
documentation = "https://docs.rs/node-app-api"
homepage = "https://github.com/econ-v1/node-app-distribution"
readme = "README.md"
keywords = ["plugin", "ffi", "abi", "lightning", "node-app"]
categories = ["api-bindings", "development-tools::ffi", "no-std"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bitflags = { version = "2.4", features = ["serde"] }

# T124 — cbindgen generates the host ABI v1 C header from src/ffi.rs and src/context.rs.
# The generated header is committed to core/host-abi-v1/include/ so downstream consumers
# (Go, C, C++, Zig SDKs) do not need cbindgen at install time.
[build-dependencies]
cbindgen = { workspace = true }