[package] name = "rayauth-session" version = "0.1.0" description = "RayAuth Session keys program crate, uses Anchor" edition = "2021" license = "GPL-3.0" repository = "https://github.com/AnishDe12020/rayauth" homepage = "https://rayauth.com" readme = "README.md" authors = ["Anish De "] keywords = ["solana", "anchor", "rayauth"] [lib] crate-type = ["cdylib", "lib"] name = "rayauth_session" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.25.0"