# 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" version = "0.3.0" authors = ["Yuki Kishimoto "] description = "WebLN - Lightning Web Standard" homepage = "https://github.com/shadowylab/webln" readme = "README.md" keywords = [ "webln", "lightning", "bitcoin", ] license = "MIT" repository = "https://github.com/shadowylab/webln.git" [dependencies.js-sys] version = "0.3" default-features = false [dependencies.secp256k1] version = "0.29" default-features = false [dependencies.wasm-bindgen] version = "0.2" default-features = false [dependencies.wasm-bindgen-futures] version = "0.4" default-features = false [dependencies.web-sys] version = "0.3" features = ["Window"] default-features = false [features] default = ["std"] std = [ "secp256k1/std", "wasm-bindgen/std", ]