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