lnbits-rs

Crates.iolnbits-rs
lib.rslnbits-rs
version0.2.0
sourcesrc
created_at2024-08-28 21:00:36.975237
updated_at2024-09-01 08:36:14.111116
descriptionA Rust library for the LNbits API
homepage
repositoryhttps://github.com/thesimplekid/lnbits-rs
max_upload_size
id1355326
size38,756
(thesimplekid)

documentation

https://docs.rs/lnbits-rs

README

lnbits-rs

An ergonomic, LNbits API Client for Rust.

Key features

  • Create invoices
  • Webhook for incoming invoices
  • Decode invoices
  • Pay invoices
  • Get wallet details
  • Tor support

Minimum Supported Rust Version (MSRV)

The phoenixd library should always compile with any combination of features on Rust 1.63.0.

To build and test with the MSRV you will need to pin the below dependency versions:

cargo update -p tokio --precise 1.38.1
cargo update -p reqwest --precise 0.12.4

License

Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

Commit count: 0

cargo fmt