Cargo Features
[dependencies]
fluvio-connectors-common = { version = "0.1.0", default-features = false, features = ["sink", "source", "opt"] }
- default = opt
-
The
opt
feature is set by default wheneverfluvio-connectors-common
is added without
somewhere in the dependency tree.default-features = false - sink = fluvio-spu-schema, opt
-
Affects
opt::CommonConnectorOpt.consumer_common
… - source = fluvio-spu-schema, opt
-
Affects
opt::CommonConnectorOpt.producer_common
… - opt default sink? source?
-
Enables smartengine of fluvio ^0.13
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.
- fluvio-spu-schema sink? source?
-
Enables fluvio-spu-schema ^0.10.0