mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-05 23:24:25 +01:00
31 lines
887 B
TOML
31 lines
887 B
TOML
[package]
|
|
name = "breez-liquid-sdk"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "breez_liquid_sdk"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
bip39 = { version = "2.0.0", features = ["serde"] }
|
|
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "6f45fff8b87c7530c847eb05f018906c48785a6c" }
|
|
flutter_rust_bridge = { version = "=2.0.0-dev.32", features = ["chrono"], optional = true }
|
|
log = "0.4.20"
|
|
lwk_common = "0.3.0"
|
|
lwk_signer = "0.3.0"
|
|
lwk_wollet = "0.3.0"
|
|
rusqlite = { version = "0.31", features = ["backup", "bundled"] }
|
|
rusqlite_migration = "1.0"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
openssl = { version = "0.10", features = ["vendored"] }
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|
|
uuid = { version = "1.8.0", features = ["v4"] }
|
|
|
|
[features]
|
|
default = ["frb"]
|
|
frb = ["dep:flutter_rust_bridge"]
|