usvg 0.2.0

An SVG simplification 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 = "usvg"
version = "0.2.0"
authors = ["Reizner Evgeniy <razrfalcon@gmail.com>"]
description = "An SVG simplification library."
documentation = "https://docs.rs/usvg/"
readme = "README.md"
keywords = ["svg"]
categories = ["multimedia::images"]
license = "MPL-2.0"
repository = "https://github.com/RazrFalcon/usvg"

[lib]
name = "usvg"
path = "src/lib.rs"
[dependencies.base64]
version = "0.9"

[dependencies.failure]
version = "0.1.1"

[dependencies.libflate]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.lyon_geom]
version = "0.10"

[dependencies.rctree]
version = "0.2.1"

[dependencies.svgdom]
version = "0.13"

[dependencies.unicode-segmentation]
version = "1.2.1"
[dev-dependencies.assert_cli]
version = "0.6"

[dev-dependencies.pretty_assertions]
version = "0.5.1"

[dev-dependencies.rustc-test]
version = "0.3"

[dev-dependencies.rustc_version]
version = "0.2.2"

[dev-dependencies.serde]
version = "1.0.34"

[dev-dependencies.serde_derive]
version = "1.0.34"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.toml]
version = "0.4.5"