Files
magick-rust/Cargo.toml
Nathan Fiedler 8f9526e5ae chore: update dependencies and bindgen usage
cargo test passes
2021-06-28 18:27:27 -07:00

24 lines
594 B
TOML

[package]
name = "magick_rust"
version = "0.14.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"
repository = "https://github.com/nlfiedler/magick-rust.git"
readme = "README.md"
license = "Apache-2.0"
keywords = ["magickwand", "imagemagick"]
build = "build.rs"
[dependencies]
libc = "0.2.70"
[build-dependencies]
bindgen = "0.58"
pkg-config = "0.3"
[features]
# Workaround for bindgen bug when ImageMagick is compiled with disable-hdri
disable-hdri = []