node-app-sdk-rust 5.22.1

Rust SDK for building Node-App native plugins (cdylib) — Lightning-powered marketplace nodes
Documentation
[package]
name = "node-app-sdk-rust"
# 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 = "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]
# When published to crates.io, the path dependency falls back to the
# crates.io version pinned below. Keeping both means in-workspace builds
# use the local source while `cargo publish` resolves the registry entry.
node-app-api = { path = "../api", version = "5.22.1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"