session-keys 3.1.1

Gum Session Protocol (GPL Session)
Documentation
# 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 = "3.1.1"
authors = ["Gum Core Dev <dev@magicblock.gg>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gum Session Protocol (GPL Session)"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/magicblock-labs/gum-program-library"

[features]
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = ["session-keys-macros"]
no-idl = []
no-log-ix-name = []

[lib]
name = "session_keys"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.anchor-lang]
version = ">=0.28, <2.0"

[dependencies.session-keys-macros]
version = "=3.1.1"
optional = true

[dependencies.solana-security-txt]
version = "^1.1.1"