[package] name = "clockwork-pool" version = "1.0.6" description = "Clockwork pool protocol" 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_pool" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.25.0"