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 whenever async-graphql-actix-web is added without default-features = false somewhere in the dependency tree.

cbor = serde_cbor
http2 default

Enables http2 of actix-web

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.

serde_cbor cbor?