resvg 0.3.0

An SVG rendering library.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "resvg"
version = "0.3.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
description = "An SVG rendering library."
documentation = "https://docs.rs/resvg/"
readme = "README.md"
keywords = ["svg", "render", "raster"]
categories = ["multimedia::images"]
license = "MPL-2.0"
repository = "https://github.com/RazrFalcon/resvg"
[profile.release]
lto = true

[lib]
doctest = false
[dependencies.cairo-rs]
version = "0.4.1"
features = ["png"]
optional = true

[dependencies.gdk-pixbuf]
version = "0.4"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.pango]
version = "0.4"
optional = true

[dependencies.pangocairo]
version = "0.5"
optional = true

[dependencies.resvg-qt]
version = "0.3"
optional = true

[dependencies.unicode-segmentation]
version = "1.2.1"

[dependencies.usvg]
version = "0.2"

[features]
cairo-backend = ["cairo-rs", "pango", "pangocairo", "gdk-pixbuf"]
qt-backend = ["resvg-qt"]
[badges.travis-ci]
repository = "RazrFalcon/resvg"