[package] name = "payment-pay-u" version = "0.1.0" edition = "2021" [lib] crate-type = ['dylib'] #[build] #rustflags = ["-C", "prefer-dynamic", "-C", "rpath"] [dependencies] async-trait = { workspace = true } bincode = { workspace = true } chrono = { version = "0", features = ['alloc', 'wasmbind'] } common_macros = { workspace = true } fulfillment_adapter = { path = "../fulfillment_adapter" } payment-adapter = { path = "../payment-adapter" } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } thiserror = { workspace = true } tracing = { version = "0" }