[package] name = "cashu-js" version = "0.1.0" edition = "2021" description = "Cashu rust implementation, for JavaScript" authors = ["thesimplekid "] publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib", "cdylib"] [dependencies] cashu = { path = "../../crates/cashu"} js-sys = "0.3.64" serde-wasm-bindgen = "0.6.0" serde_json.workspace = true wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" [package.metadata.wasm-pack.profile.release] wasm-opt = true