[package] name = "tofuri-pay-core" version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Tofuri Pay core" repository = "https://github.com/tofuri/tofuri" [dependencies] tofuri-address = { version = "0.1", path = "../address" } tofuri-core = { version = "0.1", path = "../core" } tofuri-key = { version = "0.1", path = "../key" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10"