Cargo Features

google-cloudevents has no features set by default.

[dependencies]
google-cloudevents = { version = "0.1.11", features = ["axum"] }
axum = async-trait, cloudevents-sdk, log, serde_json

Enables axum ^0.7

Affects google-cloudevents::GoogleCloudEvent, google-cloudevents::GoogleCloudEventError

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.

async-trait axum?
cloudevents-sdk axum?
log axum?
serde_json axum?