Cargo Features

[dependencies]
pktseed = { version = "0.1.1", default-features = false, features = ["generate-capi", "lang-chinese-traditional", "lang-czech", "lang-english", "lang-japanese", "lang-spanish"] }
default = lang-english

The lang-english feature is set by default whenever pktseed is added without default-features = false somewhere in the dependency tree.

generate-capi = cbindgen
lang-chinese-simplified lang-chinese-traditional
lang-czech
lang-english default
lang-french lang-italian lang-japanese
lang-korean lang-portuguese lang-spanish

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.

cbindgen build generate-capi?

Enables cbindgen ^0.20