Cargo Features
[dependencies]
iai-callgrind-runner = { version = "0.16.1", default-features = false, features = ["api", "runner", "schema"] }
- default schema? = runner
-
The
runnerfeature is set by default wheneveriai-callgrind-runneris added withoutsomewhere in the dependency tree.default-features = false - 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