Cargo Features

[dependencies]
proof-of-sql = { version = "0.25.2", default-features = false, features = ["arrow", "blitzar", "test", "rayon"] }
default = arrow, blitzar, rayon

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

arrow default

Enables arrow ^51.0

Affects table_commitment::RecordBatchToColumnsError, table_commitment::AppendRecordBatchTableCommitmentError, database::scalar_and_i256_conversions

blitzar default

Enables blitzar and merlin ^2

test

Enables rand

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.

rayon default