Cargo Features

tracing-bunyan-formatter-with-utc-offset has no features set by default.

[dependencies]
tracing-bunyan-formatter-with-utc-offset = { version = "0.3.6", features = ["arbitrary-precision"] }
arbitrary-precision

Enables arbitrary_precision of serde_json

serde_json:

Use an arbitrary precision number representation for serde_json::Number. This allows JSON numbers of arbitrary size/precision to be read into a Number and written back to a JSON string without loss of precision.

Unlike float_roundtrip, this feature makes JSON -> serde_json::Number -> JSON produce output identical to the input.

tracing-bunyan-formatter-with-utc-offset has 1 feature without comment.