Cargo Features

[dependencies]
inew = { version = "0.2.2", default-features = false, features = ["std"] }

no_std support https://github.com/nrc/derive-new

default = std

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

std default

INew has 2 features without comments.