# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lightning-net-tokio" version = "0.0.125" authors = ["Matt Corallo"] description = """ 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. """ license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin] version = "0.32.2" [dependencies.lightning] version = "0.0.125" [dependencies.tokio] version = "1.35" features = [ "rt", "sync", "net", "time", ] [dev-dependencies.lightning] version = "0.0.125" features = ["_test_utils"] [dev-dependencies.tokio] version = "1.35" features = [ "macros", "rt", "rt-multi-thread", "sync", "net", "time", ]