day-vector 0.3.0

Day's vector-graphics engine: SVG parsing/rasterization, SF Symbol template handling, and per-platform icon-format writers (VectorDrawable, .ico, .icns, .symbolset)
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"
rust-version = "1.89"
name = "day-vector"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Day's vector-graphics engine: SVG parsing/rasterization, SF Symbol template handling, and per-platform icon-format writers (VectorDrawable, .ico, .icns, .symbolset)"
readme = false
license = "MPL-2.0"
repository = "https://github.com/daybrite/day"
resolver = "2"

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

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

[dependencies.roxmltree]
version = "0.21"

[dependencies.tiny-skia]
version = "0.12"