Cargo Features

[dependencies]
fibreq = { version = "0.1.8", default-features = false, features = ["cartridge", "picodata"] }
default = cartridge

The cartridge feature is set by default whenever fibreq is added without default-features = false somewhere in the dependency tree.

cartridge default = tarantool
picodata = picodata_tarantool

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.

picodata_tarantool picodata?

Enables picodata-plugin

tarantool cartridge

Enables tarantool ^5.0.0