# 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 = "leaprs" version = "0.2.2" authors = ["Pierre Lulé "] exclude = ["images/"] description = "Safe wrapper for the LeapC Ultraleap (Leap Motion) hand tracking device API." readme = "README.md" keywords = [ "leapc", "leap", "ultraleap", "hand", ] categories = [ "api-bindings", "game-development", "computer-vision", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plule/leaprs" [package.metadata.docs.rs] features = [ "glam", "nalgebra", ] [dependencies.bitflags] version = "2" [dependencies.derive_deref] version = "1.1.1" [dependencies.glam] version = "0.28" optional = true [dependencies.leap-sys] version = "0.2" [dependencies.nalgebra] version = "0.32" optional = true [dependencies.num_enum] version = "0.7.2" [dependencies.thiserror] version = "1" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.throbber] version = "0.1" [features] default = ["gemini"] gemini = [] glam = ["dep:glam"] nalgebra = ["dep:nalgebra"]