Cargo Features

[dependencies]
struct-field-names-as-array = { version = "0.3.0", default-features = false, features = ["derive"] }
default = derive

The derive feature is set by default whenever struct-field-names-as-array is added without default-features = false somewhere in the dependency tree.

derive default

Enables struct-field-names-as-array-derive

struct-field-names-as-array has 2 features without comments.