Cargo Features
[dependencies]
async-graphql-actix-web = { version = "7.2.1", default-features = false, features = ["cbor", "http2"] }
- default = http2
-
The
http2feature is set by default wheneverasync-graphql-actix-webis added withoutsomewhere 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.