# 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" rust-version = "1.64.0" name = "webln-js" version = "0.1.2" authors = ["Yuki Kishimoto "] description = "WebLN for WASM bindings" homepage = "https://github.com/shadowylab/webln" readme = "README.md" keywords = [ "webln", "lightning", "bitcoin", "javascript", ] license = "MIT" repository = "https://github.com/shadowylab/webln.git" [package.metadata.wasm-pack.profile.release] wasm-opt = true [lib] crate-type = [ "lib", "cdylib", ] [dependencies.console_error_panic_hook] version = "0.1" optional = true [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" default-features = false [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.webln] version = "0.1" default-features = false [features] default = []