Cargo Features
[dependencies]
livesplit-hotkey = { version = "0.8.0", default-features = false, features = ["std", "wasm-web"] }
- default = std
-
The
stdfeature is set by default wheneverlivesplit-hotkeyis added withoutsomewhere 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
-
Enables evdev ^0.12.1
- js-sys wasm unknown wasm-web?
- mio linux std
- nix linux std
-
Enables nix ^0.29.0
- promising-future linux std
- wasm-bindgen wasm unknown wasm-web?
- web-sys wasm unknown wasm-web?
- windows-sys win std
-
Enables windows-sys ^0.59.0
- x11-dl linux std