Cargo Features

[dependencies]
mysql_common = { version = "0.34.1", default-features = false, features = ["derive", "binlog", "nightly", "test", "bigdecimal", "chrono", "frunk", "rust_decimal"] }
default = derive

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

Enables zlib of flate2

derive default test? = mysql-common-derive
binlog = bitvec

Affects mysql_common::binlog

nightly = test
test nightly? = bindgen, derive, time

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.

bigdecimal implicit feature

Enables bigdecimal

bigdecimal:

Arbitrary precision decimal numbers

bitvec binlog?
chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

frunk implicit feature
rust_decimal implicit feature
time test?
mysql-common-derive derive
bindgen build test?

Enables bindgen ^0.70