rawpsd 0.2.2

Minimal Rust PSD reading library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rawpsd"
version = "0.2.2"
edition = "2024"
license = "CC0-1.0"
authors = ["Wareya"]
description = "Minimal Rust PSD reading library"
repository = "https://github.com/wareya/rawpsd-rs/"

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
default = []
serde_support = ["serde"]
debug_spew = []