Cargo Features

[dependencies]
implib = { version = "0.3.2", default-features = false, features = ["msvc", "gnu"] }
default = gnu, msvc

These default features are set whenever implib is added without default-features = false somewhere in the dependency tree.

msvc default
gnu default

Enables write_std of object ^0.32.1

object:

Core write support with libstd features. You will need to enable some file formats too.

implib has 3 features without comments.