# 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] edition = "2018" name = "dhc" version = "0.2.1" authors = ["Josh Gao "] description = "XInput/rawinput abstraction library for Win32" homepage = "https://github.com/jmgao/dhc" documentation = "https://docs.rs/dhc" readme = "../README.md" keywords = ["xinput", "rawinput", "directinput", "win32"] categories = ["game-engines", "os::windows-apis"] license = "Apache-2.0" repository = "https://github.com/jmgao/dhc" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] crate-type = ["rlib", "cdylib"] [[bin]] name = "dhc" path = "src/bin.rs" [dependencies.hwndloop] version = "0.1.5" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4.6" [dependencies.log-panics] version = "2.0.0" [dependencies.parking_lot] version = "0.9" [dependencies.rusty-xinput] version = "1.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slog] version = "2.4.1" [dependencies.slog-scope] version = "4.1.1" [dependencies.slog-stdlog] version = "3.0.2" [dependencies.slog-stream] version = "1.2.1" [dependencies.slog-term] version = "2.4.0" [dependencies.toml] version = "0.5" [dependencies.triple_buffer] version = "5.0.0" [dependencies.twoway] version = "0.2.0" [dependencies.winapi] version = "0.3" features = ["winuser", "handleapi", "hidpi", "hidsdi"] [build-dependencies.vergen] version = "3.0.4" [badges.circle-ci] repository = "jmgao/hwndloop" [badges.maintenance] status = "actively-developed"