Cargo Features

[dependencies]
cas-compute = { version = "0.1.0", default-features = false, features = ["numerical", "mysql", "serde"] }
default = numerical

The numerical feature is set by default whenever cas-compute is added without default-features = false somewhere in the dependency tree.

numerical default

Affects funcs::all

mysql = flate2, mysql_common
serde

Enables serde and serde_repr, serde of cas-parser and rug

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.

flate2 mysql?
mysql_common mysql?

Enables mysql_common ^0.30.6