Cargo Features
[dependencies]
livesplit-hotkey = { version = "0.8.0", default-features = false, features = ["std", "wasm-web"] }
- default = std
-
The
std
feature is set by default wheneverlivesplit-hotkey
is added without
somewhere in the dependency tree.default-features = false - std default = crossbeam-channel, evdev, mio, nix, promising-future, windows-sys, x11-dl
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - wasm-web = js-sys, wasm-bindgen, web-sys
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.
- crossbeam-channel linux std
- evdev linux std
- js-sys wasm unknown wasm-web?
- mio linux std
- nix linux std
- promising-future linux std
- wasm-bindgen wasm unknown wasm-web?
- web-sys wasm unknown wasm-web?
- windows-sys win std
- x11-dl linux std