Cargo Features
[dependencies]
mysql_common = { version = "0.35.1", default-features = false, features = ["derive", "binlog", "nightly", "bigdecimal", "bitvec", "chrono", "frunk", "rust_decimal", "time", "client_ed25519", "test"] }
- default = derive
-
These default features are set whenever
mysql_common
is added without
somewhere in the dependency tree.default-features = false - derive default test? = mysql-common-derive
- binlog = bitvec
-
Affects
mysql_common::binlog
… - nightly = test
- bigdecimal
-
Enables bigdecimal
- bitvec binlog?
-
Enables bitvec
- chrono
-
Enables chrono
- frunk
-
Enables frunk
- rust_decimal
-
Enables rust_decimal
- time test?
-
Enables time
- client_ed25519
-
Enables curve25519-dalek
- 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.
- mysql-common-derive derive
- bindgen build test?
-
Enables bindgen ^0.70