[package] name = "pea-transaction" version = "0.8.6" edition = "2021" license = "GPL-3.0" description = "Peacash transaction" repository = "https://github.com/peacash/peacash" [dependencies] pea-address = { version = "0.6", path = "../address" } pea-int = { version = "0.4", path = "../int" } pea-core = { version = "0.6", path = "../core" } pea-key = { version = "0.6", path = "../key" } serde = { version = "1.0", features = ["derive"] } serde-big-array = "0.4" sha2 = "0.10"