[package] name = "solana_anchor_gateway" version = "2.0.5" description = "Solana Identity Gateway" edition = "2021" authors = ["Identity.com "] license = "MIT" keywords = ["solana", "identity", "gateway"] homepage = "https://www.identity.com" [lib] crate-type = ["cdylib", "lib"] name = "solana_anchor_gateway" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [profile.release] overflow-checks = true [dependencies] anchor-lang = "0.26.0" bitflags = "1.3.2" borsh = "0.9.3" anchor-spl = "0.26.0" spl-token = "3.3.1" solana-program = "1.14.11"