# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "solana_anchor_gateway" version = "2.0.5" authors = ["Identity.com "] description = "Solana Identity Gateway" homepage = "https://www.identity.com" readme = "README.md" keywords = [ "solana", "identity", "gateway", ] license = "MIT" resolver = "1" [profile.release] overflow-checks = true [lib] name = "solana_anchor_gateway" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dependencies.anchor-spl] version = "0.26.0" [dependencies.bitflags] version = "1.3.2" [dependencies.borsh] version = "0.9.3" [dependencies.solana-program] version = "1.14.11" [dependencies.spl-token] version = "3.3.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []