# 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 = "cashu-crab" version = "0.4.1-ALPHA" authors = ["thesimplekid"] description = "Cashu rust wallet and mint library" documentation = "https://docs.rs/crate/cashu-crab" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/thesimplekid/cashu-crab" [dependencies.base64] version = "0.21.0" [dependencies.bitcoin] version = "0.30.0" features = [ "serde", "rand", "no-std", ] [dependencies.bitcoin_hashes] version = "0.12.0" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.13.1" features = ["arithmetic"] [dependencies.lightning-invoice] version = "0.24.0" features = ["serde"] [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.url] version = "2.3.1" [dev-dependencies.tokio] version = "1.27.0" features = [ "rt", "macros", ] [features] default = [ "mint", "wallet", ] mint = [] wallet = ["minreq"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.minreq] version = "2.7.0" features = [ "json-using-serde", "https", ] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.gloo] version = "0.9.0" features = ["net"]