# 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 = "2018" name = "rgb-lightning-sample" version = "0.0.1" authors = ["Valentine Wallace "] description = "RGB fork of ldk-sample" readme = "README.md" license = "MIT OR Apache-2.0" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies.base64] version = "0.13.0" [dependencies.bech32] version = "0.8" [dependencies.bitcoin] version = "0.29.0" [dependencies.bitcoin-bech32] version = "0.12" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.lightning] version = "0.0.113" features = ["max_level_trace"] [dependencies.lightning-background-processor] version = "0.0.113" [dependencies.lightning-block-sync] version = "0.0.113" features = ["rpc-client"] [dependencies.lightning-invoice] version = "0.21" [dependencies.lightning-net-tokio] version = "0.0.113" [dependencies.lightning-persister] version = "0.0.113" [dependencies.lightning-rapid-gossip-sync] version = "0.0.113" [dependencies.rand] version = "0.4" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time", ]