svgy 0.6.0

Convert an SVG to optimized icons for all platforms
# 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 = "svgy"
version = "0.6.0"
authors = ["Flavien Scheurer <flavien+svgy@ystorian.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "/*.svg",
    "LICENSE-*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert an SVG to optimized icons for all platforms"
readme = "README.md"
categories = [
    "development-tools",
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ystorian/svgy"

[package.metadata.binstall]
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWRukfafJ1oiG5PP1IKXRgoI7ntXPbys8WUm9ol6oanMKxEtXdbXisri"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.oxipng]
version = "10.2"
features = [
    "parallel",
    "zopfli",
]
default-features = false

[dependencies.oxvg_ast]
version = "0.0.7"
features = ["roxmltree"]

[dependencies.oxvg_optimiser]
version = "0.0.7"
default-features = false

[dependencies.oxvg_path]
version = "0.0.7"

[dependencies.quick-xml]
version = "0.42"

[dependencies.resvg]
version = "0.48"
default-features = false

[dependencies.svgtypes]
version = "0.16"

[profile.ci]
opt-level = 0
debug = 0
incremental = false
inherits = "dev"

[profile.ci.package."*"]
opt-level = 0
debug = 0
incremental = false

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