# 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 = "2021" name = "resvg" version = "0.44.0" authors = ["Yevhenii Reizner "] exclude = ["tests"] description = "An SVG rendering library." readme = "README.md" keywords = [ "svg", "render", "raster", ] license = "MPL-2.0" repository = "https://github.com/RazrFalcon/resvg" [[bin]] name = "resvg" required-features = [ "text", "system-fonts", "memmap-fonts", ] [dependencies.gif] version = "0.13" optional = true [dependencies.image-webp] version = "0.1.3" optional = true [dependencies.log] version = "0.4" [dependencies.pico-args] version = "0.5" features = ["eq-separator"] [dependencies.rgb] version = "0.8" [dependencies.svgtypes] version = "0.15.2" [dependencies.tiny-skia] version = "0.11.4" [dependencies.usvg] version = "0.44.0" default-features = false [dependencies.zune-jpeg] version = "0.4" optional = true [dev-dependencies.once_cell] version = "1.5" [dev-dependencies.png] version = "0.17" [features] default = [ "text", "system-fonts", "memmap-fonts", "raster-images", ] memmap-fonts = ["usvg/memmap-fonts"] raster-images = [ "gif", "image-webp", "dep:zune-jpeg", ] system-fonts = ["usvg/system-fonts"] text = ["usvg/text"]