# 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 = "2018" name = "svg_to_ico" version = "1.2.0" authors = ["Oliver Hamlet "] exclude = ["target/*"] description = "A utility and Rust library to convert SVG icons into Windows ICO files." documentation = "https://docs.rs/svg_to_ico" readme = "README.md" license = "MIT" repository = "https://github.com/Ortham/svg_to_ico.git" [dependencies.clap] version = "3" [dependencies.ico] version = "0.1.0" [dependencies.resvg] version = "0.23" [dependencies.tiny-skia] version = "0.6" [dependencies.usvg] version = "0.23" [dev-dependencies.tempfile] version = "3" [badges.travis-ci] repository = "Ortham/svg_to_ico"