orbbec 0.1.0

Safe, idiomatic Rust bindings for Orbbec depth cameras (OrbbecSDK v2)
# 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"
rust-version = "1.82"
name = "orbbec"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings for Orbbec depth cameras (OrbbecSDK v2)"
homepage = "https://www.orbbec.com/"
documentation = "https://docs.rs/orbbec"
readme = "README.md"
keywords = [
    "orbbec",
    "depth-camera",
    "depth",
    "camera",
    "3d",
]
categories = [
    "computer-vision",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/DoraCN/orbbec"

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

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

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

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

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

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

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

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

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

[[test]]
name = "camera"
path = "tests/camera.rs"

[dependencies.orbbec-sys]
version = "0.1.0"