gmsol-programs 0.9.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-programs"
version = "0.9.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-programs"
readme = "README.md"
keywords = [
    "gmx-solana",
    "gmx",
    "solana",
]
license-file = "LICENSE"
repository = "https://github.com/gmsol-labs/gmx-solana"

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

[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"

[dependencies.anchor-lang]
version = "0.31.1"

[dependencies.bitmaps]
version = "3.2.1"
optional = true

[dependencies.bs58]
version = "0.5.1"
optional = true

[dependencies.bytemuck]
version = "1.19.0"
features = [
    "min_const_generics",
    "align_offset",
    "derive",
]

[dependencies.gmsol-model]
version = "0.9.0"
features = ["u128"]
optional = true

[dependencies.gmsol-utils]
version = "0.9.0"
optional = true

[dependencies.thiserror]
version = "1.0.69"

[dependencies.time]
version = "0.3.36"
optional = true