svico 0.1.0

Convert SVG to multi-resolution ICO
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.1.0"
authors = ["kh4f"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert SVG to multi-resolution ICO"
readme = "README.md"
keywords = [
    "svg",
    "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.oxipng]
version = "10.1.1"

[dependencies.png]
version = "0.18.1"

[dependencies.resvg]
version = "0.48.1"