Cargo Features

cairo-lang-test-utils has no features set by default.

[dependencies]
cairo-lang-test-utils = { version = "2.6.3", features = ["testing"] }

All logic in this crate is in cfg(test) or "testing". This feature exists to add extra safety by enforcing dependent crates to specify feature "testing".

testing

Enables cairo-lang-utils, colored, log, and pretty_assertions

cairo-lang-test-utils has 1 feature without comment.