Cargo Features

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

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

dec default

Enables rust_decimal and rust_decimal_macros

json default

Enables serde and serde_json

tan-lib-core has 3 features without comments.