[package]
edition = "2024"
name = "sar-core"
version = "0.1.1"
authors = ["shusann01116 <26602565+shusann01116@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing and rendering SymbolArt (SAR) files from Phantasy Star Online 2."
homepage = "https://github.com/shusann01116/sar-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shusann01116/sar-rs"
resolver = "2"
[lib]
name = "sar_core"
path = "src/lib.rs"
[[example]]
name = "parse"
path = "examples/parse.rs"
[dependencies.ages-prs]
version = "=0.1.0"
[dependencies.blowfish]
version = "=0.9.1"
[dependencies.image]
version = "=0.25.6"
[dependencies.imageproc]
version = "=0.25.0"
[dependencies.rayon]
version = "=1.10.0"
[dependencies.thiserror]
version = "=2.0.12"