[package] name = "escrow-funding" version = "0.2.4" description = "Created with Bolt" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "escrow_funding" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] idl-build = ["bolt-lang/idl-build"] anchor-debug = ["bolt-lang/anchor-debug"] custom-heap = [] custom-panic = [] [dependencies] bolt-lang.workspace = true serde = { version = "1.0", features = ["derive"] } component-small.workspace = true