Cargo Features

MinimalId has no features set by default.

[dependencies]
minimal-id = { version = "0.8.0", features = ["graphql", "json"] }
graphql = juniper
json = serde, serde_json

Affects minimal-id::serde_feature

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

juniper graphql?

Enables juniper ^0.12.0

Affects minimal-id::juniper_feature

serde json?
serde_json json?