Cargo Features
[dependencies]
async-graphql-actix-web = { version = "7.0.13", default-features = false, features = ["cbor", "http2"] }
- default = http2
-
The
http2
feature is set by default wheneverasync-graphql-actix-web
is added without
somewhere in the dependency tree.default-features = false - cbor = serde_cbor
- http2 default
-
actix-web:
HTTP/2 support (including h2c).
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.