[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"