Cargo Features

gmsol-model has no features set by default.

[dependencies]
gmsol-model = { version = "0.4.0-alpha.0", features = ["u128", "solana", "strum", "serde", "test"] }
u128 = ruint

Affects fixed::U128D20

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

Enables strum ^0.26.2

serde

Enables serde

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.

ruint u128?
anchor-lang solana?

Enables anchor-lang ^0.30.1

borsh solana?

Enables borsh ^0.10.4

gmsol-utils solana?