Cargo Features

[dependencies]
fluvio-protocol = { version = "0.10.12", default-features = false, features = ["derive", "api", "codec", "store", "record", "types", "link", "fixture", "compress"] }
default = derive

The derive feature is set by default whenever fluvio-protocol is added without default-features = false somewhere in the dependency tree.

derive default = fluvio-protocol-derive
api link?

Affects fluvio-protocol::api

codec = tokio-util

Affects fluvio-protocol::codec

store = fluvio-future

Affects fluvio-protocol::store

record fixture? link? = content_inspector, crc32c, fluvio-compression, fluvio-types, once_cell

Affects fluvio-protocol::record

types = fluvio-types

Affects fluvio-protocol::types

Affects fluvio-protocol::link

fixture = derive_builder, record

Affects fluvio-protocol::fixture

compress

Enables compress of fluvio-compression

Affects fixture::create_raw_recordset

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.

crc32c record?
content_inspector record?
once_cell record?
derive_builder fixture?

Enables derive_builder ^0.12.0

eyre link?
semver link?
thiserror link?
tokio-util codec?
fluvio-protocol-derive derive
fluvio-future store?
flv-util link?
fluvio-compression compress? record?
fluvio-types record? types?