Cargo Features

IDA has no features set by default.

[dependencies]
ida = { version = "0.1.1", features = ["thread_profiler", "data_trace"] }
thread_profiler = profiler

Required for testing using the profile_scope!() macro

data_trace = serde, serde_json

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.

profiler thread_profiler?

Enables thread_profiler

serde data_trace?
serde_json data_trace?