# 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 = "session-keys" version = "2.0.5" authors = ["Gum Core Dev "] description = "Gum Session Protocol (GPL Session)" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/magicblock-labs/gum-program-library" resolver = "1" [lib] name = "session_keys" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "=0.30.1" [dependencies.session-keys-macros] version = "0.1.1" optional = true [dependencies.solana-security-txt] version = "=1.1.1" [features] cpi = ["no-entrypoint"] default = [] idl-build = ["anchor-lang/idl-build"] no-entrypoint = ["session-keys-macros"] no-idl = [] no-log-ix-name = []