22 lines
640 B
TOML
22 lines
640 B
TOML
[package]
|
|
name = "bdk-ffi"
|
|
version = "0.26.0"
|
|
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib"]
|
|
name = "bdkffi"
|
|
|
|
[dependencies]
|
|
bdk = { version = "0.26", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
|
|
uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
|
|
uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }
|
|
|
|
[build-dependencies]
|
|
uniffi_build = { version = "0.21.0", features = ["builtin-bindgen"] }
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.5.0"
|