Cargo Features
cloudevents-sdk has no features set by default.
[dependencies]
cloudevents-sdk = { version = "0.8.0", features = ["http-binding", "http-0-2-binding", "actix", "reqwest", "rdkafka", "warp", "axum", "poem", "nats", "hyper_wasi"] }
- http-binding = async-trait, bytes, futures, http
-
Affects
binding::http
… - http-0-2-binding = async-trait, bytes, futures, http-0-2
- actix = actix-http, actix-web, async-trait, bytes, futures, http-0-2
-
Affects
binding::actix
… - reqwest = async-trait, bytes, http, reqwest-lib
-
Affects
binding::reqwest
,binding::http
… - rdkafka = bytes, futures, rdkafka-lib
-
Affects
binding::rdkafka
… - warp = bytes, http-0-2, http-body-util, hyper-0-14, warp-lib
-
Affects
binding::warp
… - axum = async-trait, axum-lib, bytes, http, http-body-util, hyper
-
Affects
binding::axum
,binding::http
… - poem = async-trait, bytes, futures, http, http-body-util, hyper, poem-lib
-
Affects
binding::poem
,binding::http
… - nats = nats-lib
-
Affects
binding::nats
…
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.
- actix-web actix?
-
Enables actix-web
runtime optional deps
- actix-http actix?
- reqwest-lib reqwest?
-
Enables reqwest
- rdkafka-lib rdkafka?
-
Enables rdkafka
- warp-lib warp?
-
Enables warp
- async-trait actix? axum? http-0-2-binding? http-binding? poem? reqwest?
- bytes actix? axum? http-0-2-binding? http-binding? poem? rdkafka? reqwest? warp?
- futures actix? http-0-2-binding? http-binding? poem? rdkafka?
- http axum? http-binding? poem? reqwest?
- http-0-2 actix? http-0-2-binding? warp?
-
Enables http ^0.2
- axum-lib axum?
-
Enables axum
- http-body-util axum? poem? warp?
- poem-lib poem?
-
Enables poem
- nats-lib nats?
-
Enables nats
- hyper_wasi wasm32 wasi implicit feature
-
Enables hyper_wasi
hyper_wasi:
A fast and correct HTTP library
- hyper-0-14 not wasi warp?
-
Enables hyper ^0.14
Affects
builder::adapter
… - hyper not wasi axum? poem?
-
Affects
builder::adapter
…