[package] name = "miclockwork-network-program" version = "0.1.0" description = "Clockwork networking protocol" edition = "2021" license = "AGPL-3.0-or-later" homepage = "https://clockwork.xyz" repository = "https://github.com/Maius-Protocol/clockwork/tree/test-sdk" documentation = "https://docs.clockwork.xyz" readme = "./README.md" keywords = ["solana"] [lib] crate-type = ["cdylib", "lib"] name = "miclockwork_network_program" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.28.0" anchor-spl = { features = ["mint", "token"], version = "0.28.0" } miclockwork-utils = { path = "../../utils", version = "=0.1.0" } winnow = "=0.4.1" toml_datetime = "=0.6.1"