[package] name = "clockwork-thread-program" version = "2.0.19" description = "Clockwork thread 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_thread_program" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.29.0" chrono = { version = "0.4.19", default-features = false, features = ["alloc"] } clockwork-cron = { path = "../../cron", version = "=2.0.19" } clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.19" } clockwork-thread-program-v1 = { path = "v1", version = "=1.4.4" } clockwork-utils = { path = "../../utils", version = "=2.0.19" } pyth-sdk-solana = "0.9" static-pubkey = "1.0.3" version = "3.0.0"