node-app-sdk-rust 5.20.3

Rust SDK for building Node-App native plugins (cdylib) — Lightning-powered marketplace nodes
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.75"
name = "node-app-sdk-rust"
version = "5.20.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for building Node-App native plugins (cdylib) — Lightning-powered marketplace nodes"
homepage = "https://github.com/econ-v1/node-app-distribution"
documentation = "https://docs.rs/node-app-sdk-rust"
readme = "README.md"
keywords = [
    "plugin",
    "ffi",
    "cdylib",
    "lightning",
    "node-app",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/econ-v1/node-app-distribution"

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

[dependencies.node-app-api]
version = "5.20.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"