[package] name = "solana-gateway-anchor" version = "0.1.3" description = "Allows anchor programs to check the status of Civic Passes" edition = "2021" authors = ["Daniel Kelleher "] repository = "https://github.com/civicteam/on-chain-identity-gateway" license = "Apache-2.0" [lib] crate-type = ["cdylib", "lib"] name = "solana_gateway_anchor" [features] no-entrypoint = [] cpi = [] default = ["no-entrypoint"] idl-build = [ "anchor-lang/idl-build", ] [dependencies] anchor-lang = "0.30.1" solana-gateway = { version = "0.6.0", features = ["no-entrypoint"] }