Cargo Features

solana-snapshot-etl has no features set by default.

[dependencies]
solana-snapshot-etl = { version = "0.3.0", features = ["parallel", "standalone", "opcode_stats"] }
parallel standalone?

Affects solana-snapshot-etl::parallel

standalone = borsh, crossbeam, csv, env_logger, indicatif, json5, libloading, num_cpus, parallel, reqwest, rusqlite, serde_json, solana-geyser-plugin-interface, solana-program, spl-token
opcode_stats = solana_rbpf

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.

borsh standalone?

Enables borsh ^0.9.3

Binary deps

crossbeam standalone?
csv standalone?
env_logger standalone?

Enables env_logger ^0.9.0

indicatif standalone?
libloading standalone?

Enables libloading ^0.7.3

num_cpus standalone?
reqwest standalone?

Enables reqwest ^0.11.11

rusqlite standalone?

Enables rusqlite ^0.27.0

serde_json standalone?
solana-geyser-plugin-interface standalone?
solana-program standalone?
solana_rbpf opcode_stats?

Enables solana_rbpf ^0.2.31

spl-token standalone?

Enables spl-token ^3.3.0

json5 standalone?