Cargo Features

[dependencies]
glass-easel-template-compiler = { version = "0.5.1", default-features = false, features = ["js_bindings", "c_bindings"] }
default = c_bindings, js_bindings

These default features are set whenever glass-easel-template-compiler is added without default-features = false somewhere in the dependency tree.

js_bindings default
c_bindings default = cbindgen

Affects glass-easel-template-compiler::cbinding

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 c_bindings

Enables cbindgen ^0.21