bdk-ffi/Cargo.toml
2021-10-28 00:35:22 +05:30

22 lines
633 B
TOML

[package]
name = "uniffi_bdk"
version = "0.1.0"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib", "cdylib"]
[dependencies]
bdk = { version = "^0.12.1-dev", features = ["all-keys", "use-esplora-ureq"] }
uniffi_macros = "0.14.0"
uniffi = "0.14.0"
thiserror = "1.0"
[build-dependencies]
uniffi_build = "0.14.0"
[patch.crates-io]
bdk = { git = "https://github.com/artfuldev/bdk.git", branch = "use-send-and-sync-on-memory-database" }