Cargo Features

[dependencies]
noosphere-cli = { version = "0.17.0", default-features = false, features = ["helpers", "rocksdb", "observability"] }
default = observability

The observability feature is set by default whenever noosphere-cli is added without default-features = false somewhere in the dependency tree.

helpers = noosphere-ns, tracing-subscriber
rocksdb

Enables rocksdb of noosphere

observability default

Enables observability of noosphere-gateway

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.

noosphere-ns not wasm32 helpers?
tracing-subscriber not wasm32 helpers?