# 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 = "cln-zapper" version = "0.2.3" authors = ["thesimplekid"] description = "Core Lightning plugin for sending zap (NIP-57) notes" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/thesimplekid/cln-zapper-rs" [dependencies.anyhow] version = "1.0.69" [dependencies.cln-plugin] version = "0.1.2" [dependencies.cln-rpc] version = "0.1.2" [dependencies.dirs] version = "4.0" [dependencies.futures] version = "0.3.26" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.nostr] version = "0.20.0" features = ["nip19"] default_features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tungstenite] version = "0.18" features = ["rustls-tls-webpki-roots"]