Cargo Features

[dependencies]
pnpid = { version = "1.0.2", default-features = false, features = ["array"] }
default = array

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

array default

The library will include a list of tuples containing (company_id, company_name).

You may wish to keep this turned off to avoid bloating your binaries.

Affects pnpid::ALL_COMPANIES