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 wheneverpktseed
is added without
somewhere in the dependency tree.default-features = false - 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