Cargo Features

[dependencies]
graphql-federated-graph = { version = "0.3.0", default-features = false, features = ["render_sdl", "from_sdl"] }
default = from_sdl, render_sdl

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

render_sdl default
from_sdl default = async-graphql-parser, async-graphql-value, indexmap

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.

async-graphql-parser from_sdl
async-graphql-value from_sdl
indexmap from_sdl