# 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 = "realsense-sys" version = "2.54.3" authors = [ "jerry73204 ", "Jeremy Steward ", "Brandon Minor ", ] description = "Rust abstraction layer for the RealSense SDK C library" homepage = "https://gitlab.com/tangram-vision-oss/realsense-rust" readme = "README.md" keywords = [ "Intel", "RealSense", "Sensor", "Robotics", ] categories = [ "external-ffi-bindings", "computer-vision", "hardware-support", ] license = "Apache-2.0" repository = "https://gitlab.com/tangram-vision-oss/realsense-rust" [package.metadata.docs.rs] features = ["docs-only"] no-default-features = true [dependencies] [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.pkg-config] version = "0.3" [features] buildtime-bindgen = ["bindgen"] default = [] docs-only = [] [lints.clippy] missing_docs_in_private_items = "deny" [lints.rust] missing_docs = "deny" warnings = "deny"