[package] name = "mat-clockwork-network-program" version = "2.0.42" description = "Clockwork networking protocol" edition = "2021" license = "AGPL-3.0-or-later" homepage = "https://mat-clockwork.xyz" repository = "https://github.com/mat-clockwork-xyz/mat-clockwork" documentation = "https://docs.mat-clockwork.xyz" readme = "./README.md" keywords = ["solana"] [lib] crate-type = ["cdylib", "lib"] name = "clockwork_network_program" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.27.0" anchor-spl = { features = ["mint", "token"], version = "0.27.0" } mat-clockwork-utils = { path = "../../utils", version = "2.0.42" }