Cargo Features

bunyan_view has no features set by default.

[dependencies]
bunyan_view = { version = "0.3.3", features = ["dumb_terminal"] }
default

this preserves the ordering of json

Enables preserve_order of serde_json

dumb_terminal

this effectively enable the feature no-color of colored when testing with cargo test --feature dumb_terminal

Enables no-color of colored ^1.9