Cargo Features
apollo-ariadne has no features set by default.
[dependencies]
apollo-ariadne = { version = "0.2.0-alpha.0", features = ["auto-color"] }
- auto-color = concolor
-
Enables auto of concolor ^0.0.11
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.
- concolor auto-color?
-
Enables concolor ^0.0.11
Affects
draw::StreamAwareFmt.color_enabled_for
,draw::StdoutFmt
…