# 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 = "openvr_bindings" version = "2.1.1" authors = [ "Colin Sherratt", "Erick Tryzelaar", "Rene Eichhorn", "Benjamin Saunders", "Kaitlyn Wimer", ] build = "build.rs" exclude = [ "openvr/samples/*", "openvr/bin/*", "openvr/lib/*", "openvr/controller_callouts/*", ] description = "Unsafe bindings for the OpenVR API. Forked version of https://github.com/rust-openvr/rust-openvr with updated support for newer OpenVR API." readme = "README.md" keywords = [ "vr", "vive", "steamvr", "openvr", ] categories = [ "hardware-support", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/kaitlynkittyy/openvr-bindings-rs" [lib] name = "openvr_bindings" path = "lib.rs" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cmake] version = "0.1" [features] buildtime_bindgen = ["bindgen"] default = [] [badges.maintenance] status = "passively-maintained"