Cargo Features
[dependencies]
akari = { version = "0.2.7-rc1", default-features = false, features = ["full", "dynamic", "object_macro", "extension", "template", "bin"] }
- default = dynamic
-
The
dynamicfeature is set by default wheneverakariis added withoutsomewhere in the dependency tree.default-features = false - full = dynamic, extension, object_macro, template
- dynamic default bin? full? template?
- object_macro full?
-
Enables akari_macro
- extension full?
-
Affects
akari::extensions… - template bin? full? = dynamic
- bin = dynamic, template
-
Required by the binary