# 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.56" name = "vmbc-sys" version = "0.1.1" authors = ["Andrew Straw "] description = "Rust wrapper of the Vimba X library for Allied Vision cameras" readme = "README.md" keywords = [ "allied-vision", "camera", "bindings", "vimba", "image", ] categories = [ "api-bindings", "external-ffi-bindings", "hardware-support", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/strawlab/vmbc-sys" [dependencies.libloading] version = "0.8.3" [dev-dependencies.anyhow] version = "1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.54.0" features = ["Win32_System_LibraryLoader"]