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