Cargo Features

[dependencies]
marsh-drillx = { version = "2.1.0", default-features = false, features = ["full", "compiler", "solana", "gpu", "benchmark"] }
default = full

The full feature is set by default whenever marsh-drillx is added without default-features = false somewhere in the dependency tree.

full default

Enables full of equix

compiler

Enables compiler of equix

solana = solana-program
gpu = cc
benchmark

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.

solana-program solana?

Enables solana-program ^1.18

cc build gpu?