# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vjoy-sys" version = "0.4.1" authors = ["Maximillian Pfeil "] description = "Rust bindings to vJoy - a virtual input device driver for Windows" readme = "README.md" keywords = [ "input", "virtual", "joystick", "vjoy", "gamepad", ] categories = [ "external-ffi-bindings", "emulators", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ArrowMaxGithub/vjoy-sys" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [dependencies.libloading] version = "0.7.4" [build-dependencies.bindgen] version = "0.64.0"