[build-dependencies.bindgen]
optional = true
version = ">=0.70.1,<1"
[build-dependencies.once_cell]
version = ">=1.20.2,<2"
[features]
buildtime-bindgen = ["bindgen"]
default = []
test-ensure-existing-device = []
[lib]
name = "tis_grabber_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings", "hardware-support", "multimedia::video", "os::windows-apis"]
description = "A Rust bindings for IC Imaging Control Legacy SDK from The Imaging Source. (Raw Part from bindgen)"
documentation = "https://docs.rs/tis-grabber-sys"
edition = "2021"
homepage = "https://github.com/MiyakoMeow/tis-grabber-rs"
keywords = ["ffi", "camera", "video", "windows"]
license = "MIT"
name = "tis-grabber-sys"
readme = "README.md"
repository = "https://github.com/MiyakoMeow/tis-grabber-rs"
version = "0.0.2"
[[test]]
name = "tests_sys_general"
path = "tests/tests_sys_general.rs"