Cargo Features

decmathlib-rs has no features set by default.

[dependencies]
decmathlib-rs = { version = "0.3.0", features = ["serde", "sqlx-postgres", "decimal_tiny_detection_after_rounding"] }
serde

Enables serde and serde_json

Affects decmathlib-rs::serde

sqlx-postgres

Enables async-std, byteorder, and sqlx

Affects decmathlib-rs::sqlx_postgres

decimal_tiny_detection_after_rounding

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.

byteorder sqlx-postgres?
serde_json serde?
sqlx sqlx-postgres?
async-std sqlx-postgres?