clockwork-webhook-program 2.0.17

Clockwork webhook program
Documentation
[package]
name = "clockwork-webhook-program"
version = "2.0.17"
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.27.0" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.17" }
clockwork-utils = { path = "../../utils", version = "=2.0.17" }
serde = "1.0.152"