20 lines
468 B
TOML
20 lines
468 B
TOML
[package]
|
|
name = "rustitch"
|
|
version = "0.2.0"
|
|
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"
|