Cargo Features

[dependencies]
mysql_common = { version = "0.32.2", default-features = false, features = ["derive", "binlog", "nightly", "test", "bigdecimal02", "bigdecimal03", "bigdecimal", "chrono", "frunk", "rust_decimal", "time02", "time"] }
default = bigdecimal, binlog, derive, frunk, rust_decimal, time

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 default = bitvec

Affects mysql_common::binlog

nightly = test
test nightly? = derive

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.

bigdecimal02 implicit feature

Enables bigdecimal ^0.2

bigdecimal:

Arbitrary precision decimal numbers

bigdecimal03 implicit feature

Enables bigdecimal ^0.3

bigdecimal default
bitvec binlog
chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

frunk default
rust_decimal default
time02 implicit feature

Enables time ^0.2

time default
mysql-common-derive derive