# 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 = "libheif-rs" version = "1.0.2" authors = ["Kirill Kuzminykh "] description = "Safe wrapper around the libheif-sys crate for parsing heif/heic files" documentation = "https://docs.rs/crate/libheif-rs" readme = "README.md" keywords = [ "heic", "heif", "libheif", ] license = "MIT" repository = "https://github.com/cykooz/libheif-rs" [[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" [profile.release] opt-level = 3 lto = true [profile.release.package.libheif-rs] codegen-units = 1 [dependencies.enumn] version = "0.1" [dependencies.four-cc] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.libheif-sys] version = "2.1" default-features = false [dev-dependencies.kamadak-exif] version = "0.5" [dev-dependencies.tempfile] version = "3" [features] default = ["use-bindgen"] use-bindgen = ["libheif-sys/use-bindgen"]