Cargo Features

[dependencies]
simics-api-sys = { version = "0.1.1", default-features = false, features = ["link"] }
default = link

The link feature is set by default whenever simics-api-sys is added without default-features = false somewhere in the dependency tree.

Emit linking info for use with cargo. Can be disabled to avoid lock-in to incorrect link information