Cargo Features

browserslist-rs has no features set by default.

[dependencies]
browserslist-rs = { version = "0.15.0", features = ["wasm_bindgen"] }
wasm_bindgen = getrandom, js-sys, serde-wasm-bindgen, wasm-bindgen

Enables js of getrandom and wasmbind of chrono

disable wasmbind by default

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.

getrandom wasm32 wasm_bindgen?
js-sys wasm32 wasm_bindgen?
serde-wasm-bindgen wasm32 wasm_bindgen?

Enables serde-wasm-bindgen ^0.4

wasm-bindgen wasm32 wasm_bindgen?