Cargo Features

[dependencies]
iai-callgrind-runner = { version = "0.14.0", default-features = false, features = ["api", "runner", "schema"] }
default schema? = runner

The runner feature is set by default whenever iai-callgrind-runner is added without default-features = false somewhere in the dependency tree.

api runner

Enables serde

Affects iai-callgrind-runner::api

runner default = api

Enables anyhow, bincode, cargo_metadata, clap, colored, derive_more, env_logger, glob, indexmap, inferno, itertools, lazy_static, log, regex, sanitize-filename ^0.5, serde, serde_json, serde_regex, shlex, tempfile, version-compare, and which >=5, <7

Affects iai-callgrind-runner::error, iai-callgrind-runner::runner, iai-callgrind-runner::serde, iai-callgrind-runner::util

schema = default

Enables schemars