[package]
name = "node-app-api"
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"] }
[build-dependencies]
cbindgen = { workspace = true }