[package]
name = "clockwork-queue-program"
version = "1.2.2"
description = "Clockwork queue 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_queue_program"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.25.0"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-cron = { path = "../../cron", version = "1.2.2" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "1.2.2" }
clockwork-utils = { path = "../../utils", version = "1.2.2" }
static-pubkey = "1.0.3"