Cargo Features

mssql-value-serializer has no features set by default.

[dependencies]
mssql-value-serializer = { version = "0.1.3", features = ["serde", "chrono", "time", "rust_decimal", "bigdecimal", "num-bigint", "uuid", "stable-local", "all"] }
serde all?

Enables serde

chrono all? stable-local?

Enables chrono

time all?

Enables time

rust_decimal all?

Enables rust_decimal

bigdecimal all? = num-bigint

Enables bigdecimal

num-bigint bigdecimal?

Enables num-bigint

uuid all?

Enables uuid

stable-local = chrono

if you can ensure that the local timezone does not use DST in your case, enable this feature to use a fixed offset for DateTime<Local> to make the format process faster

all = bigdecimal, chrono, rust_decimal, serde, time, uuid