# 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 = "usvg" version = "0.44.0" authors = ["Yevhenii Reizner "] exclude = ["tests"] 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/resvg" [[bin]] name = "usvg" required-features = [ "text", "system-fonts", "memmap-fonts", ] [dependencies.base64] version = "0.22" [dependencies.data-url] version = "0.3" [dependencies.flate2] version = "1.0" features = ["rust_backend"] default-features = false [dependencies.fontdb] version = "0.22.0" optional = true default-features = false [dependencies.imagesize] version = "0.13" [dependencies.kurbo] version = "0.11" [dependencies.log] version = "0.4" [dependencies.pico-args] version = "0.5" features = ["eq-separator"] [dependencies.roxmltree] version = "0.20" [dependencies.rustybuzz] version = "0.18.0" optional = true [dependencies.simplecss] version = "0.2" [dependencies.siphasher] version = "1.0" [dependencies.strict-num] version = "0.1.1" [dependencies.svgtypes] version = "0.15.2" [dependencies.tiny-skia-path] version = "0.11.4" [dependencies.unicode-bidi] version = "0.3" optional = true [dependencies.unicode-script] version = "0.5" optional = true [dependencies.unicode-vo] version = "0.1" optional = true [dependencies.xmlwriter] version = "0.1" [dev-dependencies.once_cell] version = "1.5" [features] default = [ "text", "system-fonts", "memmap-fonts", ] memmap-fonts = ["fontdb/memmap"] system-fonts = [ "fontdb/fs", "fontdb/fontconfig", ] text = [ "fontdb", "rustybuzz", "unicode-bidi", "unicode-script", "unicode-vo", ]