# 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 = "favicon-rs" version = "0.5.0" authors = ["Leonard Woo "] build = "build.rs" publish = true description = "A favicon generation tool" homepage = "https://github.com/leonardwoo/favicon-rs" readme = "README.md" keywords = [ "cli", "favicon", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" [package.metadata.winres] FileDescription = "Favicon toolkit with Rust" LegalCopyright = "Copyright © Leonard Woo" OriginalFilename = "favicon.exe" ProductName = "Favicon" [[bin]] name = "favicon" path = "src/main.rs" bench = false [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.24.7" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winuser"] [target."cfg(windows)".build-dependencies.winres] version = "0.1"