# 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.77.0" name = "gxi_hako" version = "0.2.0" authors = ["Hako Chest <zoneherobrine@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust camera interface based on Daheng-Image's GxIAPI(Galaxy Camera SDK)" documentation = "https://docs.rs/gxi_hako" readme = "README.md" keywords = [ "gx", "galaxy", "mer", "daheng", "camera", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/zoneherobrine/gxi_hako" [lib] name = "gxi_hako" path = "src/lib.rs" [[example]] name = "callback_capture" path = "examples/callback_capture.rs" [[example]] name = "get_image" path = "examples/get_image.rs" [[example]] name = "list_devices_info" path = "examples/list_devices_info.rs" [[example]] name = "open_device_by_index" path = "examples/open_device_by_index.rs" [[example]] name = "open_device_by_sn" path = "examples/open_device_by_sn.rs" [dependencies.image] version = "0.25.1" [dependencies.libloading] version = "0.8.3" [dependencies.opencv] version = "0.92.0"