Cargo Features

gmsol-model has no features set by default.

[dependencies]
gmsol-model = { version = "0.9.0", features = ["u128", "solana", "strum", "serde", "js", "glv", "test"] }
u128 = ruint

Affects fixed::U128D20

solana = anchor-lang, borsh, gmsol-utils
strum

Enables strum ^0.27.1

serde js?

Enables serde

js = serde, tsify-next, wasm-bindgen
glv

Affects gmsol-model::glv

test

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

gmsol-utils solana?
ruint u128?
anchor-lang solana?

Enables anchor-lang ^0.31.1

borsh solana?

Enables borsh ^0.10.4

tsify-next js?
wasm-bindgen js?