Cargo Features

Binlog has no features set by default.

[dependencies]
binlog = { version = "0.5.0", features = ["redis-store", "sqlite-store", "python", "benches"] }
redis-store python? = byteorder, redis

Affects stores::redis

sqlite-store python? = r2d2, r2d2_sqlite, rusqlite, tempfile, zstd

Affects stores::sqlite

python = pyo3, redis-store, sqlite-store
benches

Affects binlog::benches

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.

pyo3 python?

Enables pyo3 ^0.16.1

python dependencies

rusqlite sqlite-store?

Enables rusqlite ^0.27.0

sqlite dependencies

r2d2 sqlite-store?
r2d2_sqlite sqlite-store?

Enables r2d2_sqlite ^0.20.0

tempfile sqlite-store?
zstd sqlite-store?

Enables zstd ^0.11.1

byteorder redis-store?

Enables byteorder

redis dependencies

redis redis-store?

Enables redis ^0.21.5