Cargo Features

[dependencies]
orm_mysql = { version = "1.4.0", default-features = false, features = ["debug_log", "chrono", "bigdecimal", "rust_decimal"] }
default = bigdecimal, chrono, rust_decimal

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

debug_log

Enables debug_log of orm_mysql_macro

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.

chrono default
bigdecimal default
rust_decimal default