[package]
name = "node-app-sdk-rust"
version = "5.22.0"
edition = "2021"
rust-version = "1.75"
description = "Rust SDK for building Node-App native plugins (cdylib) — Lightning-powered marketplace nodes"
license = "MIT OR Apache-2.0"
repository = "https://github.com/econ-v1/node-app-distribution"
documentation = "https://docs.rs/node-app-sdk-rust"
homepage = "https://github.com/econ-v1/node-app-distribution"
readme = "README.md"
keywords = ["plugin", "ffi", "cdylib", "lightning", "node-app"]
categories = ["api-bindings", "development-tools::ffi", "no-std"]
[dependencies]
node-app-api = { path = "../api", version = "5.22.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"