[package] name = "clockwork-webhook-program" version = "2.0.19" description = "Clockwork webhook program" edition = "2021" license = "AGPL-3.0-or-later" homepage = "https://clockwork.xyz" repository = "https://github.com/clockwork-xyz/clockwork" documentation = "https://docs.clockwork.xyz" readme = "./README.md" keywords = ["solana"] [lib] crate-type = ["cdylib", "lib"] name = "clockwork_webhook_program" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = { features = ["init-if-needed"], version = "0.29.0" } clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.19" } clockwork-utils = { path = "../../utils", version = "=2.0.19" } serde = "1.0.152"