Cargo Features

[dependencies]
tan = { version = "0.12.0", default-features = false, features = ["dec", "json"] }
default = dec, json

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

dec default

Enables rust_decimal and rust_decimal_macros

Affects arithmetic::add_dec

json default

Enables serde and serde_json