[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"