[package] name = "vjoy" version = "0.6.0" edition = "2021" authors = ["Maximillian Pfeil "] description = "Idiomatic and safe wrapper for vjoy-sys" repository = "https://github.com/ArrowMaxGithub/vjoy" license = "MIT OR Apache-2.0" keywords = ["input", "virtual", "joystick", "vjoy", "gamepad"] categories = ["api-bindings", "emulators", "os::windows-apis"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] vjoy-sys = "0.4.0" thiserror = "1.0.40" log = "0.4.17" profiling = "1.0.8" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"]