[package] name = "bdk-ffi" version = "0.1.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["staticlib", "cdylib"] name = "bdkffi" [dependencies] bdk = { version = "0.13", features = ["all-keys", "use-esplora-ureq"] } uniffi_macros = "0.14.1" uniffi = "0.14.1" thiserror = "1.0" [build-dependencies] uniffi_build = "0.14.1"