Cargo Features

fluvio-sc-schema has no features set by default.

[dependencies]
fluvio-sc-schema = { version = "0.23.0", features = ["use_serde", "json"] }
use_serde = serde

Enables use_serde of fluvio-controlplane-metadata

Fluvio dependencies

json = serde_json

Affects edge::EdgeMetadataFile

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.

serde use_serde?
serde_json json?