embedded-lnd 0.1.3

embedded-lnd is a Rust library that provides a high-level, safe interface for interacting with an embedded LND node.
[[bin]]
name = "embedded_lnd"
path = "src/main.rs"

[build-dependencies.bindgen]
version = "0.60"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.lnd_grpc_rust]
version = "2.8.0"

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

[package]
authors = ["Nitesh Balusu <niteshbalusu@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "embedded-lnd is a Rust library that provides a high-level, safe interface for interacting with an embedded LND node."
edition = "2021"
license = "MIT"
name = "embedded-lnd"
readme = "README.md"
repository = "https://github.com/hsjoberg/embedded-lnd/tree/master/rust"
version = "0.1.3"