# 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 = "docs-rs-test-bluematt-delete-this" version = "0.0.1" authors = ["Valentine Wallace "] description = """ Utilities to perform required background tasks for Rust Lightning. """ license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" [package.metadata.docs.rs] all-features = true features = ["lightning/std"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.lightning] version = "0.0.124" default-features = false [dependencies.lightning-rapid-gossip-sync] version = "0.0.124" default-features = false [dev-dependencies.lightning] version = "0.0.124" features = ["_test_utils"] [dev-dependencies.lightning-invoice] version = "0.32.0" [dev-dependencies.lightning-persister] version = "0.0.124" [dev-dependencies.tokio] version = "1.35" features = [ "macros", "rt", "rt-multi-thread", "sync", "time", ] [features] default = ["std"] futures = [] std = []