Cargo Features

[dependencies]
exonum = { version = "1.0.0", default-features = false, features = ["long_benchmarks", "with-serde", "with-protobuf", "rocksdb_snappy", "rocksdb_lz4", "rocksdb_zlib", "rocksdb_zstd", "rocksdb_bzip2"] }
default = rocksdb_snappy, with-protobuf, with-serde

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

float_serialize long_benchmarks
with-serde default with-protobuf
with-protobuf default = with-serde
rocksdb_snappy default

Enables rocksdb_snappy of exonum-merkledb

exonum-merkledb:

Compression options passed to RocksDB backend.

rocksdb_lz4

Enables rocksdb_lz4 of exonum-merkledb

rocksdb_zlib

Enables rocksdb_zlib of exonum-merkledb

rocksdb_zstd

Enables rocksdb_zstd of exonum-merkledb

rocksdb_bzip2

Enables rocksdb_bzip2 of exonum-merkledb

Exonum has 9 features without comments.