Cargo Features

[dependencies]
openc2 = { version = "0.2.0", default-features = false, features = ["cbor", "json"] }
default = json

The json feature is set by default whenever openc2 is added without default-features = false somewhere in the dependency tree.

cbor

Enables serde_cbor

Affects openc2::cbor

json default

Enables serde_json

Affects openc2::json