Cargo Features

[dependencies]
interoptopus = { version = "0.14.23", default-features = false, features = ["derive", "log"] }
default = derive

The derive feature is set by default whenever interoptopus is added without default-features = false somewhere in the dependency tree.

derive default = interoptopus_proc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

interoptopus_proc derive
log implicit feature

Enables log

log:

A lightweight logging facade for Rust

Affects util::log_error