seru 0.1.0

simple image renderer
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 = "seru"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple image renderer"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ye-seola/seru"

[features]
webp = ["skia-safe/webp"]

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

[[example]]
name = "example_card_dict"
path = "examples/example_card_dict.rs"

[[example]]
name = "image_from_rust"
path = "examples/image_from_rust.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.logos]
version = "0.16.1"

[dependencies.skia-safe]
version = "0.97.2"
features = [
    "svg",
    "textlayout",
]

[dependencies.taffy]
version = "0.10.1"

[dependencies.ureq]
version = "3"