# 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 = "hvif" version = "0.1.1" authors = ["Emmanuel Gil Peyrot "] description = "Parser and renderer for HVIF (Haiku Vector Icon Format)" homepage = "https://linkmauve.fr/dev/hvif/" readme = "../README.md" keywords = ["hvif", "haiku", "vector", "icon", "cairo"] categories = ["command-line-utilities", "encoding", "graphics", "multimedia::images", "parser-implementations"] license = "MPL-2.0" repository = "https://git.linkmauve.fr/hvif.git" [package.metadata.docs.rs] features = ["cairo-rs"] [[bin]] name = "render" required-features = ["cairo-rs", "cairo-rs/png"] [dependencies.bitflags] version = "1.3" [dependencies.cairo-rs] version = "0.14" optional = true default-features = false [dependencies.nom] version = "7"