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

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.

tracing log_forwarding
tracing-subscriber log_forwarding