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
somewhere in the dependency tree.default-features = false - dec default
-
Enables rust_decimal and rust_decimal_macros
- json default
-
Enables serde and serde_json
tan-lib-core has 3 features without comments.