# 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] name = "magick_rust" version = "1.0.0" authors = ["Nathan Fiedler "] build = "build.rs" exclude = [ ".github/*", "docker/*", "tests/*", ] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust" readme = "README.md" keywords = [ "magickwand", "imagemagick", ] license = "Apache-2.0" repository = "https://github.com/nlfiedler/magick-rust.git" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.pkg-config] version = "0.3" [features] default = ["disable-hdri"] disable-hdri = []