Cargo Features

[dependencies]
iai-callgrind-runner = { version = "0.16.1", 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 ^1, cargo_metadata ^0.19, clap, colored, derive_more, env_logger, glob, indexmap, inferno, itertools, lazy_static, log, polonius-the-crab ^0.4.2, regex, sanitize-filename, serde, serde_json, shlex, strum, tempfile, version-compare, and which

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

schema = default

Enables schemars