# 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 = "libgphoto2_sys" version = "1.2.3" build = "src/build.rs" links = "gphoto2" description = "System bindings to libgphoto2" readme = "README.md" license = "LGPL-2.1-only" repository = "https://git.maxicarlos.de/maxicarlos08/gphoto2-rs" [dependencies.gphoto2_test] version = "1.0" optional = true [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.gphoto2_test] version = "1.0" optional = true [build-dependencies.pkg-config] version = "0.3.25" [features] test = ["gphoto2_test"]