kinect-v2-sys 0.1.3

A Rust binding for the Kinect V2 Windows SDK.
Documentation
# 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 = "2024"
name = "kinect-v2-sys"
version = "0.1.3"
authors = ["Fu Wang <wangfu91@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust binding for the Kinect V2 Windows SDK."
readme = "README.md"
keywords = [
    "kinect-v2",
    "sdk",
    "windows",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/wangfu91/kinect-v2-rs"

[package.metadata.docs.rs]
targets = [
    "x86_64-pc-windows-msvc",
    "aarch64-pc-windows-msvc",
    "i686-pc-windows-msvc",
]

[lib]
name = "kinect_v2_sys"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.windows]
version = "0.61.3"
features = [
    "Win32_Foundation",
    "Win32_System",
    "Win32_System_Com",
    "Win32_System_Com_Urlmon",
    "Win32_System_Threading",
    "Win32_Foundation",
    "Win32_System",
    "Win32_System_Com",
    "Win32_System_Com_Urlmon",
]

[dev-dependencies.anyhow]
version = "1.0"

[build-dependencies.bindgen]
version = "0.72.0"