[dependencies.titanf]
default-features = false
version = "2.3.2"
[features]
default = ["std"]
std = ["titanf/std"]
[lib]
name = "asvgard"
path = "src/lib.rs"
[package]
authors = ["Hoteira <hoteira@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "multimedia::images", "no-std"]
description = "High-performance SVG, PNG, and TGA rasterizer written in Rust"
documentation = "https://docs.rs/asvgard"
edition = "2024"
homepage = "https://github.com/yourusername/asvgard"
keywords = ["svg", "png", "tga", "rasterizer", "graphics"]
license = "MIT"
name = "asvgard"
readme = "README.md"
repository = "https://github.com/yourusername/asvgard"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]