# 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 = "ic4" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Safe Part)" homepage = "https://github.com/MiyakoMeow/ic4-rs" documentation = "https://docs.rs/ic4" 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/ic4-rs" [lib] name = "ic4" path = "src/lib.rs" [[test]] name = "tests_general" path = "tests/tests_general.rs" [dependencies.ic4-sys] version = "0.2.0" [dependencies.once_cell] version = ">=1.19.0,<2" [features] buildtime-bindgen = ["ic4-sys/bindgen"] test-ensure-existing-device = []