Cargo Features

ux-barcode has no features set by default.

[dependencies]
ux-barcode = { version = "0.1.1", features = ["web", "cairo"] }
web = gloo, js-sys, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-test, wasm-logger, web-sys

Enables web of ux-animate

cairo = cairo-rs

Enables cairo of ux-animate

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.

cairo-rs cairo?

Enables cairo-rs ^0.9

wasm-bindgen web?
wasm-bindgen-futures web?
wasm-logger web?
gloo web?

Enables gloo ^0.2

js-sys web?
wasm-bindgen-test web?
web-sys web?