Cargo Features
Solana has no features set by default.
[dependencies]
solana = { version = "0.18.0-pre1", features = ["cuda", "kvstore", "crc", "memmap"] }
- cuda
-
Affects
sigverify::init
,sigverify::ed25519_verify
… - kvstore = solana-kvstore
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.
- crc implicit feature
-
Enables crc ^1.8.1
crc:
Rust implementation of CRC with support of various standards
- memmap implicit feature
-
Enables memmap
memmap:
Cross-platform Rust API for memory-mapped file IO
- solana-kvstore kvstore?
-
Enables solana-kvstore ^0.18.0-pre1