[package] name = "quarry-operator" version = "5.2.0" description = "Delegates Quarry Rewarder authority roles." edition = "2021" homepage = "https://quarry.so" repository = "https://github.com/QuarryProtocol/quarry" authors = ["Quarry Protocol "] license = "AGPL-3.0" keywords = ["solana", "quarry"] [lib] crate-type = ["cdylib", "lib"] name = "quarry_operator" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = ">=0.22, <=0.25" anchor-spl = ">=0.22, <=0.25" quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.2.0" } solana-security-txt = "1.0.1" vipers = "^2.0"