# 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 = "2018" name = "libheif-sys" version = "2.1.1+1.17.4" authors = ["Kirill Kuzminykh "] build = "build.rs" links = "heif" description = "libheif bindings" documentation = "https://docs.rs/crate/libheif-sys" readme = "README.md" keywords = [ "heic", "heif", "libheif", ] license = "MIT" repository = "https://github.com/cykooz/libheif-sys" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [package.metadata.vcpkg] dependencies = ["libheif"] git = "https://github.com/microsoft/vcpkg" tag = "2023.11.20" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] dependencies = ["libheif"] triplet = "x64-windows-static-md" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.pkg-config] version = "0.3" [features] default = ["use-bindgen"] use-bindgen = ["dep:bindgen"] [target."cfg(windows)".build-dependencies.vcpkg] version = "0.2" [target."cfg(windows)".build-dependencies.walkdir] version = "2"