[package] name = "quarry-registry" version = "5.2.0" description = "Registry of all quarries associated with a rewarder." 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_registry" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = ">=0.22, <=0.25" quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.2.0" } solana-security-txt = "1.0.1" vipers = "^2.0"