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

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.