Cargo Features

[dependencies]
szs = { version = "0.3.4", default-features = false, features = ["c_api", "run_bindgen"] }
default = c_api

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

c_api default

Affects szs::c_api

run_bindgen = bindgen

Internal, don't enable

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build run_bindgen?

Enables bindgen ^0.57