Cargo Features
[dependencies]
trycmd-indygreg-fork = { version = "0.14.20", default-features = false, features = ["color", "color-auto", "diff", "filesystem", "schema", "examples", "debug", "escargot"] }
- default = color-auto, diff, filesystem
-
These default features are set whenever
trycmd-indygreg-fork
is added without
somewhere in the dependency tree.default-features = false - color
-
Enables anstream and color of snapbox ^0.4.14
snapbox:
Colored output support
- color-auto default
-
Enables color-auto of snapbox ^0.4.14
snapbox:
Auto-detect whether to use colors
- diff default
-
Enables diff of snapbox ^0.4.14
snapbox:
Default Feature Flags
Fancy diffs on failure - filesystem default
-
Enables path of snapbox ^0.4.14
snapbox:
Deprecated since 0.5.11, replaced with
dir
- schema
-
Enables schemars and serde_json
Required by the trycmd-schema binary
- examples
-
Enables examples of snapbox ^0.4.14
snapbox:
Building of examples for snapshotting
Affects
cargo::compile_example
,cargo::compile_examples
… - debug
-
Enables debug of snapbox ^0.4.14
snapbox:
Extra debugging information