lnsocket 0.1.1

An async lightning network socket with with core-lightning rpc support
Documentation
[dependencies.bitcoin]
features = ["std", "rand", "rand-std"]
version = "0.32.5"

[dependencies.hashbrown]
default-features = false
version = "0.13"

[dependencies.hex]
version = "0.4.3"

[dependencies.lightning-types]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt", "net", "io-util", "macros"]
version = "1"

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

[package]
authors = ["William Casarin <jb55@jb55.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"]
description = "An async lightning network socket with with core-lightning rpc support"
documentation = "https://docs.rs/lnsocket"
edition = "2024"
homepage = "https://github.com/jb55/lnsocket-rs"
keywords = ["lightning", "bolt8", "noise", "lnsocket", "bitcoin"]
license = "MIT"
name = "lnsocket"
readme = "README.md"
repository = "https://github.com/jb55/lnsocket-rs"
version = "0.1.1"