# 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" rust-version = "1.74" name = "favicon-generator" version = "0.4.3" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "It helps you generate favicons with different formats and sizes." homepage = "https://magiclen.org/favicon-generator" readme = "README.md" keywords = [ "favicon", "generating", "web-app", "icon", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/favicon-generator" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "favicon_generator" path = "src/lib.rs" [[bin]] name = "favicon-generator" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.concat-with] version = "0.2" [dependencies.html-escape] version = "0.2" [dependencies.image-convert] version = "0.17" [dependencies.scanner-rust] version = "2" [dependencies.serde_json] version = "1" [dependencies.tera] version = "1" [dependencies.terminal_size] version = "0.3"