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 whenevernoosphere-cli
is added without
somewhere in the dependency tree.default-features = false - helpers = noosphere-ns, tracing-subscriber
- rocksdb
- 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?