# 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 = "svg2colored-png" version = "1.2.0" authors = ["MCorange "] description = "An SVG to PNG converter" homepage = "https://github.com/MCorange99/svg2colored-png" readme = "README.md" keywords = [ "cli", "svg", "convert", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/MCorange99/svg2colored-png" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.8" [dependencies.log] version = "0.4.20" [dependencies.resvg] version = "0.29.0" [dependencies.simple_logger] version = "4.2.0" [dependencies.tiny-skia] version = "0.8.3" [dependencies.usvg] version = "0.29.0" [dependencies.usvg-text-layout] version = "0.29.0"