livesplit-hotkey 0.4.0

livesplit-hotkey provides cross-platform global hotkey hooks.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "livesplit-hotkey"
version = "0.4.0"
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
description = "livesplit-hotkey provides cross-platform global hotkey hooks."
documentation = "https://docs.rs/livesplit-hotkey/"
keywords = ["speedrun", "timer", "livesplit", "hotkey", "keyboard"]
license = "Apache-2.0/MIT"
repository = "https://github.com/LiveSplit/livesplit-core/tree/master/hotkey"
[dependencies.quick-error]
version = "1.2.2"
[target."cfg(target_os = \"emscripten\")".dependencies.parking_lot]
version = "0.6.4"

[target."cfg(target_os = \"emscripten\")".dependencies.stdweb]
version = "0.3.0"
[target."cfg(target_os = \"linux\")".dependencies.mio]
version = "0.6.16"

[target."cfg(target_os = \"linux\")".dependencies.promising-future]
version = "0.2.4"

[target."cfg(target_os = \"linux\")".dependencies.x11-dl]
version = "2.18.3"
[target."cfg(windows)".dependencies.parking_lot]
version = "0.6.4"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.2"
features = ["libloaderapi", "processthreadsapi", "winuser"]