[package] name = "libplum-sys" # The "build metadata" (i.e. everything after the `+`) is the libplum Git ref we are using. # It is read by `cargo xtask update_libplum`. version = "1.0.2+v1.2" description = "Bindings to libplum, an image loading and storing library" license = "MPL-2.0" repository = "http://git.sr.ht/~issotm/plumers" documentation = "http://github.com/aaaaaa123456789/libplum/tree/master/docs" categories = ["encoding", "external-ffi-bindings", "graphics", "multimedia::images", "parser-implementations"] keywords = ["image", "encoding", "decoding", "png", "jpeg"] edition = "2021" links = "plum" [build-dependencies] bindgen = "0.69" cc = "1.0.79"