[package] name = "usvg" # When updating version, also modify html_root_url in the lib.rs and in the ../tools/Cargo.toml version = "0.4.0" authors = ["Evgeniy Reizner "] keywords = ["svg"] license = "MPL-2.0" description = "An SVG simplification library." categories = ["multimedia::images"] repository = "https://github.com/RazrFalcon/resvg" documentation = "https://docs.rs/usvg/" readme = "README.md" workspace = ".." [dependencies] base64 = "0.10" libflate = "0.1" log = "0.4" lyon_geom = "0.12" rctree = "0.2.1" svgdom = { git = "https://github.com/RazrFalcon/svgdom", rev = "dc62f70" } #svgdom = { path = "../../svgdom" } unicode-segmentation = "1.2.1" [dev-dependencies] pretty_assertions = "0.5.1"