Cargo Features

[dependencies]
surfpool-core = { version = "1.1.1", default-features = false, features = ["sqlite", "postgres", "ignore_tests_ci", "geyser_plugin", "subgraph", "register-tracing"] }
default = register-tracing, sqlite

These default features are set whenever surfpool-core is added without default-features = false somewhere in the dependency tree.

sqlite default

Enables sqlite of surfpool-db

postgres

Enables postgres of surfpool-db

ignore_tests_ci
geyser_plugin

Disabled: solana-geyser-plugin-manager conflicts with litesvm 0.9.1

subgraph = surfpool-subgraph
register-tracing default

Enables register-tracing of litesvm ^0.10.0

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.

surfpool-subgraph subgraph?