# 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.70.0" name = "xiapi" version = "0.1.4" description = "High-level API bindings for XIMEA Cameras" homepage = "https://www.ximea.com" readme = "README.md" keywords = [ "ximea", "bindings", "camera", "image", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Ximea-GmbH/xiapi" [[example]] name = "xi_sample" path = "examples/xi_sample.rs" [dependencies.image] version = "0.24.8" optional = true [dependencies.paste] version = "1.0.14" [dependencies.xiapi-sys] version = "0.1.2" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.serial_test] version = "3.0.0" features = ["file_locks"] [features] default = ["image"] image = ["dep:image"]