# 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 = "2018" name = "leap-sys" version = "0.2.0" authors = ["Urho Laukkarinen "] build = "build.rs" description = "Rust bindings for the Leap Motion C library" homepage = "https://github.com/urholaukkarinen/leap-sys" readme = "README.md" keywords = [ "leap", "leapmotion", "gesture", "tracking", "vr", ] categories = [ "external-ffi-bindings", "hardware-support", "computer-vision", ] license-file = "LICENSE" repository = "https://github.com/urholaukkarinen/leap-sys" [build-dependencies.bindgen] version = "0.60.1" optional = true [features] buildtime_bindgen = ["bindgen"] default = []