# 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.0" name = "favico" version = "0.1.8" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An utility for creating favicons" homepage = "https://sorairolake.github.io/favico/" readme = "README.md" keywords = [ "favicon", "icon", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/sorairolake/favico" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "favico" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.bat] version = "0.24.0" features = ["regex-fancy"] default-features = false [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.36" [dependencies.clap_complete_nushell] version = "4.5.4" [dependencies.csscolorparser] version = "0.7.0" [dependencies.image] version = "0.25.4" features = [ "bmp", "ico", "png", "rayon", ] default-features = false [dependencies.indicatif] version = "0.17.8" [dependencies.serde_json] version = "1.0.132" features = ["preserve_order"] [dependencies.sysexits] version = "0.8.2" [dependencies.xbm] version = "0.1.2" optional = true [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.13.0" [features] dds = ["image/dds"] default = [ "dds", "ff", "gif", "hdr", "jpeg", "exr", "pnm", "qoi", "tga", "tiff", "webp", "xbm", ] exr = ["image/exr"] ff = ["image/ff"] gif = ["image/gif"] hdr = ["image/hdr"] jpeg = ["image/jpeg"] pnm = ["image/pnm"] qoi = ["image/qoi"] tga = ["image/tga"] tiff = ["image/tiff"] webp = ["image/webp"] xbm = ["dep:xbm"] [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_debug_implementations = "deny" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1