orbbec-sdk-sys 0.1.2+2.5.5

Low-level Rust bindings for https://github.com/orbbec/OrbbecSDK_v2
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 = "orbbec-sdk-sys"
version = "0.1.2+2.5.5"
authors = ["Rao Zvorovski"]
build = "build.rs"
links = "orbbec-sdk-2"
exclude = [
    "vendor/docs",
    "vendor/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust bindings for https://github.com/orbbec/OrbbecSDK_v2"
readme = "README.md"
keywords = [
    "orbbec",
    "gemini",
    "astra",
    "femto",
    "rgbd",
]
categories = [
    "external-ffi-bindings",
    "computer-vision",
]
license = "MIT"
repository = "https://github.com/raoz/orbbec-sdk-sys"

[features]
cmake-min-3-5 = []

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

[[example]]
name = "depth"
path = "examples/depth.rs"

[[example]]
name = "enumerate"
path = "examples/enumerate.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[dependencies]

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

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.fs_extra]
version = "1.3.0"