Cargo Features

[dependencies]
hotfix = { version = "0.10.0", default-features = false, features = ["fix44", "mongodb", "test-utils"] }
default = fix44, test-utils

These default features are set whenever hotfix is added without default-features = false somewhere in the dependency tree.

fix44 default

Enables fix44 of hotfix-message

mongodb

Enables hotfix-store-mongodb

test-utils default

Enables test-utils of hotfix-store

HotFIX has 4 features without comments.