Cargo Features

ProductOSBrowser has no features set by default.

[dependencies]
product-os-browser = { version = "0.0.35", features = ["endpoints", "redis", "memory"] }
endpoints = product-os-router
redis

Enables redis_key_value_store of product-os-store

memory

Enables memory_key_value_store of product-os-store

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.

product-os-router endpoints?