# 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 = "svg-iconify" version = "0.1.2" build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI for converting SVG's to PNG of specified size" readme = "README.md" keywords = [ "svg", "png", "cli", "tools", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/TommyGymer/svg-iconify/" [[bin]] name = "svg-iconify" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.resvg] version = "0.43.0"