# 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] name = "openvr_sys_bindings" version = "2.0.3" authors = [ "Colin Sherratt", "Erick Tryzelaar", "Rene Eichhorn", "Benjamin Saunders", "Mawco (https://mar.co.gg)", ] build = "build.rs" exclude = [ "openvr/samples/*", "openvr/bin/*", "openvr/lib/*", "openvr/controller_callouts/*", ] description = "Raw unsafe system binding for openvr (updated fork of https://github.com/rust-openvr/rust-openvr-sys)" readme = "README.md" keywords = [ "vr", "vive", "steamvr", "openvr", ] categories = [ "hardware-support", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/Mawco/rust-openvr-sys" [lib] name = "openvr_sys_bindings" path = "lib.rs" [build-dependencies.bindgen] version = "0.69.1" optional = true [build-dependencies.cmake] version = "0.1" [features] buildtime_bindgen = ["bindgen"] default = [] [badges.maintenance] status = "passively-maintained"