# 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] edition = "2018" name = "rendersvg-meetmangukiya" version = "0.9.1" authors = ["Evgeniy Reizner "] description = "Original source and credits to :https://github.com/RazrFalcon/resvg/. Just published for easier deployment." keywords = ["svg", "render", "raster"] license = "MPL-2.0" [dependencies.fern] version = "=0.5.8" [dependencies.log] version = "0.4" [dependencies.pico-args] version = "0.2" [dependencies.resvg] version = "0.9.0" [features] cairo-backend = ["resvg/cairo-backend"] default = ["text"] qt-backend = ["resvg/qt-backend"] raqote-backend = ["resvg/raqote-backend"] skia-backend = ["resvg/skia-backend"] text = ["resvg/text"]