# 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 = "favify" version = "0.2.0" exclude = ["samples/*"] description = "Generate a complete favicon set for your web applications with the desired target platforms" homepage = "https://fav.namchee.dev" readme = "README.md" keywords = [ "favicon", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Namchee/fav-cli" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2" [dependencies.image] version = "0.24.5" [dependencies.resvg] version = "0.26.1" [dependencies.visioncortex] version = "0.8.0"