utwallet/Cargo.toml

30 lines
618 B
TOML
Raw Normal View History

[package]
2023-05-25 20:42:44 +03:00
name = "utlnwallet"
2023-06-01 21:47:53 +03:00
version = "0.0.6"
authors = ["Richard Ulrich <richi+utwallet@ulrichard.ch>"]
edition = "2021"
build = "src/build.rs"
[dependencies]
qmetaobject = "0.2.3"
2022-11-22 01:49:23 +03:00
qt_core = "0.5.0"
gettext-rs = "0.7"
cstr = "0.2.8"
cpp = "0.5"
2023-05-23 23:03:32 +03:00
ldk-node = { git = "https://github.com/tnull/ldk-node", branch="2023-05-fee-fix"}
serde = "1.0.147"
serde_json = "1.0.87"
qrcode-png = "0.4"
chrono = "0.4"
2023-03-31 20:53:15 +03:00
regex = "1"
rand_core = "0.6"
2023-03-31 20:53:43 +03:00
lnurl-rs = "0.2"
[build-dependencies]
cpp_build = "0.5"
2022-12-13 23:06:34 +03:00
cmake = "0.1"
[dev-dependencies]
electrsd = { version= "0.23", features = ["bitcoind_23_0", "esplora_a33e97e1", "legacy"] }