Cargo Features
[dependencies]
graphql-federated-graph = { version = "0.4.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
somewhere in the dependency tree.default-features = false - 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.