# 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 = "fedimint-cln-rpc" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fork of cln-rpc with updated bitcoin dependency" homepage = "https://github.com/ElementsProject/lightning/tree/master/cln-rpc" documentation = "https://docs.rs/cln-rpc" readme = "README.md" license = "MIT" repository = "https://github.com/ElementsProject/lightning" [lib] name = "fedimint_cln_rpc" path = "src/lib.rs" [[example]] name = "cln-rpc-getinfo" path = "examples/getinfo.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitcoin] version = "0.32" features = ["serde"] [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "net", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.3"