rustitch 0.2.2

PES embroidery file parser and thumbnail 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 = "rustitch"
version = "0.2.2"
authors = ["Nils Pukropp <nils@narl.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PES embroidery file parser and thumbnail renderer"
readme = "README.md"
keywords = [
    "embroidery",
    "pes",
    "thumbnail",
    "stitch",
]
categories = [
    "graphics",
    "parser-implementations",
]
license = "MIT"
repository = "https://git.narl.io/nvrl/stitch-peek-rs"
resolver = "2"

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

[[test]]
name = "pes_files"
path = "tests/pes_files.rs"

[dependencies.png]
version = "0.18"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.png]
version = "0.18"