Cargo Features

[dependencies]
trustchain = { version = "0.2.0", default-features = false, features = ["http", "api", "ion", "ffi"] }
default = api, ion

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

http ffi? = api

Enables trustchain-http

api default http? = ion

Enables trustchain-api

ion default api

Enables trustchain-ion

ffi = http

Enables trustchain-ffi

Trustchain has 5 features without comments.