Cargo Features

[dependencies]
shors = { version = "0.12.1", default-features = false, features = ["open-api", "cartridge", "picodata"] }
default = cartridge

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

open-api

Affects http::openapi

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