Cargo Features

[dependencies]
pinocchio-log = { version = "0.1.0", default-features = false, features = ["macro"] }
default = macro

The macro feature is set by default whenever pinocchio-log is added without default-features = false somewhere in the dependency tree.

macro default

Enables pinocchio-log-macro

pinocchio-log has 2 features without comments.