lightning-net-tokio 0.0.99

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.26"

[dependencies.lightning]
version = "0.0.99"

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

[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 = "2018"
license = "MIT OR Apache-2.0"
name = "lightning-net-tokio"
repository = "https://github.com/rust-bitcoin/rust-lightning/"
version = "0.0.99"