Cargo Features

[dependencies]
quickfix = { version = "0.1.4", default-features = false, features = ["build-with-mysql", "build-with-postgres", "log"] }
default = log

The log feature is set by default whenever quickfix is added without default-features = false somewhere in the dependency tree.

build-with-mysql

Enables build-with-mysql of quickfix-ffi

Affects message_store_factory::mysql

build-with-postgres

Enables build-with-postgres of quickfix-ffi

Affects message_store_factory::postgres

log default

Enables log

Affects log_factory::RustLogger