Cargo Features

[dependencies]
iai-callgrind-runner = { version = "0.10.2", 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.

Required by the binary

api runner

Enables serde

Affects iai-callgrind-runner::api

runner default = api

Enables anyhow, bincode, cargo_metadata, clap, colored, env_logger, glob, indexmap, inferno, lazy_static, log, regex, sanitize-filename, serde, serde_json, shlex, tempfile, version-compare ^0.1, and which

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

schema = default

Enables schemars

Required by the schema-gen binary