[dependencies.async-trait]
version = "^0.1.71"
[dependencies.reqwest]
features = ["json", "native-tls"]
version = "^0.11.18"
[dependencies.serde]
features = ["derive"]
version = "^1.0.166"
[dependencies.serde_json]
version = "^1.0.100"
[dependencies.thiserror]
version = "^1.0.41"
[lib]
doctest = false
name = "lnd_rest"
path = "src/lib.rs"
[package]
authors = ["zenoxygen <zenoxygen@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust wrapper to interact with the REST API of a Lightning Network Daemon node."
edition = "2021"
homepage = "https://github.com/zenoxygen/lnd_rest"
keywords = ["lnd", "rest", "api", "lightning", "bitcoin"]
license = "MIT"
name = "lnd_rest"
readme = "README.md"
repository = "https://github.com/zenoxygen/lnd_rest"
version = "0.3.2"