[package] name = "freeimage" authors = [ "Arturo Castro " ] description = "Rust idiomatic bindings for FreeImage" license = "MIT" homepage = "https://github.com/arturoc/freeimage-rs" repository = "https://github.com/arturoc/freeimage-rs" version = "0.2.2" [lib] name = "freeimage" path = "src/lib.rs" [dependencies] freeimage-sys = "3.18.0" # [patch.crates-io] # freeimage-sys = { path = "../freeimage-sys" }