Cargo Features
[dependencies]
fluvio-protocol = { version = "0.11.0", default-features = false, features = ["derive", "api", "codec", "store", "record", "types", "link", "fixture", "compress"] }
- default = derive
-
The
derive
feature is set by default wheneverfluvio-protocol
is added without
somewhere in the dependency tree.default-features = false - 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
… - link = api, eyre, flv-util, record, semver, thiserror
-
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.