Files
stitch-peek-rs/rustitch/Cargo.toml
Nils Pukropp 473da90b01
All checks were successful
CI / Lint and Test (pull_request) Successful in 38s
CI / Version Check (pull_request) Successful in 3s
fixed rotation issues + updated readme
2026-03-31 12:41:36 +02:00

20 lines
468 B
TOML

[package]
name = "rustitch"
version = "0.2.1"
edition = "2024"
description = "PES embroidery file parser and thumbnail renderer"
license = "MIT"
repository = "https://git.narl.io/nvrl/stitch-peek-rs"
authors = ["Nils Pukropp <nils@narl.io>"]
keywords = ["embroidery", "pes", "thumbnail", "stitch"]
categories = ["graphics", "parser-implementations"]
readme = "README.md"
[dependencies]
thiserror = "2"
tiny-skia = "0.12"
png = "0.18"
[dev-dependencies]
png = "0.18"