[package] name = "gdk-pixbuf-hvif" version = "0.1.1" license = "MPL-2.0" authors = [ "Emmanuel Gil Peyrot ", ] description = "GDK-Pixbuf loader for HVIF (Haiku Vector Icon Format)" homepage = "https://linkmauve.fr/dev/hvif/" repository = "https://git.linkmauve.fr/hvif.git" keywords = ["gdk-pixbuf", "hvif", "haiku", "icon", "cairo"] categories = [ "command-line-utilities", "encoding", "graphics", "multimedia::images", "parser-implementations", ] edition = "2018" readme = "../README.md" [dependencies] bitflags = "1.3" hvif = { version = "0.1", path = "../hvif", features = ["cairo-rs"] } cairo-rs = { version = "0.14", default-features = false } [lib] crate-type = ["cdylib"] name = "pixbufloader_hvif"