gmsol-callback 0.10.0

GMX-Solana is an extension of GMX on the Solana blockchain.
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 = "gmsol-callback"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GMX-Solana is an extension of GMX on the Solana blockchain."
documentation = "https://docs.rs/gmsol-callback"
readme = "README.md"
keywords = [
    "gmx-solana",
    "gmx",
    "solana",
]
license-file = "LICENSE"
repository = "https://github.com/gmsol-labs/gmx-solana"

[package.metadata.docs.rs]
features = ["doc"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
anchor-debug = ["anchor-lang/anchor-debug"]
cpi = ["no-entrypoint"]
debug = []
debug-msg = []
default = []
devnet = []
display = ["strum"]
doc = ["interface"]
idl-build = ["anchor-lang/idl-build"]
interface = [
    "cpi",
    "types",
]
migration = []
mock = []
multi-store = []
no-competition = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []
serde = ["dep:serde"]
test-only = []
types = [
    "num_enum",
    "no-entrypoint",
]

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

[dependencies.anchor-lang]
version = "0.31.1"
features = ["init-if-needed"]

[dependencies.num_enum]
version = "0.7.3"
optional = true

[dependencies.serde]
version = "1.0.214"
features = ["derive"]
optional = true

[dependencies.strum]
version = "0.27.1"
features = ["derive"]
optional = true