svico 0.2.0

🖼️ SVG to Tiny Lossless ICO Converter
Documentation
# 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 = "2024"
name = "svico"
version = "0.2.0"
authors = ["kh4f"]
build = false
include = [
    "src",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🖼️ SVG to Tiny Lossless ICO Converter"
readme = "README.md"
keywords = [
    "svg",
    "ico",
    "svg-to-ico",
    "converter",
]
categories = [
    "command-line-utilities",
    "graphics",
]
license = "MIT"
repository = "https://github.com/kh4f/svico"

[lib]
name = "svico"
path = "src/lib.rs"

[[bin]]
name = "svico"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.oxipng]
version = "10"

[dependencies.png]
version = "0.18"

[dependencies.resvg]
version = "0.48"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"