Cargo Features
lets-see-if-this-builds-on-docs-rs has no features set by default.
[dependencies]
lets-see-if-this-builds-on-docs-rs = { version = "0.0.2", features = ["failfast", "console", "docs_rs"] }
- failfast
-
Prevents the query execution to continue if any error occurs while fetching the data of a subgraph. This is useful in development as you want to be alerted early when something is wrong instead of receiving an invalid result.
- console = console-subscriber
-
Enables usage of tokio-console with the router
tokio-console also requires at build time the environment variable RUSTFLAGS="--cfg tokio_unstable" - docs_rs
-
"fake" feature to disable V8 usage when building on docs.rs See https://github.com/apollographql/federation-rs/pull/185
Enables docs_rs of router-bridge ^0.1.7
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.