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 whenevershors
is added without
somewhere in the dependency tree.default-features = false - 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.