lightning-net-tokio 0.0.123

Implementation of the rust-lightning network stack using Tokio. For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
Documentation
[dependencies.bitcoin]
version = "0.30.2"

[dependencies.lightning]
version = "0.0.123"

[dependencies.tokio]
features = ["rt", "sync", "net", "time"]
version = "1.35"
[dev-dependencies.lightning]
features = ["_test_utils"]
version = "0.0.123"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"]
version = "1.35"

[package]
authors = ["Matt Corallo"]
description = "Implementation of the rust-lightning network stack using Tokio.\nFor Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.\n"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lightning-net-tokio"
repository = "https://github.com/lightningdevkit/rust-lightning/"
version = "0.0.123"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]