Cargo Features
[dependencies]
hipcheck-sdk = { version = "0.6.0", default-features = false, features = ["macros", "mock_engine", "print-timings", "log_forwarding"] }
- default = log_forwarding
-
The
log_forwarding
feature is set by default wheneverhipcheck-sdk
is added without
somewhere in the dependency tree.default-features = false - macros
-
Enables hipcheck-sdk-macros
Affects
hipcheck-sdk::macros
… - mock_engine
-
Affects
hipcheck-sdk::mock
… - print-timings
- log_forwarding default = tracing, tracing-subscriber
-
Affects
hipcheck-sdk::init_tracing_logger
…
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.