[dependencies.anchor-lang]
version = "0.31.1"
[dependencies.bitmaps]
optional = true
version = "3.2.1"
[dependencies.bs58]
optional = true
version = "0.5.1"
[dependencies.bytemuck]
features = ["min_const_generics", "align_offset", "derive"]
version = "1.19.0"
[dependencies.gmsol-model]
features = ["u128"]
optional = true
version = "0.8.0"
[dependencies.gmsol-utils]
optional = true
version = "0.8.0"
[dependencies.thiserror]
version = "1.0.69"
[dependencies.time]
optional = true
version = "0.3.36"
[features]
competition = []
default = ["store"]
liquidity-provider = []
model = ["store", "gmsol-model", "bitmaps", "time", "utils"]
store = ["bs58"]
timelock = ["gmsol-utils?/instruction"]
treasury = ["gmsol-utils?/treasury"]
utils = []
wasm-bindgen = ["time?/wasm-bindgen"]
[lib]
name = "gmsol_programs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "GMX-Solana is an extension of GMX on the Solana blockchain."
documentation = "https://docs.rs/gmsol-programs"
edition = "2021"
keywords = ["gmx-solana", "gmx", "solana"]
license-file = "LICENSE"
name = "gmsol-programs"
readme = "README.md"
repository = "https://github.com/gmsol-labs/gmx-solana"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]