[package] name = "silentpayments" version = "0.1.0" authors = "cygnet " edition = "2021" license = "MIT OR Apache-2.0" description = "A library to add silent payments support to wallets" homepage = "https://github.com/cygnet3/rust-silentpayments" repository = "https://github.com/cygnet3/rust-silentpayments" keywords = ["bitcoin", "secp256k1"] readme = "README.md" [lib] name = "silentpayments" crate-type = ["lib"] [dependencies] # bdk = {version = "0.20.0", features= ["all-keys"] } secp256k1 = {version = "0.24", features = ["bitcoin-hashes-std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" hex = "0.4" bech32 = "0.9" # bip32 = { version = "0.5", features = ["alloc"] }