[package] name = "payment_adapter_pay_u" version = "0.1.0" edition = "2021" [lib] crate-type = ['cdylib'] [dependencies] payment_adapter = { path = "../payment_adapter" } bincode = { version = "1.3.3" } wapc-codec = { version = "1.0.0" } wapc-guest = { version = "1.0.0" } #tracing = { version = "0.1.37" } chrono = { version = "0.4.23", features = ['alloc', 'wasmbind'] } serde = { version = "1.0.149", features = ['derive'] } thiserror = { version = "1.0.37" } serde_json = { version = "1.0.89" } common_macros = { version = "0.1.1" }