Cargo Features
[dependencies]
embed-licensing = { version = "0.3.1", default-features = false, features = ["current_platform", "macros"] }
- default = macros
-
The
macros
feature is set by default wheneverembed-licensing
is added without
somewhere in the dependency tree.default-features = false - current_platform
-
Enables current_platform of embed-licensing-core and embed-licensing-macros
- macros default
-
Enables embed-licensing-macros, macros of embed-licensing-core
embed-licensing has 3 features without comments.